@charset "UTF-8";
/* CSS Document */
/* -------------------- Body -------------------- */
* {
  font-variant-ligatures: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "myriad-pro", sans-serif;
  color: #444444;
  line-height: 1.6;
  font-size: 17px;
    
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /*height: 100%;*/
}
body, html {
  height: 100%;
  margin: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
}
hr {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #000000;
  margin-right: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
    
}
.clearAll {
  clear: both;
}
.menuID {
  position: relative;
  top: -50px;
}
.eventID {
  position: relative;
  top: -94px;
}
.alignCenter {
  left: 50%;
  -ms-transform: translateX(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%); /* Safari */
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}
.alignMiddle {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Safari */
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
}

.topMarginSpecial {
    padding-top: 2%;
 
}
a:link, a:visited, a:active {
  color: #CFCECE;
  text-decoration: none;
}
a:hover {
  color: #ff6319;
}
li {
  line-height: 1.25;
  padding-bottom: 10px;
  list-style-type: square;
}
ul {
  padding-left: 24px;
}



/* -------------------- Video Background -------------------- */
.bigScreen {
  display: block;
}
.phoneScreen {
  display: none;
}
.vimeo-wrapper {
  object-fit: cover;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  pointer-events: none;
  overflow: hidden;
  display: block;
  background-image: url("btImages22/ThunderBG2022B.jpg");
  background-position: center;
  background-size: cover;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#myVideo {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -10;
  background-image: url("xtrmImages22/XS_WireGlobe2222AXX.jpg");
  background-position: center;
}
.notVideo {
  object-fit: cover;
  width: 100vw;
  position: fixed;
  z-index: -10;
}
.viewport-header {
  position: relative;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xmain {
  background: rgba(0, 0, 0, .50);
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  position: relative;
  padding-top: 12%;
  padding-bottom: 12%;
  padding-left: 7%;
  padding-right: 7%;
}
.whiteBGbox {
  width: 90%;
  background-color: #ffffff;
  margin-left: 5%;
  margin-right: 5%;
  z-index: 50;
}

.videoSpace {
    height: 20%;
}


/* -------------------- Nav Bar -------------------- */
.navBar {
  width: 100%;
  height: 50px;
  /*text-align: center;*/
  background-color: #002147;
  -webkit-box-shadow: 0px 2px 10px 1px #000000;
  box-shadow: 0px 2px 10px 1px #000000;
  padding-left: 25px;
  padding-right: 20px;
  color: #ffffff;
  z-index: 100;
  position: fixed;
}
.navLogo {
  top: 9px;
  padding-top: 0px;
  position: relative;
  float: left;
}
.menuBarText {
  color: #888888;
  cursor: pointer;
  font-size: 13px;
  padding-top: 15px;
  padding-left: 1%;
  padding-right: 1%;
  float: left;
}
.navMenu2 {
    display: block;
    width: 21px;
    height: 21px;
    float: right;
    cursor: pointer;
    top: 14px;
    left: 3px;
    position: relative;
}
.videoOnOff {
  color: #888888;
  margin-top: 2.5vh;
  margin-bottom: 2.5vh;
  cursor: pointer;
}
/* -------------------- Text -------------------- */
.normalText {
  font-size: 18px;
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1 {
  color: #525252;
  font-size: 44px;
  line-height: 1;
}
h2 {
  /*color: #7D7D7D;*/
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
h3 {
    font-size: 30px;
  color: #FF6131;
  line-height: 1;
  padding-bottom: 12px;
}
h4 {
  color: #7D7D7D;
  line-height: 1;
  font-size: 21px;
  margin-top: 4px;
  margin-bottom: -6px;
}
h5 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.titleText {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
}
.smallText {
  font-size: 12px;
  font-weight: 700;
}
.lowerRight {
  font-size: 18px;
  font-weight: 900;
  bottom: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
  z-index: 60;
}

.eventText {
    
  font-size: 33px;
  font-weight: 800;
  text-align: center;
  text-shadow: 5px 5px 5px #000000;

}

/* -------------------- x Layout -------------------- */
.x3-display-middle {
  position: absolute;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%, -55%);
  -webkit-transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  text-align: center;
}
.x3-content {
  max-width: 80%;
  margin: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #ffffff;
}
.x3-center {
  text-align: center !important
}

/* -------------------- Containers -------------------- */
.newEventBox {
  width: 100%;
  height: auto;
  min-height: 220px;
  padding-left: 12px;
  background-color: #1b2435;
  border-left: 12px solid #ffffff;
  border-right: 12px solid #ffffff;
  border-top: 12px solid #ffffff;
  position: relative;
  z-index: 50;
}
.fullBox {
  color: white;
  background: rgba(0, 0, 0, .50);
  width: 90%;
  height: auto;
  z-index: 50;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 12%;
  padding-right: 12%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}
.logoContainer {
  width: 70vw;
  height: auto;
}
.xsLogo {
  width: 200px;
}
.scrollArrow {
  color: #9F9F9F;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 8px);
  font-size: 16px;
}
/* -------------------- Half Column -------------------- */
.halfColL, .halfColR {
  width: 50%;
  height: auto;
  float: left;
  
  position: relative;
  
}
.halfColR {

}
/* -------------------- Columns -------------------- */
.col2L {
  width: 50%;
  float: left;
  height: auto;
  margin: 0px;
  padding: 0px;
  padding-right: 15px;
}
.col2R {
  width: 50%;
  float: left;
  height: auto;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}
.colyL {
  width: 25%;
  float: left;
  height: auto;
}
.colyR {
  width: 75%;
  float: left;
  height: auto;
  padding-bottom: 40px;
}
.colxL {
  width: 17%;
  float: left;
  height: auto;
}
.colxR {
  width: 83%;
  float: left;
  height: auto;
  padding-left: 32px;
}
.col3, .col3H {
  width: 30%;
  
  height: inherit;
  float: left;
  
  margin: 1.5%;
  font-size: 19px;
  color: #ffffff;
  
  font-weight: 500;
  line-height: 1.1;
}


.col3Two{
    text-align: center;
    line-height: 150%;
    padding-top: 3%;
    width: 60%;
    height: inherit;
    float: left;
    margin: 1.5%;
    font-size: 4.5vh;
    color: #ffffff;
    font-weight: 300;  
}

.col3TwoText {
    text-align: center;
    line-height: 150%;
    font-size: 5.1vh;
    font-weight: 900
}
/* -------------------- Footer/Info -------------------- */
.footerNames {
  color: #BBBBBB;
  width: 100%;
  height: auto;
  text-align: center;
  
  padding-bottom: 20px;
}
.infoLine {
  width: 100%;
  height: auto;
  padding-bottom: px;
  text-align: center;
  color: #838383;
  font-size: 11px;
  padding-top: 40px;
  letter-spacing: 1.4px;
}
.x3-btn {
  border: none;
  display: inline-block;
  padding: 8px 36px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: #002147;
  background-color: #002E67;
  text-align: center;
  cursor: pointer;
  white-space: nowrap
}

  /* -------------------- Menu Overlay for phone -------------------- */
  .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 80;
    background-color: rgba(0,33,71,.85);
    overflow-y: hidden;
    transition: 0.5s;
  }
  .overlay-content {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.3px;
    padding-left: 25px;
    margin-top: 0px;
    top: 60px;
  }
  .overlay a {
    
    text-decoration: none;
    display: block;
    transition: 0.3s;
    margin-top: 4vh;
    margin-bottom: 4vh;
    top: auto;
  }
  .overlay a::after {
    content: ">";
    text-align: right;
    float: right;
    padding-right: 25px;
    color: #888888;
  }
  .overlay a:hover, .overlay a:focus {
    color: #ff6319;
  }
  .overlay a:active {
    color: #111111;
  }


/* -------------------- Landscape Orientation-------------------- */
/* -------------------- Landscape Orientation-------------------- */
@media screen and (orientation: landscape) {

}
/* -------------------- Landscape plus Height -------------------- */
/* -------------------- Landscape plus Height -------------------- */
@media screen and (orientation: landscape) and (max-height: 992px) {
  .halfColL, .halfColR {
    height: 100%;
  }
    
    .overlay a {
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;

  }
    .eventText {
    font-size: 40px;


}
    

  

}
/* -------------------- Portrait Orientation-------------------- */
/* -------------------- Portrait Orientation-------------------- */
@media screen and (orientation: portrait) {
    
    .col2L, .col2R {
    width: 100%;
    padding: 0px;
  }  
    
    
    
  .halfColL, .halfColR {
    width: 100%;
    
  }
  .fullBox {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .newEventBox {
    height: auto;
    padding-top: 30px;
    padding-left: 0px;
    /*padding-left: 30px;*/
    border-left: none;
    border-right: none;
    /*border-top: none;*/
  }
  .col3, .col3H, .col3Two {
    width: 90%;
    
    margin-top: 0;
    margin-bottom: 4%;
    margin-left: 5%;
    margin-right: 5%;
      
      text-align: center;
  }

    .col3TwoText {
    font-size: 4.7vh;

}

  .logoContainer {
    width: 90vw;
  }
  .xsLogo {
    width: 45vw;
  }
  .titleText {
    font-size: 20px;
  }
    
        .topMarginSpecial {
    padding-top: 0%;
    }
 
}


/* -------------------- Pad Size -------------------- */
/* -------------------- Pad Size -------------------- */
@media (orientation: portrait) and (max-width:992px) and (min-width:701px) {
  .x3-content {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
  .fullBox {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 6%;
    padding-right: 6%;
  }
    
 .topMarginSpecial {
    padding-top: 0%;
    
 
}
    
}

/* -------------------- Phone Size -------------------- */
/* -------------------- Phone Size -------------------- */
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 40px;
  }
  .x3-content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col2L, .col2R {
    width: 100%;
    padding: 0px;
  }
  .colxL {
    width: 100%;
    height: auto;
    padding-bottom: 32px;
  }
  .colxL img {
    width: 49%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .colxR {
    width: 100%;
    float: left;
    height: auto;
    padding-left: 0px;
  }
  .colyL {
    width: 100%;
  }
  .colyR {
    width: 100%;
    padding-bottom: 40px;
  }
    
  .newEventBox {
    height: auto;
    padding-top: 30px;
    padding-left: 0px;
    border-left: none;
    border-right: none;
    /*border-top: none;*/
  }
  .col3, .col3H, .col3Two {
    width: 90%;
    
    margin-top: 0;
    margin-bottom: 4%;
    margin-left: 5%;
    margin-right: 5%;
      padding-left: 20px;
      padding-right: 20px;
      text-align: center;
  }
  .col3H {
    font-size: 28px;
  }

  .footerNames {
    width: 100%;
    padding-bottom: 20px;
  }
  .bigScreen {
    display: none;
  }
  .phoneScreen {
    display: block;
  }

  .navMenu {
    width: 21px;
    height: 21px;
    float: right;
    display: block;
    cursor: pointer;
    top: 14px;
    left: 3px;
    position: relative;
  }
  .closebtn {
    display: none;
    width: 21px;
    height: 21px;
    float: right;
    cursor: pointer;
    top: 14px;
    left: 3px;
    position: relative;
  }
    
   .topMarginSpecial {
    padding-top: 0%;
    
 
}

}


/* -------------------- Super Size -------------------- */
/* -------------------- Super Size -------------------- */
@media (orientation: landscape) and (min-width:1800px) {

body {
  line-height: 1.6;
  font-size: 21px;

}
    
 .col3, .col3H {

  font-size: 24px;
  line-height: 1.1;
}
    
    .eventText {
    
  font-size: 48px;


}

}

/* -------------------- Phone Scroll -------------------- */
/* -------------------- Phone Scroll -------------------- */
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {

}

/* -------------------- Small Phone -------------------- */
/* -------------------- Small Phone -------------------- */
@media (max-width:375px) {
  .footerNames {
    width: 100%;
    padding-bottom: 20px;
  }
}
