@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-semi-condensed", sans-serif;
  color: #444444;
  line-height: 1.9;
  font-size: 20px;
  -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: 2px solid #000000;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.clearAll {
  clear: both;
}
.menuID {
  position: relative;
  top: -50px;
}

.alignCenter {
  left: 50%;
  -ms-transform: translateX(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%); /* Safari */
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}

a:link, a:visited, a:active {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #F9DD60;
}
    
li {
  line-height: 1.25;
  padding-bottom: 10px;
  list-style-type: square;
}
ul {
  padding-left: 24px;
}
.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  background-color: #515050;
}
/* -------------------- 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("t4gImages/t4g25-BackGround-w1920L.jpg");
  background-position: center;
  background-size: cover;
}
.vimeo-wrapperP {
  display: none;
}
.vimeo-wrapper iframe, .vimeo-wrapperP 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%);
  text-shadow: 0px 0px;
}

.viewport-header {
  position: relative;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xmain {
  font-family: "myriad-pro-semi-condensed", sans-serif;
  font-style: italic;
  font-weight: 600;
  text-shadow: 2px 2px 3px #000000;
  background: rgba(4, 129, 129, .85);
  color: white;
  text-align: center;
  font-size: 2.8vw;
  line-height: 1.1;
  position: relative;
  margin-top: 90px;
  padding-top: 12%;
  padding-bottom: 12%;
  padding-left: 7%;
  padding-right: 7%;
}
.whiteBGbox {
  width: 96.5%;
  background-color: #ffffff;
  margin-top: 50px;
  margin-left: 2%;
  margin-right: 2%;
  z-index: 50;
}
/* -------------------- Nav Bar -------------------- */
.navBar {
  width: 100%;
  height: 50px;
  /*text-align: center;*/
  background-color: #000000;
  -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: 8px;
  padding-top: 0px;
  position: relative;
  float: left;
}
.menuBarText {
  color: #888888;
  cursor: pointer;
  margin-top: -4px; 
  font-size: 15px;
  padding-top: 15px;
  padding-left: 0.5%;
  padding-right: 1%;
  float: left;
}
.menuBarTextBTN {
    color: #ffffff;
    background-color: #69BC07;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    margin-top: 8px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    float: right;
    text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
}

.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 {
  font-family: "myriad-pro-semi-condensed", sans-serif;
  font-style: italic;
  font-weight: 800;
  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;
  text-shadow: 10px 10px 10px #000000;
}
h3 {
  font-size: 40px;
  color: #048181;
  line-height: 1;
  padding-bottom: 12px;
}
h4 {
  color: #7D7D7D;
  line-height: 1;
  font-size: 28px;
  margin-top: 4px;
}
h5 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.titleText {
  position: absolute;
  top: 60px;
  color: #E6E6E6;
  background-color: rgba(4, 129, 129, .85);
  font-size: 2.8vw;
  font-family: "myriad-pro-semi-condensed", sans-serif;
  font-style: italic;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 2px 2px 3px #000000;
}

/* -------------------- x Layout -------------------- */
.x3-display-middle {
  position: absolute;
  bottom: 5px;
  /*position: absolute;
  top: 95%;
  left: 50%;
  -ms-transform: translate(-50%, -95%);
  -webkit-transform: translate(-50%, -75%);
  -moz-transform: translate(-50%, -95%);
  transform: translate(-50%, -95%);
  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 -------------------- */

.fullBox {
  color: white;
  background: rgba(4, 129, 129, .85);
  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;
}
.logoDisplayW {
  display: block;
}
.logoDisplayV {
  display: none;
}

/* -------------------- Half Column -------------------- */

/* -------------------- 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;
}

.col4 {
    color: #F5CC44;
    font-weight: 700;
    font-size: 1.5vw;
    text-align: center;
  width: 24%;
  
  float: left;
  height: auto;
  margin: .5%;
  padding: 0px;
  padding-right: 0px;
    
  background-color: rgba(4, 129, 129, .85);
  
}

/* -------------------- Footer/Info -------------------- */
.footerNames {
  color: #BBBBBB;
  width: 50%;
  height: auto;
  text-align: center;
  float: left;
  padding-bottom: 60px;
}
.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;
  font-size: 1.8em;
  display: inline-block;
  padding: 8px 36px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  background-color: #69bc07;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
    padding-bottom: 12px;
    
}
/* -------------------- Form -------------------- */
.formcontainer {
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  background-color: #CCCCCC;
}
/* Full-width input fields */
input[type=text], input[type=password], textarea, select {
  width: 100%;
  padding: 15px;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 22px;
  border: none;
  background: #f1f1f1;
  font-size: 16px;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
  background-color: #DCEBF6;
  color: #0399c4;
  outline: none;
}

/* Set a style for the submit/register button */
.registerbtn {
  background-color: #048181;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 220px;
  opacity: 0.9;
  border-radius: 50px;
  font-size: 21px;
}
.registerbtn:hover {
  opacity: 1;
}
/* The Radio Buttons container */
.rbcontainer {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.rbcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.rbcontainer:hover input ~ .checkmark {
  background-color: #0399c4;
}
/* When the checkbox is checked, add a blue background */
.rbcontainer input:checked ~ .checkmark {
  background-color: #0399c4;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.rbcontainer input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.rbcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* -------------------- Menu Overlay for phone -------------------- */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 80;
  background-color: rgba(192, 192, 192, 0.95);
  overflow-y: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 22px;
  font-weight: 800;
  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: 3.8vh;
  margin-bottom: 3.8vh;
  top: auto;
}
.overlay a::after {
  content: "";
  text-align: right;
  float: right;
  padding-right: 25px;
  color: #000000;
}
.overlay a:hover, .overlay a:focus {
  color: #000000;
}
.overlay a:active {
  color: #111111;
}
/* -------------------- Landscape Orientation-------------------- */
/* -------------------- Landscape Orientation-------------------- */
@media screen and (orientation: landscape) and (max-height:600px){
    .menuBarText {
  font-size: 12.5px;

}
    
}
/* -------------------- Landscape plus Height -------------------- */
/* -------------------- Landscape plus Height -------------------- */
@media screen and (orientation: landscape) and (max-height:800px) {
    
  .titleText {
    top: 60px;
  }
  .x3-display-middle {
    bottom: -30px;
  }
  .halfColL, .halfColR {
    height: 65%;
  }
  .overlay a {
    margin-top: 2.3vh;
    margin-bottom: 2.3vh;
      
  }
  .formcontainer {
    width: 70vw;
  }
}
/* -------------------- Portrait Orientation-------------------- */
/* -------------------- Portrait Orientation-------------------- */
@media screen and (orientation: portrait) {
    
    
    .x3-btn {
 
  font-size: 1.0em;

    
}
  .x3-display-middle {
    bottom: -10px;
  }
  .xmain {
    font-size: 28px;
  }

  .fullBox {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .logoContainer {
    width: 95vw;
    margin-bottom: 30px;
  }

  .xsLogo {
    width: 45vw;
  }
  .titleText {
    top: 65px;
    font-size: 1.75em;
    line-height: 1.0;
    margin-left: 24px;
    margin-right: 24px;
  }

  .formcontainer {
    width: 95vw;
  }
  .bigScreen {
    display: none;
  }
  .phoneScreen {
    display: block;
  }
  .navMenu {
    width: 21px;
    height: 21px;
    float: right;
    display: block;
    cursor: pointer;
    top: 10px;
    left: 3px;
    position: relative;
  }
  .closebtn {
    display: none;
    width: 21px;
    height: 21px;
    float: right;
    cursor: pointer;
    top: 10px;
    left: 3px;
    position: relative;
  }
}
/* -------------------- Pad Size -------------------- */
@media (orientation: portrait) and (max-width:992px) and (min-width:601px) {
   
    .col2L, .col2R {
    width: 100%;
    padding: 0px;
  } 
    
    
  .x3-display-middle {
    bottom: -10px;
  }
  .x3-content {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
  .fullBox {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .formcontainer {
    width: 90vw;
  }
    
 .col4{
   font-size: 3.5vw;
  width: 49%;
  margin: .5%;
}
}
/* -------------------- Phone Size -------------------- */
@media only screen and (max-width: 600px) {
  .vimeo-wrapperP {
    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("t4gImages/t4g25-BackGround-v600L.jpg");
    background-position: center;
    background-size: cover;
  }
  .vimeo-wrapper {
    display: none;
  }
  .x3-display-middle {
    bottom: -50px;
    /*position: absolute;
  top: 99%;
  left: 50%;
  -ms-transform: translate(-50%, -99%);
  -webkit-transform: translate(-50%, -99%);
  -moz-transform: translate(-50%, -99%);
  transform: translate(-50%, -99%);
  text-align: center;*/
  }
  .logoDisplayW {
    display: none;
  }
  .logoDisplayV {
    display: block;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
  }
  .x3-content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col2L, .col2R {
    width: 100%;
    padding: 0px;
  }

  .footerNames {
    width: 100%;
    padding-bottom: 60px;
  }

  .formcontainer {
    width: 90vw;
  }
    
     .col4{
     font-size: 5vw;
  width: 99%;
  margin: .3%;

  
}
}
/* -------------------- Phone Scroll -------------------- */
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {}
/* -------------------- Small Phone -------------------- */
@media (max-width:375px) {
  .footerNames {
    width: 100%;
    padding-bottom: 40px;
  }
}