@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/******************************
TO TOP ARROW BUTTON
********************************/
.DnnModule.DnnModule-DNN_HTML.DnnModule-8851 {
  z-index: 1000;
}
.DnnModule-DNN_HTML.DnnModule-8851 .top {
  bottom: 20px;
  position: fixed;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.DnnModule-DNN_HTML.DnnModule-8851 .top.show {
  opacity: 1;
  pointer-events: auto;
}
.btn-success, .btn-success:visited {
  background: #221f1f;
  color: #ffcc01;
  border: 1px solid #ffcc01;
}
.DnnModule-DNN_HTML.DnnModule-8851 .top i {
  margin-left: -6px;
  padding-top: 6px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #ffcc01;
  border: 1px solid #ffcc01;
  color: #000000;
}
/*****************************************************
 NEW BANNER STYLES 
******************************************************/
#army101 {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
}
.soldier.wow.fadeInUp {
  max-width: 90vw;
  max-height: 75vh;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  animation-name: fadeInUpCustom !important;
}
.updated {
  position: absolute;
  bottom: 100px;
  right: 20px;
  font-size: 14px;
  z-index: 9;
  color: #d9d9d9;
  margin: 0;
  font-style: italic;
}
#army101 video {
  object-fit: fill;
  background-color: #000;
  width: 100vw;
  height: 100vh;
}
.top-description {
  text-align: center;
}
.wrap-center {
  z-index: 100;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#army101 h1.title {
  font-family: 'Lato';
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 3px 0px black;
  line-height: .9;
  font-size: 10rem;
}
#army101 h2.title span {
  color: #c3a703;
}
@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(40px); /* keep centered */
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0); /* keep centered */
  }
}
/****************************************************
TOP NAV 
*****************************************************/
.nav-buttons {
  background: linear-gradient(180deg, rgb(10 22 22 / 0%) 0%, rgb(7 9 8) 45%);
  /* background: #000000; */
  display: flex;
  gap: 20px;
  justify-content: center;
  position: absolute;
  z-index: 100;
  padding: 4rem 1rem 1rem;
  margin-top: 0;
  bottom: 0;
  width: 100%;
  align-items: center;
}
.nav-buttons .matrix {
  position: relative;
  padding: 10px 40px;
  font-size: 17px;
  color: #ffffffe3;
  background: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  white-space: nowrap;
}
.matrix {
  background: #000;
  border: 1px solid #56bc91;
  color: #0f0;
  border-radius: 50px;
}
.matrix a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
a .matrix:hover {
  color: #91d191;
  text-decoration: none;
  opacity: 1;
  text-shadow: 0px 0px 4px #19e790;
}
.code-rain {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(86, 188, 145, 0) 0%, rgba(86, 188, 145, 0.2) 50%, rgba(86, 188, 145, 0) 100%);
  opacity: 0;
  transition: 0.3s;
}
.matrix:hover .code-rain {
  opacity: 1;
  animation: rain 1s linear infinite;
}
@keyframes rain {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
/*****************************************************
PAGE STLES 
******************************************************/
div#dnn_ContentPaneFullBleed4 {
  position: relative;
  z-index: 100;
}
main {
  position: relative;
  background: #2f372f;
}
.DnnModule.DnnModule-DNN_HTML, .DnnModule.DnnModule-SlideShow {
  pointer-events: auto;
  z-index: 10;
}
#dnn_ContentPaneFullBleed3 {
  margin-left: 300px;
  background: #221f1f;
  box-shadow: inset 1px 3px 14px 0px rgba(0, 0, 0, 0.56);
}
h2.section-title:before {
  content: "";
  display: inline-block;
  border-top: 2px solid #ffcc01;
  width: 3rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
}
h2.section-title:after {
  content: "";
  display: inline-block;
  border-top: 2px solid #ffcc01;
  width: 3rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
}
h2.section-title {
  padding: 3.5rem 0 0;
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  text-align: center;
  color: #ffcc01;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}
.section article > p {
  max-width: 65ch;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
/*#dnn_ContentPaneFullBleed3 hr {
  max-width: 100%;
  border-bottom: 3px solid #6f9ebb;
  display: block !important;
  width: 100%;
  border-top: unset;
  margin: 0 auto;
}*/
#dnn_ContentPaneFullBleed3 hr {
  border-bottom: 2px dashed #ffffff5e;
  display: block !important;
  width: 60vw;
  border-top: unset;
  margin: 0 auto;
}
#dnn_ctr8673_ContentPane hr {
  border-bottom: transparent;
}
.leader-text {
  font-size: 24px;
  font-family: 'Oswald';
  text-transform: uppercase;
  color: #d5d5d7;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 10px;
}
span.leader-text {
  display: block;
  margin: 0;
}
p.in-charge {
  text-align: center;
  font-size: 17px;
  margin: 0 0 10px;
  text-wrap: nowrap;
  color: #ffffff;
}
h2.sm-title {
  background: #ffffff1c;
  font-size: 1.2rem;
  text-align: center;
  font-family: 'Lato';
  color: #fff;
  font-weight: 500;
  padding: .5rem;
  margin-top: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
.carousel-4 .previousButton, .carousel-4 .nextButton {
  width: 40px;
  color: #f1e4c7;
  background: none;
  cursor: pointer;
  transition: all .2s;
}
.carousel-4 .previousButton:hover, .carousel-4 .nextButton:hover {
  background: none;
}
.carousel-control:focus, .carousel-control:hover {
  color: #f1e4c7;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: .9 !important;
}
.carousel-4:hover .carousel-control {
  opacity: .5;
}
.carousel-4 .carousel-control:hover .fa {
  color: #f1e4c7;
}
.dgov-col-md-6.rt {
  border-left: 1px solid #91a0b273;
}
/*****************************************************
BANNER 
******************************************************/
#dnn_ContentPaneFullBleed1 {
  background: #30372f;
}
#dnn_ContentPaneFullBleed1 .wrapper {
  height: 100vh;
  background-image: linear-gradient(to bottom right, #0f25388f, rgb(1 1 1 / 61%)), url(/Portals/1/Interactive/2019/05-military-units/backgrounds/211123-F-GO452-0003F.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  background-color: #221f20;
  width: 100%;
  padding-top: 85px;
  background-position: left bottom;
}
.left-seal, .right-seal {
  max-width: 200px;
  padding: 1rem;
}
.top-description p {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: -15px;
}
.top-description p::before {
  content: "";
  display: inline-block;
  border-top: 3px solid #fff;
  width: 2rem;
  margin: 0 1rem;
  transform: translateY(-6px);
}
.top-description p::after {
  content: "";
  display: inline-block;
  border-top: 3px solid #fff;
  width: 2rem;
  margin: 0 1rem;
  transform: translateY(-6px);
}
.top-description a {
  color: #fff;
}
.army-title {
  padding: 0 10px;
}
.seal {
  border-radius: 50%;
  transition: .5s;
}
.army {
  display: none;
}
/***************************************************
	GLOBAL
***************************************************/
html {
  scroll-behavior: smooth;
}
.DnnModule.DnnModule-DNN_HTML {
  position: relative;
}
#dnn_ContentPaneFullBleed3 > .DnnModule > div {
  padding: 0 2rem;
}
#dnn_ContentPanePage {
  display: block;
  position: relative;
}
#dnn_ContentPaneFullBleed2 {
  display: block;
  position: relative;
}
.section {
  display: block;
  margin: 0;
  text-align: center;
}
.section article > p {
  max-width: 65ch;
  margin: 0 auto;
  text-align: center;
}
.section article ul li {
  margin-left: 45px;
}
.section li {
  margin-bottom: 10px;
}
/***************************************************
	SECTIONS NAV
***************************************************/
h2.heading {
  font-size: 22px;
  color: #ffffffb5;
  background: #ffffff2b;
  padding: 20px;
  font-family: 'Oswald';
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0px;
  border-radius: 12px;
}
#dnn_ContentPaneFullBleed2 {
  background: #2f372f;
  position: absolute;
  left: 0;
  width: 300px;
  z-index: 500;
  pointer-events: auto;
  z-index: 10;
}
/***** Change module number to match left-menu module number to make the 'sticky' functionality work ***/
.DnnModule-8671, .DnnModule-8671 > .base-container, #dnn_ctr8671_ContentPane, #dnn_ctr8671_ModuleContent, #dnn_ctr8671_HtmlModule_lblContent {
  display: block;
  position: relative;
  height: 100%;
}
#sections-nav-wrap {
  position: relative;
  height: 100%;
  overflow-y: scroll;
}
#sections-nav {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 15px 15px 3.4rem;
  margin-bottom: 4rem;
  pointer-events: auto;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
}
#sections-nav h2.heading {
  background: #ffffff1a;
}
#sections-nav .nav > li > a:focus, #sections-nav .nav > li > a:focus, #sections-nav .nav > li > a:hover {
  background-color: #727365;
  color: #fff;
  border-radius: 50px;
}
#sections-nav .btn-default-ghost {
  border-radius: 50px;
  padding: 8px 16px;
}
#sections-nav > .nav > li {
  display: block;
}
#sections-nav .nav li a {
  line-height: 1.2em;
}
#sections-nav > .nav > li.heading {
  display: block;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  margin: 0 0 10px;
}
#sections-nav > .nav > li.sup-heading {
  display: block;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  margin-top: 30px;
}
#sections-nav .nav > li > a {
  display: block;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  padding: 12px 20px 12px 40px;
  color: #ffffffd1;
  position: relative;
  font-weight: 400;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
  text-transform: uppercase;
}
#sections-nav .nav > .active > ul {
  display: block;
  margin-top: 5px;
}
#sections-nav .nav .nav > li > a {
  padding: 2px 15px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 300;
}
#sections-nav .nav > li.active > a {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
#sections-nav li.active:before {
  content: "";
  position: absolute;
  background-color: #727365;
  left: 20px;
  height: 32px;
  width: 5px;
  top: 0;
  border-radius: 0 0 0 5px;
  animation: bullet .3s ease-in !important;
  z-index: 10;
}
#sections-nav li.active span::before {
  content: "";
  position: absolute;
  background-color: #727365;
  left: 25px;
  height: 5px;
  width: 8px;
  top: 27px;
  border-radius: 0 4px 4px 0;
  animation: bullet .3s ease-in !important;
}
.before:first-child::before {
  border-radius: 4px 4px 0 0;
}
#sections-nav .nav > li > a:focus, #sections-nav .nav > li > a:hover {
  background-color: none;
}
.before span {
  color: #fff !important;
  padding: 0 10px 5px 16px !important;
}
.before::before {
  content: "";
  position: absolute;
  background-color: #727365;
  left: 20px;
  height: 100%;
  width: 5px;
  top: 0;
  border-radius: 0;
  animation: bullet .3s ease-in !important;
  z-index: 10;
}
.back-to-top {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 270px;
  text-align: center;
  margin-bottom: 1rem;
  display: none;
}
.back-to-top .fav {
  margin-left: 10px;
}
/***************************************************
    UNITS
***************************************************/
#units {
  padding: 2rem 0;
}
#commands .dgov-grid {
  padding-top: 1.5rem;
}
.ranks {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 700px;
  margin: 0 auto;
}
.ranks-inner {
  flex: 0 0 165px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ranks.no-title {
  align-items: center;
}
.ranks.wtitle {
  align-items: flex-start;
  margin-top: 2rem;
  gap: 50px;
}
.support-number {
  font-size: 55px;
  font-weight: 800;
  color: #ffcc01;
}
img.leader {
  max-width: 150px;
  max-height: 100px;
}
.dgov-col-md-6.rt {
  border-left: 2px solid #91a0b291;
}
.sides img.leader {
  width: 120px;
  max-width: 200px;
}
.sides p.leader-text {
  font-size: 20px;
  white-space: nowrap;
  margin-top: 20px;
  text-align: center;
}
.DnnModule-SlideShow {
  padding: 3rem 0 5rem;
}
.slide-title {
  display: none;
}
.DnnModule.DnnModule-SlideShow.DnnModule-7428 {
  padding-bottom: 8rem;
}
#flight h2.section-title:after, #commands h2.section-title:after {
  margin: 0 .5rem;
}
.support-text {
  display: block;
  font-family: 'Oswald', sans-serif;
  line-height: 28px;
  color: #d5d5d7;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
/***************************************************************************
DONUT CHART
****************************************************************************/
.svg-item svg {
  height: 175px;
  width: 100%;
  margin-top: 0;
}
.donut-ring {
  stroke: #6d7771;
}
circle.donut-hole {
  fill: #2f372f;
}
.donut-animate {
  animation: donut-chart-fill 2s reverse ease-in;
  transform-origin: center;
  stroke: #ffcc01;
}
.donut-text {
  fill: #ffcc01;
  font-weight: 600;
}
.donut-percent {
  font-size: 8px;
}
#team .donut-percent, #squad .donut-percent, #platoon .donut-percent {
  font-size: 13px;
}
#army-group .donut-percent {
  font-size: 7px;
  ;
}
#army-region .donut-percent {
  font-size: 6px;
}
#team .donut-description, #squad .donut-description, #platoon .donut-description {
  top: -85px;
}
#company .donut-percent {
  font-size: 10px;
}
#company .donut-percent, #battalion .donut-percent, #brigade .donut-percent, #division .donut-percent {
  font-size: 8px;
  letter-spacing: -.25px;
}
.donut-description {
  position: relative;
  top: -88px;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serf;
  color: #d5d5d7;
  font-weight: 500;
}
#team .donut-description {
  top: -86px;
}
@keyframes donut-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
/**************************************************
ARMY 101 STYLES
**************************************************/
.video-wrapper {
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  position: relative;
}
#army101 h2.title {
  font-family: 'Lato';
  color: #fff;
  text-transform: uppercase;
  font-size: 10rem;
  font-weight: 900;
  text-shadow: 3px 0px black;
}
#army101 h2.title span {
  color: #c3a703;
}
/****************************************************
 NUMBER COUNTER
****************************************************/
.stats {
  display: flex;
  justify-content: center;
  background-color: #000;
  width: 100vw;
  background-image: linear-gradient(to bottom right, rgb(11 24 21 / 94%), rgb(41 45 41 / 91%)), url(/Portals/1/Interactive/2019/05-military-units/backgrounds/army-camo-bg.jpg);
  z-index: 1;
  position: relative;
  background-size: cover;
  padding: 1rem;
  box-shadow: inset -4px 0px 14px 0px rgba(0, 0, 0, 0.56);
}
.single-counterup {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stats .title {
  font-family: 'Oswald';
  color: #fff;
  font-size: 1.4rem;
}
span.count-num.plus {
  min-width: 245px;
  color: #ffcc01;
  font-weight: 900;
  padding: 0 15px 10px;
  font-size: 5rem;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}
/****************************************************
PRIORITIES
****************************************************/
#priorities .content {
  padding: 0 30px;
}
#priorities .content-wrap {
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
}
#priorities {
  display: flex;
  justify-content: center;
  background-color: #2f372f;
  padding: 4rem 0;
  box-shadow: inset -4px 0px 14px 0px rgba(0, 0, 0, 0.56)
}
.stories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
  width: 100%;
  box-sizing: border-box;
}
.stories .grid {
  width: 100%;
}
.desc {
  background: #000000cf;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 165px;
  transform: translateY(95px);
  transition: transform 0.3s ease;
  z-index: 3;
  padding: 25px;
}
.stories .grid .container:hover .desc {
  transform: translateY(0);
}
.desc h3 {
  font-family: oswald;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 1.3em;
  margin-bottom: 18px;
  text-align: left;
  border-left: 5px solid #ffcc01;
  padding-left: 8px;
  line-height: .9;
}
.desc p {
  color: #fff;
  font-size: 17px;
  margin: 0;
  text-align: left;
}
.stories .grid .container {
  width: 100%;
  aspect-ratio: 3 / 2;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
.grid .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  border-radius: inherit;
  opacity: 1;
  transition: 300ms ease;
  top: 0;
  position: relative;
}
.stories .grid .video {
  border-radius: inherit;
  inset: 0;
  z-index: 1;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.stories .grid .container:hover .image {
  opacity: 0;
}
/****************************************************
ARMY 101 SLIDESHOW 
*****************************************************/
#about {
  padding: 5rem 0;
}
#units.background, #about.background {
  width: 100vw;
  background-image: linear-gradient(to bottom right, rgb(11 24 21 / 94%), rgb(47 55 47 / 76%)), url(/Portals/1/Interactive/2019/05-military-units/backgrounds/army-camo-bg.jpg);
  z-index: 1;
  position: relative;
  background-size: cover;
  box-shadow: inset -4px 0px 14px 0px rgba(0, 0, 0, 0.56);
}
.content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}
.army-title {
  padding: 0 10px;
}
.content h2 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 0;
}
.content .blurb {
  max-width: 65ch;
  color: #fff;
  line-height: 1.4;
  padding: 30px 30px 0;
}
#wrapper {
  height: 65vh;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 700px;
  padding: 0 30px;
}
#wrapper .slideshow {
  position: relative;
  color: #ffffff;
  background-color: #1e1e22;
  overflow: hidden;
  height: 65vh;
  min-height: 700px;
  border-radius: 10px;
  max-height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.pagination {
  position: absolute !important;
  width: 100%;
  text-align: center;
  right: 0;
  padding: 0 !important;
  top: 30px;
  z-index: 999;
  max-width: 1200px;
}
.pagination .container {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
}
p.slideshow__desc {
  font-size: 20px;
  color: #fff;
  max-width: 65ch;
}
p.slideshow__desc span {
  font-weight: 900;
}
.pagination__item {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  font-size: 20px;
  width: auto;
  height: auto;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: 0.2s ease-in-out;
  padding: 4px 30px 6px;
  background: #19231f8c;
}
.pagination__item.is-current, .pagination__item:hover {
  background-color: #fff;
  color: #221f20;
}
.slideshow .container {
  position: relative;
  margin: 0 auto;
}
.custom-audio-button, .custom-audio-button:visited {
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  white-space: nowrap;
  font-size: 20px;
  border-radius: 50px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #fff;
  background-color: #2f372f87;
  text-decoration: none;
  padding: 5px 7px 7px 20px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #fff;
  font-weight: 400;
  gap: 10px;
}
i#play-icon {
  font-size: 30px;
}
.custom-audio-button:hover, .custom-audio-button:focus {
  background-color: #fff;
  color: #221f20;
  outline: none;
  text-decoration: none;
}
.custom-audio-button:focus-visible {
  outline: 2px dashed #fff;
  outline-offset: 4px;
}
.background-absolute {
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
#wrapper .slideshow {
  position: relative;
  color: #ffffff;
  background-color: #1e1e22;
  overflow: hidden;
  height: 100vh;
  min-height: 450px;
  border-radius: 10px;
  max-height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.slideshow__slide {
  visibility: hidden;
  transition: visibility 0s 1.7s;
}
.slideshow__slide.is-current {
  visibility: visible;
  transition-delay: 0s;
}
.slideshow__slide-background-load-wrap {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
  overflow: hidden;
}
.is-loaded .slideshow__slide-background-load-wrap {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}
.slideshow__slide.is-prev .slideshow__slide-background-parallax, .slideshow__slide.is-next .slideshow__slide-background-parallax {
  transform: none !important;
}
.slideshow__slide.is-prev-section .slideshow__slide-background-parallax, .slideshow__slide.is-next-section .slideshow__slide-background-parallax {
  transform: none !important;
}
.slideshow__slide-background-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, -50%, 0);
}
.is-loaded .slideshow__slide-background-load {
  transform: translate3d(0, 0, 0);
}
.slideshow__slide-background-wrap {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transform: translate3d(0, 0, 0);
}
.slideshow__slide.is-prev .slideshow__slide-background-wrap {
  transform: translate3d(0, -100%, 0);
}
.slideshow__slide.is-next .slideshow__slide-background-wrap {
  transform: translate3d(0, 100%, 0);
}
.slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
  transform: translate3d(0, -100%, 0);
  transition: none;
}
.slideshow__slide.is-next-section .slideshow__slide-background-wrap {
  transform: translate3d(0, 100%, 0);
  transition: none;
}
.slideshow__slide-background {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
  overflow: hidden;
}
.slideshow__slide.is-prev .slideshow__slide-background, .slideshow__slide.is-next .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
}
.slideshow__slide.is-prev-section .slideshow__slide-background, .slideshow__slide.is-next-section .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
  transition: none;
}
.slideshow__slide-image-wrap {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transform: translate3d(0, 0, 0);
}
.slideshow__slide.is-prev .slideshow__slide-image-wrap {
  transform: translate3d(0, 50%, 0);
}
.slideshow__slide-image {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
}
.slideshow__slide.is-prev .slideshow__slide-image, .slideshow__slide.is-next .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
}
.slideshow__slide.is-prev-section .slideshow__slide-image, .slideshow__slide.is-next-section .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
  transition: none;
}
.slideshow__slide-image::before, .slideshow__slide-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.35;
}
.slideshow__slide-image::before {
  background-color: #1e1e22;
}
.slideshow__slide-image::after {
  background: linear-gradient(to bottom, transparent 0%, #1e1e22 100%);
}
.slideshow__slide.is-prev .slideshow_container, .slideshow__slide.is-next .slideshow_container {
  transform: none !important;
}
.slideshow__slide.is-prev-section .slideshow_container, .slideshow__slide.is-next-section .slideshow_container {
  transform: none !important;
}
.slideshow__slide-caption-text {
  position: relative;
  height: 100%;
  padding-top: 33vh;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 0, 0);
}
.slideshow__slide-caption-text.long {
  padding-top: 25vh;
}
.bday {
  display: flex;
  flex-direction: row;
  max-width: 840px;
  align-items: flex-start;
}
.txt {
  margin-right: 1rem;
}
.bday p.slideshow__desc {
  margin-right: 1rem;
}
.bday img {
  width: 180px;
  padding-top: 2rem;
}
p.slideshow__desc span {
  font-weight: 900;
}
.values-list {
  font-size: 1.3rem;
  font-weight: 600;
  width: fit-content;
  color: #ffffffcf;
  border-top: 1px dashed #ffcc01;
  padding: 10px 0 15px;
  border-bottom: 1px dashed #ffcc01;
}
i.fa.fa-circle {
  font-size: 6px;
  margin: 0 10px;
  vertical-align: middle;
  color: #ffcc01;
}
.slideshow__slide.is-prev .slideshow__slide-caption-text {
  transform: translate3d(0, -100%, 0);
}
.slideshow__slide.is-next .slideshow__slide-caption-text {
  transform: translate3d(0, 100%, 0);
}
.slideshow__slide.is-prev-section .slideshow__slide-caption-text {
  transform: translate3d(0, -100%, 0);
  transition: none;
}
.slideshow__slide.is-next-section .slideshow__slide-caption-text {
  transform: translate3d(0, 100%, 0);
  transition: none;
}
.slideshow__slide-caption {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 60%, rgb(0, 0, 0, .75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  position: relative;
  height: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.is-loaded .slideshow__slide-caption {
  transform: translate3d(0, 0, 0);
}
h3.slideshow__slide-caption-title {
  max-width: 60ch;
  font-weight: 900;
  text-shadow: 1px 1px 1px #000000cc;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
  font-size: 2.7rem;
}
.slideshow__slide-caption-title.-full {
  width: 100%;
}
.slideshow__slide-caption-subtitle {
  display: inline-block;
}
.slideshow__slide-caption-subtitle.-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 3.75rem, 0);
}
.is-loaded .slideshow__slide-caption-subtitle.-load {
  transform: translate3d(0, 0, 0);
}
body[data-route-option="prev-section"] .slideshow__slide-caption-subtitle.-load, body[data-route-option="next-section"] .slideshow__slide-caption-subtitle.-load {
  transform: translate3d(0, 0, 0);
}
.slideshow__slide-caption-subtitle-label {
  margin-right: 10px;
  cursor: pointer;
  font-family: 'lato';
  white-space: nowrap;
  font-size: 20px;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: 0.2s ease-in-out;
  color: #fff;
  Text-decoration: none;
  padding: 8px 20px 10px;
  display: inline-block;
  font-weight: 400;
}
.slideshow__slide-caption-subtitle-label:hover {
  background-color: #fff;
  color: #221f20;
}
::-moz-selection {
  background: #0084c0;
  color: #ffffff;
}
::selection {
  background: #0084c0;
  color: #ffffff;
}
img, svg {
  max-width: 100%;
}
.js-parallax {
  transform: translateZ(0);
  will-change: transform;
  padding-left: 10%;
  padding-right: 30px;
}
.scroll-content {
  overflow: hidden;
}
h3 {
  font-size: 1.5625rem;
}
/*****************************************
TABS SECTION
******************************************/
.tabs-section {
  background: #221F1D;
  padding: 5rem 30px;
  box-shadow: 0px 315px 75px -300px rgba(0, 0, 0, 0.6) inset;
}
.tabs-section .content-wrap {
  position: relative;
}
.tabs .dgov-col-md-7 {
  padding: 1rem 3rem 3rem 2rem;
}
.tabs-section p {
  max-width: 65ch;
  color: #fff;
  line-height: 1.4;
  padding-top: 10px;
}
.tabs-section-content {
  padding: 3rem 2rem 0px;
}
.tabs-section .tabs {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0 1rem;
}
.tabs-section img {
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
}
.tabs-section section {
  border-radius: 0 12px 12px 12px;
  display: none;
  border: 1px solid #ffffff78;
  border-top: none;
  background: #30372f;
  box-shadow: 0 10px 20px rgb(0 0 0 / 9%), 0 6px 6px rgb(0 0 0 / 13%);
  padding: 2rem;
}
.tabs-section input {
  display: none;
}
.tabs-section label {
  display: inline-block;
  margin-bottom: -1px;
  padding: 16px 3% 15px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: ALL 0.15s;
  transition: ALL 0.15s;
  width: fit-content;
  background: #72736599;
  border: 1px solid #ffffff75;
  border-bottom: none;
  border-top: 4px solid #ffffff75;
  font-weight: 600;
  font-size: clamp(.9rem, 1.2rem, 1.3rem);
  border-radius: 12px 12px 0 0;
  white-space: nowrap;
}
.tabs-section label:hover {
  background: #727365;
  cursor: pointer;
  text-shadow: 1px 1px 2px black;
}
.tabs-section input:checked + label {
  color: #ffffff;
  background: #30372f;
  border-top: 4px solid #ffcc02;
}
.tabs-section #tab1:checked ~ #content1, .tabs-section #tab2:checked ~ #content2, .tabs-section #tab3:checked ~ #content3, .tabs-section #tab4:checked ~ #content4 {
  display: block;
}
.tabs-section h3 {
  font-size: 1.4em;
  color: #fff;
  font-family: oswald;
  padding: 5px 20px;
  text-align: center;
  background-color: #1e88c3;
  background-image: linear-gradient(135deg, #254267 0%, #0e1826 100%);
}
.tabs span {
  display: block;
  width: fit-content;
}
.tabs-buttons {
  display: flex;
}
.tabs .custom-audio-button {
  margin-right: 15px;
}
.tabs a:hover, .tabs a:active {
  text-decoration: none;
  color: #221f20 !important;
}
.tabs a:visited {
  text-decoration: none;
}
i.fa.fa-external-link {
  font-size: 16px;
  padding-left: 5px;
  top: -1px;
  position: relative;
}
/****************************************
MODAL SYLES 
****************************************/
.DnnModule.DnnModule-DNN_HTML.DnnModule-8876 {
  position: unset;
}
.modal-body li {
  list-style: unset;
  margin-left: 2em;
}
.modal-body {
  color: transparent;
  padding: 1em 2em;
  background-color: #EBEAE5;
}
.modal-header {
  background-color: #2f372f;
  padding: 10px 25px;
  border-radius: 12px 12px 0 0;
  border-bottom: none;
}
.modal-title {
  letter-spacing: 1px;
  font-weight: 600;
  color: #ffcc01;
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato';
}
.modal-content {
  border-radius: 12px;
  background-color: #2f372f;
  border: 3px solid #58594d;
}
.modal-body p {
  color: #5a5152;
  margin: 10px 10px 25px;
  border-radius: 5px;
}
.modal-header .close {
  margin-top: -60px;
  font-size: 2.5em;
  opacity: .8;
  color: #ffffff;
}
.modal-body .page-section {
  padding: 0;
  background: #EBEAE5;
}
#modalMissions .modal-body {
  padding: 0;
  background-color: transparent;
}
.modal-vid {
  padding: 1rem;
  background: #221f20;
}
video#video {
  width: 100%;
  border-radius: 12px;
}
.modal-vid p {
  background: none;
  padding: 0;
  color: #5a5052;
  margin: 0;
}
.modal-footer {
  background: #2f372f;
  border: none;
  border-radius: 0 0 10px 10px;
}
button.btn.btn-outline-primary {
  color: #fff;
  text-transform: uppercase;
  border-color: #fff;
  background-color: #2c312b85;
  font-size: 18px;
  border-radius: 50px;
  padding: 6px 30px;
}
button.btn.btn-outline-primary:hover {
  background: #fff;
  color: #221f20;
}
/********* KEEP EXPLORING ************/
#content-pane-wrap10 {
  background: #2f372f;
  width: 100vw;
  min-height: 700px;
  background-image: linear-gradient(to bottom right, rgb(0 0 0 / 94%), rgb(47 55 47 / 76%)), url(/Portals/1/Interactive/2019/05-military-units/army-images/related-bkgd.jpg);
  z-index: 1;
  position: relative;
  background-size: cover;
  background-position: bottom center;
  padding: 4rem 30px 0;
  box-shadow: inset -4px 0px 14px 0px rgba(0, 0, 0, 0.56);
}
.explore {
  position: relative;
}
.line {
    padding: 0;
    border-left: 8px solid #ffcc01;
    margin: 0 0 10px;
    max-height: 2.2rem;
}
.explore h2, .tabs-section h2 {
    font-family: oswald;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    font-size: 2.5rem;
    padding-left: 2px;
    line-height: .8;
    margin: -2px 0 0;
}
.line {
  border-left: 8px solid #ffcc01;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 0;
  max-height: 2.15rem;
}
.explore .line {
  margin-top: 10px;
  display: inline-block;
}
.explore span a {
  transition: .25s;
  color: #ffffffb5;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  float: right;
  position: relative;
  margin-top: 2rem;
}
.explore span a:hover {
  color: #fff;
  letter-spacing: 4px;
}
.explore .glyphicon-chevron-right {
  color: #ffcc01;
  transition: .25s;
}
.explore span a:hover .glyphicon {
  margin-left: 5px;
}
.related-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
  flex-wrap: nowrap;
  gap: 1rem;
  padding-top: 1rem;
  width: 100%;
}
figure.snip1136 {
  border-radius: 12px;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.related h3 {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
}
a:hover .related h3 {
  color: #ffcc01;
  text-decoration: underline;
}
figure.snip1136 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1136 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  border-radius: 12px;
}
figure.snip1136 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip1136 figcaption > div {
  height: 40%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.snip1136 h3, figure.snip1136 p {
  margin: 0;
  opacity: 0;
  padding: 0 30px;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s, transform 0.4s;
}
figure.snip1136 p {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.related p a:hover {
  text-decoration: underline;
  color: blue;
}
figure.snip1136 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip1136.green {
  background-color: #2f372f;
}
figure.snip1136:hover img, figure.snip1136.hover img {
  opacity: 0.1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1136:hover figcaption p, figure.snip1136.hover figcaption p {
  opacity: 1;
}
/***************************************************
    BUTTON SLICE
***************************************************/
.button-slice {
  display: flex;
  background-color: #1c2827;
  width: 100%;
  z-index: 10;
  background-position: center center;
  position: relative !important;
  background-size: cover;
  height: 500px;
  background-image: url('https://www.army.mil/e2/images/rv7/about/graphics/modernization.jpg');
  flex-direction: column;
  align-items: center;
  padding: 4rem;
  align-content: center;
  justify-content: center;
}
.button-slice .screen {
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 20%, rgba(35, 31, 32, 0.89) 60%, rgba(35, 31, 32, .2) 90%, rgba(35, 31, 32, 0));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 20%, rgba(35, 31, 32, 0.89) 60%, rgba(35, 31, 32, .2) 90%, rgba(35, 31, 32, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 20%, rgba(35, 31, 32, 0.89) 60%, rgba(35, 31, 32, .2) 90%, rgba(35, 31, 32, 0));
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.button-slice .title {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.button-slice .title h2 {
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  line-height: 1em;
  font-size: 4rem;
  text-shadow: 1px 1px 2px #312F2B;
}
.button-slice .title h2 span {
  color: #FFCC01;
}
a.btn.btn-default.btn-default-ghost.learn-more {
  margin: 2rem 0 0;
}
/**********************************************************************
OTHER UNITS
**********************************************************************/
#other-units {
  padding: 80px 20px 80px;
  position: relative;
  background: rgb(37, 37, 37);
  background: linear-gradient(304deg, rgba(37, 37, 37, 1) 33%, rgba(0, 0, 0, 1) 100%);
  z-index: 10;
}
#other-units h2 {
  color: #fff;
  text-align: center;
  padding: 0 1rem;
  line-height: 1.1em;
}
#other-units p.blurb {
  max-width: 95%;
  color: #fff;
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
#other-units .bottom-seals {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 2rem 0;
  max-width: 80%;
}
#other-units img.seal {
  max-width: 200px;
  width: 100%;
  border-radius: 50%;
  transition: .5s;
}
#other-units .unit p {
  transition: .3s;
  text-wrap: nowrap;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
#other-units a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#other-units a:hover img {
  transform: scale(1.1);
}
#other-units .unit:hover p {
  transform: scale(1.25);
}
#other-units img.seal:hover {
  transform: scale(1.1);
}
/***************************************************
    RESPONSIVE
***************************************************/
/* XLG */
@media only screen and (min-width: 1770px) {
  #dnn_ContentPaneFullBleed3 {
    max-width: 80vw;
  }
  div#dnn_ContentPaneFullBleed3 .DnnModule-DNN_HTML {
    display: flex;
    justify-content: center;
  }
  #dnn_ContentPaneFullBleed3 hr:before, #dnn_ContentPaneFullBleed3 hr:after {
    display: none;
  }
}
@media (max-height: 720px) {
  #army101 h1.title {
    font-size: 7rem !important;
  }
}
@media (max-height: 500px) {
  .slideshow__slide-caption-title {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .slideshow {
    overflow: hidden;
    height: 100%;
  }
}
/* LG */
@media only screen and (max-width: 1200px) {
  #dnn_ContentPaneFullBleed3 > .DnnModule.DnnModule-4769 > div .content-wrap {
    padding: 3rem 30px 0;
    width: 100%;
  }
  h3.section-subtitle {
    left: 0;
  }
  .stories {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
  .stories .grid .container {
    position: static;
    overflow: visible;
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
  }
  .desc {
    position: static;
    transform: none;
    background: rgb(0 0 0);
    padding: 20px;
    margin-top: -1rem;
    width: 100%;
    z-index: 101;
    opacity: 1;
    border-radius: 0 0 12px 12px;
    overflow: visible;
    height: auto;
    min-height: 150px;
  }
  .desc h3 {
    padding-left: 6px;
    margin: 1px 0 10px;
    font-size: 1em;
    border-left: 4px solid #ffcc01;
  }
  .stories .grid .container:hover .desc {
    transform: none;
  }
  .stories .grid .video {
    display: none;
  }
  .stories .grid .container:hover .image {
    opacity: 1;
  }
}
/* IPAD PRO */
@media only screen and (max-width: 1024px) {
  #army101 h1.title {
    line-height: 1;
    font-size: 13rem;
  }
  .soldier.wow.fadeInUp {
    max-width: 100vw;
    width: auto;
  }
  #dnn_ContentPaneFullBleed2 {
    width: 250px;
  }
  #sections-nav .nav > li.active > a {
    font-size: 24px;
  }
  #sections-nav .nav > li > a {
    padding: 15px 10px 10px 40px;
  }
  #dnn_ContentPaneFullBleed3 {
    margin-left: 250px;
  }
  h2.heading {
    font-size: 18px;
    text-align: center;
    padding: 10px;
  }
  #sections-nav li a:hover {
    background-color: transparent;
  }
  .back-to-top {
    width: 90%;
  }
  #squadrons .ranks {
    max-width: 80%;
  }
  #commands .dgov-grid {
    margin: 0 -15px 0 -15px;
  }
  #content-pane-wrap10 {
    min-height: 600px;
  }
}
/* MD */
@media only screen and (max-width: 991px) {
  #dnn_ContentPaneFullBleed3 hr {
    border-bottom: 2px dashed transparent;
  }
  div#team {
    padding-top: 1.5rem;
  }
  h2.section-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    padding: 12px 0 14px;
    background: #2f372f;
    color: #e3d4a4;
    margin: 1rem 0 3rem;
    border-top: 1px solid #ffcc01;
    border-radius: 12px;
    border-bottom: 1px solid #ffcc01;
  }
  .DnnModule-SlideShow {
    padding: 3rem 0;
  }
  h2.section-title:before, h2.section-title:after {
    display: none;
  }
  .rt h2.sm-title {
    margin-top: 1.5rem;
  }
  .dgov-col-md-6.rt {
    border-left: none !important;
  }
  #squadrons .ranks {
    max-width: 90%;
  }
  .stories {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1rem;
  }
  .pagination .container {
    gap: 10px;
  }
  figure.snip1136:hover figcaption p, figure.snip1136.hover figcaption p {
    opacity: 0;
  }
  figure.snip1136:hover img, figure.snip1136.hover img {
    opacity: 0.6;
    -webkit-filter: unset;
  }
}
@media only screen and (max-width: 845px) {
  .desc h3 span {
    display: none;
  }
}
/* SM - IPAD AIR */
@media only screen and (max-width: 820px) {
  .soldier.wow.fadeInUp {
    max-width: 100vw;
    bottom: 80px;
  }
  .top-description p {
    margin-bottom: unset;
  }
  header#header-main {
    z-index: 999;
  }
  #dnn_ContentPaneFullBleed2 {
    display: none;
  }
  #dnn_ContentPaneFullBleed3 {
    margin-left: 0 !important;
    z-index: 1;
  }
  #dnn_ContentPaneFullBleed3 > .DnnModule.DnnModule-4769 > div .content-wrap {
    padding: 3rem 30px 0;
    width: 100%;
  }
  ol {
    padding-left: 0;
  }
  ul {
    margin-left: 0;
  }
  .section article > p {
    width: unset;
    font-size: 18px;
  }
  h2.sm-title {
    font-size: 1.8rem;
    margin: 0 auto 15px;
  }
  #commands .dgov-grid {
    padding-top: 0;
  }
  .stories {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .stories .grid .container {
    position: static;
    overflow: visible;
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
  }
  .stories .grid .container:hover .desc {
    transform: none;
  }
  .stories .grid .video {
    display: none;
  }
  .bday {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .slideshow__slide-caption-text.long {
    padding-top: 12vh;
  }
  p.slideshow__desc {
    font-size: 18px;
  }
  .bday img {
    width: 150px;
    padding: 1rem;
  }
  .explore span a {
    display: block;
    float: unset;
    margin-top: 15px;
  }
  .other-units p {
    padding: 5px 0 0;
  }
}
@media (max-width: 768px) {
  .wrap-center {
    z-index: 100;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .soldier.wow.fadeInUp {
    max-width: 100vw;
    bottom: 35px;
  }
  .nav-buttons .matrix {
    padding: 10px 20px;
    border: .5px solid #5c6f63;
  }
  .stories {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .desc h3 {
    font-weight: 400;
  }
  .pagination .container {
    gap: 5px;
  }
  .pagination__item {
    padding: 4px 20px 6px;
  }
}
@media (min-width: 700px) {
  .slideshow .slideshow__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 699px) {
  .stories {
    gap: 2.5rem;
  }
  .slideshow .slideshow__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .slideshow__slide-caption-title {
    font-size: 25px;
    margin-bottom: 150px;
  }
  .slideshow.-full .slideshow__slide-caption-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .single-counterup {
    flex-direction: column-reverse;
  }
  .single-counterup div:first-child {
    display: none;
  }
  .stats .title {
    font-family: 'Oswald';
    color: #fff;
    font-size: 1.4rem;
    padding-top: 1.2rem;
  }
  span.count-num.plus {
    padding: 0 15px 10px;
    font-size: 5rem;
  }
  .desc {
    min-height: auto;
  }
  .desc h3 span {
    display: unset;
  }
  .tabs-section .tabs {
    padding: 0;
  }
  .tabs-section label {
    display: block;
    border-bottom: 1px solid #ffffff75;
    border-radius: 50px;
    padding: 8px 20px;
    min-height: unset;
    width: 100%;
    margin: 0 auto 10px;
    font-size: 20px;
  }
  .tabs-section section {
    padding: 2rem 1rem;
    border-top: 1px solid #ffffff78;
    border-radius: 12px;
    margin-top: 1rem;
  }
  .tabs .dgov-col-md-5 {
    padding: 0 0 1rem;
  }
  .tabs .dgov-col-md-7 {
    padding: 0;
  }
  .tabs-section p {
    font-size: 18px;
  }
  .modal-title {
    letter-spacing: UNSET;
    font-size: 1.5rem;
  }
  .modal-header .close {
    margin-top: -35px;
    font-size: 1.5em;
    margin-right: -10px;
  }
  #content-pane-wrap10 {
    min-height: 985px;
    background-image: linear-gradient(to bottom right, rgb(11 24 21 / 94%), rgb(47 55 47 / 76%)), url(/Portals/1/Interactive/2019/05-military-units/army-images/related-bkgd.jpg);
    background-position: bottom;
    background-size: contain;
    padding: 3rem 30px 4rem;
    box-shadow: inset -4px 0px 14px 0px rgba(0, 0, 0, 0.56);
  }
  .explore span a {
    float: unset;
    letter-spacing: 1px;
  }
  .related-container {
    flex-flow: wrap;
    padding-top: 2rem;
  }
  .related h3 {
    font-size: 1.5rem;
  }
  #other-units .unit p {
    font-size: 18px;
  }
}
/* XS */
@media only screen and (max-width: 576px) {
  #army101 h1.title {
    font-size: 8rem;
  }
  .soldier.wow.fadeInUp {
    max-width: 115vw;
    max-height: unset;
    bottom: 8%;
  }
  .updated {
    bottom: 65px;
    right: 15px;
    color: #e5e5e5;
  }
  .nav-buttons {
    font-size: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
  }
  .btn.matrix {
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #222;
    color: white;
    border-radius: 50px;
    width: 100%;
    text-align: center;
  }
  #squadrons p.leader-text {
    font-size: 20px;
    white-space: nowrap;
  }
  .org-section-title:after {
    top: -40px;
  }
  .section article > p {
    width: 100%;
    padding: 0 10px;
    font-size: 20px;
  }
  h2.sm-title {
    font-size: 1.4rem;
  }
  #commands .dgov-grid {
    margin: 0 -10px;
  }
  a.btn.btn-default.btn-default-ghost.learn-more span {
    display: none;
  }
  a.btn.btn-default.btn-default-ghost.learn-more {
    width: 100%;
  }
  #about {
    padding: 3rem 0 0;
    border-bottom: 1px solid #ffcc01;
  }
  .content .blurb {
    max-width: 65ch;
    color: #fff;
    line-height: 1.4;
    padding: 30px;
  }
  #wrapper {
    padding: 0;
  }
  #wrapper .slideshow {
    border-radius: 0;
  }
  .background-absolute {
    border-radius: 0;
  }
  .js-parallax {
    padding: 0 30px;
  }
  .slideshow__slide-caption-text.long {
    padding-top: 25vh;
  }
  .bday img {
    display: none;
  }
  #other-units .bottom-seals {
    flex-wrap: wrap;
  }
  #other-units .unit {
    flex: 1 1 50%;
  }
  #other-units .unit p {
    margin-bottom: 10px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 500px) {
  #dnn_ContentPaneFullBleed3 > .DnnModule > div {
    padding: 0 15px;
  }
  .nav-buttons {
    flex-wrap: wrap;
  }
  .nav-buttons {
    gap: 5px;
  }
  .content .blurb {
    padding: 15px 15px 0;
  }
  #squad .support-top {
    min-width: 85%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 5px dotted #6d7771c7;
    width: -webkit-fill-available;
    padding-top: 1rem;
  }
  #priorities .content {
    padding: 0 15px;
  }
  .tabs-section {
    padding: 5rem 15px;
  }
  #dnn_ContentPaneFullBleed3 hr {
    border-bottom: transparent;
  }
  .ranks.no-title {
    align-items: center;
  }
  .ranks {
    gap: 0;
    flex-direction: column;
  }
  .ranks.wtitle {
    align-items: unset;
    margin-top: unset;
    gap: unset;
  }
  .ranks .svg-item {
    padding-top: 1rem;
  }
  .ranks-inner {
    flex: 1;
    margin-bottom: 1rem;
    border-bottom: 5px dotted #6d7771c7;
    min-width: 85%;
    margin: 0 auto;
    width: 100%;
}
  .ranks-inner:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .section article > p {
    text-align: left;
    padding: 0;
  }
  p.in-charge {
    font-size: 20px;
  }
  .DnnModule-SlideShow .empty-container.base-container {
    padding: 0 !important;
  }
  .pagination__item {
    padding: 4px 10px;
  }
  #content-pane-wrap10 {
    padding: 3rem 15px 4rem;
  }
}
/* XXS */
@media only screen and (max-width: 430px) {
  .soldier.wow.fadeInUp {
    width: 115vw;
    max-height: unset;
    bottom: 150px;
    max-width: unset;
  }
  h1.page-title, div.page-title {
    font-size: 3.2rem;
    line-height: 60px;
    padding-top: 10px;
    margin: 0;
  }
  .section-title {
    font-size: 2.2rem;
  }
  .responsive-top-nav a#drop1:after {
    top: 48%;
  }
  .responsive-top-nav .open > .dropdown-menu {
    width: 90%;
    left: 5%;
  }
  .responsive-top-nav a#drop1:after {
    top: 50%;
  }
  #squadrons .ranks {
    max-width: unset;
  }
  .leader-text {
    text-align: center;
  }
  .sides p.leader-text {
    font-size: 20px;
    white-space: nowrap;
    margin-top: 20px;
    text-align: center;
  }
  p.in-charge {
    font-size: 16px;
  }
  .section article > p {
    width: 100%;
    padding: unset;
    font-size: 20px;
  }
  .section {
    padding: 2rem 0 0;
  }
  #dnn_ContentPaneFullBleed3 > .DnnModule > div {
    padding: 0 1rem;
  }
  .DnnModule.DnnModule-SlideShow.DnnModule-7428 {
    padding-bottom: 5rem;
  }
  .pagination__item {
    padding: 4px 10px;
  }
}
@media only screen and (max-width: 375px) {
  .soldier.wow.fadeInUp {
    max-width: 105vw;
    bottom: 10%;
  }
  .wrap-center {
    top: 35%;
  }
  .org-section-title {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
  .org-section-title:after {
    top: -50px;
  }
  h2.section-title {
    padding: 1rem 0;
    background: #727365;
    color: #eff1ee;
    margin: -2rem -14px 2rem;
  }
  .ranks.wtitle {
    gap: 10px;
  }
  .ranks-inner:first-child, .ranks-inner:last-child {
    width: 100%;
  }
  .DnnModule-DNN_HTML.DnnModule-8851 .top {
    bottom: 5px;
    right: 5px;
  }
  .single-counterup {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .stats {
    padding: 1rem 0;
  }
  span.count-num.plus {
    font-size: 2.5em;
    padding: 0;
    line-height: 1;
  }
  #priorities {
    box-shadow: none;
    padding: 3rem 0 4rem;
  }
  .desc h3 span {
    display: none;
  }
  #about {
    padding: 3rem 0 0;
  }
  #about .blurb {
    padding: 1rem 15px;
  }
  #wrapper {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ffcc01;
  }
  #wrapper .slideshow {
    border-radius: 0;
    height: 90vh;
  }
  .background-absolute {
    border-radius: 0;
  }
  .pagination {
    top: 10px;
  }
  .pagination__item {
    font-size: 18px;
  }
  .js-parallax {
    padding-left: 15px;
  }
  .slideshow__slide-caption-text.long {
    padding-top: 20vh;
  }
  .custom-audio-button, .custom-audio-button:visited, .slideshow__slide-caption-subtitle-label {
    padding: 5px 20px 8px;
    font-size: 18px;
  }
  .values span {
    border-top: 4px dotted #ffffff69;
  }
  p.slideshow__desc {
    font-size: 18px;
  }
  .tabs-section {
    padding: 3rem 15px 4rem;
  }
  #other-units {
    padding: 3rem 15px;
  }
}
/****MOBILE WOW FIXES*****/
.wow {
  visibility: hidden;
}
/***************************************************
	end.
	***************************************************/