@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.4;
  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%;
  text-shadow: 15px 15px 15px rgba(0, 0, 0, 1.00);
}
hr {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #002244;
  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: #CBCBCB;
  text-decoration: none;
}
a:hover {
  color: #fb4f14;
}
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("dbaaImages/dbaaBGArt-1.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,34,68,0.90);
  text-align: center;
  /*
    color: white;
    font-size: 30px;
  font-weight: 900;
  line-height: 1.1;*/
  position: relative;
  padding-top: 9%;
  padding-bottom: 6%;
  padding-left: 7%;
  padding-right: 7%;
  margin-bottom: 4%;
}
.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: #002244;
  -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.25%;
  padding-right: 1.25%;
  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 -------------------- */
.textIndent {
    margin-left: 75px;

}
/*font-weight: 400;
font-style: normal;
Field Gothic No.55 Bold Compact
font-family: "field-gothic-compact", sans-serif;
*/
.alignLeft {
  text-align: left;
}
.sponsorName {
  font-family: "field-gothic-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  bottom: 15%;
  text-align: center;
  font-size: 17px;
  z-index: 80;
  clear: both;
}
.sectionText {
  font-family: "field-gothic-compact", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #002244;
    line-height: 1.0;
}
.normalText {
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2
}
.quoteText {
  font-family: "field-gothic-compact", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  line-height: 1.5;
  color: #ffffff;
}
.sponsorText {
  font-family: "myriad-pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  margin-top: 30px;
  padding-left: 10%;
  padding-right: 10%;
}
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-family: "field-gothic-compact", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
  color: #ffffff;
  line-height: 1.0;
  text-shadow: 10px 10px 10px #000000;
}
.medText {
  font-size: 28px;
  color: #ffffff;
  line-height: 1.1;
}
.medBText {
  font-size: 21px;
  color: #ffffff;
  line-height: 1.1;
}
.smallText {
    color: #979797;
  font-size: 18px;
  font-weight: 400;
}
.lowerRight {
  font-size: 18px;
  font-weight: 900;
  bottom: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
  z-index: 60;
}
/* -------------------- x Layout -------------------- */
.sponsorHeaderBlank {
  width: 100%;
  height: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: #EBEBEB;

  text-align: center;
  line-height: 1.1;
  color: #ffffff;
  
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
 
}

.sponsorHeader {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;

  margin-bottom: 10px;
  background-color: #FB4F14;
  font-family: "field-gothic-compact", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4vw;
  text-align: center;
  line-height: 1.1;
  color: #ffffff;
  background-image: url("dbaaImages/LogoBallSwish-1.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.49);
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.49);
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 1.00);
}
.sponsorHeaderPlain {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  font-family: "field-gothic-compact", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4vw;
  text-align: center;
  line-height: 1.1;
  color: #002244;
}
.sponsorHeightBig {
  height: 680px;
}
.sponsorHeightSmall {
  height: 350px;
}
.x3-display-middle {
  position: absolute;
  top: 50%;
  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 -------------------- */
.col-container {
  display: table;
  width: 100%;
}




.sponsorContainer {
  width: 90%;
  background-color: #ffffff;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 25px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 25px;
  z-index: 50;
  text-align: center;
}
.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;
}
.eventBG {
  background-image: url("xtrmImages21/Golf_BG-3phone.jpg");
  background-position: right;
  background-size: cover;
}
.fullBox {
  color: white;
  background: rgba(0,34,68,0.90);
  width: 90%;
  height: auto;
  z-index: 50;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 15%;
  padding-right: 15%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}
.logoContainer {
  width: 70vw;
  height: auto;
}
.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;
}
/* -------------------- Third Column -------------------- */
.thirdColL, .thirdColR {
  width: 34%;
  display: table-cell;
  /*  float: left;
  text-align: center;
  font-size: 3.3vw;
  font-weight: 900;
  line-height: 1.1;*/
  padding-top: 0px;
  border-left: 12px solid #ffffff;
  border-right: 12px solid #ffffff;
  border-top: 12px solid #ffffff;
  border-bottom: 12px solid #ffffff;
  background-color: #EBEBEB;
  position: relative;
  /*z-index: 55;*/
}
.thirdColR {
  border-left: 6px solid #ffffff;
  border-right: 12px solid #ffffff;
}
/* -------------------- Half Column -------------------- */
.halfColL, .halfColR {
  width: 50%;
  height: 85%;
  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 #ffffff;
  background-color: #C8C8C8;
  position: relative;
  z-index: 55;
}
.halfColR {
  border-left: 6px solid #ffffff;
  border-right: 12px solid #ffffff;
}
/* -------------------- Columns -------------------- */
.sixCol {
  width: 16.66%;
  float: left;
  height: 220px;
  margin: 0px;
  position: relative;
    font-size: 27px;
}

.cover23 img {
  opacity: .075;

}



.col2L {
  width: 49.5%;
  float: left;
  height: auto;
  padding-left: 5%;
}
.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: 47%;
  text-align: center;
  height: inherit;
  float: left;
  margin: 1.5%;
  font-size: 4.4vw;
  color: #FAEE77;
  text-shadow: 5px 5px 5px #000000;
  font-weight: 900;
  line-height: 1.1;
}
.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: 33.3%;
  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-top: 8px;
    padding-bottom: 8px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  background-color: #fb4f14;
  text-align: center;
  cursor: pointer;
  white-space: nowrap
}
.movingBtn, .movingBtnArrow {
  width: auto;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 12px;
  background-color: #002244;
  color: #ffffff;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 115%;
  transition: transform .7s;
  cursor: pointer;
  border-width: thin;
  border-style: none;
  border-radius: 5px;
}
.movingBtnArrow:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.bottomButton {
  width: 80%;
  bottom: 15px;
  position: absolute;
}
/* -------------------- Menu Overlay for phone -------------------- */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 80;
  background-color: rgba(0,34,68,0.90);
  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: #ffffff;
}
.overlay a:hover, .overlay a:focus {
  color: #fb4f14;
}
.overlay a:active {
  color: #fb4f14;
}
/* -------------------- 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;
  }
}
/* -------------------- Portrait Orientation-------------------- */
/* -------------------- Portrait Orientation-------------------- */
@media screen and (orientation: portrait) {
    

  .col2L, .col2R {
    width: 100%;
    padding: 5px;
  }
  .col3H {
    text-align: right;
    padding-top: 5vh;
  }
  .halfColL, .halfColR {
    width: 100%;
    font-size: 9vw;
    font-weight: 900;
    line-height: 1.1;
    border-top: 12px solid #ffffff;
    border-left: none;
    border-right: none;
    background-color: #C8C8C8;
  }
  .fullBox {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 12%;
    padding-right: 12%;
  }
  .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%;
    font-size: 6vw;
    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: 12vw;
      line-height: 1.0;
  }
  .awardOver {
    width: 35%;
  }
  .eventBG {
    background-position: center;
  }
}
/* -------------------- Pad Size -------------------- */
@media (orientation: portrait) and (max-width:992px) and (min-width:701px) {
    
  .sixCol {
  width: 24.9%;
  height: 200px;
    }
    
 .thirdColL, .thirdColR {
  width: 100%;
  display: block;
  padding-top: 0px;
  border-left: 12px solid #ffffff;
  border-right: 12px solid #ffffff;
  border-top: 12px solid #ffffff;
  border-bottom: 12px solid #ffffff;
  background-color: #EBEBEB;
  position: relative;
  /*z-index: 55;*/
}

  .x3-content {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
  .fullBox {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 15%;
    padding-right: 15%;
  }
  .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;
  }
    
  .thirdColL, .thirdColR {
  width: 99%;
      display: block;

}
    
.sponsorText {
  margin-bottom: 20px;
  padding-left: 4%;
  padding-right: 4%;
    
}
    
 .sponsorHeightBig {
  height: auto;
}
    
.sponsorHeader {
      padding-left: 10px;
  padding-right: 10px; 
  font-size: 6vw;

}
    
.sponsorHeaderPlain {
   font-size: 7vw;

}
    
.sixCol {
  width: 49.9%;
  height: 180px;
    }
    
  .x3-content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col2L, .col2R {
    width: 100%;
    padding: 5%;

  }
  .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%;
    font-size: 10.4vw;
    margin-top: 0;
    margin-bottom: 4%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 20px;
    padding-right: 20px;
    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;
  }
}