@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
a:focus {
  outline: none;
}
main {
    background: #c8c3b5;
}
/****************************************/
/************ BANNER ****************/
/****************************************/
.video-title img {
  /* display: block; */
  margin: 0 auto;
  padding: 1rem;
  max-width: 200px;
}
.video-title {
  /* background: #000;*/
}
.video-wrapper {
  display: flex;
  justify-content: center;
	background-color: #5a5152;
}
.video-wrapper video {
  position: absolute;
  top: -200px;
}
.content p {
  font-size: 1.5rem;
  font-weight: 600;
}
.content p span {
  font-weight: 400;
  font-size: 1.2rem;
  float: right;
}
/******************************************/
/************ VIDEO PLAYER ****************/
/******************************************/
.video-wrapper {
  height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}
video.w-full {
  min-width: 100%;
  position: fixed;
  top: 50%;
  z-index: -999;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.video-title {
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
  z-index: 99;
}
.banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 600px;
  background: #443c3aab;
  opacity: .6;
  z-index: 12;
}
.about {
  color: #fff;
  width: 800px;
  margin: 4rem auto;
}
#banner {
  margin-bottom: 50px;
  overflow: hidden;
  width: 100%;
  height: 600px;
  position: absolute;
  z-index: 500;
  clear: both;
  /* background: transparent url(https://media.defense.gov/2017/Jul/13/2002037645/1088/820/0/170710-M-OP674-013C.JPG) center center no-repeat fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://unsplash.it/800/800?image=822', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://unsplash.it/800/800?image=822',sizingMethod='scale')";
}
.wrap-center {
  /* margin: 0 auto; */
  position: relative;
  /* max-width: 63.231em; */
  z-index: 100;
  top: 200px;
}
.banner-centered {
  text-align: center;
  position: relative;
  max-width: 37.231em;
  height: inherit;
  overflow: hidden;
  background-color: #5a5052d1;
  padding: 2rem;
  width: 100%;
  /* transform: translate(50%, 50%); */
  margin: 0 auto;
  border-radius: 10px;
}
.banner-centered h2 {
  line-height: 1.5;
  letter-spacing: 4px;
  color: #c6c4b5;
  font-weight: 900 !important;
  /* margin-top: -20px; */
  display: block;
  display: inline;
  font-size: 3.2rem;
  text-transform: uppercase;
}
#banner-text img {
  max-width: 100px;
  padding-right: 1em;
  position: relative;
  bottom: 20px;
}
#banner-text p {
  color: #fff;
  padding: 20px 5px;
  max-width: 560px;
  margin-top: 20px;
  margin: 0 auto;
  border-top: 1px solid #C03D2E;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}
i.far.fa-asterisk.slow-spin {
  font-weight: 600;
  color: #bda10a;
}
.slow-spin {
  -webkit-animation: fa-spin 12s infinite linear;
  animation: fa-spin 12s infinite linear;
}
div#Item-6534 {
  background-color: #c6c4b6;
}
.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  overflow: hidden;
  height: 100vh;
}
.video-background ._pattern-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.3;
  bottom: 0;
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);
  z-index: 1;
}
/****************************************/
/************ INFOGRAPHIC ****************/
/****************************************/
.DnnModule-6533 {
  background: none repeat scroll 0 0 #C8C3B5;
  padding: 42px 0;
  z-index: 500;
}
h2 {
  font-size: 2.5em;
  line-height: 1.5;
  /* text-transform: uppercase; */
  /* letter-spacing: 2px; */
  color: #595253;
  display: block;
  font-weight: 900;
  font-family: 'Titillium Web', sans-serif;
}
.wrapper {
  margin: 30px auto 40px;
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.counter {
  background-color: #EBEAE5;
  border-radius: 5px;
  padding: 1.5rem 2rem;
  width: 250px;
  font-family: 'Titillium Web';
  transition: all 0.2s ease-in-out;
}
.counter:hover {
  background-color: #fff;
  transform: scale(1.1);
}
.count-title {
  COLOR: #5A5052;
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-family: 'Titillium Web';
  font-weight: 600;
}
.count-text {
  text-transform: unset;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  FONT-FAMILY: 'Titillium Web';
  text-align: center;
}
.counter .fa-2x {
    margin: 0 auto;
    float: none;
    display: table!important;
    color: #C03D2E;
}
/*h3.timer.count-title.count-number.plus:after {
  content: '+';
}
*/
.wrapper A:hover, .wrapper a:visited, .wrapper a:active, .wrapper a {
  text-decoration: none;
}
/****************************************/
/**********MODAL SYLES *******************/
/****************************************/
.modal-body li {
  list-style: unset;
  margin-left: 2em;
}
.modal-body {
  color: #5a5052;
  padding: 1em 2em;
  background-color: #EBEAE5;
}
.modal-header {
  background-color: #16A8B8;
  color: #fff;
  padding: 10px 25px;
  border-bottom: #5a5152;
  border-radius: 10px 10px 0 0;
}
.modal-title {
  font-weight: 900;
  color: #EBEAE5;
  font-size: 2.4em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Titillium Web";
  line-height: unset;
}
.modal-content {
  font-family: 'Titillium Web';
  background-color: transparent;
}
.modal-footer {
  background: #16A8B8;
  border: none;
  border-radius: 0 0 10px 10px;
}
button.btn.btn-outline-primary {
  color: #fff;
  font-family: 'Titillium Web';
  text-transform: uppercase;
  border-color: #C03D2E;
  background-color: #c23b2f;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: 1px;
  border-radius: 5px;
}
p.header {
  background-color: #5a5152;
  color: #ebeae5 !important;
  font-weight: 600;
  padding: 5px 10px;
  margin: 25px 5px 10px !important;
}
.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: #c23b2f;
}
.modal-body .page-section {
  padding: 0;
  background: #EBEAE5;
}
#modalMissions .modal-body {
  padding: 0;
  background-color: transparent;
}
video#video {
  width: 100%;
}
.modal-vid {
  padding: 2em 2em 0;
}
.modal-vid p {
  background: none;
  padding: 0;
  color: #5a5052;
  margin: 0;
}
.modal-vid .video-wrap-container {
  padding: 2rem 0;
}
/****************************************/
/************ PEOPLE SLICE ****************/
/****************************************/
.people-slice {
  /* background-image: url(https://media.defense.gov/2021/Jul/30/2002817455/1088/820/0/210730-M-VR873-1034C.JPG); */
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #EBEAE5;
  padding: 5rem;
  background-position: 0;
}
.people-slice .dgov-grid {
  z-index: 2;
}
.people-slice h2 {
  line-height: 1.1em;
  font-size: 2.3rem;
}
.people-slice h2, .people-slice p, .content p {
  font-family: 'Titillium Web';
  color: #5a5052;
}
a.people-btn, a.people-btn:visited {
  background-color: #C03D2E;
  color: #fff;
  font-family: 'Titillium Web';
  text-transform: uppercase;
  border-width: 0;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 12px 30px;
  transition: all 0.2s ease-in-out;
  position: absolute;
}
a.people-btn:hover {
  background-color: #e34233;
  transform: scale(1.1);
  text-decoration: none;
}
.graphic-btn span {
  font-family: 'Titillium Web';
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 1.4rem;
  color: #ebeae5;
}
a.graphic-btn .bkg {
  border-radius: 10px;
}
/*.screen {
    background: linear-gradient(90deg, #250e13, #00000000);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 2;
}
.screen {
  opacity: .6;
  background: linear-gradient(-45deg, #000000, #3d0a13, #400a26, #3c0735, #34073f, #1c0732, #081832, #052227, #07343f);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  height: 100vh;
}*/
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.mainstory {
  max-width: 85%;
}
a.graphic-btn {
  display: flex;
  height: 100%;
  font-weight: 400;
  text-align: center;
  border-radius: 10px;
  padding: 2rem 15px 2.5rem;
  background: #16A8B8;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  text-transform: none;
  position: relative;
  -webkit-transition: ALL 0.15s;
  transition: ALL 0.15s;
  min-height: 200px;
  flex-direction: column;
  justify-content: center;
}
a.graphic-btn:hover {
  text-decoration: none !important;
  background: rgb(194 60 47 / 37%);
}
.graphic-btn p {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Titillium Web';
  padding: 0 5px;
  margin: 0 auto 5px;
  font-weight: bold;
  background: #c03d2e;
  color: #ebeae5;
  border-radius: 5px;
}
/****************************************/
/************ BIG VIDEO ************/
/****************************************/
div#content-pane-wrap2 {
  background: rgb(129 131 149);
  background: linear-gradient(0deg, rgb(128 130 148) 0%, rgb(184 183 185) 50%, rgba(235, 234, 229, 1) 100%);
}
video.embed-responsive-item.big-vid {
  width: 100%;
}
/*.center {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}*/
.center {
  text-align: center;
  width: 100%;
  padding: 4rem 0 0;
}
.center h1 {
  margin: 0;
  color: rgba(255, 0, 0, 0.1);
  font-size: 100px;
  text-transform: uppercase;
  font-family: 'titillium web';
  font-weight: 900;
  background-size: cover;
  background-image: url(https://media.defense.gov/2023/Aug/10/2003278910/1088/820/0/230728-A-ZV876-2458C.JPG);
  -webkit-background-clip: text;
  animation: background-text-animation 105s linear infinite;
}
@keyframes background-text-animation {
  0% {
    background-position: left 0px top 90%;
  }
  50% {
    background-position: left 1500px top 50%;
  }
  100% {
    background-position: left 0px top 50%;
  }
}
/****************************************/
/************ QUOTE SECTION ************/
/****************************************/
div#Item-6534 {
  background-color: #595253;
}
.content {
  display: block;
  position: relative;
  background-color: #EBEAE5;
  z-index: 1;
  max-width: 60%;
  border-radius: 0 10px 10px 0;
  padding: 2em 4em 5em;
  margin-bottom: 4rem;
  box-shadow: -3px 4px #5a5152;
}
.parallax {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  height: 100vh;
  transform: translateZ(-1px) scale(2);
  z-index: -1;
  background: transparent url(https://media.defense.gov/2023/Jul/30/2003270922/825/780/0/230730-D-TT977-1709Y.JPG) top center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://unsplash.it/800/800?image=822', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://unsplash.it/800/800?image=822',sizingMethod='scale')";
}
a.link-button {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Titillium Web';
  padding: 3px 8px;
  margin: 5px auto 5px;
  font-weight: bold;
  background: #c03d2e;
  color: #ebeae5;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
a.link-button:hover {
  text-decoration: none;
  background-color: #e34233;
  transform: scale(1.1);
}
.parallax-container img {
  display: none;
}
/****************************************/
/************ PHOTO SECTION ************/
/****************************************/
.photo-section .photo-box {
  background-color: #59525366;
  max-width: 90%;
  margin: .8em;
  border-radius: 10px;
}
#content-pane-wrap4 {
  background: #aca69b;
  padding: 5rem 0;
}
p.main-blurb {
  color: #6a6462;
  margin: 0 auto;
  text-align: center;
  max-width: 65%;
  font-family: 'Titillium Web';
  font-size: 1.2rem;
  background: #EBEAE5;
  padding: 2em;
  border-radius: 10px;
}
.navbuttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 300px;
  margin: 0 auto;
}
.spacom-ss .slide .details .arrow-left, .spacom-ss .slide .details .arrow-right {
  display: none !important;
}
.navbuttons a {
  text-decoration: none;
  margin: .5em;
  color: #ebeae5;
  opacity: .8;
  transition: all 0.2s ease-in-out;
}
.navbuttons a:hover {
  opacity: 1;
}
.navbuttons h2 {
  font-family: 'Titillium Web';
  margin: -2em 0 15px;
  font-size: 2.3rem;
  letter-spacing: 3px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: -2px 2px #8e8a7f;
}
/*.air h2 {
  text-shadow: -2px 2px #8e8a7f;
}
.sea h2 {
  text-shadow: -2px 2px #277d7b;
}
.land h2 {
  text-shadow: 2px 2px #9f3027;
}
.container.cyber {
  background-color: #1f2123;
} */
.navbuttons .container {
  display: flex;
  width: 100%;
  height: 200px;
  margin: .5em;
  border-radius: 10px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-width: 180px;
}
.arrow {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-arrow 3s ease-out infinite;
}
/*.container.land {
  background-color: #c23b2f;
}
.container.sea {
  background-color: #309e9a;
}
.container.air {
  background-color: #c8c7bf;
}
.container.cyber {
  background: #1f2123;
} */
.arrow:before, .arrow:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #595253;
}
.arrow:before {
  left: 0;
  transform: skewY(30deg);
}
.arrow:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}
@keyframes move-arrow {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
/****************************************/
/************ SLIDESHOWS ****************/
/****************************************/
.spacom-ss {
  border-radius: 10px;
  box-shadow: -4px 4px #322d2d;
  height: 600px;
}
.spacom-ss .slide {
  height: 600px;
}
.spacom-ss .slide .details-text-container .slide-title {
  font-size: 2rem;
}
.spacom-ss .slide .details-text-container .slide-link {
  font-size: 1rem;
}
/*.spacom-ss .slick-dots li.slick-active button:before {
  display: none;
}*/
.spacom-ss .slide .details .arrow-left:before, .spacom-ss .slide .details .arrow-right:before, .spacom-ss .slick-dots li button:before, .spacom-ss .slick-dots li.slick-active button:before, .spacom-ss .slick-dots li button:before {
  font-size: 24px;
  font-weight: 600;
}
.spacom-ss .slick-dots li.slick-active button:before {
  content: "\f111";
  font-weight: 600;
}
.spacom-ss .slide .details .arrow-left:before, .spacom-ss .slide .details .arrow-right:before, .spacom-ss .slick-dots li button:before, .spacom-ss .slick-dots li.slick-active button:before, .spacom-ss .slick-dots li button:before {
  font-size: 15px;
  font-weight: 600;
}
.spacom-ss .slick-dots li button {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
.spacom-ss .slick-dots li button:before {
  width: 15px;
  height: 15px;
}
.spacom-ss .slide .details {
  min-height: unset;
}
.spacom-ss .slide .details-text-container {
  font-family: 'Titillium Web';
}
.nav-badge .number {
  font-family: 'Titillium Web';
  font-size: 50px;
  letter-spacing: 3px;
  font-weight: 600;
  padding-left: 5px;
}
.photo-details {
  margin: .7em 0;
  color: #fff;
  padding: 2em;
  font-family: 'Titillium Web';
  background: #595253;
  border-radius: 10px;
}
.photo-header {
  font-size: 1.7rem;
  font-weight: 900;
  color: #bebaad;
  text-transform: unset;
  text-shadow: -2px 2px #343030;
}
#land-photos, #sea-photos, #air-photos, #cyber-photos {
  padding-bottom: 4em;
}
/************************************/
/********** BOTTOM VIDEO ***********/
/************************************/
.bottom-vid video {
  width: 100%;
  position: relative;
  border-radius: 25px;
  z-index: 1;
}
.bottom-vid .video-wrap-container {
  padding: 2rem;
}
.info-side h2 {
  color: #bebaad;
}
.info-side {
  padding: 4em;
  color: #EBEAE5;
}
.bottom-vid {
  padding: 4em 0;
}
.dgov-grid.dgov-grid-bleed.bottom-vid {
  padding: 4em 5em;
  background-color: #1a1a1aed;
}
/************************************/
/********** RELATED LINKS ***********/
/************************************/
.link-list {
  text-align: center;
}
.related-links a {
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(150%, 8vmin);
  text-decoration: none;
  font-weight: 600;
  /* text-align: center; */
  /* max-width: 50%; */
}
div#content-pane-wrap5 {
  background-color: #aca69b;
}
.related-links {
  padding: 4em;
  font-family: 'Titillium Web', sans-serif;
}
.related-links h2 {
  text-align: center;
}
a.pushpull {
  background-image: linear-gradient(to right, #2be8ff, #21c1d5, #18a7b8 50%, #ebeae5 50%);
  background-position: 100% 0%;
  background-size: 200% 100%;
  transition: all .5s ease-out;
  margin: 20px;
}
a.pushpull:hover {
  background-position: 0% 100%;
}
a.pushpull:before {
  content: "";
  background: linear-gradient(to right, #18a7b8, #20cde1, #25e8ff);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px;
  transition: all .5s ease-out;
}
a.pushpull:hover::before {
  width: 100%;
}
/************************************/
/********** RELATED LINKS ***********/
/************************************/
div#dnn_ContentPaneFullBleed6 {
  background-color: #aca69b;
}
.dgov-carousel-explore {
  background: transparent;
}
h1.pull-title {
  font-family: 'Titillium Web';
  font-weight: 800;
}
.slick-arrow {
  font-size: 2.2rem !Important;
  top: -3.5rem !important;
}
.story-card.item.explore-item .info.card-info .bar {
  display: none !important;
}
.story-card.item.explore-item .info a.play-link {
  background-color: #1694A2;
  color: #ebeae4;
}
.story-card.item.explore-item .card-wrapper .info {
  height: 75% !important;
  bottom: 15px !important;
  min-height: 8em;
  width: 100% !important;
  background: #EBEAE5 !important;
  border-top: solid 8px #18a7b8 !important;
  border-radius: 0 0 4px 4px !important;
}
h1.pull-title {
  color: #595253 !important;
}
.story-card.item.explore-item .info.card-info a.play-link {
  width: 80px !important;
  height: 40px !important;
  font-size: 1.6rem !important;
  padding: 0 0 8px 4px !important;
  bottom: 30px;
  border-radius: 9%;
  background-color: #19A7B8;
  color: #ebeae4;
  top: -25px !Important;
}
.story-card.item.explore-item .info.card-info a.play-link span:after {
  content: 'READ' !important;
  font-family: 'Titillium Web';
  font-size: 1.2rem;
  font-weight: 900;
}
.story-card.item.explore-item .content-type a {
  color: #11737E !important;
  text-transform: uppercase !important;
}
.story-card.item.explore-item a.title, .story-card.item.explore-item a.title:link {
  color: #595252 !important;
  font-weight: 600 !important;
  font-family: 'Titillium Web';
  font-size: 1.2rem !important;
}
.story-card.item.explore-item .info.card-info .bar {
  display: none;
}
.poster-outer {
  box-shadow: -3px 8px #5a5152 !important;
  border-radius: 4px !important;
}
.dgov-card-4 {
  box-shadow: -3px 4px #5a5152 !important;
  border-radius: 4px !important;
}
.story-card.item.explore-item a.title:hover, .story-card.item.explore-item a.title:link:hover {
  color: #c03d2e;
  padding-right: 0;
  padding-left: 10px;
  border-left: 4px solid #c03d2e;
}
.dgov-carousel .last-slide a {
  background: #18a7b8;
  color: #ebeae5;
}
.dgov-carousel .last-slide .plus::after {
  content: "+";
  color: #595253;
  position: relative;
  top: -4px;
  font-family: 'Titillium Web';
  font-weight: 800;
}
.dgov-carousel .last-slide h2 {
  text-transform: uppercase;
  font-family: 'Titillium Web';
  color: #ebeae5;
  font-weight: 600;
  font-size: 2rem;
}
.last-slide.image-wrap {
  box-shadow: -3px 4px #5a5152 !important;
}
div#content-pane-wrap6 {
  background: #3a3637;
}
.related-links h2 {
  text-align: center;
  color: #aca69b;
}
/************************************/
/********** MOBILE STYLES ***********/
/************************************/
@media only screen and (min-width : 768px) {
  /*** Parallax ***/
  .parallax-container {
    perspective: 1px;
    transform-style: preserve-3d;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #aca69b;
  }
  .parallax {
    display: flex;
    flex: 1 0 auto;
    position: relative;
    height: 100vh;
    transform: translateZ(-1px) scale(2);
    z-index: -1;
  }
  .spacom-ss .slick-dots {
    bottom: 15px;
  }
}
/*RANDOM SIZES*/
@media only screen and (min-width : 1460px) {
.dgov-carousel {
    padding: 3rem 0 9rem;
    
}
	div#dnn_ContentPaneFullBleed5 {
    background-color: #aca69b;
}
	.parallax-container {
      margin: 0 auto;
    max-width: 1720px;
 
}
	.content {
  
    margin-left: 2em;
    border-radius: 10px;
    
}
}

@media only screen and (max-width : 1460px) and (min-width: 1198px) {
.dgov-carousel {
    padding: 3rem 0 8rem;
   
}
}
@media only screen and (max-width : 1240px) and (min-width: 992px) {
  .wrapper h2 {
    flex: 0 0 100%;
    text-align: center;
  }
  .people-slice {
    padding: 2rem;
  }
  .mainstory {
    max-width: 98%;
  }
  .people-slice h2 {
    font-size: 2rem;
  }
  .center h1 {
    font-size: 80px;
  }
  .spacom-ss .slide {
    height: 400px;
  }
  .spacom-ss {
    height: 400px;
  }
  .photo-header {
    font-size: 1.5rem;
    line-height: 1.1em;
  }
  p.video-text {
    font-size: 17px;
    margin: 0;
  }
  .photo-details {
    padding: 1.5em;
  }
  #land-photos, #sea-photos, #air-photos, #cyber-photos {
    padding-bottom: 2em;
    margin: 0 -2em 0 -1em;
  }
}
/*TABLET*/
@media only screen and (max-width : 992px) {
  /* Infogrpahic */
  .DnnModule-6533 {
    padding: 1em 0 3em;
  }
  .wrapper h2 {
    flex: 0 0 100%;
    text-align: center;
  }
  .wrapper A:hover, .wrapper a:visited, .wrapper a:active, .wrapper a {
    text-decoration: none;
    flex: 1;
  }
  .counter {
    width: auto;
    margin: 0 10px;
  }
  /* people slice */
  .people-links {
    margin-top: 3rem;
  }
  a.graphic-btn {
    background: #16a8b8c4;
  }
  .graphic-btn span {
    font-size: 2rem;
  }
  .mainstory {
    max-width: unset;
  }
  /*video*/
  .center {
    padding: 1em 0;
  }
  .center h1 {
    font-size: 3.5em;
  }
  div#content-pane-wrap2 {
    background: #312b26;
  }
  .slideshow-single .slide-inner {
    margin: 0;
  }
  /*photos*/
  p.main-blurb {
    max-width: 90%;
  }
  .spacom-ss .slide {
    background-position: center center;
  }
  .dgov-col-md-3.photo-details {
    margin-top: -5px;
    border-radius: 0 0 10px 10px;
  }
  .spacom-ss .slide .details-text-container .slide-title {
    font-size: 25px;
  }
  .spacom-ss .slick-dots {
    display: block;
  }
  .spacom-ss .slick-dots li button {
    width: 5px;
    height: 5px;
  }
  .photo-section .photo-box {
    background-color: #595253;
    max-width: unset;
    margin: 0;
    border-radius: 10px 10px 0 0;
  }
  .photo-header {
    font-size: 2.7rem;
    margin: 0 0 10px;
  }
  /*quote*/
  .content {
    max-width: 80%;
    margin-top: -55px;
  }
  .parallax-container img {
    display: block;
    height: unset;
	      width: 100%;
  }
  .parallax {
    display: none;
  }
  .parallax-container {
    background: #aca69b;
    height: unset;
  }
  /*Related*/
  h1.pull-title {
    font-size: 4em;
  }
  .adaptive-story-card .story-card.item.explore-item {
    height: unset !important;
  }
  .story-card.item.explore-item .card-wrapper .info {
    margin-bottom: 20px !important;
    bottom: 7px !important;
    height: 90% !important;
    min-height: 10em;
  }
  .related-links {
    padding: 3em;
    font-family: 'Titillium Web', sans-serif;
  }
  .story-card.item.explore-item a.title, .story-card.item.explore-item a.title:link {
    padding-right: 0;
  }
  .story-card.item.explore-item .card-info.info .title-wrapper a.title, .story-card.item.explore-item .title {
    line-height: 25px !important;
  }
}
/*PHONE*/
@media only screen and (max-width : 768px) {
  /*** Banner ***/
  .wrap-center {
    top: 150px;
  }
  .banner-centered {
    width: 90%;
  }
  #banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner-centered h2 {
    line-height: 1.1em;
    margin-top: 10px;
  }
  #banner-text p {
    margin-top: 20px;
    line-height: 1.4em;
    font-size: 1.5rem;
  }
  #banner-text img {
    bottom: 0;
  }
  /*** Infographic ***/
  .wrapper {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .wrapper A:hover, .wrapper a:visited, .wrapper a:active, .wrapper a {
    width: 85%;
  }
  .counter {
    margin: 1em;
  }
  .modal-title {
    font-size: 1.8em;
  }
  .modal-body {
    padding: .5em 1em 1em;
  }
  .modal-vid {
    padding: 1em 1em 0;
  }
  .modal-header .close {
    margin-top: -52px;
  }
  /*** People slice ***/
  .people-slice {
    padding: 5rem 1rem;
  }
  .dgov-col-sm-6.people-links {
    margin-top: 3em;
  }
  .mainstory {
    max-width: unset;
  }
  a.people-btn {
    position: relative;
    text-align: center;
    margin: 0 auto;
    left: 23%;
    top: 20px;
  }
  .scroll-seal span {
    font-size: 16px;
    line-height: 1em;
    display: inline-block;
  }
  /*** Video slice ***/
  .slideshow-single .slide-inner {
    margin: unset;
  }
  .center h1 {
    font-size: 2.5rem;
    line-height: 1em;
    padding: 15px 0 5px;
  }
  /*** Photo slice ***/
  #content-pane-wrap4 {
    padding: 5rem 0 1rem;
  }
  p.main-blurb {
    max-width: 90%;
	  font-size: 20px;
  }
  .navbuttons {
    height: 150px;
    width: 80%;
  }
  .navbuttons .container {
    display: flex;
    height: 120px;
    margin: 0;
    border-radius: 10px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: unset;
    min-width: 40px;
  }
  .navbuttons h2 {
    margin: -1em 0 5px;
    font-size: 1.8rem;
    letter-spacing: unset;
  }
  .center {
    padding: 0 0 15px;
  }
  .spacom-ss .slide .details-text-container {
    width: 100%;
  }
  .spacom-ss .slide .details-text-container .slide-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .spacom-ss .slick-dots {
    bottom: 8px;
  }
  .spacom-ss .slide .details .arrow-left:before, .spacom-ss .slide .details .arrow-right:before, .spacom-ss .slick-dots li button:before, .spacom-ss .slick-dots li.slick-active button:before, .spacom-ss .slick-dots li button:before {
    font-size: 13px;
  }
  .spacom-ss .slick-dots li button:before {
    line-height: 18px;
    left: -1px;
  }
  /*
		.container.land, .container.air, .container.sea, .container.cyber {
    background-color: transparent;
}
	.land h2, .air h2 .sea h2, .cyber h2{
    text-shadow: 2px 2px #595253;
  
}*/
	
  .photo-section {
    max-width: 90%;
    margin: 0 auto;
  }
  .dgov-col-md-8.photo-box {
    margin: 0;
    max-width: unset;
  }
  .spacom-ss {
    height: 300px;
  }
  .spacom-ss .slide {
    height: 300px;
    background-position: center center;
  }
  .spacom-ss .slide .details {
    padding: 14px 0 5px;
    background: rgba(0, 0, 0, 0.45);
  }
  .spacom-ss .slide .details .arrow-left, .spacom-ss .slide .details .arrow-right {
    display: flex;
  }
  /*** Quote slice ***/
  .parallax {
    height: 0;
  }
  .content {
    padding: 1.5em 1.5em 4.5em;
    margin-top: -28px;
    max-width: 90%;
  }
  /*header.parallax:before {
    content: '';
    position: fixed;
    z-index: -1;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-image: url(https://media.defense.gov/2023/Jul/30/2003270922/825/780/0/230730-D-TT977-1709Y.JPG);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}*/
  /*** Related slice ***/
  h1.pull-title {
    color: #595253 !important;
    margin: 0 1em .5em;
  }
  .story-card.item.explore-item .card-wrapper .info {
    height: 66% !important;
    bottom: 10px !important;
    min-height: 188px;
    padding: 12px 11px 15px 20px !important;
  }
  .related-links {
    padding: 3em 0 1em;
  }
  .dgov-carousel .carousel {
    margin: 0 auto;
  }
  .dgov-carousel-explore {
    margin-top: -4em;
  }
  .story-card.item.explore-item a.title, .story-card.item.explore-item a.title:link {
    font-size: 1.4rem !important;
    padding-right: 14px;
    border-left: 0 solid #fff;
    text-decoration: none;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
}