body {
  padding-top: 0;
  background:#000;
}

body {
  font-family:'FuturaStd-Book', sans-serif;
}

h1 {font-size:32px; line-height:34px;}
@media (min-width: 768px) {
  h1 {font-size:56px; line-height:60px;}
}
h2 {font-size:24px; line-height:26px;}
@media (min-width: 768px) {
  h2 {font-size:24px; line-height:34px;}
}
h1, h2 {font-family:'FuturaStd-Light',sans-serif; font-weight:normal; /*line-height:1em !important;*/ letter-spacing:0.5em;}
h3 {font-family:'FuturaStd-Light',sans-serif; font-size:20px; font-weight:normal; line-height:1.7em; letter-spacing:0.15em;}
h4 {font-family:'FuturaStd-Medium',sans-serif;font-size:26px; font-weight:normal; line-height:1.2em; letter-spacing:9px;}
h5 {font-family:'FuturaStd-Medium',sans-serif; font-size:14px; font-weight:normal; line-height:1.2em; letter-spacing:6px;}
h6 {font-family:'FuturaStd-Medium', sans-serif; font-weight:normal; font-size:12px; letter-spacing:6px;}

p {font-family:'FuturaStd-Book', sans-serif; font-size:15px; line-height:26px;letter-spacing:0.06rem;}

li {font-family:'FuturaStd-Medium', sans-serif; font-size:15px; line-height:26px; margin-bottom:1em; letter-spacing:0.06rem;}

.h1-37 {font-size:37px; line-height:40px;}
.pAlt {
  font-family:'Gotham-Medium', sans-serif; font-size:14px; line-height:20px;
  margin-bottom:0;
}
.h6Alt {font-family:'Gotham-Medium', sans-serif !important; font-size:15px; font-weight:normal; line-height:1.2em; letter-spacing:2px;}
.h4Alt {font-family:'Gotham-Medium', sans-serif; font-size:21px; line-height:23px; letter-spacing:2px;}

.text-large {font-family:'FuturaStd-Book', sans-serif; font-size:17px; line-height:29px; letter-spacing:0.10em;}


a {color: #b7b8b8;}
a:vistited {color:#666;}
a, a:active, a:focus { outline: none; }
a:hover {color:#80694c; text-decoration:none;}
a:focus {text-decoration:none; color:#80694c;}
img {border: 0;}
a img {border: none;}

.altLink a {color:#80694c;}
.altLink a:hover {color: #b7b8b8;}

.text-gold {color:#80694c;}
.text-notwhite {color: #b7b8b8;}
.text-gray-m {color:#434c58;}

.goldBkgd {background-color:#80694c;}

.letterspacingOne {letter-spacing:1px !important;}
.letterspacingTwo {letter-spacing:2px !important;}

.text-small {
  font-size:10px;
  line-height:18px;
  padding:9px 0;
}

@media (min-width: 320px) {  
  .tl-sm-tc, .tl-xs-tc, .textLeftXScenter {
    text-align:center;
  }
  .tr-sm-tc, .tr-xs-tc, .textRightXScenter {
    text-align:center;
  }
}
 
@media (min-width: 768px) { 
  .tl-sm-tc, .tl-xs-tc, .textLeftXScenter {
    text-align:left;
  }
  .tr-sm-tc, .tr-xs-tc, .textRightXScenter {
    text-align:right;
  }
}
.clearer {clear:both;}

.footer {
  background:#000000;
  min-height:310px;
}
.footerNav li {
  font-family:'Gotham-Medium', sans-serif;
  font-size:9px;
  line-height:18px;
  padding:9px 0;
  letter-spacing:6px;
}
.footerNav li a {color:#b7b8b8;}
.footerNav li a:hover {color:#80694c;}

.footerLogo img {
  width:84px;
}
/*.footerTop {
  margin-top:80px;
  margin-bottom:80px;
}*/
/*.footerBottom {
  margin-top:140px;
  margin-bottom:80px;
}*/





.navbar-brand {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}
.navbar-brand img { width:120px;}
@media (min-width: 992px) {
  .navbar-brand img {width:152px;}
}

.nav-link {
  font-family:'FuturaStd-Medium',sans-serif;
  font-size:11px;
  font-weight: normal;
  display: block;
  padding: 1.0rem 1rem;
  margin-left:5px; margin-right:5px;
  letter-spacing: 0.25em;
}
.navbar-dark .navbar-nav .nav-link, .nav-item a {
  color: #b7b8b8;
}
.navbar-dark .navbar-nav .nav-link:hover, .nav-item a:hover {
  color: #80694c;
}
.navbar li {margin-bottom:0;}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  }
}
/*.nav-item a {color: #ffffff;}
.nav-item a:hover {color: #80694c;}*/

.navbar-brand {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}
/*.navbar-brand img {height:32px; width:130px;}
@media (min-width: 992px) {
  .navbar-brand img {height:32px; width:130px;}
}*/


.navbar-dark {background:#000;}
.navbar-dark .navbar-toggler-icon {
    background-image: url('../images/bars_circle.svg') !important;
}
.navbar-toggler-icon, .close, .modal .close {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (min-width: 992px) {
.navbar-toggler-icon, .close, .modal .close {
    width: 48px;
    height: 48px;
  }
}
.navbar-toggler {
    padding:0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.nav-container {
  z-index:11;
}

/*-- fullscreen menu --*/

.modal-fullscreen-menu .close, .modal .close {
  background-image: url('../images/bars_circle_close.svg') !important;
  /*color: white;*/
  opacity: 1;
  padding: 0;
  position: absolute;
  /*top: 24px;*/ top: 24px;
  /*right: 80px;*/ right:30px;
  z-index: 9;
}

.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  width: 100%;
  /*max-width: 768px;*/ max-width: 1140px;
  display: flex;
  height: 100%;
  align-items: center;
  pointer-events: all;
}
.modal-fullscreen-menu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal-fullscreen-menu .list-group {
  /*text-align: center;*/
  margin: 0 auto;
  width: 100%;
}
.modal-fullscreen-menu .list-group-item {
padding: 2.0vh 1.25rem;
}

.modal-fullscreen-menu .list-group a {
  font-size: 18px;
  border: none;
  transition: all 0.75s ease-out;
  background-color: transparent;
  color: #b7b8b8;
  line-height: 1.8rem;
  z-index:1500;
  font-family:'FuturaStd-Light',sans-serif;
  font-weight:normal;
  letter-spacing:0.2em;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

@media (min-width: 992px) {
  .modal-fullscreen-menu .list-group a {
    font-size: 24px;
    line-height: 1.8rem;
    letter-spacing:0.4em;
    cursor:pointer;
  }
}
.modal-fullscreen-menu .list-group a:hover {
  color:#80694c;
  text-decoration:none;
  /*font-size:38px;*/
  /*letter-spacing:0.45em;*/
}

.modal-backdrop.in {
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 0.8;
}
.modal-fullscreen-menu /*.modal-backdrop*/ {
  background-color:#000;
}

/*-- fullscreen menu --*/





.hpHeaderHero { background:url('../images/homeHero_m.jpg') no-repeat center 30%; background-size:contain; min-height:680px; }
@media (min-width: 768px) {
  .hpHeaderHero { background:url('../images/homeHero.jpg') no-repeat center 16%; background-size:contain; min-height:100%; /*min-height:1000px;*/ }
}
@media (min-width: 1200px) {
  .hpHeaderHero { background:url('../images/homeHero.jpg') no-repeat center top; background-size:contain; min-height:100%; /*min-height:1000px;*/ }
}
.heroLogo img {
	/*width:480px;*/
}
/*.BGRHeaderHero { background:url('../images/BGRheroTop.jpg') no-repeat center bottom; background-size:cover; height:50vh; }*/

/*.jurassicBkgd { background:url('../images/jurassicTop.jpg') no-repeat center top; background-size:100%; }
@media (min-width: 768px) {
  .jurassicBkgd { background:url('../images/jurassicTop.jpg') no-repeat center top; background-size:100%; }
}

.jurassicBkgdFull { background:url('../images/jurassicBkgdFull.jpg') no-repeat center top; background-size:cover; }
@media (min-width: 768px) {
  .jurassicBkgdFull { background:url('../images/jurassicBkgdFull.jpg') no-repeat center top; background-size:cover; }
}*/

.chme .col {
    min-width: 100%;
    flex-basis: auto;
}
@media (min-width: 576px) {
  .chme .col {
      min-width: 33%;
      flex-basis: 162px;
  }
}
@media (min-width: 768px) {
  .chme .col {
      min-width: 180px;
      flex-basis: 162px;
  }
}



.btn-group-lg>.btn, .btn-lg, .btn-group-md>.btn, .btn-md, .btn-gold {
  border: 1px solid #80694c;
  padding: 9px 25px 9px;
  color: #b7b8b8;
  font-family: 'Gotham-Medium',sans-serif !important;
  letter-spacing: 0.5em;
  font-size: 9px;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 0rem;
}
.btn-gold:hover, .btn-release-gold:hover {
  background-color: #80694c;
  border-color: #80694c;
  color:#b7b8b8;
}
.btn-notwhite {
  border: 1px solid #b7b8b8;
  padding: 9px 25px 9px;
  color: #b7b8b8;
  font-family: 'Gotham-Medium',sans-serif !important;
  letter-spacing: 0.5em;
  font-size: 9px;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 0rem;
}

.btn-notwhite:hover {
    background-color: #b7b8b8;
    border-color: #b7b8b8;
    color:#80694c;
}

.btn-release-gold {
  border: 1px solid #80694c;
  padding: 8px 4px 8px 6px;
  color: #80694c;
  font-family: 'Gotham-Medium',sans-serif !important;
  letter-spacing: 0.5em;
  font-size: 9px;
  border-radius: 0rem;
  width:70px !important;
  /*height:40px;*/
  text-align:center;
  display:block;
  transition: all 0.3s ease-out;
}


a.hmenu {
    min-width: 90px;
    max-width: 162px;
    width: 91%;
    flex-basis: all;
    padding: 9px 3px 9px !important;
    letter-spacing: 0.2em !important;
    transition: all 0.3s ease-out;
}
@media (min-width: 576px) {
  a.hmenu {
    min-width: 100px;
    flex-basis: 100px;
  }
}
@media (min-width: 768px) {
  a.hmenu {
    padding: 9px 25px 9px !important;
    letter-spacing: 0.5em !important;
    min-width: 162px;
    flex-basis: 162px;
  }
}


.relative {position:relative;}

.overVideo {
  position:absolute;
  z-index:9;
  top:0;
  left:0;
}

/* video backgrround header */
header {
  position: relative;
  background-color: black;
  /*height: 75vh;*/
  /*min-height: 25rem;*/
  width: 100%;
  /*overflow: hidden;*/
}

/*header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}*/

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-color: black;
  opacity: 0.5;*/
  z-index: 1;
}

/*@media (pointer: coarse) and (hover: none) {
  header {
    background: url('../images/homeHero_m.jpg') no-repeat center center scroll; background-size:contain; height:100vh; ;
  }
  header video {
    display: none;
  }
}
*/


/*.hpBkgdBroll {
  background:#000; 
  min-height:800px; 
  width: 100%;
  overflow: hidden;
}


.hpBkgdBroll video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}*/

/*.hpBkgdBroll .container {
  position: relative;
  z-index: 2;
}*/


.hpTriptych {
  height:580px; 
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hpTriptych {
    height:380px; 
    width: 100%;
    overflow: hidden;
  }
}
.border-right {
 border-right:none !important;
}
@media (min-width: 768px) {
  .border-right {border-right: 1px solid #dee2e6!important;}
}

.hpWpowerM {
  background:url('../images/w-power.png') no-repeat center top; 
  background-size:cover;
  height:500px; 
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hpWpower {
    background:url('../images/w-power.png') no-repeat 200px center; 
    background-size:contain;
    height:800px; 
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .hpWpower {
    background:url('../images/w-power.png') no-repeat right center; 
    background-size:contain;
    height:800px; 
    width: 100%;
  }
}
.hpGWengineM {
  background:url('../images/gw-power.png') no-repeat center top; 
  background-size:cover;
  height:500px; 
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hpGWengine {
    background:url('../images/gw-power.png') no-repeat left center; 
    background-size:contain;
    height:800px; 
    width: 100%;
  }
}
@media (min-width: 768px) {
  .hpGWengine {
    background:url('../images/gw-power.png') no-repeat -280px center; 
    background-size:contain;
    height:800px; 
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .hpGWengine {
    background:url('../images/gw-power.png') no-repeat left center; 
    background-size:contain;
    height:800px; 
    width: 100%;
    /*overflow: hidden;
    display:block;*/
  }
}
.hpWGsafesecM {
  background:url('../images/nightVision.png') no-repeat center top; 
  background-size:contain;
  height:250px; 
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hpWGsafesec {
    background:url('../images/nightVision.png') no-repeat right center; 
    background-size:contain;
    /*height:680px;*/ 
    height:450px; 
    width: 100%;
    /*overflow: hidden;
    display:block;*/
  }
}
.hpGWsafesecM {
  background:url('../images/safetySecurityGW.png') no-repeat center top; 
  background-size:contain;
  height:300px; 
  width: 100%;
}
@media (min-width: 768px) {
  .hpGWsafesec {
    background:url('../images/safetySecurityGW.png') no-repeat left center; 
    background-size:contain;
    /*height:800px;*/ 
    height:600px;
    width: 100%;
    /*overflow: hidden;
    display:block;*/
  }
}

.contactSection {
  background:url('../images/gwc_contactbk_m.jpg') no-repeat center center; background-size:cover;
  height:100vh; 
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .contactSection {
    background:url('../images/gwc_contactbk.jpg') no-repeat center center; background-size:cover;
    height:800px; 
  }
}
@media (min-width: 992px) {
  .contactSection {
    height:600px; 
  }
}

.mediatop {
  height: 33.3%!important;
}
@media (min-width: 768px) {
  .mediatop {
    height: 66.6%!important;
  }
}
.mediabtm {
  height: 66.6%!important;
  background: rgba(0,0,0,0.7);
}
@media (min-width: 768px) {
  .mediabtm {
    height: 33.5%!important;
  }
}

ul.newBullet {
  margin: 2em 0;
}
.newBullet li {
  margin-left: 2em;
}
.newBullet li:before {
  font-family: 'Font Awesome 5 free';
  font-weight: 900;
  content: '\f111';
  margin-left: -1.65em;
  font-size:0.4em;
  position:absolute;
  margin-top:-0.5px;
}

/*ul.introBullets {
  list-style-image: url('../images/bulletO.png');
  margin-left: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  ul.introBullets {
    list-style-image: url('../images/bulletO.png');
    margin-left: 0px;
    padding: 0;
  }
}*/

.hpPremiumIcon { background:#000; background-size:cover; /*height:1000px;*/ }
@media (min-width: 768px) {
  .hpPremiumIcon { background: #000; background-size:cover; /*height:800px;*/ }
}


.hpKeypoint { background:#000; background-size:cover; height:33vh; }
@media (min-width: 768px) {
  .hpKeypoint { background: #000; background-size:cover; height:360px; }
}


/*.hpModern { background:url('../images/gwc_modern_m.jpg') no-repeat center center; background-size:contain; height:100vh; }
@media (min-width: 768px) {
  .hpModern { background:url('../images/gwc_modern.jpg') no-repeat center center; background-size:cover; height:1200px; }
}

.hpPano01 { background:url('../images/gwc_pano01_m.jpg') no-repeat center center; background-size:cover; height:33vh; }
@media (min-width: 768px) {
  .hpPano01 { background:url('../images/gwc_pano01.jpg') no-repeat center center; background-size:cover; height:420px; }
}

.hpPano02 { background:url('../images/gwc_pano02_m.jpg') no-repeat center center; background-size:cover; height:33vh; }
@media (min-width: 768px) {
  .hpPano02 { background:url('../images/gwc_pano02.jpg') no-repeat center center; background-size:cover; height:420px; }
}

.hpPano03 { background:url('../images/gwc_pano03_m.jpg') no-repeat center center; background-size:cover; height:33vh; }
@media (min-width: 768px) {
  .hpPano03 { background:url('../images/gwc_pano03.jpg') no-repeat center center; background-size:cover; height:420px; }
}

*/

.gradTopDark:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  /*bottom:0;*/
  max-height:420px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50&1+0,0+50 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.gradLtoRDark:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50&0.8+0,0+50 */
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.99) 0%, rgba(0,0,0,0) 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.gradRtoLDark:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,0.8+100 */
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.99) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.99) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.99) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=1 ); /* IE6-9 */
}


.gradientBottom:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#434c58+50,434c58+100&0+50,1+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 90%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 90%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.gradTopBtmDark:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#434c58+0,434c58+50,434c58+100&1+0,0+50,1+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&1+0,0+50,1+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 5%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 90%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 5%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 90%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 5%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}



.hpOverview { background:url('../images/hpOverview_m.jpg') no-repeat center center; background-size:cover; height:auto; }
@media (min-width: 768px) {
  .hpOverview { background:url('../images/hpOverview.jpg') no-repeat center center; background-size:cover; height:800px; }
}

.article {
  -webkit-columns: 1 300px;
  -moz-columns: 1 300px;
  columns: 1 300px;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media (min-width: 768px) {
  .article {
    -webkit-columns: 2 200px;
    -moz-columns: 2 200px;
    columns: 2 200px;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}

.article p:first-child:first-letter {
  color: #80694c;
  float: left;
  font-family:'Gotham-Medium';
  font-size: 166px;
  line-height: 120px;
  padding-top: 0px;
  padding-right: 8px;
  padding-left: 0px;
  margin-top:-4px;
}


/*.hpOffroad { background:url('../images/hp388_m.jpg') no-repeat center center; background-size:cover; height:100vh; }
@media (min-width: 768px) {
  .hpOffroad { background:url('../images/hp388.jpg') no-repeat center center; background-size:cover; height:800px; }
}


.hpBolt { background:url('../images/hpBolt_m.jpg') no-repeat center center; background-size:cover; height:100vh; }
@media (min-width: 768px) {
  .hpBolt { background:url('../images/hpBolt.jpg') no-repeat center center; background-size:cover; height:800px; }
}

.hpBeauty { background:url('../images/hp397beauty_m.jpg') no-repeat center center; background-size:cover; height:100vh; }
@media (min-width: 768px) {
  .hpBeauty { background:url('../images/hp397beauty.jpg') no-repeat center center; background-size:cover; height:800px; }
}
*/



/*.slick-dots {
  top: -80px;
  left: 0;
  height:140px;
}
@media (min-width: 768px) {
.slick-dots {
  height:100px;
  }
}*/
.slick-dots li.slick-active button:before {
    opacity: 1.0 !important;
    color: #bbbbbb !important;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .75 !important;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:before {
  color:#80694c !important;
}


.releasesGrid p {
  font-family:'FuturaStd-Book', sans-serif; 
  font-weight:normal;
  font-size:14px; 
  line-height:30px;
  color: #dbdcdc;
  margin-bottom:0;
}

/*.slick-list, .slick-track {
  margin-top:60px;
}
.slick-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-slider:focus, .slick-slide:focus, .slick-initialized .slick-slide:focus, .slick-current:focus, .slick-active:focus, .slick-list:focus, .slick-track:focus {
    outline: none !important;
}*/

/*--- end explore ---*/


/**-- PressReleases modal --**/

.modal-header {
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-footer {
  border-top: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-body {
  padding: 1rem 15px;
max-width: 500px;
      margin: 1.75rem auto;
    }
@media (min-width: 992px) {
  .modal-body {
    padding: 1rem 15px;
  }
}
@media (min-width: 768px) {
  .modal-body {
      max-width: 700px;
      margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-body {
      max-width: 920px;
      margin: 1.75rem auto;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width:100%;
      /*max-width: 500px;
      margin: 1.75rem auto;*/
      margin:0 auto;
  position:absolute;
  top:0;left:0;right:0;bottom:0;

  }
}
/*@media (min-width: 768px) {
  .modal-dialog {
      max-width: 700px;
      margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
      max-width: 920px;
      margin: 1.75rem auto;
  }
}
*/
.modal-content {
  position:absolute;
  top:0;left:0;right:0;bottom:0;
   /* position: relative;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: #000;
  /*background-color: transparent;*/
  background-clip: padding-box;
  border: 0px solid rgba(0,0,0,0.2);
  border-radius: 0rem;
  outline: 0;
}


#productModalCenter {
    /*overflow-y: auto;*/ /* MOVE TO MODAL CONTENT for Length issue */
    z-index: 199999;
}
#productModalCenter .modal-content {
  overflow-y: auto;
}

.fingtwelve {font-size: 12px !important;}


.borderBottom {
  border-bottom:1px solid #939597;
}
.borderTop {
  border-top:1px solid #939597;
}

.btn-sm {
    min-width: 44px;
    height: 30px;
    border-radius: 0;
}
.btn-gold-alt {
    color: #fff !important;
    background-color: transparent;
    border-color: #80694c;
    font-size: 9px !important;
    line-height: 1;
    font-style: normal !important;
    padding-top: 10px;
}
.btn-gold-alt:hover {
    background-color: #80694c;
    border-color: #80694c;
}


.relType {
  font-family:'Gotham-Medium',sans-serif; font-weight:normal; font-size: 12px; line-height:1.2em;
}

.sfGrid li {
  padding:0;
}
@media (min-width: 768px) {
  .sfGrid li {
    padding:0 15px;
  }
}

/**-- end PressReleases modal --**/


/*-- PhotoPage --*/
/* dropdown for photo page */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 1px 0 0;
  font-family:'Gotham-Medium', sans-serif; font-weight:normal;
  font-size:11px;
  line-height:1.2;
  letter-spacing:1px;
  color: #c5c5c5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #80694c;
  border-radius: 0;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .5rem 1rem;
  clear: both;
  font-family:'Gotham-Medium', sans-serif; font-weight:normal;
  font-size:11px;
  line-height:1.2;
  letter-spacing:1px;
  color: #333132;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #80694c;
}
/* make dropdown appear on hover */
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}
.dropdown.btn:hover {
    color: #c5c5c5;
    text-decoration: none;
}
.button-group .dropdown .btn-lg {width: 156px !important; height: 48px;padding: 16px 10px 13px 13px;}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 6px;
    vertical-align: -1px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 12px;
    line-height: 1em;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.releasesTop {
  position:relative;
  min-height:400px;
  margin-top:-100px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  z-index:2;
}

.solidGrayBkgd {
  background-color:#333132;
}

.pt100 {padding-top:100px;}
.pb100 {padding-bottom:100px;}
.pt120 {padding-top:120px;}
.pt80 {padding-top:80px;}
.pb80 {padding-bottom:80px;}
.pt40 {padding-top:40px;}
.py80 {padding-top:80px; padding-bottom:80px;}
.ptvh10 {padding-top:10vh;}
.ptvh15 {padding-top:15vh;}
.ptvh25 {padding-top:25vh;}
.ptvh30 {padding-top:30vh;}


.embargoBar {min-height:26px;}
.embargoBar h6 {
  font-size:11px !important;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: normal;
  line-height:1.0;
  letter-spacing:1px;
}

.h4bgr {font-family:'Gotham-Medium',sans-serif; font-size: 26px; font-weight:normal; line-height:1.2em; letter-spacing:6px;}


.photoHeadBk, .driveHeadBk { /*background:url('../images/photosHero_m.jpg') no-repeat center center; background-size:cover;*/ height:100vh; }
/*@media (min-width: 768px) {
  .photoHeadBk { background:url('../images/photosHero.jpg') no-repeat center center; background-size:cover; height:66vh;; }
}
@media (min-width: 1200px) {
  .photoHeadBk { background:url('../images/photosHero.jpg') no-repeat center 0; background-size:cover; height:100vh; }
}
@media (min-width: 1600px) {
  .photoHeadBk { background:url('../images/photosHero.jpg') no-repeat center 0; background-size:cover; height:95vh; }
}*/
.videoHeadBk { background:url('../images/videoHero_m.jpg') no-repeat center center; background-size:cover; height:100vh; }
@media (min-width: 768px) {
  .videoHeadBk { background:url('../images/videoHero.jpg') no-repeat center center; background-size:cover; height:66vh; }
}

.masthead {
  margin-bottom: 2rem;
}
.overlayPH {position: absolute; z-index:11;top:0px; left:0; right:0;}

/*.mediaContactList {padding-top:20px; padding-bottom:40px;}
@media (min-width: 768px) {
  .mediaContactList {padding-top:80px; padding-bottom:100px;}
}*/


/*.OSblurTextAnim {
  color: transparent;
  animation: blur 2s ease-out 1;
  -webkit-animation: blur 2s ease-out 1;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}*/

/*.blurTextAnim:nth-child(1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
.blurTextAnim:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.blurTextAnim:nth-child(3) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}*/

/*@keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fff;}
  80%   {text-shadow:  0 0 0px #fff;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 0px #fff; opacity:1;}
  100%  {text-shadow:  0 0 0px #fff; opacity:1;}
}

@-webkit-keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fff;}
  80%   {text-shadow:  0 0 0px #fff;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 0px #fff; opacity:1;}
  100%  {text-shadow:  0 0 0px #fff; opacity:1;}
}*/

/*#output {
  position: fixed;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 21px;
  pointer-events: none;
}

.gsBlurElement {
  filter: blur(18px);
  opacity: 0;
  transition: all ease-in .75s;
}
.gsBlurElementShow {
  filter: blur(0px);
  opacity: 1;
}*/


.h-66 {
    height: 66.6%!important;
}
.h-33 {
    height: 33.3%!important;
}
.h-25 {
    height: 25%!important;
}
.h-50 {
    height: 50%!important;
}
.h-6050 {
    height: 60%!important;
}
@media (min-width: 992px) {
  .h-6050 {
    height: 50%!important;
  }
}
.mainBox {
  display:none;
}
.assetPageBox {
  display: none;
}
@media (min-width: 768px) {
  .mainBox {
    display:block;
    border:1px solid #80694c;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    top:85vh;
    bottom:60px;
    left:0;
    right:0;
    z-index:0;
    /*height:7300px;*/
    /*height: calc(100% - 1100px);*/
    max-width: 1200px; /*max-width: 1140px;*/
  }
  .assetPageBox {
    display:block;
    border:1px solid #80694c;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    top:100px;
    bottom:0px;
    left:0;
    right:0;
    z-index:0;
    height:calc(100% + 250px);
    max-width: 1200px; /*max-width: 1140px;*/
  }
}


.arrows4deck li .prev, 
.arrows4deck li .prevWSX, 
.arrows4deck li .prevGWX, 
.arrows4deck li .prevWSI, 
.arrows4deck li .prevGWI {
  display: inline-block;
  height: 42px;
  width: 42px;
  background: url('../images/arrow_prev.svg') no-repeat center center;
  transition: all 0.25s ease;
}
.arrows4deck li .prev:hover, 
.arrows4deck li .prevWSX:hover, 
.arrows4deck li .prevGWX:hover, 
.arrows4deck li .prevWSI:hover, 
.arrows4deck li .prevGWI:hover {
  background: url('../images/arrow_prev_ov.svg') no-repeat center center;
}

.arrows4deck li .next, 
.arrows4deck li .nextWSX, 
.arrows4deck li .nextGWX, 
.arrows4deck li .nextWSI, 
.arrows4deck li .nextGWI {
  display: inline-block;
  height: 42px;
  width: 42px;
  background: url('../images/arrow_next.svg') no-repeat center center;
  transition: all 0.25s ease;
}
 .arrows4deck li .next:hover, 
 .arrows4deck li .nextWSX:hover, 
 .arrows4deck li .nextGWX:hover, 
 .arrows4deck li .nextWSI:hover, 
 .arrows4deck li .nextGWI:hover {
  background: url('../images/arrow_next_ov.svg') no-repeat center center;
} 

.start .down {
  display: inline-block;
  height: 42px;
  width: 42px;
  background: url('../images/arrow_down.svg') no-repeat center center;
  transition: all 0.25s ease;
}
.start .down:hover {
  background: url('../images/arrow_down_ov.svg') no-repeat center center;
}

.email a {
  color:#80694c;
}
.email a:hover {
  color:#fff;
}

.notwhiteBkgd {
  background: #b7b8b8;
}
.bigLink {
  height:400px;
}
.fillDivLink {
  width:100%;
  height:100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  position:absolute;
  z-index:99;
  border:10px solid #000;
}

.border-btm-gold {
  border-bottom: 1px solid #80694c !important;
  z-index: 99991;
}


.responsive4deck .slick-slide {
  position: relative;
}

.responsive4deck .slide__caption {
  bottom: 0;
  left: 0;
  top:0;
  right:0;
  position: absolute;
  width: 100%;
  background:rgba(0,0,0,0.5);
  z-index: 2;
}
.responsive4deck .slide__caption p {
  position:absolute;
  bottom:0;
  padding:15px 20px;
  margin-bottom:0;
  line-height:1.2em;
}

.hpStandardSlider .slick-slide {
  position: relative;
}

.hpStandardSlider .gradHolder {
  bottom: 0;
  left: 0;
  top:0;
  right:0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

button {
  background-color:transparent;
  border:0;
  outline:none;
}
button:focus {
    outline: none;
}

.decoR {
  position: absolute;
  top:2vh;
  right:0;
  bottom:0;
  width:40px;
}
.decoL {
  position: absolute;
  top:2vh;
  left:0;
  bottom:0;
  width:40px;
}
.decoLB {
  position: absolute;
  top:auto;
  left:0;
  bottom:30px;
  width:40px;
}
.decoRTN {
  position: absolute;
  top:-50px;
  right:0;
  bottom:auto;
  width:40px;
}
.deco img {
  width:35px;
  height:193px;
}

/* responsive4deck hover effect*/
.wg-box-content {
  position: relative;
  width:100%;
  /*width: 90%;*/
  /*max-width: 400px;*/
  margin: auto;
  overflow: hidden;
  margin-bottom: 0;
}

.wg-box-content .wg-box-content-overlay, 
.wg-box-content .tech-box-content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-overlay,
.wg-box-content:hover .tech-box-content-overlay {
  opacity: 1;
}

.wg-box-content-image{
  width: 100%;
}

.wg-box-content-details,
.tech-box-content-details {
  position: absolute;
  text-align: left;
  /*padding-left: 15px;
  padding-right: 15px;*/
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-details{
  top: 65%;
  left: 50%;
  opacity: 1;
}

.wg-box-content:hover .tech-box-content-details{
  top: 55%;
  left: 50%;
  opacity: 1;
}
@media (min-width: 768px) {
  .wg-box-content:hover .tech-box-content-details{
    top: 65%;
  }
}
.wg-box-content-details p, 
.tech-box-content-details p {
  font-size:0.65em;
  line-height:1.3em;
}
@media (min-width: 768px) {
  .wg-box-content-details p, 
  .tech-box-content-details p {
    font-size:0.95em;
    line-height:1.8em;
  }
}

.wg-box-fadeIn-bottom{
  top: 100%;
}

.goldrule {
  border-bottom: 1px solid #80694c;
  padding:10px 0 0;
  margin:0 0 10px;
}
.historySlider .slick-dots {bottom:-33px !important;}
.historySlider .slick-dots li {margin:0 1px;}
@media (min-width: 768px) {
  .historySlider .slick-dots li {margin:0 5px;}
}
.historySlider .slick-slide {padding:5px;}

.historySlider .slick-slide {
  opacity:0.5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.historySlider .slick-active {opacity:1;}


.slick-active:focus, .slick-current:focus, .slick-slide:focus {
  outline-color: none;
  outline-style: none;
  outline-width: 0;
}
.centerImg img {margin:0 auto;}

.varWSpace {white-space:normal;}
@media (min-width: 768px) {
  .varWSpace {white-space:nowrap;}
}

.txtshadow {
  text-shadow: 0 0 8px rgba(0,0,0,0.7);
}
.mediaLink {letter-spacing: 4px !important;
}

.embargoBarTwo {position: absolute; z-index: 999; top: 82px; left: 0; right: 0; display: none;}
@media (min-width: 768px) {
  .embargoBarTwo {position: fixed; z-index: 99992; top: 0; left: 0; right: 0;}
}
.modal-content .embargoBarTwo {position: absolute; z-index: 999; top: 74px; left: 0; right: 0; display: none;}
@media (min-width: 768px) {
  .modal-content .embargoBarTwo {position: fixed; z-index: 99992; top: 0; left: 0; right: 0;}
}
.modal-content .modal-body {
  margin-top: 54px; /*margin-top: 90px;*/
}
@media (min-width: 768px) {
  .modal-content .modal-body {
    margin-top: 0px; /*margin-top: 36px;*/
  }
}
.embargoBarTwo .h6Alt {letter-spacing:1px;}
@media (min-width: 1025px) {
  .embargoBarTwo .h6Alt {letter-spacing:2px;}
}

nav.fixed-top {top: 0px !important;}
@media (min-width: 768px) {
  nav.fixed-top {top: 0px !important; /*top: 36px !important;*/}
}

header {margin-top: 54px; /*margin-top: 90px;*/}
@media (min-width: 768px) {
  header {margin-top: 0px; /*margin-top: 36px;*/}
}
.ptSpecial {
  padding-top:100px;
}
@media (min-width: 768px) {
  .ptSpecial {
    padding-top:136px;
  }
}

/*.modal-dialog {
    margin: .5rem 0;
}*/

.nav-item .dropdown-menu {
  position: absolute;
  top: 44px;
  left: 12px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 1px 0 0;
  font-family:'FuturaStd-Medium',sans-serif;
  font-size:11px;
  line-height:1.2;
  letter-spacing:1px;
  color: #c5c5c5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #80694c;
  border-radius: 0;
}
.nav-item .dropdown-item {
  display: block;
  width: 100%;
  padding: .5rem 1rem;
  clear: both;
  font-family:'FuturaStd-Medium',sans-serif;
  font-size:11px;
  line-height:1.2;
  letter-spacing:1px;
  color: #333132;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.nav-item >.dropdown-menu a:hover {background-color: #80694c; color: #c5c5c5 !important;}
.nav-item >.dropdown-menu a {color: #333132 !important;}

.specialMN {font-size: 80%;}

