@charset "UTF-8";
/* CSS Document */
/* -------------------- Body -------------------- */
* {
  font-variant-ligatures: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

    @font-face {
    font-family: 'Windlass Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Windlass Regular'), url('Windlass.woff') format('woff');
    }

body {
  font-family: "myriad-pro", sans-serif;
  color: #444444;
  line-height: 1.9;
  font-size: 18px;
  -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;
}
a:link, a:visited, a:active {
  color: #888888;
  text-decoration: none;
}
a:hover {
  color: #D3D3D3;
}
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("xtrmImages24/XS-GlodeContgrollersBG.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, .65);
  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;
}
/* -------------------- 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;
  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 {
  color: #A7A7A7;
  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: 13px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 10px;
    display: inline-block;
}

.smallTextShadow {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    
    text-shadow: 3px 3px 3px rgba(1,1,1,1.00);
}
.lowerRight {
  font-size: 18px;
  font-weight: 900;
  bottom: 10px;
  right: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 60;
}

.lowerMiddle {
  font-size: 18px;
  font-weight: 900;
  bottom: 10px;
  
  position: absolute;
  cursor: pointer;
  z-index: 60;
}
.amountText {
  font-size: 5vw;
  font-weight: 700;
}

.eventText {
    font-family: "hepta-slab", sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 1.9vw;
    margin-top: 13%;
    margin-right: 0px;
    line-height: 1.6;
    text-shadow: 5px 5px 5px #000000;
    
}

.eventTextDate {
    color: #000000;
    padding-left: 35px;
    padding-right: 35px;
   font-size: 2.4vw;
  font-weight: 800; 
    line-height: 1.6;
    text-shadow: None;
}
/* -------------------- 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
}
.awardOver {
  position: absolute;
  left: 10px;
  bottom: 5px;
  width: 25%;
  z-index: 60;
}
/* -------------------- Containers -------------------- */
.newEventBox {
  width: 100%;
  height: auto;
  min-height: 200px;
  padding-left: 12px;
  background-color: #1b2435;
  /*border-left: 12px solid #ffffff;
  border-right: 12px solid #ffffff;*/
  border-top: 12px solid #000000;
  position: relative;
  z-index: 50;
}
.eventBG {
  background-image: url("xtrmImages21/Golf_BG-3phone.jpg");
  background-position: right;
  background-size: cover;
}

.eventBG2 {
  background-image: url("xtrmImages26/TFH25_WEBBckgrd_1600L.jpg");
  background-position: right;
  background-size: cover;
}
.fullBox {
  color: white;
  background: rgba(0, 0, 0, .65);
  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;
}
.logoG2GContainer {
  width: 50vw;
  height: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 40px;
  color: #B7B6B6;
  line-height: 1.2;
}
.logoContainerWinner {
  position: absolute;
  width: 14vw;
  bottom: 15px;
  right: 25px;
  height: auto;
}
.xsLogo {
  width: 200px;
}
.scrollArrow {
  color: #9F9F9F;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 8px);
  font-size: 16px;
}
/* -------------------- Half Column -------------------- */
.halfColL, .halfColR {
    width: 33.33%;
    height: 68%;
    float: left;
    text-align: center;
    font-size: 3.3vw;
    font-weight: 900;
    line-height: 1.1;
    padding-top: 28px;
    /*border-left: 12px solid #ffffff;
  border-right: 6px solid #ffffff;*/
    border-top: 12px solid #000000;
    background-color: #C8C8C8;
    position: relative;
    z-index: 55;
    text-shadow: 4px 4px 4px #000000;
}
.halfColR {
  /*border-left: 6px solid #ffffff;
  border-right: 12px solid #ffffff;*/
}
.qtrColL, .qtrColR {
    width: 25%;
    height: 65%;
    float: left;
    text-align: center;
    font-size: 2.1vw;
    font-weight: 900;
    line-height: 1.1;
    padding-top: 21px;
    /*border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;*/
    border-top: 12px solid #000000;
    background-color: #C8C8C8;
    position: relative;
    z-index: 55;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-shadow: 5px 4px 4px #000000;
}
.qtrColR {
  border-left: 6px solid #ffffff;
  border-right: 12px solid #ffffff;
}
/* -------------------- 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: 42%;
  text-align: center;
  height: inherit;
  float: left;
  margin-left: 4%;
    margin-right: 4%;

}
.col3H {
  text-align: center;
  padding-top: 20vh;
  color: #FBEE81;
}
.col3Two {
  text-align: center;
  line-height: 150%;
  padding-top: 3%;
  width: 60%;
  height: inherit;
  float: left;
  margin: 1.5%;
  font-size: 3.8vw;
  color: #ffffff;
  font-weight: 600;
}
.col3TwoText {
  text-align: center;
  line-height: 150%;
  font-size: 5.1vh;
  font-weight: 900
}
.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: #052763;
}
/* -------------------- 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;
  display: inline-block;
  padding: 8px 36px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: #888888;
  background-color: #303030;
  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(192, 192, 192, 0.95);
  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: #000000;
}
.overlay a:hover, .overlay a:focus {
  color: #000000;
}
.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: 65%;
  }
  .overlay a {
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
  }
    
  .eventText {

    margin-top: 4%;
    margin-right: 0px;
    line-height: 1.6;
  
}  
    
    
}

/* -------------------- Portrait Orientation-------------------- */
/* -------------------- Portrait Orientation-------------------- */
@media screen and (orientation: portrait) {
  .col2L, .col2R {
    width: 100%;
    padding: 0px;
  }
  .col3H {
    text-align: right;
    padding-top: 5vh;
  }
  .halfColL, .halfColR {
    width: 100%;
    height: 75%;
    font-size: 9vw;
    font-weight: 900;
    line-height: 1.1;
    border-top: 12px solid #000000;
    border-left: none;
    border-right: none;
    background-color: #C8C8C8;
  }
  .qtrColL {
    width: 50%;
    height: 42%;
    font-size: 4.5vw;
    font-weight: 900;
    line-height: 1.1;
    border-top: 12px solid #000000;
  }
  .fullBox {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
  }
  .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%;
  }
  .col3TwoText {
    font-size: 4.7vh;
  }
  .logoContainer {
    width: 95vw;
  }
  .logoContainerWinner {
    width: 40vw;
  }
  .xsLogo {
    width: 45vw;
  }
  .titleText {
    font-size: 20px;
  }
    
    .eventText {
   font-size: 4.0vw;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0%;
        margin-bottom: 15%;
    line-height: 1.6;

}
    
    .eventTextDate {

   font-size: 5vw;

}
  .awardOver {
    width: 35%;
  }
  .eventBG {
      background-position: center;
    
  }
    
    .eventBG2 {
 
  background-position: center;
  background-size: cover;
    
  }

  .logoG2GContainer {
    width: 95vw;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 30px;
    color: #B7B6B6;
    line-height: 1.2;
  }
  .amountText {
    font-size: 12vw;
    font-weight: 700;
  }
}
/* -------------------- 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: 12%;
    padding-right: 12%;
  }
  .col4 {
    font-size: 3.5vw;
    width: 49%;
    margin: .5%;
  }
  .col3H {
    text-align: right;
    padding-top: 5vh;
  }
}
/* -------------------- Phone Size -------------------- */
@media only screen and (max-width: 700px) {
  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;
  }
  .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: 99%;

    margin-top: 0;
    margin-bottom: 0%;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  .col3H {
    font-size: 6.5vw;
  }
  .footerNames {
    width: 100%;
    padding-bottom: 60px;
  }
  .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;
  }
  .col4 {
    font-size: 5vw;
    width: 99%;
    margin: .5%;
  }
}
/* -------------------- 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;
  }
}