<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**** Foundation 6 ***/
/**** General Styles ***/
html, body{
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
body {
  font-family:'Roboto', sans-serif;
  font-weight: 400;
  color: #efefef;
  background-color: #111;
  overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6 {
  font-family:'Roboto', sans-serif;
  font-weight: 700;
}
label {color: #efefef;}

.no-padding-bottom {padding-bottom: 0 !important;}

.no-padding-top {padding-top: 0 !important;}

.no-padding-left {padding-left: 0 !important;}

.no-padding-right {padding-right: 0 !important;}

.no-border {border: 0 !important;}

.uppercase {text-transform: uppercase;}

.circle {
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
.button {font-weight: 700;}

.button.success, .button.success:hover, .button.success:focus {color: #fff;}

.button.success {background-color: #D6AD45;}

.button.success:hover, .button.success:focus {background-color: #c39624;}

.button.empty {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
}
.button.empty.white {
  border-color: #fff;
}
.button.empty.white:hover, .button.empty.white:focus {
  background-color: #fff;
  color: #333;
}
.button.empty.black {
  color: #333;
  border-color: #333;
}
.button.empty.black:hover, .button.empty.black:focus {
  background-color: #333;
  color: #fff;
}
blockquote {
  border: none;
  padding: 1rem 0 1.3rem;
  margin: 1.5rem 0 1rem;
  position: relative;
  text-align: center;
  font-style: italic;
}
textarea {min-height: 135px;}

.top-bar, .top-bar .top-bar-left&gt;ul, .top-bar .top-bar-right&gt;ul {background-color: transparent;}

.top-bar .menu a {color: #fff;}

.top-bar .menu li:not(.brand) a:hover, .top-bar .menu li:not(.brand) a:focus {color: #fff; background-color: #111;}

.top-bar .menu .brand a {padding: 0 .7rem;}

.dropdown.menu&gt;li.is-dropdown-submenu-parent&gt;a::after {
  border: none;
  content:'+';
  right: 15px;
  top: 11px;
  margin-top: 0;
}
.top-bar .menu.submenu {
  border: none;
  background-color: rgba(0,0,0,.7);
  z-index: 99;
}
.menu .menu-text {padding-top: 0; padding-bottom: 0;}

.main-video {
  height:100vh;
  display:flex;
}
.fullscreen-video-wrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  overflow:hidden;
  z-index:-1;
}
#myVideo {
  min-height:100%;
  min-width:100%;
  background-image:url(https://cdn2.gttwl.net/attachments/global/1527184396_original.jpeg);
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.video-headline {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 90%;
  margin: 0;
  color: #fff;
}
.video-headline .button-group .button {
  margin-right: 1em;
  border-width: 2px;
}
.video-headline .button.success {text-transform: uppercase;}

.subtitle {padding: .75em 0 1em;}

.subtitle h3 {
  font-weight: 400;
  margin: 0;
  font-size: 135%;
  line-height: 1.2;
}
.subtitle a {color: #bfbfbf;}

.section .slick-slider {margin-left: -.75rem; margin-right: -.75rem; padding-bottom: 1em;}

.slick-slider .thumb {
  padding-left:.75rem;
  padding-right:.75rem;
  margin-bottom: 1em;
}
.thumb {position: relative; margin-bottom: 1.5em;}

.thumb a {color: #bfbfbf;}

.thumb a:hover {color: #fff;}

.thumb-img {position: relative;}

.thumb-img&gt;.svg-inline--fa {position: absolute; bottom: 10px; left: 10px; color:#fff}

.videos .thumb-img {margin-bottom: .75em;}

.offers .thumb p {background-color: #fff; margin: 0; padding: .5rem .75rem}

.offers .thumb a {color: #444;}

.offers .thumb a:hover {color: #bfbfbf;}

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top: 37%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: #fff;
  border-color: transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  z-index: 1;
  cursor:pointer;
  box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.slick-prev {left: -.25rem;}

.slick-next {right: -.25rem;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
  background-color: #444;
  border: none;
}
.slick-prev:before, .slick-next:before {
  content:'';
  display: block; 
  width: 8px; 
  height: 8px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #333;
  border-style: solid;
  margin: 15px;
}
.slick-prev:before {border-width: 0 0 2px 2px;}

.slick-next:before {border-width: 2px 2px 0 0;}

.cta {
  position: relative;
  color: #fff;
  padding: 3em 0;
  margin: 2em 0;
  background-size: cover;
  background-position: center;
  background-color: #111;
}
.cta.with-img {
  padding: 5em 0;
}
.cta:before {
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,.3);
  top: 0;
  left: 0;
}
.cta&gt;.row {position: relative; z-index:2;}

.cta h2 {line-height:1.2;}

.single-video {
  background-color: #000;
}
.single-video .responsive-embed {margin-bottom: 0;}

.page-title {
  position: relative;
  padding: 2em 0 1em;
}
.page-title h1 {margin: 0; line-height: 1.2;}

.post-details {padding-top: .5em; font-size: 90%}

.post-details a {color: #bfbfbf; text-decoration: underline;}

.post-details a:hover {color: #fff; text-decoration: none;}

.post-details span {display: inline-block;}

.post-details span:first-child:before {display: none;}

.post-details span:before {content:'•'; padding: 0 .65em 0 .3em;}

.media-video&gt;.media-object-section:first-child {width: 45%;}

.media-video.media-object img {width: 100%;}

.media-object-section&gt;a {position:relative; display: block;}

.media-object-section&gt;a .svg-inline--fa {position: absolute; bottom: 10px; left: 10px; color:#fff} 

.media-video h4 {font-weight: 400; font-size: 125%; line-height: 1.3}

.media-video a {color: #bfbfbf;}

.subscribe-form {color: #333;}

.subscribe-form h3 {font-weight: 400;}

/*** Footer ***/
#footer {
  padding: 2em 0;
  font-size: 85%
}
#footer .menu {padding: 1em 0 2em; font-size: 110%}

#footer a {color: #efefef; text-decoration: underline}

#footer a:hover {color: #fff; text-decoration:none}


/*******************************
          Responsive
*******************************/
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  .title-bar .menu-icon {
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .top-bar, .top-bar .menu.submenu {
    background-color: #0a0a0a;
  }
  .top-bar .menu li {
    display: block;
  }
  .top-bar input {
    max-width: 100%;
    width: 100%;
  }
  .title-bar img, .top-bar img {
    height: 40px;
  }
  .top-bar .is-dropdown-submenu {
    position: relative;
  }
  .video-headline h1 {
    font-size: 250%;
  }
  .video-headline .button {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .cta {
    text-align:center;
  }
  .cta h2 {
    font-size: 190%;
  }
  .page-title h1 {
    font-size: 180%;
  }
  .page-title .button {
    margin-top: 1em;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
} 
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .title-bar img, .top-bar img {
    height: 46px;
  }
  .top-bar input {
    margin-left: 1em;
  }
  .top-bar .menu .button {
    line-height: 2.4375rem;
    height: 2.4375rem;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 170px;
  }
  .video-headline p {
    font-size: 120%;
  }
  .page-title h1 {
    font-size: 230%;
  }
} 
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  
} 
/* max-width 1025px, small-medium screens */
@media only screen and (max-width: 64em) {
  
} 
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  
} 
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {} 

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {} 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) {}</pre></body></html>