body {
  font-family: "poppins", sans-serif;
  background-color: #000;
}
/* h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
} */

h1 {font-size: 32px; line-height:2.7rem;}
@media (min-width: 768px) {
  h1 {font-size: 42px; line-height:4.8rem;}
}
h2 {font-size: 24px; line-height:1.8rem;}
@media (min-width: 768px) {
  h2 {font-size: 35px; line-height:3.5rem;}
}
h3 {font-size: 18px; line-height:1.9rem;}
@media (min-width: 768px) {
  h3 {font-size: 25px; line-height:2.2rem;}
}
h4 {font-size: 14px; line-height:1.8rem;}
@media (min-width: 768px) {
  h4 {font-size: 16px; line-height:2.0rem;}
}

h5 {font-size:14px; line-height: 1.15rem;}
@media (min-width: 768px) {
  h5 {font-size: 15px; line-height: 2.0rem;}
}

h6 {font-size:16px; line-height: 1.7rem;}
@media (min-width: 768px) {
  h6 {font-size: 18px; line-height: 2.5rem;}
}

p, li {
  font-family: "poppins", sans-serif;
  font-size: 0.8rem;
  font-weight:400;
  line-height: 1.9rem;
}
.display-2 {font-size:22px; line-height: 1.5rem;}
@media (min-width: 768px) {
  .display-2 {font-size:41px; line-height: 2.75rem;}
}

/* pick-o-font */
.poppinsReg, .poppinsRegular {font-family: "Poppins",sans-serif; font-weight:400;}
.poppinsBold {font-family: 'Poppins', sans-serif; font-weight:700;}

.allium-bold {font-family: allumi-std-extended, sans-serif; font-weight: 600; font-style: normal;}  
.allium-light {font-family: allumi-std-extended, sans-serif; font-weight: 200; font-style: normal;}
.allium-regular {font-family: allumi-std-extended, sans-serif; font-weight: 300; font-style: normal;}
.allium-demi {font-family: allumi-std-extended, sans-serif; font-weight: 500; font-style: normal;}

.text-small, .twelve {font-size: 0.8rem;}

sub {
  font-size:69%;
  margin-left:-0.03em;
}

h1 sub, h2 sub {
  font-size:25%;
  margin-left:-0.05em;
}
h3 sub {
  font-size:40%;
  margin-left:-0.05em;
}

.allCaps {text-transform: uppercase;}

.letter-spacing-30 {letter-spacing: 0.05rem;}
.letter-spacing-100 {letter-spacing: 0.1rem;}
.letter-spacing-200 {letter-spacing: 0.2rem;}
.letter-spacing-300 {letter-spacing: 0.33rem;}

a {
  text-decoration: none;
  color:#008eff;
}
a:hover {
  color:#dedede;
  text-decoration:none;
}
button:focus { outline: none; }
a:focus {text-decoration:none; color:#dedede;}
img {border: 0;}
a img {border: none;}
a img:focus {outline:none;}

a.link-secondary {
  color:#fff !important;
}




@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}
.rounded-24-68, .rounded-24-68 a img {border-radius:24px;}
@media (min-width: 992px) {
  .rounded-24-68, .rounded-24-68 a img {border-radius:68px;}
}

.rounded-24-48, .rounded-24-48 a img {border-radius:24px;}
@media (min-width: 992px) {
  .rounded-24-48, .rounded-24-48 a img {border-radius:48px;}
}

.rounded-corner-12-24, .rounded-corner-12-24 a img {border-radius:12px 0 12px 0 ;}
@media (min-width: 992px) {
  .rounded-corner-12-24, .rounded-corner-12-24 a img {border-radius:24px 0 24px 0;}
}

.rounded-24, .rounded-24 a img {border-radius:24px;}

.rounded-16, .rounded-16 a img {border-radius:16px;}
.rounded-14, .rounded-14 a img {border-radius:14px;}
.rounded-10, .rounded-10 a img {border-radius:10px;}

.radiusBottomLR-10 {
  border-radius: 0 0 10px 10px;
}
.radiusBottomLR-16 {
  border-radius: 0 0 16px 16px;
}
.radiusTopLR-16 {
  border-radius: 16px 16px 0 0;
}


.vr {
    opacity: 1;
}

/* start custom */
.navbar-nav li {
  font-family: allumi-std-extended, sans-serif; font-weight: 500; font-style: normal;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.navbar-nav .nav-item {padding:0 10px;}

.navbar-nav .nav-item a {color: #fff;}

.navbar-nav .nav-item a:hover
 {color: #008eff; text-decoration: none;}

.footer .nav-item a,
.footer a {
  color:#fff; 
  font-size:12px;
  font-family: allumi-std-extended, sans-serif; font-weight: 500; font-style: normal;
  letter-spacing: 0.1rem;
}

.footer .nav-item a:hover,
.footer a:hover
 {color: #008eff; text-decoration: none;}

.navbar-toggler-icon {
  background-image: url('../images/bars_white-s.svg') !important;
 }
.navbar-toggler-icon:hover {
  background-image: url('../images/bars_blue-o.svg') !important;
 }
.navbar button {border:none;}
a.navbar-brand {color:#ccc;}
a.navbar-brand:hover {color:#008eff; text-decoration: none;}
.navbar .btn:focus {border:none !important;}

.navbar-brand img {width:180px;}
/* makes active states on scroll work */
.mainNav-scrollspy .active {
  color:#008eff !important;
}

.socialFooter li a {color:#fff;}
.socialFooter li a:hover {color:#008eff;}

.medGrayBk {background: #494748;}
.darkGrayBk {background: #323031;}
.lightGrayBk {background: #dedede;}
.whiteBk {background:#fff;}
.blackBk {background:#000;}
.blueTwoBk {background:#004780;}
.transBlackBk {background: rgba(0,0,0,0.5);}

.text-gray {color:#2d2d2d;}
.text-gray-md {color: #494748;}
.text-gray-lt {color: #dedede;}
.text-blue {color:#008eff;}

.border-white {border:1px solid #fff;}
.border-top-blue {border-top:1px solid #008eff;}
.border-bottom-blue {border-bottom:1px solid #008eff;}


.relative {position:relative;}
.absolute {position:absolute;}

.mxw380, .mxw530, .mxw565, .mxw585, .mxw640, .mxw680, .mxw690, .mxw780, .mxw820 {
  max-width:94%;
}
.mxw880, .mxw960, .mxw1100 {
  max-width:100%;
}
@media (min-width: 768px) {
  .mxw380 {
    max-width: 380px;
  }
  .mxw530 {
    max-width: 530px;
  }
  .mxw565 {
    max-width: 564px;
  }
  .mxw585 {
    max-width: 585px;
  }
  .mxw640 {
    max-width: 640px;
  }
  .mxw680 {
    max-width: 680px;
  }
  .mxw690 {
    max-width: 690px;
  }
}
@media (min-width: 992px) {
  .mxw780 {
    max-width: 780px;
  }
  .mxw820 {
    max-width: 820px;
  }
  .mxw880 {
    max-width: 880px;
  }
  .mxw960 {
    max-width: 960px;
  }
  .mxw1100 {
    max-width: 1100px;
  }
}
.col140spacer {width:140px;}
.col165spacer {width:165px;}

.pt40 {padding-top: 40px;}
.pt80 {padding-top: 80px;}
.pt100 {padding-top: 100px;}
.pb40 {padding-bottom: 40px;}
.pb80 {padding-bottom: 80px;}
.pb100 {padding-bottom: 100px;}
.mb80 {margin-bottom:80px;}
.mt80 {margin-top:80px;}
.mt90 {margin-top:90px;}
.mt50 {margin-top:50px;}
.mt30 {margin-top:30px;}

.mt90Y {margin-top:20px;}
@media (min-width: 768px) {
.mt90Y {margin-top:90px;}
}
.mt75to150Y {margin-top:75px;}
@media (min-width: 768px) {
.mt75to150Y {margin-top:150px;}
}


.bg-navtop, .navbar-trans {background-color: transparent !important; border-top:12px solid #008eff;}
.modal-backdrop {
  background: url('../images/menuBk.jpg') no-repeat center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 15px;
      padding-left: 15px;
  }
}

.footerLogo {
  width:210px;
}



/* btns */

.btn-lg {
  border: none;
  padding: 15px 20px 13px;
  font-family: allumi-std-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size:0.8rem;
  line-height:0.8rem;
  letter-spacing: 0.05em;  white-space: nowrap;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
 
.btn-primary {
  color:#fff;
  border:2px solid #008eff;
  background:#008eff;
  text-transform: uppercase;
  border-radius:24px 0 24px 0;
  font-family: allumi-std-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size:0.8rem;
  line-height:0.8rem;
  letter-spacing: 0.05em;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color:#008eff;
  border:2px solid #004780;
  background: #004780;
  text-decoration: none;
}
/* .btn-secondary, a.btn-secondary {
  color:#fff;
  border:1px solid #000;
  background:#000;
  text-transform: uppercase;
}

.btn-secondary:hover {
  color:#fff;
  border:1px solid #008eff;
  background:#008eff;
  text-decoration: none;
} */

.btn-secondary, a.btn-secondary {
  background:transparent;
  border:2px solid #008eff; 
  border-radius: 24px 0 24px 0;
  color:#fff; 
  text-transform:uppercase; 
  font-family: allumi-std-extended, sans-serif; 
  font-weight: 500; 
  font-style: normal;
  font-size:0.8rem; 
  line-height:0.8rem; 
  letter-spacing: 0.05em;
  padding:15px 10px;
  min-width: 160px;
  margin-bottom:20px;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {background:#004780; color:#008eff; border:2px solid #004780; text-decoration:none;}




.btn-special {
  border: none;
  padding: 9px 25px 9px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 0.8rem;
  white-space: nowrap;
  border-radius: 24px;
}

.btn-special:hover {
    color:#008eff;
}
.btn-special:focus {
    color:#008eff;
    border:none;
    padding: 9px 25px 9px;
}

.btn.disabled, .btn:disabled {
  /* color:#fff; */
  border:1px solid #666;
  background:#666;
  text-transform: uppercase;
  /* border-radius:6px; */
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
  font-size:20px;
  line-height: 1.75rem;
  padding: 8px 5px 6px 5px;
}

.btn124 {width:124px; height:120px;}
.btn124 p {font-size: 12px; line-height:0.9rem;}
@media (min-width: 768px) {
  .btn124 {width:100px; height:100px;}
  .btn124 p {font-size: 11px; line-height:0.85rem;}
}
@media (min-width: 992px) {
  .btn124 {width:124px; height:120px;}
  .btn124 p {font-size: 12px; line-height:0.9rem;}
}

.btn191 {width:191px;}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
    border:none;
    color:#008eff;
    background:#004780;
}


.headerBk {
  background: url('../images/headerBk_m.jpg') no-repeat center bottom;
  background-size: cover;
  min-height:480px;
}
@media (min-width: 768px) {
  .headerBk {
    background: url('../images/headerBk.jpg') no-repeat center bottom;
    background-size: contain;
    min-height:720px;
  }
}
@media (min-width: 992px) {
  .headerBk {
    background: url('../images/headerBk.jpg') no-repeat center bottom;
    background-size: cover;
    min-height:680px;
  }
}
.nav-pills a.nav-link {
  background:transparent;
  border:2px solid #008eff; 
  border-radius: 24px 0 24px 0;
  color:#fff; 
  text-transform:uppercase; 
  font-family: allumi-std-extended, sans-serif; 
  font-weight: 500; 
  font-style: normal;
  font-size:0.8rem; 
  line-height:0.8rem; 
  letter-spacing: 0.05em;
  padding:15px 10px;
  min-width: 200px;
  margin-bottom:20px;
}

.nav-pills a.nav-link:hover {background:#004780; color:#008eff; border:2px solid #004780; text-decoration:none;}

/*-- Release --*/

.releaseRow {
  background:#dedede;
}


.releasesBox a {color: #008eff;}
.releasesBox a:hover {color: #004780;}

.releaseRow p {
  font-size:14px;
  line-height:1.8rem;
}
.releaseRow h5 {
  font-size:13px;
  line-height:0.9rem;
}
@media (min-width: 768px) {
  .releaseRow h5 {
    font-size:15px;
    line-height:1.3rem;
  }
}

a.btn-round {
  background:#008eff;
  width: 42px;
  height: 42px;
  color:#fff;
  font-size:20px;
  line-height: 1.75rem;
  padding: 8px 5px 6px 5px;
  text-align: center;
  border-radius:24px;
  border:2px solid #008eff;
}
a.btn-round:hover, a.btn-round:focus {
  background:#004780;
  border:2px solid #004780;
  color:#008eff;
}


/*-- PhotoPage --*/
/* dropdown for photo page */
.btn-dropper  {
  color:#fff;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  border:1px solid #004780;
  background:#004780;
  margin-top: 1px;
  line-height: 0.8rem;
  border-radius: 24px;
}
.btn-dropper:hover, .btn-dropper:focus {
  color:#fff;
  border:1px solid #004780;
  background:#004780;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 10px 0 10px 0;
  margin: 1px 0 0;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  text-align: left;
  list-style: none;
  text-transform: uppercase;
  background-color: #fff;
  background-clip: padding-box;
    border: 1px solid #ccc;

  border-radius: 0;
}
.dropdown-item {
  display: block;
  /* width: 100%; */
  padding: .5rem 1rem;
  clear: both;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  font-size:12px;
  line-height:1.2;
  letter-spacing:0.05em;
  color: #000;
  text-align: inherit;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #008eff;
}
/* make dropdown appear on hover */
.dropdown:hover>.dropdown-menu {
  display: block;
  transition: all 0.9s ease-out;
}
.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}
.dropdown.btn:hover {
    color: #232323;
    text-decoration: none;
}

.btn-group {
  background:#004780;
  border-radius:24px;
}
.btn-group .btn-lg {min-width:150px; white-space: normal;}






/* HOME PAGE */

header {margin:0 auto;}

.heroBadge img {width: 200px; margin-top:15px;}
@media (min-width: 768px) {
  .heroBadge img {width: 237px;}
}


.topBadge {height:33%; max-height:140px;}

.titleBoxCont{
  padding:5vh 0;
}
@media (min-width: 768px) {
  .titleBoxCont{
    padding:6vh 0;
  }
}

.titleBoxHolder {height:73%;}
@media (min-width: 768px) {
  .topBadge {min-height:180px; height:27%; max-height:185px;}
  .titleBoxHolder {height:73%;}
}
@media (min-width: 992px) {
  .topBadge {min-height:200px; height:33%; max-height:225px;}
  .titleBoxHolder {height:66%;}
}
@media (min-width: 1025px) {
  .topBadge {min-height:240px; height:27%; max-height:245px;}
  .titleBoxHolder {height:73%;}
}


.embargoInfoMargin {
  margin-top: -80px;
  margin-bottom:30px;
}
@media (min-width: 768px) {
  .embargoInfoMargin {
    margin-top: -20px;
  }
}


.contactsBk{
    background: url('../images/contactsBk.jpg') no-repeat center top;
    background-size: cover;
    min-height:600px;
}

.photosBk {
  background: url('../images/photosBk.gif'), #dedede;
  background-repeat: repeat-x;
  min-height:1000px;
  position: relative;
}
.photosBk:before {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e7e8+0,e2e7e8+100&1+33,0+100 */
  /* background: linear-gradient(to bottom,  rgba(226,231,232,1) 0%,rgba(226,231,232,1) 33%,rgba(226,231,232,0) 100%); 
  height:600px;
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:-1;
  width:100%;
  content: ''; */
}












.overbk {
  z-index: 2;
  position:relative;
}



.onePixelLine {
  width:95%;
  height:1px;
  background:#880d00;
  position:absolute;
  top:50%;
  margin:-1px auto 0;
}


.boxTop {
  width:100%;
  min-height:50px;
  /* background-color:#880d00; */
  padding:8px 24px;
  position:relative;
}

.boxBottom {
  width:100%;
  padding:8px 24px;
}






.fullNavBk {
  background: url('../images/menuBk.jpg') no-repeat center center;
  background-size: cover;
}



/* full screen nav */
#modalNavigation .nav li a {
  font-size:18px;
  line-height: 3.5vh;
  font-family: allumi-std-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  color:#006bbf;
  text-transform:uppercase;
  text-decoration: none;
  transition: all 0.15s ease-out;
  letter-spacing: 0.1rem;
}
@media (min-width: 767px) {
  #modalNavigation .nav li a {
    font-size:22px;
    line-height: 5vh;
    color:#006bbf;
  }
}

#modalNavigation .nav li a:hover {
  color:#fff;
}
.modalLogo {width:220px;}

#modalNavigation .socialNav li a, #modalNavigation p a {
  color:#fff;
}
#modalNavigation .socialNav li a:hover, #modalNavigation p a:hover {
  color:#008eff;
}

.modal-header {border:none;}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #fff !important;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: .5;
}

/* back to top */
.btt {
  position:fixed;
  right:15px;
  bottom:10%;
  z-index:999;
  display:none;
}
@media (min-width: 768px) {
  .btt {
    right:2.95%;
  }
}

a.btn-btt {
  width: 42px;
  height: 42px;
  background:#008eff;
  color:#fff;
  font-size:18px;
  line-height: 18px !important;
  padding: 11px 0 0;
  text-align: center;
  border-radius:24px;
  border:1px solid #008eff;
}
a.btn-btt:hover {
  background:#004780;
  color:#008eff;
  text-decoration: none;
  border:1px solid #004780;
}

/* PHOTOS */
#downloadzip-button, #downloadall-button {position:relative;}
#downloadzip-button:after, #downloadall-button:after {
  content:'';
  position:absolute;
  right:0;
  top:9px; bottom:9px;
  border-right:1px solid #fff;
}
.centerImg img {margin:0 auto;}

.tl-xs-tc, .tr-xs-tc {
  text-align: center;
}
@media (min-width: 768px) {
.tl-xs-tc {text-align: left;}
.tr-xs-tc {text-align: right;}
}






.email a {
  color:#dedede;
}
.email a:hover {
  color:#008eff;
}




/* GSAP */
.fadeAnimUp, .GSfadeImgAnim, .fadeIn, .heroLogo, .simpleFade {opacity: 0;}
.fadeAnimRtL {opacity: 0; margin-left:20px;}

.bigNums {top:30px;}

.simpleFadeUp {
  opacity: 0;
  top:20px;
  position:relative;
}

/*  */
.circleIconSmall {
  width:80px;
  height:80px;
}






.shadowBlack{
  filter:drop-shadow(7px 7px 10px rgba(0,0,0,0.3));
}




.megaQuotes {
width:20px;
}
@media (min-width: 768px) {
  .megaQuotes {
    width:30px;
  }
}

header {margin-top:75px;}

.headerBadge img {width:250px;}
@media (min-width: 768px) {
.headerBadge img {width:460px;}
}

.largeQuote img, .largeQuoteEnd img {
  position:relative;
  top:-0.3rem;
  width:15px;
}
.largeQuote img {
  left:-0.3rem;
}
.largeQuoteEnd img {
  left:.3rem;
}

@media (min-width: 768px) {
  .largeQuote img, .largeQuoteEnd img {
    top:-0.5rem;
    width:20px;
  }
}

.footerBkgd {
  background: url('../images/footerBk.jpg') no-repeat center top, #000000;
  background-size: contain;
  min-height:420px;
}

.wl100 {
  width:100px;
  height:1px;
  background-color:#fff;
  border:0;
  margin:1em 0;
  padding:0;
}

.urlBox {
  width:280px;
}
@media (min-width: 768px) {
  .urlBox {
    width:480px;
  }
}

img.imgredglow {
    /* box-shadow:0 0 20px #ff0000;   */    /* outer glow */
    filter:drop-shadow(2px 2px 9px rgba(255, 0, 0, 0.99));
}

img.logoredglow {
    filter:drop-shadow(0px 0px 10px rgba(255, 0, 0, 0.99));
}
.figure {position:relative;}
.figure-caption {position:absolute; bottom:18px; left:18px;}



a.imgBtn .figure-img {
  border:6px solid rgba(0,0,0,0.0);
}

a.imgBtn .figure-img:hover {
  border:6px solid #f1db49;
}

.videoItem p {line-height:1.3rem !important;}

.navbar-toggler-icon:focus {
  background:transparent;
}

a.backSpecial {
  background:#008eff;
  border-radius:0 0 14px 14px;
  padding:10px 20px;
  margin-top:-10px;
  color:#fff;
}
a.backSpecial:hover {background:#008eff;color:#fff;}

.blueGradBk {
  background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,71,128,1) 100%);
}
.bluePatternBk {
    background: url('../images/bluePatternBk.jpg') no-repeat center right;
    background-size: cover;
}

.exploreBk {
    background: url('../images/exploreBk_m.png') no-repeat center right;
    background-size: contain;
    filter:drop-shadow(11px 11px 17px rgba(0,142,255,0.4));
    min-height:500px;
    margin: 50px auto;
}
@media (min-width: 768px) {
  .exploreBk {
      background: url('../images/exploreBk.png') no-repeat center right;
      background-size: contain;
      filter:drop-shadow(11px 11px 17px rgba(0,142,255,0.4));
      min-height:400px;
      margin: 150px auto;
  }
}

.transBlackBk p {
  font-size:10px;
  line-height:1.4rem;
}
@media (min-width: 768px) {
.transBlackBk p {
  font-size:14px;
  line-height:24px;
}
}