section,
#site-wrapper footer,
#site-wrapper footer nav,
#tabs,
#experience,
#experience #experience-gateway,
#hero .intro ul,
#overview #grid,
#tour-experience-overlay nav ul,
#tour-experience-overlay nav ul li,
section#info,
section#info #quote-wrap,
#gallery-overlay article ul li.double,
#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right .details,
#top-ten-overlay nav#list ul,
#top-ten-overlay nav#list ul li,
#videos div#video-player,
#proof-callout,
#search-overlay #search-wrap form,
#search-overlay #search-wrap #top-searches #carousel,
#search-overlay #search-wrap #top-searches #carousel .panel,
#newsletter-overlay #newsletter-wrapper #newsletter-content form,
.split,
#instagram-hashtag ul,
#instagram-hashtag ul li {
  *zoom: 1;
}

section:before,
#site-wrapper footer:before,
#site-wrapper footer nav:before,
#tabs:before,
#experience:before,
#experience #experience-gateway:before,
#hero .intro ul:before,
#overview #grid:before,
#tour-experience-overlay nav ul:before,
#tour-experience-overlay nav ul li:before,
section#info:before,
section#info #quote-wrap:before,
#gallery-overlay article ul li.double:before,
#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right .details:before,
#top-ten-overlay nav#list ul:before,
#top-ten-overlay nav#list ul li:before,
#videos div#video-player:before,
#proof-callout:before,
#search-overlay #search-wrap form:before,
#search-overlay #search-wrap #top-searches #carousel:before,
#search-overlay #search-wrap #top-searches #carousel .panel:before,
#newsletter-overlay #newsletter-wrapper #newsletter-content form:before,
.split:before,
#instagram-hashtag ul:before,
#instagram-hashtag ul li:before,
section:after,
#site-wrapper footer:after,
#site-wrapper footer nav:after,
#tabs:after,
#experience:after,
#experience #experience-gateway:after,
#hero .intro ul:after,
#overview #grid:after,
#tour-experience-overlay nav ul:after,
#tour-experience-overlay nav ul li:after,
section#info:after,
section#info #quote-wrap:after,
#gallery-overlay article ul li.double:after,
#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right .details:after,
#top-ten-overlay nav#list ul:after,
#top-ten-overlay nav#list ul li:after,
#videos div#video-player:after,
#proof-callout:after,
#search-overlay #search-wrap form:after,
#search-overlay #search-wrap #top-searches #carousel:after,
#search-overlay #search-wrap #top-searches #carousel .panel:after,
#newsletter-overlay #newsletter-wrapper #newsletter-content form:after,
.split:after,
#instagram-hashtag ul:after,
#instagram-hashtag ul li:after {
  content: " ";
  display: table;
}

section:after,
#site-wrapper footer:after,
#site-wrapper footer nav:after,
#tabs:after,
#experience:after,
#experience #experience-gateway:after,
#hero .intro ul:after,
#overview #grid:after,
#tour-experience-overlay nav ul:after,
#tour-experience-overlay nav ul li:after,
section#info:after,
section#info #quote-wrap:after,
#gallery-overlay article ul li.double:after,
#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right .details:after,
#top-ten-overlay nav#list ul:after,
#top-ten-overlay nav#list ul li:after,
#videos div#video-player:after,
#proof-callout:after,
#search-overlay #search-wrap form:after,
#search-overlay #search-wrap #top-searches #carousel:after,
#search-overlay #search-wrap #top-searches #carousel .panel:after,
#newsletter-overlay #newsletter-wrapper #newsletter-content form:after,
.split:after,
#instagram-hashtag ul:after,
#instagram-hashtag ul li:after {
  clear: both;
}

.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* Resets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

a img {
  border: none;
}

abbr {
  color: #ee1c24;
  border-bottom: 1px dotted #ee1c24;
}

div,
nav,
footer,
header {
  position: relative;
}

form input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

* {
  -webkit-tap-highlight-color: transparent;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

#wpadminbar.shown {
  display: block !important;
}

#wpadminbar.mobile {
  display: none !important;
}

#wpadminbar.mobile.shown {
  display: none !important;
}

body {
  background: #000;
  margin: 0 auto;
  font-family: "franklin-gothic-urw", Helvetica, sans-serif;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  body.show-nav {
    overflow: hidden;
  }
}

.external-frame {
  overflow: hidden;
}

section {
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  padding: 0 65px;
  z-index: 20;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

section.full-width {
  padding: 0;
}

@media (max-width:1280px) {
  section {
    padding: 0 40px;
  }
}

@media (max-width:1024px) {
  section {
    padding: 0 5%;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  section {
    padding: 0 5%;
  }
}

section#iframe {
  padding: 0;
}

section iframe.external-frame {
  overflow: hidden;
}

::selection {
  background: #c6191a;
  color: white;
}

::-moz-selection {
  background: #c6191a;
  color: white;
}

@media (max-width:1024px) {
  .tablet-hidden {
    display: none;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  .mobile-hidden {
    display: none;
  }
}

#site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 100;
}

#site-wrapper #site-canvas {
  width: 100%;
  position: relative;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#site-wrapper #bottom {
  background: white;
  z-index: 100;
  padding-top: 30px;
  position: relative;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper #bottom {
    height: 177px;
  }
}

#site-wrapper #bottom:before {
  content: '';
  background: url(../images/ui-icon-diamond-red-white-stroke.svg) no-repeat center center;
  height: 4vw;
  z-index: 100;
  width: 4vw;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
  -moz-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  -o-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper #bottom:before {
    bottom: 147px;
    display: none;
  }
}

#site-wrapper #bottom form {
  background: #c6191a;
  width: 50%;
  height: 80px;
  float: left;
  position: relative;
  z-index: -1;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper #bottom form {
    width: 100%;
  }
}

#site-wrapper #bottom form p {
  position: absolute;
  top: -60px;
  left: 65px;
  color: #d0d0d0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper #bottom form p {
    left: 5%;
    font-family: "franklin-gothic-urw-cond", Helvetica, sans-serif;
    font-size: 14px;
  }
}

#site-wrapper #bottom form input[type=text] {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font: 30px/40px "franklin-gothic-urw", Helvetica, sans-serif;
  width: 75%;
  padding: 18px 0 20px 65px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

#site-wrapper #bottom form input[type=text]::-webkit-input-placeholder {
  color: #fff;
}

#site-wrapper #bottom form input[type=text]::-moz-placeholder {
  color: #fff;
}

#site-wrapper #bottom form input[type=text]:-moz-placeholder {
  color: #fff;
}

#site-wrapper #bottom form input[type=text]:-ms-input-placeholder {
  color: #fff;
}

@media (max-width:1280px) {
  #site-wrapper #bottom form input[type=text] {
    font-size: 28px;
    margin-right: 0;
    padding-left: 15%;
  }
}

@media (max-width:1024px) {
  #site-wrapper #bottom form input[type=text] {
    font-size: 16px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper #bottom form input[type=text] {
    padding-left: 5%;
  }
}

#site-wrapper #bottom form .placeholder {
  color: #fff !important;
}

#site-wrapper #bottom form input[type=submit] {
  background: none;
  border: none;
  outline: none;
  height: 40px;
  color: #fff;
  font: 16px/40px "franklin-gothic-urw", Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: right;
  cursor: pointer;
  width: 25%;
  padding: 40px 0;
  line-height: .2;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media (max-width:1280px) {
  #site-wrapper #bottom form input[type=submit] {
    font-size: 14px;
    text-align: center;
  }
}

#site-wrapper #bottom form #submit-border {
  border-left: 1px dotted #fff;
  position: absolute;
  right: 25%;
  top: 0;
  height: 40px;
  width: 1px;
  padding: 20px 0;
  margin: 20px 0;
}

#site-wrapper #bottom ul {
  list-style: none;
  background: black;
  width: 50%;
  right: 0;
  bottom: 0;
  padding: 0 50px;
  height: 80px;
  position: absolute;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper #bottom ul {
    width: 100%;
    top: 100px;
    padding: 0 5%;
  }
}

#site-wrapper #bottom ul li {
  float: left;
  color: white;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper #bottom ul li {
    width: 14%;
  }
}

#site-wrapper #bottom ul li .icon {
  width: 50px;
  height: 30px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
}

#site-wrapper #bottom ul li .icon span {
  display: none;
}

@media (max-width:1024px) {
  #site-wrapper #bottom ul li .icon {
    height: 24px;
    width: 38px;
  }
}

#site-wrapper #bottom ul li p.count {
  float: left;
  margin: 0;
}

@media (max-width:1440px) {
  #site-wrapper #bottom ul li p.count {
    display: none;
  }
}

#site-wrapper #bottom ul li#twitter-btn .icon {
  background-image: url(../images/ui-icon-twitter-white.svg);
  position: relative;
  margin-right: 60px;
  float: left;
}

@media (max-width:1440px) {
  #site-wrapper #bottom ul li#twitter-btn .icon {
    margin-right: 0;
  }
}

#site-wrapper #bottom ul li#twitter-btn .icon:after {
  content: '';
  height: 1px;
  width: 30px;
  right: -40px;
  display: block;
  position: absolute;
  border-top: 1px dotted white;
  top: 16px;
}

@media (max-width:1440px) {
  #site-wrapper #bottom ul li#twitter-btn .icon:after {
    display: none;
  }
}

#site-wrapper #bottom ul li#facebook-btn {
  margin-left: 50px;
}

@media (max-width:1600px) {
  #site-wrapper #bottom ul li#facebook-btn {
    margin-left: 15px;
  }
}

@media (max-width:1440px) {
  #site-wrapper #bottom ul li#facebook-btn {
    margin-left: 0;
  }
}

#site-wrapper #bottom ul li#facebook-btn .icon {
  background-image: url(../images/ui-icon-fb-white.svg);
  position: relative;
  margin-right: 60px;
  float: left;
}

@media (max-width:1440px) {
  #site-wrapper #bottom ul li#facebook-btn .icon {
    margin-right: 0;
  }
}

#site-wrapper #bottom ul li#facebook-btn .icon:after {
  content: '';
  height: 1px;
  width: 30px;
  right: -40px;
  display: block;
  position: absolute;
  border-top: 1px dotted white;
  top: 16px;
}

@media (max-width:1440px) {
  #site-wrapper #bottom ul li#facebook-btn .icon:after {
    display: none;
  }
}

#site-wrapper #bottom ul li#youtube-btn {
  margin-left: 50px;
}

@media (max-width:1600px) {
  #site-wrapper #bottom ul li#youtube-btn {
    margin-left: 15px;
  }
}

@media (max-width:1440px) {
  #site-wrapper #bottom ul li#youtube-btn {
    margin-left: 0;
  }
}

#site-wrapper #bottom ul li#youtube-btn .icon {
  background-image: url(../images/ui-icon-youtube-white.svg);
}

@media (max-width:1280px) {
  #site-wrapper #bottom ul li#youtube-btn {
    margin-left: 0;
  }
}

#site-wrapper #bottom ul li#instagram-btn .icon {
  background-image: url(../images/ui-icon-ig-white.svg);
}

#site-wrapper #bottom ul li#google-btn .icon {
  background-image: url(../images/ui-icon-google-white.svg);
}

#site-wrapper #bottom ul li#bbb-btn .icon {
  width: 120px;
  background-image: url(../images/ui-footer-bbb.svg);
}

@media (max-width:1024px) {
  #site-wrapper #bottom ul li#bbb-btn .icon {
    width: 90px;
  }
}

#site-wrapper footer {
  padding: 65px;
  background: #212121;
  z-index: 100;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper footer {
    padding: 50px 5%;
  }
}

#site-wrapper footer nav div#sitemap {
  float: left;
  list-style: none;
  width: 800px;
}

@media (max-width:1280px) {
  #site-wrapper footer nav div#sitemap {
    width: 100%;
  }
}

#site-wrapper footer nav div#sitemap #mobile-menu {
  display: none;
}

#site-wrapper footer nav div#sitemap #mobile-menu select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 3px solid #c6191a;
  padding: 1em 0;
  font-size: 16px;
  cursor: pointer;
  font-family: "franklin-gothic-urw", Helvetica, sans-serif;
  text-indent: 1em;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border:*/
  background: black no-repeat right 1em center url(../images/ui-icon-chevron-down-red.svg);
  -webkit-background-size: 16px auto !important;
  -moz-background-size: 16px auto !important;
  -o-background-size: 16px auto !important;
  background-size: 16px auto !important;
  position: relative;
  outline: none;
  font-weight: bold;
  color: white;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper footer nav div#sitemap #mobile-menu {
    display: block;
  }
}

@media (max-width:1024px) {
  #site-wrapper footer nav div#sitemap {
    width: 100%;
  }
}

#site-wrapper footer nav div#sitemap div.col {
  float: left;
  margin-right: 5%;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper footer nav div#sitemap div.col {
    width: 100% !important;
    display: none;
  }
}

#site-wrapper footer nav div#sitemap div.col#col1 {
  width: 10%;
}

#site-wrapper footer nav div#sitemap div.col#col2 {
  width: 15%;
}

#site-wrapper footer nav div#sitemap div.col#col3 {
  width: 20%;
}

#site-wrapper footer nav div#sitemap div.col#col4 {
  width: 15%;
}

#site-wrapper footer nav div#sitemap div.col#col5 {
  width: 15%;
}

#site-wrapper footer nav div#sitemap div.col ul {
  width: 100%;
  padding: 0;
}

#site-wrapper footer nav div#sitemap div.col ul li {
  font: 16px/1.2 "franklin-gothic-urw", Helvetica, sans-serif;
  display: block;
  margin: 0 0 15px;
  width: 100%;
}

#site-wrapper footer nav div#sitemap div.col ul li a {
  color: #999;
  text-decoration: none;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper footer nav div#sitemap div.col ul li a {
    display: block;
    width: 100%;
  }
}

#site-wrapper footer nav div#sitemap div.col ul li a:hover {
  color: #fff;
}

#site-wrapper footer nav div#sitemap div.col ul li a:first-child {
  margin: 0 0 15px;
  color: #c6191a;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  float: left;
}

#site-wrapper footer nav div#sitemap div.col ul li ul {
  float: left;
  clear: both;
}

#site-wrapper footer nav div#sitemap div.col ul li ul li {
  clear: both;
  width: 100%;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper footer nav div#sitemap div.col ul li ul li {
    border-bottom: 1px dotted #666;
    padding-bottom: 5px;
  }
}

#site-wrapper footer nav div#sitemap div.col ul li ul li a:first-child {
  margin: 0;
  color: #999;
  text-transform: none;
  font-weight: 400;
  display: inline-block;
  float: none;
}

#site-wrapper footer nav div#sitemap div.col ul li.menu-item-has-children {
  float: left;
  clear: both;
}

#site-wrapper footer nav ul#more {
  width: 20%;
  float: right;
  margin: 0;
  list-style: none;
}

@media (max-width:1280px) {
  #site-wrapper footer nav ul#more {
    clear: left;
    margin-top: 50px;
    width: 100%;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper footer nav ul#more {
    margin-top: 30px;
  }
}

#site-wrapper footer nav ul#more li {
  padding: 10px 0 10px 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px dotted #fff;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper footer nav ul#more li {
    width: 45%;
    float: left;
    font-size: 13px;
  }

  #site-wrapper footer nav ul#more li:nth-child(odd) {
    margin-left: 5%;
  }
}

#site-wrapper footer nav ul#more li a {
  color: #fff;
}

#site-wrapper footer nav ul#more li a:hover {
  color: #999;
}

#site-wrapper footer nav ul#more li.header {
  border: none;
  margin: 0;
  color: #c6191a;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper footer nav ul#more li.header {
    width: 100%;
    margin-left: 0;
  }
}

#site-wrapper footer nav ul#more li:last-child {
  border: none;
}

@media (max-width:1280px) {
  #site-wrapper footer nav ul#more li:last-child {
    border-bottom: 1px dotted #fff;
  }
}

#search-btn {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

.loaded #site-wrapper #site-canvas,
.loaded #site-wrapper #search-btn {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.no-content #bottom {
  background: transparent !important;
  margin-top: -30px;
}

.no-content footer {
  min-height: 80vh;
}

#wp-admin-bar-search {
  display: none !important;
}

#texture {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1;
}

@media (max-width:1024px) {
  #texture {
    height: 100% !important;
    width: 100% !important;
  }
}

#splits {
  display: none;
}

body {
  font: 18px/2 "franklin-gothic-urw", Helvetica, sans-serif;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  body {
    font: 16px/1.6 "franklin-gothic-urw", Helvetica, sans-serif;
  }
}

p {
  margin: 20px 0;
}

a:not(.toggle-nav) {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  text-decoration: none;
}

a:not(.toggle-nav):hover {
  text-decoration: underline;
}

sup {
  font-size: 50%;
}

h1,
h2,
h3 {
  line-height: 1;
  letter-spacing: -1px;
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }
}

.cta.filled {
  color: #fff !important;
  line-height: 58px;
  padding: 0 30px;
  text-decoration: none !important;
  display: inline-block;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  .cta.filled {
    font-size: 16px;
    line-height: 32px;
    padding: 8px 24px;
  }
}

.cta.filled.red {
  background: #c6191a;
}

.cta.filled.red:hover {
  background: #212121;
}

.cta.filled.black {
  background: #212121;
}

.cta.filled.black:hover {
  background: #c6191a;
}

.cta.filled.dark-grey {
  background: #525252;
}

.cta.filled.dark-grey:hover {
  background: #212121;
}

.cta.filled.light-grey {
  background: rgba(117, 117, 117, 0.9);
}

.cta.filled.light-grey:hover {
  background: #757575;
}

.cta.filled:hover {
  text-decoration: none;
}

.cta.arrow {
  position: relative;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  padding-right: 50px;
  display: inline-block;
}

.cta.arrow:after {
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.cta.arrow.white {
  color: #fff;
}

.cta.arrow.white:after {
  background: url(../images/ui-icon-chevron-right-white.svg) no-repeat center center;
}

.cta.arrow.red {
  color: #c6191a;
}

.cta.arrow.red:after {
  background: url(../images/ui-icon-chevron-right-dark-grey.svg) no-repeat center center;
}

.cta.arrow.dark-grey {
  color: #525252;
}

.cta.arrow.dark-grey:after {
  background: url(../images/ui-icon-chevron-right-dark-grey.svg) no-repeat center center;
}

.cta.arrow.black {
  color: #212121;
}

.cta.arrow.black:after {
  background: url(../images/ui-icon-chevron-right-black.svg) no-repeat center center;
}

.cta.arrow:hover {
  text-decoration: none;
}

a[title=cta-red] {
  color: #fff !important;
  line-height: 58px;
  padding: 0 30px;
  text-decoration: none !important;
  display: inline-block;
  margin-right: 20px;
  background: #c6191a;
}

a[title=cta-red]:hover {
  background: #212121;
}

a[title=cta-grey] {
  color: #fff !important;
  line-height: 58px;
  padding: 0 30px;
  text-decoration: none !important;
  margin-right: 20px;
  display: inline-block;
  background: #525252;
}

a[title=cta-grey]:hover {
  background: #212121;
}

.back-btn {
  color: white;
  text-decoration: none;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  z-index: 1000;
  padding-left: 30px;
  position: relative;
}

.back-btn:hover {
  text-decoration: none;
}

.back-btn:before {
  content: '';
  background: url(../images/ui-icon-chevron-left-white.svg) no-repeat center center;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.diamond {
  display: block;
  width: 12vw;
  height: 12vw;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6vw 0 0 -6vw;
  z-index: 200;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.diamond h4 {
  top: 50%;
  width: 80%;
  left: 10%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 22px;
}

.diamond:before {
  content: '';
  width: 13vw;
  height: 13vw;
  display: block;
  visibility: hidden;
  top: -0.5vw;
  left: -0.5vw;
  background: transparent;
  z-index: -1;
  position: absolute;
  border: 1vw solid #212121;
  opacity: 0.4 !important;
  filter: alpha(opacity=40) !important;
  -webkit-transform: rotate(45deg) scale(0.9);
  -moz-transform: rotate(45deg) scale(0.9);
  -ms-transform: rotate(45deg) scale(0.9);
  -o-transform: rotate(45deg) scale(0.9);
  transform: rotate(45deg) scale(0.9);
  -webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.diamond:after {
  content: '';
  width: 12vw;
  height: 12vw;
  display: block;
  left: 0;
  top: 0;
  background: #c6191a;
  z-index: -1;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.diamond a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 100;
}

@media (max-width:1024px) {
  .diamond {
    width: 130px;
    height: 130px;
    margin: -65px 0 0 -65px;
  }

  .diamond h4 {
    font-size: 18px;
    line-height: 1.2;
  }

  .diamond:before {
    width: 140px;
    height: 140px;
    border-width: 10px;
    top: -5px;
    left: -5px;
  }

  .diamond:after {
    width: 130px;
    height: 130px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  .diamond {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
  }

  .diamond h4 {
    font-size: 14px;
    line-height: 1.2;
  }

  .diamond:before {
    width: 110px;
    height: 110px;
    border-width: 10px;
    top: -5px;
    left: -5px;
  }

  .diamond:after {
    width: 100px;
    height: 100px;
  }
}

.s-active .diamond,
.init .diamond {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.s-active .diamond:after,
.init .diamond:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.s-active .diamond:before,
.init .diamond:before {
  visibility: visible;
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

#site-wrapper header {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 200;
  top: 0;
  left: 0;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#site-wrapper header .logo {
  padding: 56px 50px 0 50px;
  line-height: 0;
  float: left;
  position: fixed;
}

#site-wrapper header .logo.passed {
  position: absolute;
  top: 40vh;
}

#site-wrapper header .logo a {
  display: block;
  float: left;
  margin-right: 10px;
}

#site-wrapper header .logo a:last-child {
  margin-right: 0 !important
}

#site-wrapper header .logo a.bf {
  width: 224px;
  height: 66px;
  background: url(../images/scrlogowhite.png) no-repeat left top;
  -webkit-background-size: 224px 66px !important;
  -moz-background-size: 224px 66px !important;
  -o-background-size: 224px 66px !important;
  background-size: 224px 66px !important;
}

#site-wrapper header .logo a.anniversary {
  width: 66px;
  height: 66px;
  background: url(../images/bf-25th-anniversary.svg) no-repeat left top;
  -webkit-background-size: 66px 66px !important;
  -moz-background-size: 66px 66px !important;
  -o-background-size: 66px 66px !important;
  background-size: 66px 66px !important;
}

#site-wrapper header .logo a span {
  display: none;
}

#site-wrapper header nav#utility-menu {
  float: right;
  padding: 66px 50px 0 0;
}

#site-wrapper header nav#utility-menu a.nav-link {
  display: inline-block;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  line-height: 1;
  color: #fff
}

#site-wrapper header nav#utility-menu a.nav-link.login {
  background-color: #c6191a;
}

#site-wrapper header nav#utility-menu a.nav-link.shop {
  background-color: #338eb0;
}

#site-wrapper header nav#utility-menu #phone-number {
  text-decoration: none;
  color: white;
  display: block;
  float: left;
  padding-top: 50px;
  margin-right: 30px;
  line-height: 1;
  font-weight: bold;
}

#site-wrapper header nav#utility-menu #login-btn {
  float: left;
  position: relative;
  overflow: hidden;
  width: 340px;
  height: 85px;
}

#site-wrapper header nav#utility-menu #login-btn a {
  width: 340px;
  height: 85px;
  display: block;
  line-height: 0;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

#site-wrapper header nav#utility-menu #login-btn a span {
  color: white;
  float: left;
  left: 80px;
  top: 50px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  width: 220px;
  position: relative;
  z-index: 100;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#site-wrapper header nav#utility-menu #login-btn a:hover {
  text-decoration: none;
}

#site-wrapper header nav#utility-menu #login-btn a i {
  right: 0;
  position: absolute;
  top: -3px;
  height: 20px;
  width: 20px;
  background: url(../images/ui-icon-chevron-right-white.svg) no-repeat center center;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
}

#site-wrapper header nav#utility-menu #login-btn #login-background {
  position: absolute;
  top: 0;
  left: 0;
  fill: #343434;
  height: 100%;
  width: 100%;
}

#site-wrapper header nav#utility-menu #login-btn canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

#site-wrapper header nav#utility-menu #login-btn:hover a span {
  left: 30px;
  width: 290px;
}

@media (max-width:1280px) {
  #site-wrapper header .logo.passed {
    top: 50vh;
  }
}

@media (max-width:1024px) {
  #site-wrapper header .logo {
    position: relative !important;
  }

  #site-wrapper header .logo.stuck,
  #site-wrapper header .logo.passed {
    position: relative !important;
    margin-top: 0 !important;
    top: auto !important;
  }

  #site-wrapper header nav#utility-menu #phone-number {
    font-size: 14px;
    margin-right: 50px;
  }

  #site-wrapper header nav#utility-menu #login-btn {
    width: auto;
    height: auto;
  }

  #site-wrapper header nav#utility-menu #login-btn a {
    width: 50px;
  }

  #site-wrapper header nav#utility-menu #login-btn a span {
    left: 0;
    width: 50px;
  }

  #site-wrapper header nav#utility-menu #login-btn a i {
    display: none;
  }

  #site-wrapper header nav#utility-menu #login-btn #login-background {
    display: none;
  }

  #site-wrapper header nav#utility-menu #login-btn:hover a span {
    left: 0;
    width: 50px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper header .logo {
    width: 100%;
    padding-top: 29px;
    text-align: center
  }

  #site-wrapper header .logo a {
    float: none
  }

  #site-wrapper header .logo a.bf {
    width: 100px;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
  }

  #site-wrapper header .logo a.anniversary {
    width: 33px;
    -webkit-background-size: 33px auto !important;
    -moz-background-size: 33px auto !important;
    -o-background-size: 33px auto !important;
    background-size: 33px auto !important;
  }

  #site-wrapper header nav#utility-menu {
    padding-top: 16px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    right: 0;
  }

  #site-wrapper header nav#utility-menu a.nav-link {
    display: block;
    margin-bottom: 2px;
    padding: 5px;
    font-size: .8em;
  }

  #site-wrapper header nav#utility-menu #phone-number {
    padding-top: 0;
    background: url(../images/ui-icon-phone-white.svg) no-repeat right 50%;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
    height: 34px;
    width: 34px;
    margin-top: 28px;
    margin-right: 10px;
    text-indent: -999px;
  }

  #site-wrapper header nav#utility-menu #login-btn {
    display: none;
  }
}

@media (max-width:480px) {
  #site-wrapper header nav#utility-menu {
    padding-right: 10px;
    padding-top: 16px;
  }

  #site-wrapper header nav#utility-menu a.nav-link {
    display: block;
    margin-bottom: 2px;
    padding: 5px;
    font-size: .8em;
  }
}

.page-template-page-registration-form-php #site-wrapper header,
.single-post #site-wrapper header,
.archive #site-wrapper header,
.paged #site-wrapper header,
.search #site-wrapper header,
.blog #site-wrapper header,
.page-template-page-video-php #site-wrapper header,
.single-video #site-wrapper header,
.tax-channels #site-wrapper header {
  height: 110px;
  background: white;
  padding-bottom: 30px;
  position: relative;
}

.page-template-page-registration-form-php #site-wrapper header.passed,
.single-post #site-wrapper header.passed,
.archive #site-wrapper header.passed,
.paged #site-wrapper header.passed,
.search #site-wrapper header.passed,
.blog #site-wrapper header.passed,
.page-template-page-video-php #site-wrapper header.passed,
.single-video #site-wrapper header.passed,
.tax-channels #site-wrapper header.passed {
  position: relative;
  top: 0;
  margin-top: 0;
}

.page-template-page-registration-form-php #site-wrapper header.passed .logo,
.single-post #site-wrapper header.passed .logo,
.archive #site-wrapper header.passed .logo,
.paged #site-wrapper header.passed .logo,
.search #site-wrapper header.passed .logo,
.blog #site-wrapper header.passed .logo,
.page-template-page-video-php #site-wrapper header.passed .logo,
.single-video #site-wrapper header.passed .logo,
.tax-channels #site-wrapper header.passed .logo {
  position: absolute !important;
}

.page-template-page-registration-form-php #site-wrapper header .logo,
.single-post #site-wrapper header .logo,
.archive #site-wrapper header .logo,
.paged #site-wrapper header .logo,
.search #site-wrapper header .logo,
.blog #site-wrapper header .logo,
.page-template-page-video-php #site-wrapper header .logo,
.single-video #site-wrapper header .logo,
.tax-channels #site-wrapper header .logo {
  padding: 30px 50px;
  left: 0;
  position: absolute;
}

.page-template-page-registration-form-php #site-wrapper header .logo a.bf,
.single-post #site-wrapper header .logo a.bf,
.archive #site-wrapper header .logo a.bf,
.paged #site-wrapper header .logo a.bf,
.search #site-wrapper header .logo a.bf,
.blog #site-wrapper header .logo a.bf,
.page-template-page-video-php #site-wrapper header .logo a.bf,
.single-video #site-wrapper header .logo a.bf,
.tax-channels #site-wrapper header .logo a.bf {
  width: 180px;
  height: 52px;
  background: url(../images/ui-logo-black.svg) no-repeat left top;
  -webkit-background-size: 180px 52px !important;
  -moz-background-size: 180px 52px !important;
  -o-background-size: 180px 52px !important;
  background-size: 180px 52px !important;
}

.page-template-page-registration-form-php #site-wrapper header nav#utility-menu #phone-number,
.single-post #site-wrapper header nav#utility-menu #phone-number,
.archive #site-wrapper header nav#utility-menu #phone-number,
.paged #site-wrapper header nav#utility-menu #phone-number,
.search #site-wrapper header nav#utility-menu #phone-number,
.blog #site-wrapper header nav#utility-menu #phone-number,
.page-template-page-video-php #site-wrapper header nav#utility-menu #phone-number,
.single-video #site-wrapper header nav#utility-menu #phone-number,
.tax-channels #site-wrapper header nav#utility-menu #phone-number {
  color: black;
}

.page-template-page-registration-form-php #site-wrapper header nav#utility-menu #login-btn #login-background,
.single-post #site-wrapper header nav#utility-menu #login-btn #login-background,
.archive #site-wrapper header nav#utility-menu #login-btn #login-background,
.paged #site-wrapper header nav#utility-menu #login-btn #login-background,
.search #site-wrapper header nav#utility-menu #login-btn #login-background,
.blog #site-wrapper header nav#utility-menu #login-btn #login-background,
.page-template-page-video-php #site-wrapper header nav#utility-menu #login-btn #login-background,
.single-video #site-wrapper header nav#utility-menu #login-btn #login-background,
.tax-channels #site-wrapper header nav#utility-menu #login-btn #login-background {
  fill: black;
}

.page-template-page-registration-form-php #site-wrapper .toggle-nav,
.single-post #site-wrapper .toggle-nav,
.archive #site-wrapper .toggle-nav,
.paged #site-wrapper .toggle-nav,
.search #site-wrapper .toggle-nav,
.blog #site-wrapper .toggle-nav,
.page-template-page-video-php #site-wrapper .toggle-nav,
.single-video #site-wrapper .toggle-nav,
.tax-channels #site-wrapper .toggle-nav {
  left: 30px;
  top: 50px;
  margin-top: 15vw;
  height: 27px;
}

.page-template-page-registration-form-php #site-wrapper .toggle-nav span,
.single-post #site-wrapper .toggle-nav span,
.archive #site-wrapper .toggle-nav span,
.paged #site-wrapper .toggle-nav span,
.search #site-wrapper .toggle-nav span,
.blog #site-wrapper .toggle-nav span,
.page-template-page-video-php #site-wrapper .toggle-nav span,
.single-video #site-wrapper .toggle-nav span,
.tax-channels #site-wrapper .toggle-nav span {
  display: none;
}

.page-template-page-registration-form-php #site-wrapper .toggle-nav:after,
.single-post #site-wrapper .toggle-nav:after,
.archive #site-wrapper .toggle-nav:after,
.paged #site-wrapper .toggle-nav:after,
.search #site-wrapper .toggle-nav:after,
.blog #site-wrapper .toggle-nav:after,
.page-template-page-video-php #site-wrapper .toggle-nav:after,
.single-video #site-wrapper .toggle-nav:after,
.tax-channels #site-wrapper .toggle-nav:after {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  background: #1a1a1a;
}

.page-template-page-registration-form-php #site-wrapper .toggle-nav:hover i,
.single-post #site-wrapper .toggle-nav:hover i,
.archive #site-wrapper .toggle-nav:hover i,
.paged #site-wrapper .toggle-nav:hover i,
.search #site-wrapper .toggle-nav:hover i,
.blog #site-wrapper .toggle-nav:hover i,
.page-template-page-video-php #site-wrapper .toggle-nav:hover i,
.single-video #site-wrapper .toggle-nav:hover i,
.tax-channels #site-wrapper .toggle-nav:hover i {
  top: 0;
}

.page-template-page-registration-form-php #site-wrapper .toggle-nav:hover:after,
.single-post #site-wrapper .toggle-nav:hover:after,
.archive #site-wrapper .toggle-nav:hover:after,
.paged #site-wrapper .toggle-nav:hover:after,
.search #site-wrapper .toggle-nav:hover:after,
.blog #site-wrapper .toggle-nav:hover:after,
.page-template-page-video-php #site-wrapper .toggle-nav:hover:after,
.single-video #site-wrapper .toggle-nav:hover:after,
.tax-channels #site-wrapper .toggle-nav:hover:after {
  background-color: #c20304;
}

.page-template-page-registration-form-php #site-wrapper .toggle-nav.stuck:after,
.single-post #site-wrapper .toggle-nav.stuck:after,
.archive #site-wrapper .toggle-nav.stuck:after,
.paged #site-wrapper .toggle-nav.stuck:after,
.search #site-wrapper .toggle-nav.stuck:after,
.blog #site-wrapper .toggle-nav.stuck:after,
.page-template-page-video-php #site-wrapper .toggle-nav.stuck:after,
.single-video #site-wrapper .toggle-nav.stuck:after,
.tax-channels #site-wrapper .toggle-nav.stuck:after {
  background: black;
}

.page-template-page-registration-form-php #search-btn,
.single-post #search-btn,
.archive #search-btn,
.paged #search-btn,
.search #search-btn,
.blog #search-btn,
.page-template-page-video-php #search-btn,
.single-video #search-btn,
.tax-channels #search-btn {
  position: absolute;
  top: 0 !important;
  margin-top: 0 !important;
}

.page-template-page-registration-form-php #search-btn.passed,
.single-post #search-btn.passed,
.archive #search-btn.passed,
.paged #search-btn.passed,
.search #search-btn.passed,
.blog #search-btn.passed,
.page-template-page-video-php #search-btn.passed,
.single-video #search-btn.passed,
.tax-channels #search-btn.passed {
  position: absolute;
}

.page-template-page-registration-form-php #search-btn a i:after,
.single-post #search-btn a i:after,
.archive #search-btn a i:after,
.paged #search-btn a i:after,
.search #search-btn a i:after,
.blog #search-btn a i:after,
.page-template-page-video-php #search-btn a i:after,
.single-video #search-btn a i:after,
.tax-channels #search-btn a i:after {
  background-image: url(../images/ui-icon-search-black.svg);
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width:1024px) {

  .page-template-page-registration-form-php.show-nav #site-wrapper #site-canvas,
  .single-post.show-nav #site-wrapper #site-canvas,
  .archive.show-nav #site-wrapper #site-canvas,
  .paged.show-nav #site-wrapper #site-canvas,
  .search.show-nav #site-wrapper #site-canvas,
  .blog.show-nav #site-wrapper #site-canvas,
  .page-template-page-video-php.show-nav #site-wrapper #site-canvas,
  .single-video.show-nav #site-wrapper #site-canvas,
  .tax-channels.show-nav #site-wrapper #site-canvas {
    left: 65vw !important;
  }

  .page-template-page-registration-form-php.show-nav #site-wrapper #site-canvas header.passed,
  .single-post.show-nav #site-wrapper #site-canvas header.passed,
  .archive.show-nav #site-wrapper #site-canvas header.passed,
  .paged.show-nav #site-wrapper #site-canvas header.passed,
  .search.show-nav #site-wrapper #site-canvas header.passed,
  .blog.show-nav #site-wrapper #site-canvas header.passed,
  .page-template-page-video-php.show-nav #site-wrapper #site-canvas header.passed,
  .single-video.show-nav #site-wrapper #site-canvas header.passed,
  .tax-channels.show-nav #site-wrapper #site-canvas header.passed {
    top: 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {

  .page-template-page-registration-form-php #site-wrapper .toggle-nav,
  .single-post #site-wrapper .toggle-nav,
  .archive #site-wrapper .toggle-nav,
  .paged #site-wrapper .toggle-nav,
  .search #site-wrapper .toggle-nav,
  .blog #site-wrapper .toggle-nav,
  .page-template-page-video-php #site-wrapper .toggle-nav,
  .single-video #site-wrapper .toggle-nav,
  .tax-channels #site-wrapper .toggle-nav {
    left: 30px;
    top: 30px;
    margin: 0;
    height: inherit;
  }

  .page-template-page-registration-form-php #site-wrapper .toggle-nav i.icon.menu,
  .single-post #site-wrapper .toggle-nav i.icon.menu,
  .archive #site-wrapper .toggle-nav i.icon.menu,
  .paged #site-wrapper .toggle-nav i.icon.menu,
  .search #site-wrapper .toggle-nav i.icon.menu,
  .blog #site-wrapper .toggle-nav i.icon.menu,
  .page-template-page-video-php #site-wrapper .toggle-nav i.icon.menu,
  .single-video #site-wrapper .toggle-nav i.icon.menu,
  .tax-channels #site-wrapper .toggle-nav i.icon.menu {
    background: url(../images/ui-icon-menu-black.svg) no-repeat center center;
    -webkit-background-size: 35px 27px !important;
    -moz-background-size: 35px 27px !important;
    -o-background-size: 35px 27px !important;
    background-size: 35px 27px !important;
  }

  .page-template-page-registration-form-php #site-wrapper .toggle-nav:after,
  .single-post #site-wrapper .toggle-nav:after,
  .archive #site-wrapper .toggle-nav:after,
  .paged #site-wrapper .toggle-nav:after,
  .search #site-wrapper .toggle-nav:after,
  .blog #site-wrapper .toggle-nav:after,
  .page-template-page-video-php #site-wrapper .toggle-nav:after,
  .single-video #site-wrapper .toggle-nav:after,
  .tax-channels #site-wrapper .toggle-nav:after {
    background-color: transparent !important;
  }

  .page-template-page-registration-form-php #site-wrapper .toggle-nav:hover:after,
  .single-post #site-wrapper .toggle-nav:hover:after,
  .archive #site-wrapper .toggle-nav:hover:after,
  .paged #site-wrapper .toggle-nav:hover:after,
  .search #site-wrapper .toggle-nav:hover:after,
  .blog #site-wrapper .toggle-nav:hover:after,
  .page-template-page-video-php #site-wrapper .toggle-nav:hover:after,
  .single-video #site-wrapper .toggle-nav:hover:after,
  .tax-channels #site-wrapper .toggle-nav:hover:after {
    background-color: transparent !important;
  }

  .page-template-page-registration-form-php #site-wrapper .toggle-nav.stuck i.icon.menu,
  .single-post #site-wrapper .toggle-nav.stuck i.icon.menu,
  .archive #site-wrapper .toggle-nav.stuck i.icon.menu,
  .paged #site-wrapper .toggle-nav.stuck i.icon.menu,
  .search #site-wrapper .toggle-nav.stuck i.icon.menu,
  .blog #site-wrapper .toggle-nav.stuck i.icon.menu,
  .page-template-page-video-php #site-wrapper .toggle-nav.stuck i.icon.menu,
  .single-video #site-wrapper .toggle-nav.stuck i.icon.menu,
  .tax-channels #site-wrapper .toggle-nav.stuck i.icon.menu {
    background: url(../images/ui-icon-menu.svg) no-repeat center center;
    -webkit-background-size: 35px 27px !important;
    -moz-background-size: 35px 27px !important;
    -o-background-size: 35px 27px !important;
    background-size: 35px 27px !important;
  }

  .page-template-page-registration-form-php #site-wrapper .toggle-nav.stuck:after,
  .single-post #site-wrapper .toggle-nav.stuck:after,
  .archive #site-wrapper .toggle-nav.stuck:after,
  .paged #site-wrapper .toggle-nav.stuck:after,
  .search #site-wrapper .toggle-nav.stuck:after,
  .blog #site-wrapper .toggle-nav.stuck:after,
  .page-template-page-video-php #site-wrapper .toggle-nav.stuck:after,
  .single-video #site-wrapper .toggle-nav.stuck:after,
  .tax-channels #site-wrapper .toggle-nav.stuck:after {
    background-color: #212121 !important;
  }

  .page-template-page-registration-form-php #site-wrapper .toggle-nav.stuck:hover:after,
  .single-post #site-wrapper .toggle-nav.stuck:hover:after,
  .archive #site-wrapper .toggle-nav.stuck:hover:after,
  .paged #site-wrapper .toggle-nav.stuck:hover:after,
  .search #site-wrapper .toggle-nav.stuck:hover:after,
  .blog #site-wrapper .toggle-nav.stuck:hover:after,
  .page-template-page-video-php #site-wrapper .toggle-nav.stuck:hover:after,
  .single-video #site-wrapper .toggle-nav.stuck:hover:after,
  .tax-channels #site-wrapper .toggle-nav.stuck:hover:after {
    background-color: #212121 !important;
  }

  .page-template-page-registration-form-php #site-wrapper nav#utility-menu #phone-number,
  .single-post #site-wrapper nav#utility-menu #phone-number,
  .archive #site-wrapper nav#utility-menu #phone-number,
  .paged #site-wrapper nav#utility-menu #phone-number,
  .search #site-wrapper nav#utility-menu #phone-number,
  .blog #site-wrapper nav#utility-menu #phone-number,
  .page-template-page-video-php #site-wrapper nav#utility-menu #phone-number,
  .single-video #site-wrapper nav#utility-menu #phone-number,
  .tax-channels #site-wrapper nav#utility-menu #phone-number {
    background: url(../images/ui-icon-phone.svg) no-repeat right 50%;
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
  }

  .page-template-page-registration-form-php #site-wrapper header .logo a.bf,
  .single-post #site-wrapper header .logo a.bf,
  .archive #site-wrapper header .logo a.bf,
  .paged #site-wrapper header .logo a.bf,
  .search #site-wrapper header .logo a.bf,
  .blog #site-wrapper header .logo a.bf,
  .page-template-page-video-php #site-wrapper header .logo a.bf,
  .single-video #site-wrapper header .logo a.bf,
  .tax-channels #site-wrapper header .logo a.bf {
    width: 100px;
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
  }

  .page-template-page-registration-form-php #site-wrapper header .logo a.anniversary,
  .single-post #site-wrapper header .logo a.anniversary,
  .archive #site-wrapper header .logo a.anniversary,
  .paged #site-wrapper header .logo a.anniversary,
  .search #site-wrapper header .logo a.anniversary,
  .blog #site-wrapper header .logo a.anniversary,
  .page-template-page-video-php #site-wrapper header .logo a.anniversary,
  .single-video #site-wrapper header .logo a.anniversary,
  .tax-channels #site-wrapper header .logo a.anniversary {
    height: 52px
  }
}

.page-template-page-registration-form-php #site-wrapper .toggle-nav,
.paged #site-wrapper .toggle-nav {
  margin-top: 170px;
  top: 0;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {

  .page-template-page-registration-form-php #site-wrapper .toggle-nav,
  .paged #site-wrapper .toggle-nav {
    margin-top: 0px;
    top: 30px;
  }
}

#site-wrapper .toggle-nav {
  display: block;
  width: 35px;
  height: 112px;
  color: #fff;
  position: absolute;
  top: 40vh;
  left: 50px;
  margin: -56px 0 0;
  cursor: pointer;
  z-index: 9999;
}

#site-wrapper .toggle-nav i.icon {
  -webkit-background-size: 35px 27px !important;
  -moz-background-size: 35px 27px !important;
  -o-background-size: 35px 27px !important;
  background-size: 35px 27px !important;
  width: 35px;
  height: 27px;
  top: 0;
  left: 0;
  z-index: 100;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#site-wrapper .toggle-nav i.icon.menu {
  background: url(../images/ui-icon-menu.svg) no-repeat center center;
}

#site-wrapper .toggle-nav i.icon.close {
  background: url(../images/ui-icon-close.svg) no-repeat center center;
  -webkit-background-size: auto 27px !important;
  -moz-background-size: auto 27px !important;
  -o-background-size: auto 27px !important;
  background-size: auto 27px !important;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#site-wrapper .toggle-nav:after {
  content: '';
  display: block;
  background: black;
  width: 100px;
  height: 90px;
  left: -30px;
  top: -30px;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

#site-wrapper .toggle-nav span {
  position: relative;
  bottom: -100%;
  display: block;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  letter-spacing: 4px;
  font-size: 28px;
  line-height: 0;
}

#site-wrapper .toggle-nav span#close {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#site-wrapper .toggle-nav:hover {
  text-decoration: none;
}

#site-wrapper .toggle-nav:hover i {
  top: 5px;
}

#site-wrapper .toggle-nav:hover span#menu {
  bottom: -80%;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#site-wrapper .toggle-nav:hover i.icon.close {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -ms-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}

#site-wrapper .toggle-nav.stuck {
  position: fixed;
  top: 30px !important;
  left: 30px !important;
  margin: 0 !important;
  -webkit-transition: left 0.2s ease-in-out 0s, -webkit-transform 0.1s ease-in-out 0s;
  -moz-transition: left 0.2s ease-in-out 0s, -moz-transform 0.1s ease-in-out 0s;
  transition: left 0.2s ease-in-out 0s, transform 0.1s ease-in-out 0s;
}

#site-wrapper .toggle-nav.stuck.hide-me {
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -o-transform: translateY(-150px);
  transform: translateY(-150px);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#site-wrapper .toggle-nav.stuck span {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  bottom: -120%;
}

#site-wrapper .toggle-nav.stuck:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#site-wrapper .toggle-nav.stuck:hover i {
  top: 0;
}

#site-wrapper .toggle-nav.stuck:hover:after {
  background: #c6191a;
}

@media (max-width:1280px) {
  #site-wrapper .toggle-nav {
    top: 50vh;
  }
}

@media (max-width:1024px) {
  #site-wrapper .toggle-nav:hover:after {
    background: black !important;
  }

  #site-wrapper .toggle-nav.stuck:hover span {
    display: none;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper .toggle-nav {
    position: absolute;
    top: 30px;
    left: 5%;
    margin: 0;
  }

  #site-wrapper .toggle-nav span {
    display: none;
  }

  #site-wrapper .toggle-nav:hover i {
    top: 0px;
  }

  #site-wrapper .toggle-nav.stuck {
    -webkit-transition: left 0s ease-in-out 0s, -webkit-transform 0.1s ease-in-out 0s;
    -moz-transition: left 0s ease-in-out 0s, -moz-transform 0.1s ease-in-out 0s;
    transition: left 0s ease-in-out 0s, transform 0.1s ease-in-out 0s;
  }
}

#site-wrapper #site-menu {
  background: #1B1B1B;
  position: fixed;
  width: 35vw;
  height: 100vh;
  top: 0;
  left: -35vw;
  overflow: hidden;
  z-index: 1000;
  -webkit-transition: left 0.2s ease-in-out 0s;
  -moz-transition: left 0.2s ease-in-out 0s;
  transition: left 0.2s ease-in-out 0s;
}

#site-wrapper #site-menu ul {
  list-style: none;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 200;
  left: 0;
  padding: 0;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transform: translateY(-50%) translateZ(135px) scale3d(1, 1, 1);
  -moz-transform: translateY(-50%) translateZ(135px) scale3d(1, 1, 1);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%) translateZ(135px) scale3d(1, 1, 1);
  transform: translateY(-50%) translateZ(135px) scale3d(1, 1, 1);
}

#site-wrapper #site-menu ul li {
  position: relative;
}

#site-wrapper #site-menu ul li a {
  display: block;
  width: 100%;
  padding: 20px 100px 20px 75px;
  line-height: 1.2;
  color: #646464;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  font-family: "franklin-gothic-urw-cond", Helvetica, sans-serif;
}

#site-wrapper #site-menu ul li a:hover {
  background-color: #c6191a;
  color: #fff;
}

#site-wrapper #site-menu ul li ul li a:before {
  display: none !important;
}

#site-wrapper #site-menu ul li.menu-item-has-children .chevron {
  background: url(../images/ui-icon-chevron-right-white.svg) no-repeat center center;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  cursor: pointer;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#site-wrapper #site-menu ul li.selected a {
  background: #c6191a;
  color: #fff;
  opacity: 0.2 !important;
  filter: alpha(opacity=20) !important;
}

#site-wrapper #site-menu ul li#menu-item-256 a,
#site-wrapper #site-menu ul li#menu-item-421 a {
  font-size: 16px;
  padding: 12px 50px 12px 75px;
  color: #444;
}

#site-wrapper #site-menu ul li#menu-item-3735 a:hover,
#site-wrapper #site-menu ul li#menu-item-256 a:hover,
#site-wrapper #site-menu ul li#menu-item-421 a:hover {
  color: white;
}

#site-wrapper #site-menu ul li#menu-item-3735.menu-item-has-children .chevron,
#site-wrapper #site-menu ul li#menu-item-256.menu-item-has-children .chevron,
#site-wrapper #site-menu ul li#menu-item-421.menu-item-has-children .chevron {
  height: 14px;
  width: 14px;
  margin-top: -7px;
}

#site-wrapper #site-menu ul li#menu-item-4476 {
  display: none;
}

#site-wrapper #site-menu ul li#menu-item-715 a:before,
#site-wrapper #site-menu ul li#menu-item-254 a:before,
#site-wrapper #site-menu ul li#menu-item-259 a:before,
#site-wrapper #site-menu ul li#menu-item-258 a:before,
#site-wrapper #site-menu ul li#menu-item-275 a:before,
#site-wrapper #site-menu ul li#menu-item-257 a:before,
#site-wrapper #site-menu ul li#menu-item-263 a:before,
#site-wrapper #site-menu ul li#menu-item-3735 a:before,
#site-wrapper #site-menu ul li#menu-item-256 a:before,
#site-wrapper #site-menu ul li#menu-item-421 a:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 100%;
  left: 35px;
  top: 0;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 25px auto !important;
  -moz-background-size: 25px auto !important;
  -o-background-size: 25px auto !important;
  background-size: 25px auto !important;
}

#site-wrapper #site-menu ul li#menu-item-715 a:before {
  background-image: url(../images/ui-icon-nav-home.svg);
}

#site-wrapper #site-menu ul li#menu-item-254 a:before,
#site-wrapper #site-menu ul li#menu-item-259 a:before {
  background-image: url(../images/ui-icon-nav-ua.svg);
}

#site-wrapper #site-menu ul li#menu-item-258 a:before {
  background-image: url(../images/ui-icon-nav-college.svg);
}

#site-wrapper #site-menu ul li#menu-item-275 a:before {
  background-image: url(../images/ui-icon-nav-alumni.svg);
}

#site-wrapper #site-menu ul li#menu-item-257 a:before {
  background-image: url(../images/ui-icon-nav-bftv.svg);
}

#site-wrapper #site-menu ul li#menu-item-263 a:before {
  background-image: url(../images/ui-icon-nav-ll.svg);
}

#site-wrapper #site-menu ul li#menu-item-3735 a:before,
#site-wrapper #site-menu ul li#menu-item-256 a:before,
#site-wrapper #site-menu ul li#menu-item-421 a:before {
  -webkit-background-size: 18px auto !important;
  -moz-background-size: 18px auto !important;
  -o-background-size: 18px auto !important;
  background-size: 18px auto !important;
  left: 38px;
}

#site-wrapper #site-menu ul li#menu-item-3735 a:before {
  background-image: url(../images/ui-icon-nav-news.svg);
}

#site-wrapper #site-menu ul li#menu-item-256 a:before {
  background-image: url(../images/ui-icon-nav-shop.svg);
}

#site-wrapper #site-menu ul li#menu-item-421 a:before {
  background-image: url(../images/ui-icon-nav-about.svg);
}

#site-wrapper #site-menu ul li.more a:before,
#site-wrapper #site-menu ul li#menu-item-4476 a:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: white;
  left: 46px;
  top: 19px;
}

#site-wrapper #site-menu ul.sub-menu {
  left: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  padding-right: 100px;
  -webkit-transform: translateY(0) translateZ(135px) scale3d(1, 1, 1);
  -moz-transform: translateY(0) translateZ(135px) scale3d(1, 1, 1);
  -ms-transform: translateY(0) translateZ(135px) scale3d(1, 1, 1);
  -o-transform: translateY(0) translateZ(135px) scale3d(1, 1, 1);
  transform: translateY(0) translateZ(135px) scale3d(1, 1, 1);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#site-wrapper #site-menu ul.sub-menu li a {
  text-transform: none;
  font-weight: 300;
  font-size: 18px !important;
  line-height: 1.5;
  color: #646464 !important;
  padding: 10px 30px !important;
}

#site-wrapper #site-menu ul.sub-menu li a:hover {
  color: white !important;
}

#site-wrapper #site-menu .search-form,
#site-wrapper #site-menu .login {
  display: none;
}

#site-wrapper #site-menu .more {
  display: none;
}

#site-wrapper #site-menu #back-btn {
  position: absolute;
  left: 0;
  top: -90px;
  width: 100px;
  height: 90px;
  z-index: 3000;
  background: black;
  display: block;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#site-wrapper #site-menu #back-btn:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#site-wrapper #site-menu #back-btn i {
  background: url(../images/ui-icon-chevron-left-white.svg) no-repeat center center;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  height: 20px;
  width: 20px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  display: block;
}

#site-wrapper #site-menu #sub-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #252525;
  top: 0;
  left: 100%;
  z-index: 100;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#site-wrapper #site-menu #sub-sub-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #252525;
  top: 0;
  left: 100%;
  z-index: 100;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#site-wrapper #site-menu #click-catch {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  cursor: default;
  display: none;
}

#site-wrapper #site-menu.open-sub {
  background: #121212;
}

#site-wrapper #site-menu.open-sub ul#primary {
  left: -100%;
  margin-left: 100px;
}

#site-wrapper #site-menu.open-sub ul#primary li:not(.selected) .sub-menu {
  display: none;
}

#site-wrapper #site-menu.open-sub ul#primary li.selected {
  overflow: visible;
}

#site-wrapper #site-menu.open-sub ul#primary li.selected .sub-menu {
  display: block;
}

#site-wrapper #site-menu.open-sub ul#primary li.selected .sub-menu .sub-menu {
  display: none;
}

#site-wrapper #site-menu.open-sub ul#primary li.selected .sub-menu .menu-item-has-children .chevron {
  display: block;
}

#site-wrapper #site-menu.open-sub ul#primary li.selected .selected .sub-menu {
  display: block;
}

#site-wrapper #site-menu.open-sub ul#primary li.menu-item-has-children .chevron {
  display: none;
}

#site-wrapper #site-menu.open-sub #click-catch {
  display: block;
}

#site-wrapper #site-menu.open-sub .menu-item-has-children.selected .chevron {
  display: none;
}

#site-wrapper #site-menu.open-sub .selected ul.sub-menu {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#site-wrapper #site-menu.open-sub .selected ul.sub-menu li {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#site-wrapper #site-menu.open-sub .selected ul.sub-menu li a {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  background: none;
  color: #646464;
}

#site-wrapper #site-menu.open-sub .selected ul.sub-menu li a:hover {
  color: #fff;
  background: #c6191a;
}

#site-wrapper #site-menu.open-sub .selected ul.sub-menu li.selected a {
  background: #c6191a;
  color: #fff;
  opacity: 0.2 !important;
  filter: alpha(opacity=20) !important;
}

#site-wrapper #site-menu.open-sub .selected ul.sub-menu li.selected .sub-menu {
  margin-left: 0;
}

#site-wrapper #site-menu.open-sub #back-btn {
  top: 0;
}

#site-wrapper #site-menu.open-sub #sub-fill {
  left: 100px;
  width: 100%;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-box-shadow: 0px 0px 30px 0px black;
  -moz-box-shadow: 0px 0px 30px 0px black;
  box-shadow: 0px 0px 30px 0px black;
}

#site-wrapper #site-menu.open-sub.open-sub-sub ul#primary {
  left: -200%;
}

#site-wrapper #site-menu.open-sub.open-sub-sub #sub-fill {
  left: -100%;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#site-wrapper #site-menu.open-sub.open-sub-sub #sub-sub-fill {
  left: 100px;
  width: 100%;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#site-wrapper #site-menu.open-sub.open-sub-sub .menu-item-has-children .chevron {
  display: none !important;
}

#site-wrapper #site-menu.open-sub.open-sub-sub ul.sub-menu {
  padding-right: 0 !important;
  width: 100%;
}

#site-wrapper #site-menu.open-sub.open-sub-sub ul.sub-menu ul.sub-menu {
  width: 100%;
  padding-right: 0 !important;
}

#site-wrapper #site-menu.open-sub.open-sub-sub ul.sub-menu ul.sub-menu li {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#site-wrapper #site-menu.open-sub.open-sub-sub ul.sub-menu ul.sub-menu li a {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  background: none;
  color: #646464;
}

#site-wrapper #site-menu.open-sub.open-sub-sub ul.sub-menu ul.sub-menu li a:hover {
  color: #fff;
  background: #c6191a;
}

@media (max-height:1000px) and (min-width:1024px) {
  #site-wrapper #site-menu ul li a {
    padding: 10px 100px 10px 75px;
    line-height: 1.2;
  }

  #site-wrapper #site-menu ul li#menu-item-715 a:before,
  #site-wrapper #site-menu ul li#menu-item-254 a:before,
  #site-wrapper #site-menu ul li#menu-item-259 a:before,
  #site-wrapper #site-menu ul li#menu-item-258 a:before,
  #site-wrapper #site-menu ul li#menu-item-275 a:before,
  #site-wrapper #site-menu ul li#menu-item-257 a:before,
  #site-wrapper #site-menu ul li#menu-item-263 a:before {
    background-position: left center;
  }

  #site-wrapper #site-menu ul.sub-menu {
    margin-top: -100px !important;
  }

  #site-wrapper #site-menu ul.sub-menu li a {
    padding: 5px 30px !important;
    line-height: 1.2;
  }

  #site-wrapper #site-menu ul.sub-menu ul.sub-menu {
    margin-top: -100px !important;
  }
}

@media (max-width:1024px) {
  #site-wrapper #site-menu {
    width: 65vw;
    left: -65vw;
  }

  #site-wrapper #site-menu ul li.menu-item-has-children .chevron {
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;
  }

  #site-wrapper #site-menu ul li a {
    padding: 15px 40px 15px 60px;
    font-size: 20px;
  }

  #site-wrapper #site-menu ul li a:hover {
    color: white;
    background: transparent;
  }

  #site-wrapper #site-menu ul li#menu-item-3735 a,
  #site-wrapper #site-menu ul li#menu-item-256 a,
  #site-wrapper #site-menu ul li#menu-item-421 a {
    padding: 6px 40px 10px 60px;
  }

  #site-wrapper #site-menu ul li#menu-item-715 a:before,
  #site-wrapper #site-menu ul li#menu-item-254 a:before,
  #site-wrapper #site-menu ul li#menu-item-259 a:before,
  #site-wrapper #site-menu ul li#menu-item-258 a:before,
  #site-wrapper #site-menu ul li#menu-item-275 a:before,
  #site-wrapper #site-menu ul li#menu-item-257 a:before,
  #site-wrapper #site-menu ul li#menu-item-263 a:before {
    -webkit-background-size: 20px auto !important;
    -moz-background-size: 20px auto !important;
    -o-background-size: 20px auto !important;
    background-size: 20px auto !important;
    left: 30px;
  }

  #site-wrapper #site-menu ul li#menu-item-3735 a:before,
  #site-wrapper #site-menu ul li#menu-item-256 a:before,
  #site-wrapper #site-menu ul li#menu-item-421 a:before {
    -webkit-background-size: 16px auto !important;
    -moz-background-size: 16px auto !important;
    -o-background-size: 16px auto !important;
    background-size: 16px auto !important;
    left: 30px;
    top: -2px;
  }

  #site-wrapper #site-menu ul li.more a:before,
  #site-wrapper #site-menu ul li#menu-item-4476 a:before {
    left: 38px;
    top: 15px;
  }

  #site-wrapper #site-menu.open-sub ul li.menu-item-has-children .chevron {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  #site-wrapper #site-menu.open-sub ul li.menu-item-has-children .sub-menu li.menu-item-has-children .chevron {
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper #site-menu {
    width: 100%;
    height: 100%;
    left: -100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  #site-wrapper #site-menu ul#primary {
    margin-top: 0;
    padding-bottom: 60px;
    position: relative;
    padding-top: 120px;
  }

  #site-wrapper #site-menu ul#primary li {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  #site-wrapper #site-menu ul#primary li a {
    padding: 12px 55px 12px 65px;
  }

  #site-wrapper #site-menu #click-catch {
    display: none !important;
  }

  #site-wrapper #site-menu ul {
    -webkit-transform: translateY(0) translateZ(135px) scale3d(1, 1, 1);
    -moz-transform: translateY(0) translateZ(135px) scale3d(1, 1, 1);
    -ms-transform: translateY(0) translateZ(135px) scale3d(1, 1, 1);
    -o-transform: translateY(0) translateZ(135px) scale3d(1, 1, 1);
    transform: translateY(0) translateZ(135px) scale3d(1, 1, 1);
    top: 0;
    position: relative;
    overflow: visible;
  }

  #site-wrapper #site-menu ul li {
    position: relative;
    overflow: hidden;
  }

  #site-wrapper #site-menu ul li a {
    padding: 12px 40px 12px 65px;
    font-size: 18px;
  }

  #site-wrapper #site-menu ul li a:hover {
    color: #646464 !important;
    background: transparent;
  }

  #site-wrapper #site-menu ul li.menu-item-has-children .chevron {
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;
    right: 20px;
    height: 15px;
    width: 15px;
    margin-top: -7px;
  }

  #site-wrapper #site-menu ul li#menu-item-421 a,
  #site-wrapper #site-menu ul li#menu-item-4369 a,
  #site-wrapper #site-menu ul li#menu-item-4476 a,
  #site-wrapper #site-menu ul li#menu-item-256 a {
    font-size: 16px;
    color: #646464;
    padding: 8px 40px 8px 65px;
  }

  #site-wrapper #site-menu ul li#menu-item-421 a:hover,
  #site-wrapper #site-menu ul li#menu-item-4369 a:hover,
  #site-wrapper #site-menu ul li#menu-item-4476 a:hover,
  #site-wrapper #site-menu ul li#menu-item-256 a:hover {
    color: #646464 !important;
  }

  #site-wrapper #site-menu ul li#menu-item-4476 {
    display: block;
  }

  #site-wrapper #site-menu ul li.selected a {
    background: transparent;
    color: #fff;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  #site-wrapper #site-menu ul li#menu-item-3735 a:before,
  #site-wrapper #site-menu ul li#menu-item-256 a:before,
  #site-wrapper #site-menu ul li#menu-item-421 a:before {
    -webkit-background-size: 16px auto !important;
    -moz-background-size: 16px auto !important;
    -o-background-size: 16px auto !important;
    background-size: 16px auto !important;
    left: 30px;
    top: -2px;
  }

  #site-wrapper #site-menu #back-btn {
    z-index: 6000;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    position: absolute;
    width: 100%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
  }

  #site-wrapper #site-menu #back-btn i {
    left: 5%;
    margin-left: 6px;
    height: 28px;
    margin-top: -14px;
  }

  #site-wrapper #site-menu #mobile-search {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 90px;
    z-index: 1000;
    background: black;
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
  }

  #site-wrapper #site-menu #mobile-search .search-form {
    display: block;
    position: absolute;
    top: 25px;
    right: 40px;
    z-index: 9;
    width: 60%;
  }

  #site-wrapper #site-menu #mobile-search .search-form .search[type="text"] {
    background: none;
    border: none;
    width: 100%;
    border-bottom: 1px solid #777;
    padding: 5px 0 5px 0;
    margin: 0;
    border-radius: 0;
    text-indent: 0;
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-family: "franklin-gothic-urw", Helvetica, sans-serif;
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
    outline: none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  #site-wrapper #site-menu #mobile-search .search-form .search[type="text"]:focus {
    border-color: #fff;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  #site-wrapper #site-menu #mobile-search .search-form .search[type="text"]:focus+input[type="submit"] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  #site-wrapper #site-menu #mobile-search .search-form input[type="submit"] {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 5px;
    border: none;
    padding: 5px 0 5px 0;
    background: url(../images/ui-icon-search.svg) center center;
    -webkit-background-size: 20px auto !important;
    -moz-background-size: 20px auto !important;
    -o-background-size: 20px auto !important;
    background-size: 20px auto !important;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    display: inline-block;
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    transition: 0.1s ease;
  }

  #site-wrapper #site-menu #mobile-search .login {
    color: #fff;
    display: none;
    padding: 9px 20px;
    font-size: 20px;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    top: 22px;
    left: 50%;
    z-index: 1000;
  }

  #site-wrapper #site-menu #mobile-search .login:after {
    content: '';
    background: url(../images/ui-icon-chevron-right-white.svg) no-repeat center center;
    -webkit-background-size: auto 50% !important;
    -moz-background-size: auto 50% !important;
    -o-background-size: auto 50% !important;
    background-size: auto 50% !important;
    height: 20px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -10px;
  }

  #site-wrapper #site-menu.open-sub #mobile-search {
    top: -90px;
  }

  #site-wrapper #site-menu.open-sub ul li.menu-item-has-children .chevron {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  #site-wrapper #site-menu.open-sub ul li.menu-item-has-children .sub-menu {
    padding-right: 0;
    width: 100vw;
  }

  #site-wrapper #site-menu.open-sub ul li.menu-item-has-children .sub-menu li.menu-item-has-children .chevron {
    opacity: 0.4 !important;
    filter: alpha(opacity=40) !important;
  }

  #site-wrapper #site-menu.open-sub ul li.menu-item-has-children .sub-menu li a:hover {
    color: #646464 !important;
    background: transparent;
  }

  #site-wrapper #site-menu.open-sub ul#primary {
    left: -100%;
    margin-left: 0;
  }

  #site-wrapper #site-menu.open-sub #sub-fill {
    left: 0;
    position: fixed;
  }

  #site-wrapper #site-menu.open-sub.open-sub-sub #sub-sub-fill {
    left: 0;
    position: fixed;
  }

  #site-wrapper #site-menu .more {
    display: block;
  }
}

#site-wrapper nav#secondary {
  height: 90px;
  width: auto;
  padding-right: 0;
  padding-left: 155px;
  position: absolute;
  top: 80vh;
  z-index: 1000;
  left: -1px;
  background: #252120;
  margin-top: -90px;
  -webkit-transition: -webkit-transform 0.1s ease-in-out 0.2s, padding 0.1s ease-in-out 0s;
  -moz-transition: -moz-transform 0.1s ease-in-out 0.2s, padding 0.1s ease-in-out 0s;
  transition: transform 0.1s ease-in-out 0.2s, padding 0.1s ease-in-out 0s;
}

#site-wrapper nav#secondary ul {
  position: relative;
  top: 50%;
  list-style: none;
  z-index: 100;
  text-align: left;
  width: 100%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#site-wrapper nav#secondary ul li {
  display: inline-block;
  margin: 0 20px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#site-wrapper nav#secondary ul li a {
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
}

#site-wrapper nav#secondary ul li a.current,
#site-wrapper nav#secondary ul li a:hover {
  border-bottom: 3px solid white;
  text-decoration: none;
}

#site-wrapper nav#secondary #secondary-nav-background {
  fill: #252120;
  position: absolute;
  top: 0;
  right: -65px;
  width: 427px;
  height: 100%;
}

#site-wrapper nav#secondary.stuck {
  position: fixed;
  top: 0;
  margin-top: 0;
}

#site-wrapper nav#secondary.squeeze li {
  margin: 15px;
}

@media (max-width:1280px) {
  #site-wrapper nav#secondary {
    display: block;
    top: 100vh;
  }

  #site-wrapper nav#secondary.stuck {
    padding-left: 130px;
  }

  #site-wrapper nav#secondary ul li {
    margin: 0 10px;
  }
}

@media (max-height:800px) and (min-width:1024px) {
  #site-wrapper nav#secondary {
    top: 100vh;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #site-wrapper nav#secondary {
    display: none;
  }
}

.home .menu-item-715 {
  display: none !important;
}

.show-nav #site-wrapper .toggle-nav.stuck {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  left: 35vw !important;
  margin-left: 30px !important;
  top: 30px;
}

.show-nav #site-wrapper .toggle-nav.stuck:after {
  background: #c20304;
}

.show-nav #site-wrapper .toggle-nav.stuck:hover:after {
  background: #343434;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.show-nav #site-wrapper .toggle-nav.stuck:hover span#close {
  display: none !important;
}

.show-nav #site-wrapper .toggle-nav.stuck span#close {
  display: none !important;
}

.show-nav #site-wrapper .toggle-nav i.close {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.show-nav #site-wrapper .toggle-nav i.menu {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

.show-nav #site-wrapper .toggle-nav span#close {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.show-nav #site-wrapper .toggle-nav span#menu {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

.show-nav #site-wrapper .toggle-nav:hover span#close {
  bottom: -80%;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

.show-nav #site-wrapper #site-canvas {
  left: 35vw !important;
}

.show-nav #site-wrapper #site-canvas #site-menu {
  left: 0;
}

.show-nav #site-wrapper #site-canvas nav#secondary.stuck {
  -webkit-transform: translateY(-95px);
  -moz-transform: translateY(-95px);
  -ms-transform: translateY(-95px);
  -o-transform: translateY(-95px);
  transform: translateY(-95px);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media (max-width:1024px) {
  .show-nav #site-wrapper #site-canvas {
    left: 65vw !important;
  }

  .show-nav #site-wrapper .toggle-nav.stuck {
    left: 65vw !important;
  }

  .show-nav #site-wrapper .toggle-nav.stuck span {
    display: none !important;
  }

  .show-nav #site-wrapper .toggle-nav.stuck:hover span {
    display: none !important;
  }

  .show-nav #site-wrapper .toggle-nav:hover span#close {
    bottom: -100%;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {

  .show-nav #site-wrapper section,
  .show-nav #site-wrapper footer {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  .show-nav #site-wrapper .toggle-nav {
    position: fixed;
    left: 5%;
  }

  .show-nav #site-wrapper .toggle-nav:after {
    display: none;
  }

  .show-nav #site-wrapper .toggle-nav.stuck {
    position: fixed;
    left: 0 !important;
  }

  .show-nav #site-wrapper .toggle-nav.tucked {
    left: -100px !important;
  }

  .show-nav #site-wrapper .toggle-nav i.close {
    left: -1px;
  }

  .show-nav #site-wrapper #site-menu #mobile-search {
    -webkit-transform: translateY(0%) translateZ(135px) scale3d(1, 1, 1);
    -moz-transform: translateY(0%) translateZ(135px) scale3d(1, 1, 1);
    -ms-transform: translateY(0%) translateZ(135px) scale3d(1, 1, 1);
    -o-transform: translateY(0%) translateZ(135px) scale3d(1, 1, 1);
    transform: translateY(0%) translateZ(135px) scale3d(1, 1, 1);
    -webkit-transition: 0.1s ease-in-out 0.1s;
    -moz-transition: 0.1s ease-in-out 0.1s;
    transition: 0.1s ease-in-out 0.1s;
  }

  .show-nav #site-wrapper #site-menu ul#primary>li {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

  .show-nav #site-wrapper #site-menu ul#primary>li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .show-nav #site-wrapper #site-menu ul#primary>li:nth-child(2) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .show-nav #site-wrapper #site-menu ul#primary>li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .show-nav #site-wrapper #site-menu ul#primary>li:nth-child(4) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }

  .show-nav #site-wrapper #site-menu ul#primary>li:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .show-nav #site-wrapper #site-menu ul#primary>li:nth-child(6) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }

  .show-nav #site-wrapper #site-menu ul#primary>li:nth-child(7) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .show-nav #site-wrapper #site-menu ul#primary>li:nth-child(9) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }

  .show-nav #site-wrapper #site-menu ul#primary>li:nth-child(10) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .show-nav #site-wrapper #site-menu ul#primary>li:nth-child(11) {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    transition-delay: 0.65s;
  }

  .show-nav #site-wrapper #site-menu ul#primary>li:nth-child(12) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  .show-nav #site-wrapper #site-menu ul#primary li ul li {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

  .show-nav #site-wrapper #site-canvas {
    left: 0 !important;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  .show-nav {
    background: #252525;
    overflow: hidden !important;
  }
}

.inline .vjs-custom-skin {
  padding-bottom: 0 !important;
}

.inline .vjs-custom-skin .vjs-control-bar {
  bottom: 0 !important;
}

.flash-player {
  height: 600px !important;
  width: 100% !important;
}

.vjs-fullscreen {
  min-height: 100% !important;
  width: 100% !important;
}

.vjs-custom-skin {
  color: white;
}

.vjs-custom-skin .vjs-control-bar {
  height: 50px;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  bottom: -55px;
  top: auto;
  position: absolute;
  width: 100%;
  z-index: 200;
}

.vjs-custom-skin.vjs-has-started .vjs-control-bar {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.vjs-custom-skin.vjs-has-started {
  padding-bottom: 100px;
}

.vjs-custom-skin.vjs-has-started.vjs-user-inactive.vjs-fullscreen.vjs-playing .vjs-control-bar {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.vjs-custom-skin.vjs-using-native-controls .vjs-control-bar,
.vjs-custom-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}

.vjs-custom-skin .vjs-progress-control {
  position: absolute;
  top: 0;
  right: 75px;
  bottom: 0;
  left: 75px;
}

.vjs-custom-skin .vjs-progress-control .vjs-progress-holder {
  cursor: pointer;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
}

.vjs-custom-skin .vjs-progress-control .vjs-progress-holder:after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
}

.vjs-custom-skin .vjs-progress-control .vjs-play-progress {
  background-color: white;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
}

.vjs-custom-skin.vjs-error .vjs-control-bar,
.vjs-custom-skin.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-custom-skin .vjs-error-display {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  transform: translateY(-50%);
}

.vjs-custom-skin .vjs-play-control {
  cursor: pointer;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 28px;
  width: 16px;
  height: 16px;
  outline: none;
  background: transparent url(../images/ui-icon-play-white.svg) no-repeat center center;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
}

.vjs-custom-skin.vjs-playing .vjs-play-control {
  background: transparent url(../images/ui-icon-pause-white.svg) no-repeat center center;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
}

.vjs-custom-skin .vjs-fullscreen-control {
  cursor: pointer;
  margin-top: -7px;
  right: 28px;
  top: 50%;
  outline: none;
  position: absolute;
  background: transparent url(../images/ui-icon-video-fullscreen.svg) no-repeat center center;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
  width: 16px;
  height: 16px;
}

.vjs-custom-skin.vjs-fullscreen .vjs-fullscreen-control {
  background: transparent url(../images/ui-icon-video-exit-fullscreen.svg) no-repeat center center;
}

.vjs-custom-skin.vjs-fullscreen .vjs-control-bar {
  bottom: 55px;
}

.vjs-custom-skin .vjs-volume-control {
  display: none;
}

.vjs-custom-skin .vjs-current-time,
.vjs-custom-skin .vjs-time-divider,
.vjs-custom-skin .vjs-duration,
.vjs-custom-skin .vjs-remaining-time,
.vjs-custom-skin .vjs-load-progress,
.vjs-custom-skin .vjs-play-progress .vjs-control-text,
.vjs-custom-skin .vjs-play-control .vjs-control-content,
.vjs-custom-skin .vjs-fullscreen-control .vjs-control-text,
.vjs-custom-skin .vjs-slider-handle,
.vjs-custom-skin .vjs-volume-handle,
.vjs-custom-skin .vjs-live-controls,
.vjs-custom-skin .vjs-playback-rate,
.vjs-custom-skin .vjs-subtitles-button,
.vjs-custom-skin .vjs-captions-button,
.vjs-custom-skin .vjs-mute-control {
  display: none;
}

/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertially aligned. */
  vertical-align: middle;
  /*  display:table-cell;*/
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica:issue #376 */
  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
The majority of player components will not be text blocks.
Text areas will need to turn user selection back on. */
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Playback technology elements expand to the width/height of the containing div
<video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}

/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}

.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.vjs-error-display {
  display: none;
}

.vjs-error .vjs-error-display {
  display: block !important;
}

/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

/* Hide the poster when controls are disabled because it's clickable
and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
  display: block !important;
}

/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
  display: none !important;
}

/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none !important;
}

/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  /* Leave padding on left and right */
  left: 1em;
  right: 1em;
}

/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

/* Individual tracks */
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  /* background-color-with-alpha */
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-js .vjs-subtitles {
  color: #ffffff;
}

.video-js .vjs-captions {
  color: #ffcc66;
}

.vjs-tt-cue {
  display: block;
}

/* Increase font-size when fullscreen */
.video-js.vjs-fullscreen .vjs-text-track {
  font-size: 3em;
}

/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
  display: none;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  visibility: visible;
}

/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
The .video-js classname on the video tag also isn't considered.
This optional paragraph inside the video tag can provide a message to users
about what's required to play video. */
.vjs-no-js {
  padding: 20px;
  color: #ccc;
  background-color: #333;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #F4A460;
}

/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/************************************
MINIMALECT 0.9
A minimalistic select replacement

jQuery 1.7+ required.
Developed by @groenroos
http://www.groenroos.fi

Github:http://git.io/Xedg9w

Licensed under the MIT license.

************************************/
html:not(.smil) .minict_wrapper * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.minict_wrapper {
  font-family: "franklin-gothic-urw", Helvetica, sans-serif;
  color: #969696;
  background: #f5f5f5;
  position: relative;
  width: 100%;
  padding: 10px;
  border: 2px solid #dadada;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.minict_wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.minict_wrapper.disabled {
  background: #f5f5f5;
  text-shadow: 0 1px 0 #fff;
}

.minict_wrapper.disabled span {
  color: #bbb !important;
}

.minict_wrapper:after {
  content: '';
  background: url(../images/ui-icon-chevron-down-black.svg) no-repeat right top;
  -webkit-background-size: 17px auto !important;
  -moz-background-size: 17px auto !important;
  -o-background-size: 17px auto !important;
  background-size: 17px auto !important;
  display: block;
  position: absolute;
  height: 17px;
  width: 17px;
  top: 50%;
  margin-top: -4px;
  right: 17px;
}

.minict_wrapper.active:after {
  content: '';
  background: url(../images/ui-icon-chevron-up-black.svg) no-repeat right top;
  -webkit-background-size: 17px auto !important;
  -moz-background-size: 17px auto !important;
  -o-background-size: 17px auto !important;
  background-size: 17px auto !important;
}

.minict_wrapper.disabled:after {
  color: #bbb;
}

.minict_wrapper span {
  display: block;
  border: 0;
  outline: none;
  background: none;
  font-family: "franklin-gothic-urw", Helvetica, sans-serif;
  color: #969696;
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  line-height: 1.5rem;
  cursor: default;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.minict_wrapper span:empty:before {
  content: attr(data-placeholder);
  color: #969696;
  line-height: 23px;
  line-height: 1.5rem;
}

.minict_wrapper ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -3px;
  position: absolute;
  width: 100%;
  width: calc(100% + 4px);
  border: 2px solid #dadada;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 43px;
  background: #f5f5f5;
  left: 1px;
  max-height: 350px;
  overflow-y: auto;
  z-index: 999999;
}

.minict_wrapper ul li {
  list-style: none;
  font-size: 1rem;
  padding: 0 10px;
  padding: 0 0.7rem;
  cursor: pointer;
  background: #f5f5f5;
  height: 35px;
  height: 2.2rem;
  line-height: 32px;
  line-height: 2rem;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  .minict_wrapper ul li {
    font-size: .9rem;
    height: 30px;
    height: 2rem;
  }
}

.minict_wrapper ul li:hover {
  background: #fcfcfc;
  color: #111;
}

.minict_wrapper ul li.minict_group {
  color: #444;
  background: #f6f6f6;
  font-weight: bold;
  cursor: default;
}

.minict_wrapper ul li.minict_empty {
  display: none;
  background: #fff !important;
  color: #bbb;
  text-align: center;
  font-size: 14px;
  font-size: 0.9rem;
  height: 55px;
  height: 3.5rem;
  line-height: 50px;
  line-height: 3.3rem;
}

.minict_wrapper ul li.disabled {
  cursor: default;
  background: #fff !important;
  color: #bbb;
}

.minict_wrapper ul li.selected {
  color: #b1b1b1;
}

.minict_wrapper ul li.highlighted {
  color: #fff;
  background: #b1b1b1;
}

.minict_wrapper ul li.hidden {
  display: none;
}

.minict_wrapper .minict_reset {
  display: none;
  width: 18px;
  height: 18px;
  background: #969696;
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border:*/
  border-radius: 2px;
  position: absolute;
  right: 16px;
  top: 50%;
  color: #fff;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}

.minict_wrapper .minict_reset:hover {
  background-color: #555;
}

.minict_wrapper.disabled .minict_reset {
  display: none;
}

/*
* qTip2 - Pretty powerful tooltips - v2.2.1
* http://qtip2.com
*
* Copyright (c) 2014
* Released under the MIT licenses
* http://jquery.org/license
*
* Date:Sat Sep 6 2014 08:21 EDT-0400
* Plugins:None
* Styles:core
*/
.custom-tip {
  background: white !important;
  border: 1px solid #dddddd !important;
  color: #727272 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 30px !important;
  max-width: 300px !important;
  box-shadow: 0 5px 5px #888888 !important;
}

.custom-tip p {
  margin: 0;
}

.page-template-default .tooltipster-content {
  padding: 15px !important;
}

.page-template-default .tooltipster-content ul {
  padding-left: 25px !important;
}


.custom-bio-tip {
  background: black !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 0px !important;
  z-index: 100 !important;
  box-shadow: 0 5px 5px #888888 !important;
}

.custom-bio-tip img {
  width: 200px !important;
  height: 200px !important;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border:*/
}

.custom-bio-tip p {
  margin: 0;
}

.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

.qtip-titlebar+.qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  .custom-tip {
    font-size: 13px !important;
    line-height: 1.4 !important;
    padding: 15px !important;
    max-width: 300px !important;
  }
}

/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox {
  overflow: visible !important;
}

#colorbox #cboxWrapper {
  overflow: visible;
}

#colorbox #cboxPrevious,
#colorbox #cboxNext {
  position: fixed;
  top: 50%;
  margin-top: -30px;
  height: 60px;
  width: 60px;
  -webkit-background-size: auto 30px !important;
  -moz-background-size: auto 30px !important;
  -o-background-size: auto 30px !important;
  background-size: auto 30px !important;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-color: black;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  outline: 0;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#colorbox #cboxPrevious {
  left: 0;
  background-image: url(../images/ui-icon-chevron-left-white.svg);
}

#colorbox #cboxPrevious:hover {
  background-position: 15px center;
}

#colorbox #cboxNext {
  right: 0;
  background-image: url(../images/ui-icon-chevron-right-white.svg);
}

#colorbox #cboxNext:hover {
  background-position: 25px center;
}

#colorbox #cboxClose {
  position: fixed;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  -webkit-background-size: auto 30px !important;
  -moz-background-size: auto 30px !important;
  -o-background-size: auto 30px !important;
  background-size: auto 30px !important;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  background-color: transparent;
  background-image: url(../images/ui-icon-close.svg);
  text-indent: -9999px;
  overflow: hidden;
  outline: 0;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

#colorbox #cboxClose:hover {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -ms-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}

#cboxOverlay {
  background: #000;
  opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #fff;
  padding: 0;
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#colorbox.contact-form #cboxContent,
#colorbox.contact-form .cboxIframe,
#colorbox.contact-form #cboxLoadedContent,
#colorbox.contact-form #cboxLoadingOverlay {
  background: transparent;
}

#colorbox.contact-form #cboxLoadedContent {
  overflow: visible !important;
}

#colorbox.contact-form #cboxLoadedContent * {
  z-index: 1000;
}

#colorbox.contact-form form {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.4s ease 0.45s;
  -moz-transition: 0.4s ease 0.45s;
  transition: 0.4s ease 0.45s;
}

#colorbox.contact-form form input {
  font-family: "franklin-gothic-urw", Helvetica, sans-serif;
}

#colorbox.contact-form #cboxLoadedContent:after {
  content: '';
  width: 800px;
  height: 800px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -400px;
  background: #c6191a;
  z-index: 10;
  -webkit-transform: rotate(0deg) scale(0.4);
  -moz-transform: rotate(0deg) scale(0.4);
  -ms-transform: rotate(0deg) scale(0.4);
  -o-transform: rotate(0deg) scale(0.4);
  transform: rotate(0deg) scale(0.4);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#colorbox.contact-form .cboxIframe {
  z-index: 1100;
  position: absolute;
}

#colorbox.contact-form iframe {
  background: transparent;
}

.modal-open #colorbox.contact-form #cboxLoadedContent:after {
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.modal-open #colorbox.contact-form form {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #cboxOverlay {
    background: #c6191a;
    opacity: 0.95 !important;
    filter: alpha(opacity=95) !important;
    filter: alpha(opacity=95);
  }

  #colorbox.contact-form #cboxLoadedContent:after {
    display: none;
  }
}

/*
* CSS Styles that are needed by jScrollPane for it to operate correctly.
*
* Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
* may not operate correctly without them.
*/
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border:*/
  background: #3c3c3c;
  overflow: hidden;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #3c3c3c;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #3c3c3c;
  position: relative;
}

.jspDrag {
  background: white;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border:*/
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

.page-template-page-php #content,
.page-template-default #content {
  padding: 65px;
}

.page-template-page-php #content article,
.page-template-default #content article {
  min-width: 600px;
  margin: 0 auto;
  width: 50vw;
  max-width: 800px;
}

.page-template-page-php #content article p,
.page-template-default #content article p {
  color: #6d6d6d;
}

.page-template-page-php #content article p a,
.page-template-default #content article p a {
  color: #ef4449;
  text-decoration: underline;
}

.page-template-page-php #content article p a:hover,
.page-template-default #content article p a:hover {
  text-decoration: none;
}

.page-template-page-php #content article p.small,
.page-template-default #content article p.small {
  font-size: 14px;
}

.page-template-page-php #content article blockquote,
.page-template-default #content article blockquote {
  border-left: 1px dotted #ef4449;
  padding-left: 40px;
  padding-right: 25%;
  margin: 40px 0;
  position: relative;
}

.page-template-page-php #content article blockquote h3,
.page-template-default #content article blockquote h3 {
  color: #ef4449;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.25;
  font-size: 24px;
}

.page-template-page-php #content article blockquote:after,
.page-template-default #content article blockquote:after {
  content: '';
  border-left: 1px dotted #ef4449;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 3px;
  top: 0;
}

.page-template-page-php #content article ul,
.page-template-default #content article ul {
  line-height: 1.5;
  font-size: 16px;
  padding: 20px 0 20px 0;
}

.page-template-page-php #content article ul li,
.page-template-default #content article ul li {
  margin-bottom: 1em;
  position: relative;
}

.page-template-page-php #content article h3.clear,
.page-template-default #content article h3.clear {
  width: 100%;
  margin: 20px 0;
}

.page-template-page-php article p,
.page-template-default article p {
  color: #6d6d6d;
}

@media (max-width:1024px) {

  .page-template-page-php #content,
  .page-template-default #content {
    padding: 50px 5%;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {

  .page-template-page-php #content article,
  .page-template-default #content article {
    min-width: 0;
    width: 100%;
  }
}

.page-id-3597 #content article ul {
  padding-left: 20px;
}

a.play-btn,
.vjs-big-play-button {
  background: #212121;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 900;
  outline: none;
  cursor: pointer;
  border: 5px solid white;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border:*/
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

a.play-btn span,
.vjs-big-play-button span {
  display: none;
}

a.play-btn:before,
.vjs-big-play-button:before {
  content: '';
  background: transparent url(../images/ui-icon-play-white.svg) 29px center no-repeat;
  -webkit-background-size: 40px auto !important;
  -moz-background-size: 40px auto !important;
  -o-background-size: 40px auto !important;
  background-size: 40px auto !important;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -5px;
  left: 1px;
  z-index: 100;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

a.play-btn:hover:before,
.vjs-big-play-button:hover:before {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {

  a.play-btn,
  .vjs-big-play-button {
    width: 60px;
    height: 60px;
    border: 3px solid white;
  }

  a.play-btn:before,
  .vjs-big-play-button:before {
    background: transparent url(../images/ui-icon-play-white.svg) 21px center no-repeat;
    -webkit-background-size: 25px auto !important;
    -moz-background-size: 25px auto !important;
    -o-background-size: 25px auto !important;
    background-size: 25px auto !important;
    width: 60px;
    height: 60px;
    top: -3px;
    left: -3px;
  }
}

.vjs-has-started .vjs-big-play-button {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(2);
  -moz-transform: translateY(-50%) translateX(-50%) scale(2);
  -ms-transform: translateY(-50%) translateX(-50%) scale(2);
  -o-transform: translateY(-50%) translateX(-50%) scale(2);
  transform: translateY(-50%) translateX(-50%) scale(2);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

.vjs-paused .vjs-big-play-button {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -moz-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  -o-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

.vjs-paused .vjs-big-play-button:before {
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

.vjs-paused .vjs-big-play-button:after {
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

#tabs {
  border: 2px solid #c6c6c6;
  border-radius: 3px;
  z-index: 2;
  margin-bottom: 30px;
  /*@include breakpoint(tablet){a{padding:15px 0;}
}*/
}

#tabs a {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  color: #c6c6c6;
  border-radius: 3px;
  padding: 5px 0;
  border: 2px white solid;
}

#tabs a:hover {
  background: #c6c6c6;
  color: white;
  text-decoration: none;
}

#tabs a.active {
  background-color: #c6191a;
  color: white;
  cursor: default;
}

#experience {
  padding-bottom: 60px;
  clear: both;
  width: 100%;
  position: relative;
}

#experience #experience-gateway {
  width: 50%;
  float: left;
  position: relative;
  height: 0;
  background: transparent url(../images/bg-single-events-tour-callout.jpg) no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 16vw 0;
  min-height: 60vh;
}

#experience #experience-gateway div.content {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 5vw;
  width: 55%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#experience #experience-gateway h1 {
  color: #013a88;
  font-weight: bold;
  font-size: 50px;
}

#experience #experience-gateway p {
  color: #808080;
  max-width: 700px;
}

#experience #experience-gateway p strong {
  color: #525252;
}

#experience #experience-gateway a {
  font-size: 18px;
}

#experience #experience-gateway div.anystretch {
  z-index: 1 !important;
}

#experience #experience-gateway a.cta.arrow:after {
  right: 10px;
}

#experience #experience-gateway a.cta.arrow:hover:after {
  right: 0px;
}

#experience #mosaic {
  width: 50%;
  position: relative;
  float: left;
}

#experience #mosaic .col {
  height: 16vw;
  width: 50%;
  min-height: 30vh;
}

#experience #mosaic .col.left {
  background: transparent url(../images/bg-single-event-tour-mosaic-01.jpg) no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  float: left;
}

#experience #mosaic .col.right {
  background: transparent url(../images/bg-single-event-tour-mosaic-02.jpg) no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  float: right;
}

#experience #mosaic .double {
  height: 16vw;
  min-height: 30vh;
  background: transparent url(../images/bg-single-event-tour-mosaic-03.jpg) no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  clear: both;
  width: 100%;
}

#experience #register-gateway {
  padding-top: 1vh;
  clear: both;
}

#experience #register-gateway #vertical-dotted-line {
  height: 10vh;
}

@media (max-width:1024px) {
  #experience #experience-gateway {
    line-height: 1.2;
    width: 100%;
    min-height: 40vw;
  }

  #experience #experience-gateway div.content {
    top: 44%;
  }

  #experience #experience-gateway h1 {
    font-size: 26px;
  }

  #experience #experience-gateway p {
    font-size: 14px;
    line-height: 1.4;
  }

  #experience #mosaic {
    display: none;
  }
}

@media (max-width:1024px) {
  #experience {
    padding: 0;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #experience #experience-gateway {
    padding: 40px 0;
    min-height: 0;
    height: auto;
    text-align: center;
    width: 100%;
    background-color: black !important;
  }

  #experience #experience-gateway div.content {
    top: auto;
    left: 0;
    width: 100%;
    padding: 0 40px;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  #experience #experience-gateway h1 {
    font-size: 32px;
    color: white;
  }

  #experience #experience-gateway p {
    line-height: 1.5;
    font-size: 20px;
    color: white;
    margin: 20px auto;
  }

  #experience #experience-gateway p strong {
    color: white;
    font-weight: bold;
  }

  #experience #experience-gateway .cta.arrow {
    color: white;
    font-size: 24px;
  }

  #experience #experience-gateway .cta.arrow:after {
    background-image: url(../images/ui-icon-chevron-right-white.svg) !important;
  }

  #experience #experience-gateway .anystretch {
    background-color: #212121 !important;
  }

  #experience #experience-gateway .anystretch img {
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
  }
}

#hero {
  background-color: transparent !important;
  height: 80vh;
  overflow: hidden;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  color: #fff;
}

#hero .intro {
  width: 40vw;
  top: 40vh;
  left: 155px;
  position: fixed;
  z-index: 30;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: margin-left 0.2s ease-in-out;
  -moz-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
  line-height: 1.5;
}

#hero .intro p {
  color: #fefefe;
}

#hero .intro p a {
  color: #fff;
  text-decoration: underline;
}

#hero .intro p a:hover {
  text-decoration: none;
}

#hero .intro div.no-top-margin {
  margin-top: 0;
}

#hero .intro div.no-top-margin p {
  margin-top: 0 !important;
}

#hero .intro ul {
  margin: 20px 0 20px 1em;
}

#hero .intro li {
  float: left;
}

#hero .intro li a {
  display: block;
  background: #e60e0f;
  color: #fff;
  line-height: 58px;
  padding: 0 30px;
}

#hero .intro li a:hover {
  text-decoration: none;
}

#hero .intro h1 {
  font-size: 36px;
}

#hero .intro h2 {
  color: #ff767b;
  font-size: 20px;
  line-height: 1.25;
}

#hero .cta {
  margin-right: 20px;
  margin-bottom: 20px;
}

#hero #sponsor-bug {
  position: absolute;
  bottom: 120px;
  right: 65px;
  z-index: 20;
}

#hero .anystretch {
  z-index: 10 !important;
  position: fixed !important;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: left 0.1s ease-in-out, opacity 0.2s ease-in-out 0.2s;
  -moz-transition: left 0.1s ease-in-out, opacity 0.2s ease-in-out 0.2s;
  transition: left 0.1s ease-in-out, opacity 0.2s ease-in-out 0.2s;
}

@media (max-height:800px) and (min-width:1024px) {
  #hero {
    height: 100vh;
  }

  #hero .intro {
    width: 75%;
    left: 0;
    top: 50%;
    padding: 0 155px;
  }
}

@media (max-width:1280px) {
  #hero {
    height: 100vh;
  }

  #hero .intro {
    width: 75%;
    left: 0;
    top: 50%;
    padding: 0 155px;
  }
}

@media (max-width:1024px) {
  #hero {
    height: 1024px;
  }

  #hero .intro {
    width: 100% !important;
    top: 50% !important;
    position: absolute;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #hero {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    height: auto;
  }

  #hero .intro {
    width: 100%;
    left: 0;
    padding: 100px 0 40px;
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  #hero .intro h1 {
    font-size: 28px;
  }

  #hero .intro p {
    font-size: 18px;
    line-height: 1.2;
  }

  #hero .intro h2 {
    font-size: 20px;
  }

  #hero .anystretch {
    position: absolute !important;
    top: 0;
  }
}

.show-nav #hero .intro {
  margin-left: 35vw;
}

.show-nav #hero .anystretch {
  left: 35vw !important;
}

@media (max-width:1024px) {
  .show-nav #hero .intro {
    margin-left: 0;
  }

  .show-nav #hero .anystretch {
    left: auto !important;
  }
}

.loaded #hero {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.loaded #hero .anystretch {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

@media (max-width:1024px) {
  .loaded #hero .anystretch {
    opacity: 0.3 !important;
    filter: alpha(opacity=30) !important;
  }
}

#overview {
  z-index: 100;
}

#overview #grid {
  clear: both;
  width: 100%;
  position: relative;
  margin: -65px 0 100px;
  background: #212121;
}

#overview #grid .gateway {
  height: 0;
  min-height: 25vw;
  padding: 10vw 0;
  float: left;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#overview #grid .gateway.col {
  width: 50%;
}

#overview #grid .gateway.double {
  width: 100%;
  text-align: center;
  clear: both;
}

#overview #grid .gateway.double a {
  left: 0;
}

#overview #grid .gateway.double p {
  margin: 20px auto;
}

#overview #grid .gateway a {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 65px;
  color: #fff;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#overview #grid .gateway a h2 {
  position: relative;
  font-size: 54px;
  font-weight: bold;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#overview #grid .gateway a h2:after {
  content: '';
  background: url(../images/ui-icon-chevron-right-white.svg) no-repeat center center;
  height: 20px;
  width: 20px;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  position: absolute;
  bottom: 12px;
  margin: 0 0 0 20px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#overview #grid .gateway a h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

#overview #grid .gateway a p {
  line-height: 1.5;
  width: 85%;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#overview #grid .gateway .anystretch {
  z-index: 1 !important;
}

#overview #grid .gateway .anystretch img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#overview #grid .gateway:hover .anystretch img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
}

#overview #grid .gateway:hover a {
  text-decoration: none;
}

#overview #grid .gateway:hover a h2:after {
  margin: 0 0 0 30px;
}

@media (max-width:1280px) {
  #overview #grid .gateway {
    font-size: 16px;
  }

  #overview #grid .gateway a {
    padding: 0 40px;
  }

  #overview #grid .gateway a h2 {
    font-size: 24px;
  }

  #overview #grid .gateway a h2:after {
    height: 14px;
    width: 14px;
    bottom: 4px;
  }

  #overview #grid .gateway a h3 {
    font-size: 16px;
    font-weight: normal;
  }

  #overview #grid .gateway a p br {
    display: none;
  }
}

@media (max-width:1024px) {
  #overview {
    padding: 0;
  }

  #overview #grid {
    margin: 0px 0 30px;
  }

  #overview #grid .gateway {
    min-height: 30vw;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #overview #grid .gateway {
    min-height: 55vw;
  }

  #overview #grid .gateway.col {
    width: 100%;
  }

  #overview #grid .gateway.double {
    text-align: left;
  }

  #overview #grid .gateway.double p {
    margin: 20px 0;
  }

  #overview #grid .gateway a {
    padding: 0 5%;
  }

  #overview #grid .gateway a h3 {
    font-weight: bold;
  }

  #overview #grid .gateway a p {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media (max-width:767px) and (orientation:portrait) {
  #overview #grid .gateway {
    min-height: 65vw;
  }

  #overview #grid .gateway.double p {
    margin: 20px 0;
    width: 100%;
  }
}

#register {
  padding-bottom: 100px;
}

#register #register-gateway {
  text-align: center;
}

#register #register-gateway #vertical-dotted-line {
  width: 1px;
  border-left: 2px dotted #c6191a;
  height: 15vh;
  left: 50%;
  position: relative;
  margin: 80px 0;
}

#register #register-gateway img {
  margin: 40px 0 80px;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #register #register-gateway .tour img {
    width: 60%;
    height: auto;
  }
}

@media (max-width:480px) {
  #register #register-gateway .tour img {
    width: 90%;
    height: auto;
  }
}

#register #register-gateway h3 {
  color: #4cafd4;
  font-weight: bold;
  font-size: 30px;
}

#register #register-gateway .tour h3 {
  color: #0d334c;
}

#register #register-gateway p {
  width: 30%;
  margin: 40px auto 80px;
  position: relative;
  display: block;
  min-width: 450px;
  line-height: 1.5;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #register #register-gateway p {
    min-width: inherit;
    width: 85%;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

#register #register-gateway ul {
  width: 70%;
  margin: 40px auto;
  padding: 0;
  list-style: none;
  min-width: 800px;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #register #register-gateway ul {
    margin-bottom: 0;
  }
}

@media (max-width:1024px) {
  #register #register-gateway ul {
    width: 100%;
    min-width: inherit;
  }
}

#register #register-gateway ul li {
  float: left;
  width: 33%;
  padding: 20px 0;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #register #register-gateway ul li {
    float: none;
    width: 100% !important;
    padding: 40px 0;
  }
}

#register #register-gateway ul li#mid {
  border: 1px solid #ffb2b4;
  border-top: none;
  border-bottom: none;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #register #register-gateway ul li#mid {
    border: 1px solid #ffb2b4;
    border-width: 1px 0;
  }
}

#register #register-gateway ul li a {
  color: #c6191a;
  border-bottom: 2px solid #c6191a;
  padding: 3px 0;
  font-size: 15px;
  text-decoration: none;
  outline: none;
}

#register #register-gateway ul li img {
  height: 50px;
  width: auto;
  margin: 0;
}

#register #register-gateway ul li p {
  width: 70%;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  min-width: 70%;
  margin: 20px auto 10px auto;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #register #register-gateway ul li p {
    margin: 20px auto 0;
  }
}

#register #register-gateway ul.double li {
  width: 50%;
}

#register #register-gateway ul.double li#mid {
  border-right: none;
}

#register #register-gateway .cta {
  clear: both;
  float: left;
  position: relative;
  left: 50%;
  margin-top: 40px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#register #register-gateway .pre-hs-pkg {
  display: none;
}

#register #register-gateway.prehs .pre-hs-pkg {
  display: block;
}

#register #register-gateway.prehs .hs-pkg {
  display: none;
}

#register #register-gateway.hs .pre-hs-pkg {
  display: none;
}

#register #register-gateway.hs .hs-pkg {
  display: block;
}

#register .package-details {
  display: none;
}

.prehs-selected .pre-hs-pkg {
  display: block !important;
}

.prehs-selected .hs-pkg {
  display: none !important;
}

.package-details {
  padding: 60px;
  text-align: left;
}

.package-details h3 {
  color: #4cafd4;
  font-weight: bold;
  font-size: 30px;
  display: none;
}

.package-details h3.fixed {
  display: block;
}

.package-details .cta {
  display: none;
}

.package-details .cta.fixed {
  display: inline-block;
}

.package-details ul {
  margin: 20px auto;
  width: 100%;
  line-height: 1.5;
  list-style: none;
  text-align: left;
  max-width: 700px;
  font-size: 15px;
}

.package-details ul li {
  margin-bottom: 20px;
  border-bottom: 1px dotted #dadada;
  padding-bottom: 20px;
}

.package-details ul li a {
  color: #c6191a;
  text-decoration: underline;
}

.package-details p {
  max-width: 700px;
  line-height: 1.2;
}

.package-details p a {
  color: #c6191a;
  text-decoration: underline;
}

.package-details p.hidden {
  display: none;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  .package-details {
    padding: 20px;
  }

  .package-details ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

#results {
  padding: 65px 65px 200px;
}

#results article {
  min-width: 600px;
  margin: 0 auto;
  width: 50vw;
  position: relative;
  max-width: 800px;
}

#results article .cta {
  position: absolute;
  top: -20px;
  right: 0;
}

#results article h3 {
  color: #c6191a;
  font-weight: bold;
  margin-bottom: 40px;
}

#results article ul {
  list-style: none;
}

#results article ul li strong,
#results article ul li b {
  color: #38a6cf;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #results {
    padding: 65px 5% 100px;
  }

  #results article {
    width: 100%;
    min-width: inherit;
    padding: 0 0 100px;
  }

  #results article .cta {
    top: inherit;
    padding: 10px 20px;
    right: inherit;
    bottom: 0;
  }

  #results article h3 {
    margin-bottom: 30px;
  }

  #results article ul li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  #results article ul li strong,
  #results article ul li b {
    font-size: 14px;
  }
}

.wysiwyg {
  padding: 65px;
}

@media (max-width:1024px) {
  .wysiwyg {
    padding: 65px 80px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  .wysiwyg {
    padding: 25px 5%;
  }
}

.wysiwyg article {
  min-width: 600px;
  margin: 0 auto;
  width: 50vw;
  max-width: 800px;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  .wysiwyg article {
    width: 100%;
    min-width: 0;
  }
}

.wysiwyg article h2,
.wysiwyg article h3,
.wysiwyg article h4 {
  color: #c6191a;
  font-weight: bold;
}

.wysiwyg article h2 a,
.wysiwyg article h3 a,
.wysiwyg article h4 a {
  color: #c6191a;
  text-decoration: underline;
}

.wysiwyg article h2 a:hover,
.wysiwyg article h3 a:hover,
.wysiwyg article h4 a:hover {
  text-decoration: none;
}

.wysiwyg article p {
  color: #6d6d6d;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  .wysiwyg article p {
    font-size: 14px;
    line-height: 1.8;
  }
}

.wysiwyg article p a {
  color: #ef4449;
  text-decoration: underline;
}

.wysiwyg article p a:hover {
  text-decoration: none;
}

.wysiwyg article blockquote {
  border-left: 1px dotted #ef4449;
  padding-left: 40px;
  padding-right: 25%;
  margin: 40px 0;
  position: relative;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  .wysiwyg article blockquote {
    padding-left: 30px;
    padding-right: 0;
  }
}

.wysiwyg article blockquote h3 {
  color: #ef4449;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.25;
  font-size: 24px;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  .wysiwyg article blockquote h3 {
    font-size: 16px;
  }
}

.wysiwyg article blockquote:after {
  content: '';
  border-left: 1px dotted #ef4449;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 3px;
  top: 0;
}

.wysiwyg article ul {
  line-height: 1.5;
  font-size: 16px;
  padding: 20px 0 20px 25px;
  color: #6d6d6d;
}

.wysiwyg article ul li {
  margin-bottom: 1em;
}

body.show-tour-experience {
  overflow: hidden !important;
}

.clock-svg .hands {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#tour-experience-overlay {
  position: fixed;
  top: 0;
  left: 100vw;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: white;
  z-index: 100000;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#tour-experience-overlay #tour-back-btn {
  color: white;
  text-decoration: none;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  z-index: 1000;
  position: absolute;
  top: -60px;
  left: 90px;
  -webkit-transition: 0.1s ease-in-out 1s;
  -moz-transition: 0.1s ease-in-out 1s;
  transition: 0.1s ease-in-out 1s;
}

#tour-experience-overlay #tour-back-btn:before {
  content: '';
  background: url(../images/ui-icon-chevron-left-white.svg) no-repeat center center;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -40px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#tour-experience-overlay header {
  height: 100vh;
  position: absolute;
  width: 100vw;
  z-index: 10;
  background: #252120 url(../images/bg-tour-intro-texture.jpg) no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#tour-experience-overlay header div#tour-intro-title {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  width: 100%;
  -webkit-transition: 1s ease-in-out 0.5s;
  -moz-transition: 1s ease-in-out 0.5s;
  transition: 1s ease-in-out 0.5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#tour-experience-overlay header div#tour-intro-title img#the-tour-logo {
  width: 185px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -440px;
  margin-top: 70px;
  z-index: 10;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.2s ease-in-out 0.5s;
  -moz-transition: 0.2s ease-in-out 0.5s;
  transition: 0.2s ease-in-out 0.5s;
}

#tour-experience-overlay header div#tour-intro-title img#experience-stencil {
  width: 700px;
  left: 50%;
  margin-left: -350px;
  height: auto;
  z-index: 100;
  position: absolute;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  top: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.2s ease-in-out 0.5s;
  -moz-transition: 0.2s ease-in-out 0.5s;
  transition: 0.2s ease-in-out 0.5s;
}

#tour-experience-overlay header div#tour-intro-title span {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-top: 100px;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  color: white;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  -webkit-transition: 1s ease-in-out 1s;
  -moz-transition: 1s ease-in-out 1s;
  transition: 1s ease-in-out 1s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#tour-experience-overlay header #tour-intro-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  background: #252120 url(../images/bg-tour-intro-photo.jpg) no-repeat center center;
  -webkit-transition: 0.2s ease-in-out 0.2s;
  -moz-transition: 0.2s ease-in-out 0.2s;
  transition: 0.2s ease-in-out 0.2s;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

#tour-experience-overlay header .clock {
  top: 50%;
  margin-top: 320px;
  left: 50%;
  margin-left: 160px;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.5s ease-in-out 0.8s;
  -moz-transition: 0.5s ease-in-out 0.8s;
  transition: 0.5s ease-in-out 0.8s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#tour-experience-overlay header .clock span.clock-face {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#tour-experience-overlay header .clock span.clock-face svg .fill-me {
  fill: white;
}

#tour-experience-overlay header .clock span.clock-face svg #time-800 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay header .clock span.clock-cta {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  position: relative;
  left: -15px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.5s ease-in-out 1.3s;
  -moz-transition: 0.5s ease-in-out 1.3s;
  transition: 0.5s ease-in-out 1.3s;
}

@media (max-width:1024px) and (orientation:portrait) {
  #tour-experience-overlay header div#tour-intro-title img#the-tour-logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #tour-experience-overlay header div#tour-intro-title img#experience-stencil {
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #tour-experience-overlay header div#tour-intro-title span {
    text-align: center;
    margin-top: 70px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #tour-experience-overlay header div#tour-intro-title img#the-tour-logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #tour-experience-overlay header div#tour-intro-title img#experience-stencil {
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #tour-experience-overlay header div#tour-intro-title span {
    text-align: center;
    margin-top: 70px;
  }
}

#tour-experience-overlay.begin {
  left: 0;
}

#tour-experience-overlay.begin #tour-back-btn {
  top: -60px;
}

#tour-experience-overlay.begin div#tour-intro-title {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#tour-experience-overlay.begin div#tour-intro-title img#the-tour-logo {
  margin-top: -70px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay.begin div#tour-intro-title img#experience-stencil {
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay.begin div#tour-intro-title span {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay.begin .clock {
  margin-top: 260px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay.begin .clock .clock-cta {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  left: 0;
}

#tour-experience-overlay.begin #tour-intro-photo {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #tour-experience-overlay.begin div#tour-intro-title img#the-tour-logo {
    margin-top: -130px;
  }
}

#tour-experience-overlay.initiated #tour-back-btn {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  color: #212121;
  top: 50px;
}

#tour-experience-overlay.initiated #tour-back-btn:before {
  background: url(../images/ui-icon-chevron-left-black.svg) no-repeat center center;
}

#tour-experience-overlay.initiated #tour-back-btn.white {
  color: white;
}

#tour-experience-overlay.initiated #tour-back-btn.white:before {
  background: url(../images/ui-icon-chevron-left-white.svg) no-repeat center center;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #tour-experience-overlay.initiated #tour-back-btn {
    top: 20px;
    left: 60px;
  }
}

#tour-experience-overlay.initiated nav {
  bottom: 0;
}

#tour-experience-overlay.initiated article {
  z-index: 100;
  visibility: visible;
}

@media (max-width:1024px) and (orientation:portrait) {
  #tour-experience-overlay.initiated #tour-back-btn {
    color: white;
  }

  #tour-experience-overlay.initiated #tour-back-btn:before {
    background: url(../images/ui-icon-chevron-left-white.svg) no-repeat center center;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #tour-experience-overlay.initiated #tour-back-btn {
    color: white;
  }

  #tour-experience-overlay.initiated #tour-back-btn:before {
    background: url(../images/ui-icon-chevron-left-white.svg) no-repeat center center;
  }
}

#tour-experience-overlay.time-930 #tour-back-btn {
  color: #212121 !important;
}

#tour-experience-overlay.time-930 #tour-back-btn:before {
  background: url(../images/ui-icon-chevron-left-black.svg) no-repeat center center !important;
}

#tour-experience-overlay .clock {
  color: white;
  text-decoration: none;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  padding-left: 120px;
  letter-spacing: 0.15em;
  z-index: 100;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#tour-experience-overlay .clock span.clock-face {
  width: 100px;
  height: 100px;
  display: block;
  top: -40px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#tour-experience-overlay .clock:hover span.clock-face {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width:767px) and (orientation:landscape) {
  #tour-experience-overlay .clock {
    display: none;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #tour-experience-overlay .clock {
    padding-left: 80px;
  }

  #tour-experience-overlay .clock span.clock-face {
    width: 60px;
    top: -20px;
    height: 60px;
  }
}

#tour-experience-overlay article {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  visibility: hidden;
}

#tour-experience-overlay article .time-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  visibility: hidden;
  height: 100vh;
  z-index: 10;
}

#tour-experience-overlay article .time-slide .clock {
  margin-top: 70px;
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

#tour-experience-overlay article .time-slide.current {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  visibility: visible;
}

#tour-experience-overlay article .time-slide.text-right .details {
  right: 0;
}

#tour-experience-overlay article .time-slide.text-right .details div {
  padding-left: 10vw;
}

#tour-experience-overlay article .time-slide.text-right .background img {
  -webkit-transform-origin: bottom 25%;
  -moz-transform-origin: bottom 25%;
  -ms-transform-origin: bottom 25%;
  -o-transform-origin: bottom 25%;
  transform-origin: bottom 25%;
}

#tour-experience-overlay article .time-slide.text-left .details {
  left: 0;
}

#tour-experience-overlay article .time-slide.text-left .clock {
  left: 5vw;
}

#tour-experience-overlay article .time-slide.text-left .background img {
  -webkit-transform-origin: bottom 75%;
  -moz-transform-origin: bottom 75%;
  -ms-transform-origin: bottom 75%;
  -o-transform-origin: bottom 75%;
  transform-origin: bottom 75%;
}

#tour-experience-overlay article .time-slide.photo-full .details {
  color: white;
}

#tour-experience-overlay article .time-slide.photo-full .clock {
  color: white;
}

#tour-experience-overlay article .time-slide.photo-full .background img {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#tour-experience-overlay article .time-slide.white-fill {
  color: black;
}

#tour-experience-overlay article .time-slide.white-fill .details {
  background: white;
}

#tour-experience-overlay article .time-slide.white-fill .details div {
  color: #212121;
}

#tour-experience-overlay article .time-slide.white-fill .details div .clock {
  color: #212121;
}

@media (max-width:1280px) {
  #tour-experience-overlay article .time-slide.text-right .details div {
    padding-left: 40px;
  }

  #tour-experience-overlay article .time-slide.text-right .clock {
    left: 40px;
  }

  #tour-experience-overlay article .time-slide.text-left .clock {
    left: 40px;
  }
}

@media (max-width:1024px) and (orientation:portrait) {
  #tour-experience-overlay article .time-slide {
    color: black !important;
  }

  #tour-experience-overlay article .time-slide .details {
    background: white !important;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #tour-experience-overlay article .time-slide {
    color: black !important;
  }

  #tour-experience-overlay article .time-slide .details {
    background: white !important;
  }

  #tour-experience-overlay article .time-slide .details div {
    padding: 20px !important;
  }

  #tour-experience-overlay article .time-slide .details p {
    margin: 0 !important;
  }

  #tour-experience-overlay article .time-slide .details .clock {
    left: 20px;
  }
}

#tour-experience-overlay article .time-slide .bumper {
  z-index: 200;
  position: absolute !important;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: 100vw;
  background: #252120 url(../images/bg-tour-intro-texture.jpg) no-repeat center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#tour-experience-overlay article .time-slide .bumper .anystretch {
  opacity: 0.1 !important;
  filter: alpha(opacity=10) !important;
}

#tour-experience-overlay article .time-slide .bumper h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  line-height: 90px;
  color: white;
  font-size: 70px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}

#tour-experience-overlay article .time-slide .bumper h1 span.stencil-number {
  display: inline-block;
  text-indent: -5000px;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  top: 0;
  margin-right: 20px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.2s ease-in-out 0.2s;
  -moz-transition: 0.2s ease-in-out 0.2s;
  transition: 0.2s ease-in-out 0.2s;
}

#tour-experience-overlay article .time-slide .bumper h1 span.messaging {
  display: inline-block;
  position: relative;
  vertical-align: top;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  line-height: 107px;
  -webkit-transition: 0.2s ease-in-out 0.5s;
  -moz-transition: 0.2s ease-in-out 0.5s;
  transition: 0.2s ease-in-out 0.5s;
}

@media (max-width:1280px) {
  #tour-experience-overlay article .time-slide .bumper h1 {
    font-size: 60px;
    line-height: 1.3;
    padding: 0 5%;
  }

  #tour-experience-overlay article .time-slide .bumper h1 span.stencil-number {
    display: block;
    top: 0;
    height: 150px;
    margin: 0 auto 20px auto;
  }

  #tour-experience-overlay article .time-slide .bumper h1 span.messaging {
    line-height: 1.2;
    margin-top: 50px;
  }
}

@media (max-width:767px) and (orientation:portrait) {
  #tour-experience-overlay article .time-slide .bumper .anystretch {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }
}

@media (max-width:767px) and (orientation:landscape) {
  #tour-experience-overlay article .time-slide .bumper .anystretch {
    opacity: 0.1 !important;
    filter: alpha(opacity=10) !important;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #tour-experience-overlay article .time-slide .bumper h1 {
    font-size: 45px;
    line-height: 1.3;
    padding: 0 5%;
  }

  #tour-experience-overlay article .time-slide .bumper h1 span.stencil-number {
    display: block;
    width: 100% !important;
    left: 0;
    height: 50px;
    top: 0;
    margin: 0 auto 20px auto;
  }

  #tour-experience-overlay article .time-slide .bumper h1 span.messaging {
    line-height: 1;
    display: block;
    margin-top: 30px;
  }
}

#tour-experience-overlay article .time-slide .details {
  width: 50vw;
  position: absolute;
  top: 0;
  height: 100vh;
  z-index: 100;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#tour-experience-overlay article .time-slide .details div {
  position: absolute;
  color: white;
  top: 50%;
  width: 100%;
  margin-top: -50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5vw;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#tour-experience-overlay article .time-slide .details div p {
  margin-right: 6vw;
  font-size: 24px;
  line-height: 1.5em;
  max-width: 600px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width:1280px) {
  #tour-experience-overlay article .time-slide .details div p {
    font-size: 18px;
  }
}

@media (max-width:1024px) and (orientation:portrait) {
  #tour-experience-overlay article .time-slide .details {
    width: 100vw;
    top: auto;
    bottom: 0;
    height: 40vh;
    padding-bottom: 100px;
    margin-top: 0px;
  }

  #tour-experience-overlay article .time-slide .details div {
    padding: 50px 10%;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    color: #212121;
  }

  #tour-experience-overlay article .time-slide .details div p {
    font-size: 14px;
  }
}

@media (max-width:767px) and (orientation:portrait) {
  #tour-experience-overlay article .time-slide .details {
    width: 100vw;
    top: auto;
    bottom: 0;
    height: 60vh;
    padding-bottom: 100px;
    margin-top: 0px;
  }

  #tour-experience-overlay article .time-slide .details div {
    padding: 50px 10%;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    color: #212121;
  }

  #tour-experience-overlay article .time-slide .details div p {
    font-size: 14px;
  }
}

@media (max-width:767px) and (orientation:landscape) {
  #tour-experience-overlay article .time-slide .details {
    width: 100vw;
    top: 40%;
    height: 60%;
  }

  #tour-experience-overlay article .time-slide .details div {
    padding: 50px 10%;
    color: #212121;
  }

  #tour-experience-overlay article .time-slide .details div p {
    font-size: 14px;
  }
}

#tour-experience-overlay article .time-slide .background {
  position: absolute !important;
  top: 0;
  height: 100vh;
  z-index: 10;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  left: 0;
  width: 100vw;
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

@media (max-width:767px) and (orientation:portrait) {
  #tour-experience-overlay article .time-slide .background {
    height: 40%;
  }
}

#tour-experience-overlay article .time-slide .background img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  transition: 1s linear;
}

#tour-experience-overlay article .time-slide#slide-800 .bumper h1 span.stencil-number {
  background: url(../images/stencil-tour-800.svg) no-repeat center center;
  width: 368px;
}

#tour-experience-overlay article .time-slide#slide-800 .clock svg #time-800 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-800 .clock:hover svg #time-800 {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#tour-experience-overlay article .time-slide#slide-800 .clock:hover svg #time-845 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-845 .bumper h1 span.stencil-number {
  background: url(../images/stencil-tour-845.svg) no-repeat center center;
  width: 366px;
}

#tour-experience-overlay article .time-slide#slide-845 .clock svg #time-845 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-845 .clock:hover svg #time-845 {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#tour-experience-overlay article .time-slide#slide-845 .clock:hover svg #time-855 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-855 .bumper h1 span.stencil-number {
  background: url(../images/stencil-tour-855.svg) no-repeat center center;
  width: 364px;
}

#tour-experience-overlay article .time-slide#slide-855 .clock svg #time-855 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-855 .clock:hover svg #time-855 {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#tour-experience-overlay article .time-slide#slide-855 .clock:hover svg #time-905 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-905 .bumper h1 span.stencil-number {
  background: url(../images/stencil-tour-905.svg) no-repeat center center;
  width: 368px;
}

#tour-experience-overlay article .time-slide#slide-905 .clock svg #time-905 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-905 .clock:hover svg #time-905 {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#tour-experience-overlay article .time-slide#slide-905 .clock:hover svg #time-930 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-930 .bumper h1 span.stencil-number {
  background: url(../images/stencil-tour-930.svg) no-repeat center center;
  width: 371px;
}

#tour-experience-overlay article .time-slide#slide-930 .clock svg #time-930 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-930 .clock svg .fill-me {
  fill: #ffffff;
}

#tour-experience-overlay article .time-slide#slide-930 .clock:hover svg #time-930 {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#tour-experience-overlay article .time-slide#slide-930 .clock:hover svg #time-940 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-940 .bumper h1 span.stencil-number {
  background: url(../images/stencil-tour-940.svg) no-repeat center center;
  width: 369px;
}

#tour-experience-overlay article .time-slide#slide-940 .clock svg #time-940 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-940 .clock:hover svg #time-940 {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#tour-experience-overlay article .time-slide#slide-940 .clock:hover svg #time-955 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-955 .bumper h1 span.stencil-number {
  background: url(../images/stencil-tour-955.svg) no-repeat center center;
  width: 365px;
}

#tour-experience-overlay article .time-slide#slide-955 .clock svg #time-955 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-955 .clock:hover svg #time-955 {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#tour-experience-overlay article .time-slide#slide-955 .clock:hover svg #time-1010 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-1010 .bumper h1 span.stencil-number {
  background: url(../images/stencil-tour-1010.svg) no-repeat center center;
  width: 425px;
}

#tour-experience-overlay article .time-slide#slide-1010 .clock svg .fill-me {
  fill: white;
}

#tour-experience-overlay article .time-slide#slide-1010 .clock svg #time-1010 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-1010 .clock:hover svg #time-1010 {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#tour-experience-overlay article .time-slide#slide-1010 .clock:hover svg #time-1020 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-1020 .bumper h1 span.stencil-number {
  background: url(../images/stencil-tour-1020.svg) no-repeat center center;
  width: 447px;
}

#tour-experience-overlay article .time-slide#slide-1020 .clock svg #time-1020 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-1020 .clock:hover svg #time-1020 {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#tour-experience-overlay article .time-slide#slide-1020 .clock:hover svg #time-1030 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-1030 .bumper h1 span.stencil-number {
  background: url(../images/stencil-tour-1030.svg) no-repeat center center;
  width: 454px;
}

#tour-experience-overlay article .time-slide#slide-1030 .clock svg #time-1030 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-1030 .clock:hover svg #time-1030 {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#tour-experience-overlay article .time-slide#slide-1030 .clock:hover svg #time-1130 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-1130 .bumper h1 span.stencil-number {
  background: url(../images/stencil-tour-1130.svg) no-repeat center center;
  width: 427px;
}

#tour-experience-overlay article .time-slide#slide-1130 .clock svg #time-1130 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-1130 .clock:hover svg #time-1130 {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#tour-experience-overlay article .time-slide#slide-1130 .clock:hover svg #time-1300 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-1300 .bumper h1 span.stencil-number {
  background: url(../images/stencil-tour-1300.svg) no-repeat center center;
  width: 346px;
}

#tour-experience-overlay article .time-slide#slide-1300 .clock {
  clear: both;
  float: left;
  display: block;
}

#tour-experience-overlay article .time-slide#slide-1300 .clock svg #time-1300 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article .time-slide#slide-1300 .clock:hover svg #time-1300 {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#tour-experience-overlay article .time-slide#slide-1300 .clock:hover svg #time-800 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {

  #tour-experience-overlay article .time-slide#slide-1300 .cta,
  #tour-experience-overlay article .time-slide#slide-1300 .clock {
    display: none !important;
  }
}

#tour-experience-overlay article .time-slide.active {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  z-index: 100;
  visibility: visible;
}

#tour-experience-overlay article .time-slide.active .background {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay article.loaded {
  background: white;
}

#tour-experience-overlay article.loaded .time-slide.active .bumper {
  left: 100vw;
  visibility: hidden;
}

#tour-experience-overlay article.loaded .time-slide.active .bumper .anystretch {
  position: fixed !important;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

#tour-experience-overlay article.loaded .time-slide.active .bumper h1 .stencil-number {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#tour-experience-overlay article.loaded .time-slide.active .bumper h1 .messaging {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#tour-experience-overlay article.loaded .time-slide.active .background img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: 30s ease-out;
  -moz-transition: 30s ease-out;
  transition: 30s ease-out;
}

#tour-experience-overlay article.started {
  background: white;
}

@media (max-width:1280px) {
  #tour-experience-overlay article .time-slide .clock {
    margin-top: 40px;
    left: 0;
  }

  #tour-experience-overlay article .time-slide .details div {
    padding: 40px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #tour-experience-overlay article .time-slide .clock {
    margin-top: 40px;
    left: 0;
  }

  #tour-experience-overlay article .time-slide .details div {
    padding: 20px;
  }
}

#tour-experience-overlay.loading .time-slide.active .bumper {
  visibility: visible;
  left: 0;
}

#tour-experience-overlay.loading .time-slide.active .bumper h1 span.stencil-number {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

#tour-experience-overlay.loading .time-slide.active .bumper h1 span.messaging {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay.loading .time-slide.active .background img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#tour-experience-overlay.loading .details {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

#tour-experience-overlay.loading nav {
  bottom: -50px;
}

#tour-experience-overlay.loading nav ul li {
  top: 50px;
}

#tour-experience-overlay.loading .background {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay.loading #tour-back-btn {
  top: -60px;
}

@media (max-width:1024px) and (orientation:portrait) {
  #tour-experience-overlay.loading nav {
    bottom: -100px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #tour-experience-overlay.loading nav {
    bottom: -100px;
  }
}

#tour-experience-overlay.time-1300 nav .cta {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

@media (max-width:1024px) and (orientation:portrait) {
  #tour-experience-overlay.time-1300 nav .cta {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #tour-experience-overlay.time-1300 nav .cta {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
}

#tour-experience-overlay nav {
  position: absolute;
  bottom: -50px;
  background: white;
  z-index: 100;
  height: 50px;
  left: 0;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  width: 100vw;
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

#tour-experience-overlay nav ul {
  list-style: none;
  position: absolute;
  bottom: 0;
}

#tour-experience-overlay nav ul li {
  float: left;
  top: 0;
  position: relative;
}

#tour-experience-overlay nav ul li:nth-child(1) {
  -webkit-transition: 0.1s ease-in-out 0.15s;
  -moz-transition: 0.1s ease-in-out 0.15s;
  transition: 0.1s ease-in-out 0.15s;
}

#tour-experience-overlay nav ul li:nth-child(2) {
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

#tour-experience-overlay nav ul li:nth-child(3) {
  -webkit-transition: 0.1s ease-in-out 0.25s;
  -moz-transition: 0.1s ease-in-out 0.25s;
  transition: 0.1s ease-in-out 0.25s;
}

#tour-experience-overlay nav ul li:nth-child(4) {
  -webkit-transition: 0.1s ease-in-out 0.3s;
  -moz-transition: 0.1s ease-in-out 0.3s;
  transition: 0.1s ease-in-out 0.3s;
}

#tour-experience-overlay nav ul li:nth-child(5) {
  -webkit-transition: 0.1s ease-in-out 0.35s;
  -moz-transition: 0.1s ease-in-out 0.35s;
  transition: 0.1s ease-in-out 0.35s;
}

#tour-experience-overlay nav ul li:nth-child(6) {
  -webkit-transition: 0.1s ease-in-out 0.4s;
  -moz-transition: 0.1s ease-in-out 0.4s;
  transition: 0.1s ease-in-out 0.4s;
}

#tour-experience-overlay nav ul li:nth-child(7) {
  -webkit-transition: 0.1s ease-in-out 0.45s;
  -moz-transition: 0.1s ease-in-out 0.45s;
  transition: 0.1s ease-in-out 0.45s;
}

#tour-experience-overlay nav ul li:nth-child(8) {
  -webkit-transition: 0.1s ease-in-out 0.5s;
  -moz-transition: 0.1s ease-in-out 0.5s;
  transition: 0.1s ease-in-out 0.5s;
}

#tour-experience-overlay nav ul li:nth-child(9) {
  -webkit-transition: 0.1s ease-in-out 0.55s;
  -moz-transition: 0.1s ease-in-out 0.55s;
  transition: 0.1s ease-in-out 0.55s;
}

#tour-experience-overlay nav ul li:nth-child(10) {
  -webkit-transition: 0.1s ease-in-out 0.6s;
  -moz-transition: 0.1s ease-in-out 0.6s;
  transition: 0.1s ease-in-out 0.6s;
}

#tour-experience-overlay nav ul li:nth-child(11) {
  -webkit-transition: 0.1s ease-in-out 0.65s;
  -moz-transition: 0.1s ease-in-out 0.65s;
  transition: 0.1s ease-in-out 0.65s;
}

#tour-experience-overlay nav ul li:nth-child(12) {
  -webkit-transition: 0.1s ease-in-out 0.7s;
  -moz-transition: 0.1s ease-in-out 0.7s;
  transition: 0.1s ease-in-out 0.7s;
}

#tour-experience-overlay nav ul li a {
  color: #212121;
  display: block;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  position: relative;
  padding: 0 25px 14px 20px;
  line-height: 34px;
  border-left: 2px solid #212121;
  font-weight: bold;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#tour-experience-overlay nav ul li a:hover {
  text-decoration: none;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay nav ul li a.active {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#tour-experience-overlay nav ul li.thick-border a {
  border-left-width: 4px;
}

#tour-experience-overlay nav ul li.no-border a {
  border-left-width: 0;
}

#tour-experience-overlay nav .cta {
  right: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.1s ease-in-out 0.2s;
  -moz-transition: opacity 0.1s ease-in-out 0.2s;
  transition: opacity 0.1s ease-in-out 0.2s;
}

@media (max-width:1280px) {
  #tour-experience-overlay nav ul li a {
    padding: 0 10px 14px 10px;
  }
}

@media (max-width:1024px) and (orientation:portrait) {
  #tour-experience-overlay nav {
    width: 100%;
  }

  #tour-experience-overlay nav ul {
    bottom: 50px;
  }

  #tour-experience-overlay nav ul li {
    width: 8.5vw;
    margin-right: -2px;
  }

  #tour-experience-overlay nav .cta {
    width: 100%;
    right: 0;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    padding: 17px;
    font-size: 18px;
    text-align: center;
    color: white;
    background: #c6191a;
    height: 50px;
  }

  #tour-experience-overlay nav .cta:after {
    display: none;
  }
}

@media (max-width:767px) and (orientation:portrait) {
  #tour-experience-overlay nav ul {
    left: 10px;
  }

  #tour-experience-overlay nav ul li a {
    border: none;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media (max-width:767px) and (orientation:landscape) {
  #tour-experience-overlay nav ul li a {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #tour-experience-overlay nav {
    bottom: -100px;
    width: 100%;
  }

  #tour-experience-overlay nav ul {
    bottom: 50px;
  }

  #tour-experience-overlay nav ul li {
    width: 8.5vw;
    margin-right: -2px;
  }

  #tour-experience-overlay nav .cta {
    width: 100%;
    right: 0;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    padding: 17px;
    font-size: 18px;
    text-align: center;
    color: white;
    background: #c6191a;
    height: 50px;
  }

  #tour-experience-overlay nav .cta:after {
    display: none;
  }
}

#gallery-gateway {
  padding: 65px;
}

#gallery-gateway .mosaic div.col {
  height: 50vw;
  width: 50%;
  float: left;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}

#gallery-gateway .mosaic div.col div.col {
  height: 25vw;
}

#gallery-gateway .mosaic div.col.left .col.clear.left:before {
  content: '';
  width: 40px;
  height: 40px;
  background: transparent url(../images/ui-icon-diamond-black-white-stroke.svg) no-repeat center center;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
  position: absolute;
  z-index: 900;
  right: -20px;
  top: -20px;
}

#gallery-gateway .mosaic a {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 25vw 0;
  position: absolute;
  line-height: 0px;
}

#gallery-gateway .mosaic a:after {
  right: 40px;
}

#gallery-gateway .mosaic a:hover:after {
  right: 30px;
}

@media (max-width:1024px) {
  #gallery-gateway {
    padding: 0 0 65px 0;
  }

  #gallery-gateway .mosaic a {
    font-size: 20px;
    padding: 25vw 50px 25vw 0;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #gallery-gateway {
    display: none;
    padding: 10px 0 40px;
  }

  #gallery-gateway .mosaic div.col {
    width: 100%;
  }

  #gallery-gateway .mosaic div.col.left {
    display: none;
  }

  #gallery-gateway .mosaic a {
    font-size: 15px;
    padding: 25vw 0;
  }

  #gallery-gateway .mosaic a:after {
    right: 30px;
  }
}

section#info {
  padding: 65px;
}

section#info aside {
  width: 50%;
  position: absolute;
  float: left;
}

section#info aside cite {
  text-align: center;
  display: block;
  width: 100%;
}

section#info aside cite strong {
  display: block;
  line-height: 1;
  margin-top: 20px;
}

section#info aside blockquote {
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  width: 75%;
  position: relative;
  margin: 0 auto;
}

section#info.circle aside #photo {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border:*/
  position: relative;
  overflow: hidden;
  width: 20vw;
  height: 20vw;
  margin: 0 auto;
  z-index: 100;
}

section#info.circle aside #photo img {
  width: 100%;
  height: auto;
  position: relative;
}

section#info.circle aside #photo-diamond {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 200;
  margin-top: -15px;
  margin-left: -15px;
  left: 50%;
  top: 20vw;
}

section#info.circle aside blockquote {
  top: 0;
  padding: 0;
  margin-top: 40px;
  color: #38a6cf;
}

section#info.circle article:before {
  content: '';
  width: 1px;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  border-left: 2px dotted #212121;
}

section#info.square aside {
  height: 40vw;
}

section#info.square aside .col {
  width: 50%;
  float: right;
  line-height: 1.5;
  color: #6d6d6d;
}

section#info.square aside .col.left {
  float: left;
  text-align: center;
  padding: 4vw;
}

section#info.square aside .col.border {
  border-right: 2px dotted #212121;
}

section#info.square aside .col.full {
  padding: 4vw 0;
}

section#info.square aside .col.photo {
  padding: 0;
  line-height: 0;
  height: 20vw;
}

section#info.square aside .double {
  background: #38a6cf;
  bottom: 0;
  height: 50%;
  position: absolute;
  width: 100%;
}

section#info.square aside .double div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

section#info.square aside .double blockquote {
  color: white;
  display: block;
}

section#info.square aside .double cite {
  color: white;
}

section#info.square aside .left.photo:after {
  content: '';
  width: 40px;
  height: 40px;
  background: transparent url(../images/ui-icon-diamond-blue-white-stroke.svg) no-repeat center center;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
  position: absolute;
  z-index: 10000;
  right: -20px;
  bottom: -20px;
}

section#info.square h3,
section#info.square h4 {
  color: #212121;
}

section#info.circle h3,
section#info.circle h4 {
  color: #c6191a;
}

section#info.circle h3.gray,
section#info.circle h4.gray {
  color: #444;
}

section#info article {
  width: 50%;
  float: right;
  padding: 0 65px;
  position: relative;
}

section#info article h3 {
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
}

section#info article h4 {
  font-size: 32px;
  display: block;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
}

section#info article p {
  line-height: 1.5;
  font-size: 16px;
}

section#info article p a {
  color: #c6191a;
  text-decoration: underline;
}

section#info article p a:hover {
  text-decoration: none;
}

section#info article p a.cta {
  color: white;
  margin-bottom: 40px;
}

section#info article ul {
  line-height: 1.5;
  font-size: 16px;
  padding: 20px 0 20px 25px;
}

section#info article ul li {
  margin-bottom: 1em;
}

@media (max-width:1280px) {
  section#info aside cite {
    font-size: 14px;
  }

  section#info aside blockquote {
    font-size: 20px;
  }

  section#info article p a[title="cta-red"] {
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }

  section#info article p a[title="cta-grey"] {
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    margin-right: 0;
  }
}

@media (max-width:1024px) {
  section#info {
    padding: 40px 5%;
  }

  section#info aside {
    width: 100%;
    float: none;
    display: block;
    margin: 40px 0;
    position: relative;
  }

  section#info.circle article:before {
    display: none;
  }

  section#info article {
    width: 100%;
    float: none;
    padding: 0;
  }

  section#info.square {
    padding: 40px 0;
  }

  section#info.square article {
    padding: 0 5%;
  }

  section#info.square aside {
    height: auto;
  }

  section#info.square aside .col.photo {
    height: 30vw;
  }

  section#info.square aside .double {
    position: relative;
    float: left;
  }

  section#info.square aside .double div {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    padding: 30px 0px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  section#info {
    padding: 40px 5%;
  }

  section#info article h3 {
    font-size: 30px;
  }

  section#info.square aside .col.photo {
    height: 60vw;
  }
}

@media (max-width:480px) {
  section#info.circle aside #photo-diamond {
    top: 40vw;
  }

  section#info.circle aside #photo {
    height: 40vw;
    width: 40vw;
  }
}

#top-ten {
  padding: 65px;
}

#top-ten #mosaic {
  margin-top: 0;
  background: #252120;
}

#top-ten #mosaic div.col {
  height: 50vw;
  width: 50%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}

#top-ten #mosaic div.col div.col {
  height: 25vw;
}

#top-ten #mosaic div.col div.col p {
  color: white;
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  font-size: 15px;
  margin: 0;
  padding: 0 40px;
  line-height: 1.5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top-ten #mosaic div.col div.col.left {
  float: left;
}

#top-ten #mosaic div.col div.col.left p {
  text-align: right;
}

#top-ten #mosaic div.col div.col.right {
  float: right;
}

#top-ten #mosaic div.col div.col .anystretch {
  z-index: 1 !important;
}

#top-ten #mosaic div.col.left {
  float: left;
  background: #252120;
}

#top-ten #mosaic div.col.left .col.left:before {
  content: '';
  width: 40px;
  height: 40px;
  background: transparent url(../images/ui-icon-diamond-black-white-stroke.svg) no-repeat center center;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
  position: absolute;
  z-index: 900;
  right: -20px;
  top: 50%;
  margin-top: -20px;
}

#top-ten #mosaic div.col.right {
  float: right;
}

#top-ten #mosaic a {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 25vw 0;
  position: absolute;
  left: 0;
  line-height: 1.5;
}

#top-ten #mosaic a:after {
  right: 40px;
}

#top-ten #mosaic a:hover:after {
  right: 30px;
}

@media (max-width:1024px) {
  #top-ten {
    padding: 65px 5%;
  }
}

@media (max-width:1024px) and (orientation:portrait) {
  #top-ten {
    padding: 0;
  }

  #top-ten #mosaic div.col a {
    font-size: 18px;
  }

  #top-ten #mosaic div.col a:after {
    right: 5%;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #top-ten {
    padding: 0;
  }

  #top-ten #mosaic div.col {
    height: 60vw;
    width: 100%;
  }

  #top-ten #mosaic div.col.left {
    display: none;
  }

  #top-ten #mosaic div.col a {
    font-size: 18px;
  }

  #top-ten #mosaic div.col a:after {
    right: 5%;
  }
}

#video-callout {
  height: 30vw;
  width: 100%;
  background: #212121 url(../images/photo-rookie-preseason-video.jpg) no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #video-callout {
    height: 60vw;
  }
}

#video-callout p {
  color: white;
  width: 20vw;
  font-size: 16px;
  text-align: right;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -20vw;
  line-height: 1.25;
  -webkit-transform: translateY(-50%) translateX(-100px);
  -moz-transform: translateY(-50%) translateX(-100px);
  -ms-transform: translateY(-50%) translateX(-100px);
  -o-transform: translateY(-50%) translateX(-100px);
  transform: translateY(-50%) translateX(-100px);
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #video-callout p {
    width: 25vw;
    font-size: 12px;
  }
}

@media (max-width:480px) {
  #video-callout p {
    left: 57%;
  }
}

@media (max-width:480px) {
  #video-callout a.play-btn {
    width: 60px;
    height: 60px;
    border-width: 3px;
  }
}

@media (max-width:480px) {
  #video-callout a.play-btn:before {
    background-position: 10px center;
    -webkit-background-size: 20px auto !important;
    -moz-background-size: 20px auto !important;
    -o-background-size: 20px auto !important;
    background-size: 20px auto !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 7px;
    left: 9px;
  }
}

#details {
  padding: 65px 65px 100px;
}

#details:before {
  content: '';
  width: 1px;
  border-left: 2px dotted #212121;
  position: absolute;
  top: 0;
  height: 85%;
  left: 50%;
  display: block;
  margin: 5% 0;
}

#details aside {
  width: 50%;
  float: left;
  position: relative;
}

#details aside img {
  width: 90%;
  height: auto;
  margin: 40px 0;
}

#details article {
  width: 50%;
  float: left;
  padding: 65px 5%;
  position: relative;
}

#details article h1 {
  font-weight: bold;
  color: #c6191a;
}

#details article h2 {
  margin-top: 1em;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.25;
}

#details article h3 {
  color: #555555;
  margin-bottom: 2em;
  font-size: 20px;
  font-weight: normal;
}

#details article p {
  line-height: 1.5;
}

#details article p a {
  color: #c6191a;
  text-decoration: underline;
}

#details article p a:hover {
  text-decoration: none;
}

#details article ul {
  line-height: 1.5;
  font-size: 16px;
  padding: 20px 0 20px 25px;
}

#details article ul li {
  margin-bottom: 1em;
}

#details article ul#resources {
  list-style: none;
  line-height: 2;
  font-size: 18px;
  padding: 0 0 20px 0;
}

#details article ul#resources li {
  clear: both;
  margin-bottom: 10px;
}

#details article ul#resources li a {
  color: #c6191a;
  text-decoration: underline;
  position: relative;
  display: block;
  padding-left: 40px;
}

#details article ul#resources li a:hover {
  text-decoration: none;
}

#details article ul#resources li a:hover:before {
  left: 5px;
}

#details article ul#resources li a:before {
  content: '';
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat;
  background-position: center center;
  height: 20px;
  width: 26px;
  position: absolute;
  left: 0;
  top: 9px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#details article ul#resources li a#itenerary-btn:before {
  background-image: url(../images/ui-icon-clock.svg);
}

#details article ul#resources li a#map-btn:before {
  background-image: url(../images/ui-icon-map.svg);
}

#details article ul#resources li a#roster-btn:before {
  background-image: url(../images/ui-icon-profile.svg);
}

#details article #additional h2 {
  margin-bottom: 20px;
  font-weight: bold;
}

#details article #additional h3 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #c6191a;
}

#details article #additional h4 {
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
  font-weight: bold;
}

#details article #additional h2.gray,
#details article #additional h3.gray,
#details article #additional h4.gray {
  color: #444;
}

#details article #additional ul {
  line-height: 1.5;
  margin-left: 1em;
  margin-bottom: 1em;
}

#details article #additional ul li {
  margin-bottom: 0.5em;
}

#details article #additional a {
  color: #c6191a;
}

@media (max-width:1024px) {
  #details {
    padding: 50px 5%;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #details:before {
    display: none;
  }

  #details aside {
    width: 100%;
  }

  #details aside img {
    width: 100%;
    margin: 0;
  }

  #details article {
    padding: 20px 0;
    width: 100%;
  }
}

body.show-gallery {
  overflow: hidden;
}

#gallery-overlay {
  position: fixed;
  top: 0;
  left: 100vw;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: black;
  z-index: 10000;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#gallery-overlay #gallery-back-btn {
  color: white;
  text-decoration: none;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  z-index: 1000;
  position: absolute;
  top: -60px;
  left: 90px;
  -webkit-transition: 0.1s ease-in-out 1s;
  -moz-transition: 0.1s ease-in-out 1s;
  transition: 0.1s ease-in-out 1s;
}

#gallery-overlay #gallery-back-btn:before {
  content: '';
  background: url(../images/ui-icon-chevron-left-white.svg) no-repeat center center;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -40px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#gallery-overlay article {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

#gallery-overlay article ul {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

#gallery-overlay article ul li {
  width: 100vw;
  height: 100vh;
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#gallery-overlay article ul li.current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#gallery-overlay article ul li.current.double div.wrapper.left div.stretched {
  left: -25vw;
}

#gallery-overlay article ul li.current.double div.wrapper.right div.stretched {
  right: -25vw;
}

#gallery-overlay article ul li.current.double.expanded div.wrapper {
  width: 100vw;
}

#gallery-overlay article ul li.current.double.expanded.show-left div.wrapper.right {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  right: -100vw;
}

#gallery-overlay article ul li.current.double.expanded.show-left div.wrapper.left {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  left: 0;
}

#gallery-overlay article ul li.current.double.expanded.show-left div.wrapper.left div.stretched {
  left: 0;
}

#gallery-overlay article ul li.current.double.expanded.show-right div.wrapper.right {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  right: 0;
}

#gallery-overlay article ul li.current.double.expanded.show-right div.wrapper.right .stretched {
  right: 0;
}

#gallery-overlay article ul li.current.double.expanded.show-right div.wrapper.left {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  left: -100vw;
}

#gallery-overlay article ul li.double div.wrapper {
  width: 50vw;
  height: 100vh;
  top: 0;
  position: absolute !important;
  overflow: hidden;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#gallery-overlay article ul li.double div.wrapper.left {
  left: 0;
}

#gallery-overlay article ul li.double div.wrapper.left div.stretched {
  left: 0vw;
}

#gallery-overlay article ul li.double div.wrapper.right {
  right: 0;
}

#gallery-overlay article ul li.double div.wrapper.right div.stretched {
  right: 0vw;
}

#gallery-overlay article ul li.double div.wrapper div.stretched {
  width: 100vw;
  height: 100vh;
  position: absolute !important;
  top: 0;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#gallery-overlay nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  margin-top: -70px;
  margin-left: -70px;
  z-index: 1000;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#gallery-overlay nav #diamond #prev,
#gallery-overlay nav #diamond #next {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#gallery-overlay nav a {
  display: block;
  width: 20px;
  height: 37px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 100;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
}

#gallery-overlay nav a span {
  display: none;
}

#gallery-overlay nav a#next-btn {
  right: 20px;
  background: transparent url(../images/ui-icon-chevron-right-white-thin.svg) no-repeat center center;
}

#gallery-overlay nav a#next-btn:hover {
  right: 23px;
}

#gallery-overlay nav a#prev-btn {
  left: 20px;
  background: transparent url(../images/ui-icon-chevron-left-white-thin.svg) no-repeat center center;
}

#gallery-overlay nav a#prev-btn:hover {
  left: 23px;
}

#gallery-overlay nav a:active:before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#gallery-overlay nav a:before {
  content: '';
  width: 20px;
  height: 37px;
  position: absolute;
  -webkit-transition: 0 ease-in-out;
  -moz-transition: 0 ease-in-out;
  transition: 0 ease-in-out;
}

#gallery-overlay nav a.disabled {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  cursor: default;
}

#gallery-overlay nav a.disabled:before {
  display: none;
}

#gallery-overlay nav a.disabled#prev-btn:hover {
  left: 20px;
}

#gallery-overlay nav a.disabled#next-btn:hover {
  right: 20px;
}

#gallery-overlay nav span#title {
  font-weight: normal;
  font-size: 50px;
  width: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 50%;
  color: white;
  display: block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gallery-overlay nav.hide {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

#gallery-overlay.loaded {
  left: 0;
}

#gallery-overlay.loaded #gallery-back-btn {
  top: 60px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#gallery-overlay.loaded #gallery-back-btn.hide {
  top: -60px !important;
}

@media (max-width:1024px) {
  #gallery-overlay nav {
    width: 155px;
    height: 155px;
    margin-top: -77px;
    margin-left: -77px;
  }

  #gallery-overlay nav span#title {
    font-size: 25px;
  }
}

@media (max-width:1024px) and (orientation:portrait) {
  #gallery-overlay article ul li.current.double div.wrapper.left div.stretched {
    left: 0vw;
  }

  #gallery-overlay article ul li.current.double div.wrapper.right {
    top: 50vh;
  }

  #gallery-overlay article ul li.current.double div.wrapper.right div.stretched {
    right: 0vw;
  }

  #gallery-overlay article ul li.double div.wrapper {
    width: 100vw;
    height: 50vh;
  }
}

@media (max-width:480px) {
  #gallery-overlay article ul li.current.double div.wrapper.left div.stretched {
    left: 0vw;
  }

  #gallery-overlay article ul li.current.double div.wrapper.right {
    top: 50vh;
  }

  #gallery-overlay article ul li.current.double div.wrapper.right div.stretched {
    right: 0vw;
  }

  #gallery-overlay article ul li.double div.wrapper {
    width: 100vw;
    height: 50vh;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #gallery-overlay.loaded #gallery-back-btn {
    top: 25px;
    left: 60px;
  }
}

body.show-top-ten {
  overflow: hidden;
}

#top-ten-overlay {
  position: fixed;
  top: 0;
  left: 100vw;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: black;
  z-index: 10000;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#top-ten-overlay #top-ten-back-btn {
  color: white;
  text-decoration: none;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  z-index: 1000;
  position: absolute;
  top: -60px;
  left: 90px;
  -webkit-transition: 0.1s ease-in-out 1s;
  -moz-transition: 0.1s ease-in-out 1s;
  transition: 0.1s ease-in-out 1s;
}

#top-ten-overlay #top-ten-back-btn:before {
  content: '';
  background: url(../images/ui-icon-chevron-left-white.svg) no-repeat center center;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -40px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#top-ten-overlay article[role=container] {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#top-ten-overlay article[role=container] #intro {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#top-ten-overlay article[role=container] #intro img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 30s ease-out;
  -moz-transition: 30s ease-out;
  transition: 30s ease-out;
}

#top-ten-overlay article[role=container] ul#players {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

#top-ten-overlay article[role=container] ul#players li.spreads {
  width: 100vw;
  height: 100vh;
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  z-index: 100;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper {
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.left {
  left: 0;
  background: white;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.left .photo {
  position: absolute;
  background: none;
  top: 0;
  left: -50vw;
  width: 50vw;
  z-index: 100;
  height: 100vh;
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.left .photo img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right {
  right: 0;
  background: white;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right .details {
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  padding: 0 60px 0 160px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.2s ease-in-out 0.1s;
  -moz-transition: 0.2s ease-in-out 0.1s;
  transition: 0.2s ease-in-out 0.1s;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right .details h1 {
  font-size: 30px;
  font-weight: bold;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right .details h1 span {
  font-weight: normal;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right .details p {
  line-height: 1.7;
  font-size: 16px;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right .details ul {
  list-style: none;
  width: 50%;
  float: left;
  margin: 30px 0;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right .details ul li {
  clear: both;
  float: left;
  display: block;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: bold;
  width: 100%;
  font-size: 13px;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right .details ul li span {
  font-weight: normal;
  width: 33%;
  display: inline-block;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right .details a.btn {
  float: left;
  color: #222222;
  font-weight: bold;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right .details a.btn.video-btn {
  padding-left: 35px;
  background: transparent url(../images/ui-icon-video-black.svg) no-repeat left center;
  -webkit-background-size: auto 18px !important;
  -moz-background-size: auto 18px !important;
  -o-background-size: auto 18px !important;
  background-size: auto 18px !important;
}

#top-ten-overlay article[role=container] ul#players li.spreads .wrapper.right .details a.btn:hover {
  color: #7B868E;
  text-decoration: none;
}

#top-ten-overlay article[role=container] ul#players li.spreads.current {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  z-index: 1000;
}

#top-ten-overlay article[role=container] ul#players li.spreads.current .wrapper.left .photo {
  left: 0;
}

#top-ten-overlay article[role=container] ul#players li.spreads.current .wrapper.left .photo img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: 30s ease-out;
  -moz-transition: 30s ease-out;
  transition: 30s ease-out;
}

#top-ten-overlay article[role=container] ul#players li.spreads.current .wrapper.right .details {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top-ten-overlay nav#arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 255px;
  height: 255px;
  margin-top: -127px;
  margin-left: -127px;
  z-index: 1000;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#top-ten-overlay nav#arrows #diamond {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#top-ten-overlay nav#arrows #diamond #prev,
#top-ten-overlay nav#arrows #diamond #next {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#top-ten-overlay nav#arrows h4 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  line-height: 1.5;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  font-weight: bold;
  color: white;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  top: 300px;
  font-size: 24px;
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
  z-index: -1;
}

#top-ten-overlay nav#arrows a {
  display: block;
  width: 20px;
  height: 37px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 100;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
}

#top-ten-overlay nav#arrows a span {
  display: none;
}

#top-ten-overlay nav#arrows a#next-btn {
  right: 20px;
  background: transparent url(../images/ui-icon-chevron-right-white-thin.svg) no-repeat center center;
}

#top-ten-overlay nav#arrows a#next-btn:before {
  background: transparent url(../images/ui-icon-chevron-right-white-thin.svg) no-repeat center center;
}

#top-ten-overlay nav#arrows a#next-btn:hover {
  right: 23px;
}

#top-ten-overlay nav#arrows a#prev-btn {
  left: 20px;
  background: transparent url(../images/ui-icon-chevron-left-white-thin.svg) no-repeat center center;
}

#top-ten-overlay nav#arrows a#prev-btn:before {
  background: transparent url(../images/ui-icon-chevron-left-white-thin.svg) no-repeat center center;
}

#top-ten-overlay nav#arrows a#prev-btn:hover {
  left: 23px;
}

#top-ten-overlay nav#arrows a:active:before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#top-ten-overlay nav#arrows a:before {
  content: '';
  width: 20px;
  height: 37px;
  position: absolute;
  -webkit-transition: 0 ease-in-out;
  -moz-transition: 0 ease-in-out;
  transition: 0 ease-in-out;
}

#top-ten-overlay nav#arrows a.disabled {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  cursor: default;
}

#top-ten-overlay nav#arrows a.disabled:before {
  display: none;
}

#top-ten-overlay nav#arrows a.disabled#prev-btn:hover {
  left: 20px;
}

#top-ten-overlay nav#arrows a.disabled#next-btn:hover {
  right: 20px;
}

#top-ten-overlay nav#arrows h3#current-rank {
  font-weight: bold;
  font-size: 70px;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  display: block;
  text-align: center;
}

#top-ten-overlay nav#arrows h3#current-rank span {
  position: absolute;
  width: 100%;
  display: block;
  top: 50%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#top-ten-overlay nav#arrows h3#current-rank span.current {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top-ten-overlay nav#arrows.hide {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

#top-ten-overlay nav#list {
  position: absolute;
  left: 50vw;
  bottom: -200px;
  z-index: 1000;
  width: 50vw;
}

#top-ten-overlay nav#list ul {
  list-style: none;
  text-align: center;
}

#top-ten-overlay nav#list ul li {
  display: inline-block;
  margin-top: 100px;
  position: relative;
}

#top-ten-overlay nav#list ul li:nth-child(1) {
  -webkit-transition: 0.1s ease-in-out 0.15s;
  -moz-transition: 0.1s ease-in-out 0.15s;
  transition: 0.1s ease-in-out 0.15s;
}

#top-ten-overlay nav#list ul li:nth-child(2) {
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

#top-ten-overlay nav#list ul li:nth-child(3) {
  -webkit-transition: 0.1s ease-in-out 0.25s;
  -moz-transition: 0.1s ease-in-out 0.25s;
  transition: 0.1s ease-in-out 0.25s;
}

#top-ten-overlay nav#list ul li:nth-child(4) {
  -webkit-transition: 0.1s ease-in-out 0.3s;
  -moz-transition: 0.1s ease-in-out 0.3s;
  transition: 0.1s ease-in-out 0.3s;
}

#top-ten-overlay nav#list ul li:nth-child(5) {
  -webkit-transition: 0.1s ease-in-out 0.35s;
  -moz-transition: 0.1s ease-in-out 0.35s;
  transition: 0.1s ease-in-out 0.35s;
}

#top-ten-overlay nav#list ul li:nth-child(6) {
  -webkit-transition: 0.1s ease-in-out 0.4s;
  -moz-transition: 0.1s ease-in-out 0.4s;
  transition: 0.1s ease-in-out 0.4s;
}

#top-ten-overlay nav#list ul li:nth-child(7) {
  -webkit-transition: 0.1s ease-in-out 0.45s;
  -moz-transition: 0.1s ease-in-out 0.45s;
  transition: 0.1s ease-in-out 0.45s;
}

#top-ten-overlay nav#list ul li:nth-child(8) {
  -webkit-transition: 0.1s ease-in-out 0.5s;
  -moz-transition: 0.1s ease-in-out 0.5s;
  transition: 0.1s ease-in-out 0.5s;
}

#top-ten-overlay nav#list ul li:nth-child(9) {
  -webkit-transition: 0.1s ease-in-out 0.55s;
  -moz-transition: 0.1s ease-in-out 0.55s;
  transition: 0.1s ease-in-out 0.55s;
}

#top-ten-overlay nav#list ul li:nth-child(10) {
  -webkit-transition: 0.1s ease-in-out 0.6s;
  -moz-transition: 0.1s ease-in-out 0.6s;
  transition: 0.1s ease-in-out 0.6s;
}

#top-ten-overlay nav#list ul li a {
  color: #212121;
  display: block;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  position: relative;
  padding: 10px 25px;
  border-left: 1px solid #e2e2e2;
  font-size: 14px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#top-ten-overlay nav#list ul li a:hover {
  text-decoration: none;
  color: #e2e2e2;
}

#top-ten-overlay nav#list ul li a.current {
  color: white;
}

#top-ten-overlay nav#list ul li a.current:after {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

#top-ten-overlay nav#list ul li a.current:hover {
  color: white;
  cursor: default;
}

#top-ten-overlay nav#list ul li a:after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  background: transparent url(../images/ui-icon-diamond-red.svg) no-repeat center center;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  z-index: -1;
  top: 3px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#top-ten-overlay nav#list ul li.thick-border a {
  border-left-width: 3px;
}

#top-ten-overlay.intro {
  left: 0;
  background: black;
}

#top-ten-overlay.intro article #intro {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#top-ten-overlay.intro article #intro img {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: 30s ease-out;
  -moz-transition: 30s ease-out;
  transition: 30s ease-out;
}

#top-ten-overlay.intro article #players {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#top-ten-overlay.intro nav#arrows a {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#top-ten-overlay.intro nav#arrows a#next-btn {
  right: -100px;
}

#top-ten-overlay.intro nav#arrows a#prev-btn {
  left: -100px;
}

#top-ten-overlay.intro nav#arrows h4 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

#top-ten-overlay.intro nav#arrows #current-rank span {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: scale(2) translateY(-50%);
  -moz-transform: scale(2) translateY(-50%);
  -ms-transform: scale(2) translateY(-50%);
  -o-transform: scale(2) translateY(-50%);
  transform: scale(2) translateY(-50%);
}

#top-ten-overlay.intro nav#arrows #current-rank span.show {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

#top-ten-overlay.loaded {
  left: 0;
  background: white;
}

#top-ten-overlay.loaded #top-ten-back-btn {
  top: 60px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#top-ten-overlay.loaded #top-ten-back-btn.hide {
  top: -60px !important;
}

#top-ten-overlay.loaded nav#list {
  bottom: 0;
}

#top-ten-overlay.loaded nav#list ul li {
  margin-top: 0;
}

#top-ten-overlay.loaded nav#arrows h4 {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#top-ten-overlay.loaded article #intro {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

@media (max-width:1024px) {
  #top-ten-overlay #navarrows h3#current-rank {
    font-size: 52px;
  }

  #top-ten-overlay nav#list {
    display: none;
  }
}

body.standalone-video {
  background: black;
  -ms-overflow-style: none;
  overflow: hidden;
}

body.standalone-video #video-player {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 600px !important;
  overflow: hidden;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.standalone-video #video-player div.video-js {
  height: 600px !important;
  overflow: hidden;
}

body.standalone-video #video-player div.video-js .vjs-control-bar {
  bottom: 0 !important;
  display: block;
}

body.standalone-video #wpadminbar {
  display: none !important;
  visibility: hidden !important;
}

@media (max-width:1024px) {
  body.standalone-video #video-player div.video-js .vjs-custom-skin .vjs-control-bar {
    display: block !important;
  }
}

@media (max-width:1024px) and (orientation:portrait) {
  body.standalone-video #video-player div.video-js .vjs-custom-skin .vjs-control-bar {
    display: block !important;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  body.standalone-video #video-player div.video-js .vjs-custom-skin .vjs-control-bar {
    display: none;
  }
}

#videos {
  padding-bottom: 120px;
  overflow: visible;
}

#videos h1 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  color: #d0d0d0;
  margin: 20px 0;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#videos .summary {
  background: url(../images/bg-bftv-summary.svg) no-repeat left top;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  width: 34%;
  position: absolute;
  right: 65px;
  top: 0;
  margin: 0px 0 0 -20%;
  padding: 40px 40px 40px 90px;
  z-index: 100;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

#videos .summary:after {
  content: '';
  height: 20px;
  width: 30px;
  position: absolute;
  top: 44px;
  left: 70px;
  background: url(../images/ui-icon-video-white.svg) no-repeat left top;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
}

#videos .summary h2 {
  color: #c6191a;
  line-height: 28px;
  padding: 0 0 0 74px;
  margin: 0 0 0 -40px;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}

#videos .summary p {
  color: #eee;
  padding: 0 0 0 34px;
  line-height: 1.6;
  margin: 15px 0;
}

#videos div#video-player {
  width: 70%;
  border: 10px solid #c6191a;
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transform: translate3d(0, 20%, 0);
  -moz-transform: translate3d(0, 20%, 0);
  -ms-transform: translate3d(0, 20%, 0);
  -o-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#videos div#video-player img,
#videos div#video-player video {
  width: 100%;
  height: auto;
  float: left;
}

#videos div#video-player div.video-js .vjs-control-bar {
  bottom: 0 !important;
}

#videos nav#video-playlist {
  width: 30%;
  position: absolute;
  right: 65px;
  bottom: 140px;
  padding-left: 39px;
}

#videos nav#video-playlist ul {
  list-style: none;
}

#videos nav#video-playlist li {
  display: block;
  width: 100%;
  margin: 15px 0;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#videos nav#video-playlist li a {
  display: block;
  line-height: 28px;
  padding: 0 0 0 34px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #d0d0d0;
  position: relative;
  font-size: 20px;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
}

#videos nav#video-playlist li a.active {
  color: #c6191a;
  text-decoration: none;
}

#videos nav#video-playlist li a.active:before {
  content: '';
  background-image: url(../images/ui-triangle-right-red.svg);
  background-repeat: no-repeat;
  -webkit-background-size: auto 20px !important;
  -moz-background-size: auto 20px !important;
  -o-background-size: auto 20px !important;
  background-size: auto 20px !important;
  background-position: -1px center;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#videos nav#video-playlist li a:hover {
  color: #c6191a;
  text-decoration: none;
}

#videos nav#video-playlist li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#videos nav#video-playlist li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#videos nav#video-playlist li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#videos nav#video-playlist a#view-all {
  margin-left: 34px;
  margin-top: 30px;
  position: relative;
  display: block;
  font-size: 15px;
  color: #c6191a;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

@media (max-width:1440px) {
  #videos nav#video-playlist li a {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width:1280px) {
  #videos .summary {
    padding: 20px 20px 20px 70px;
    right: 40px;
    top: 50px;
  }

  #videos .summary h2 {
    font-size: 18px;
    padding: 0 0 0 64px;
  }

  #videos .summary p {
    font-size: 14px;
    margin-top: 0;
  }

  #videos .summary:after {
    top: 24px;
    left: 48px;
  }

  #videos h1 {
    margin-top: 40px;
  }

  #videos nav#video-playlist {
    bottom: 110px;
  }

  #videos nav#video-playlist li a {
    font-size: 18px;
    line-height: 20px;
  }

  #videos nav#video-playlist a#view-all {
    margin-top: 15px;
  }
}

@media (max-width:1024px) {
  #videos h1 {
    text-align: center;
    margin: 0;
  }

  #videos .summary {
    background: none;
    height: auto;
    width: 60%;
    margin: 30px auto;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 100;
    text-align: center;
  }

  #videos .summary h2 {
    background: none;
    color: #c6191a;
    line-height: 28px;
    padding: 0;
    margin: 0;
  }

  #videos .summary p {
    color: #212121;
    padding: 0;
    line-height: 1.6;
    margin: 15px 0;
  }

  #videos .summary:after {
    display: none;
  }

  #videos div#video-player {
    width: 100%;
  }

  #videos nav#video-playlist {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
    float: left;
  }

  #videos nav#video-playlist li a {
    font-size: 18px;
    line-height: 20px;
    padding: 0;
    margin: 0;
  }

  #videos nav#video-playlist li a.active:before {
    background-image: none;
    display: none;
  }

  #videos nav#video-playlist a#view-all {
    margin-top: 15px;
    margin-left: 0;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #videos {
    padding: 0 !important;
  }

  #videos h1 {
    display: none;
  }

  #videos .summary {
    display: none;
  }

  #videos div#video-player {
    border: none;
    margin-top: 0;
  }

  #videos nav#video-playlist {
    margin-top: 0;
  }

  #videos nav#video-playlist ul {
    display: none;
  }

  #videos nav#video-playlist a#view-all {
    margin-top: 0;
    padding: 20px;
    background: #c6191a;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  }
}

#videos.s-active h1,
#videos.init h1 {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#videos.s-active .summary,
#videos.init .summary {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#videos.s-active div#video-player,
#videos.init div#video-player {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#videos.s-active nav#video-playlist li,
#videos.init nav#video-playlist li {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#videos.s-active nav#video-playlist a#view-all,
#videos.init nav#video-playlist a#view-all {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#two-col-content {
  padding: 50px 5% 100px 5%;
  color: #777;
  line-height: 1.7;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #two-col-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}

#two-col-content strong {
  color: #000;
}

#two-col-content .col {
  width: 50%;
  float: left;
  padding: 0 4%;
}

@media (max-width:1024px) {
  #two-col-content .col {
    width: 100%;
    padding: 0;
  }
}

#two-col-content .col:first-child {
  border-right: 2px dotted #000;
}

@media (max-width:1024px) {
  #two-col-content .col:first-child {
    border: none;
  }
}

@media (max-width:1024px) {
  #two-col-content .col:nth-child(2) {
    margin-top: 60px;
  }
}

#two-col-content .col h3 {
  color: #c6191a;
  font-weight: 800;
}

#two-col-content .col h1 {
  color: #c6191a;
  font-weight: 800;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

#two-col-content .col h3.black {
  color: #000;
}

#two-col-content .col h3.clear {
  width: 100%;
  float: left;
  clear: left;
}

#two-col-content .col p.note {
  margin: 50px 0 80px;
}

@media (max-width:1024px) {
  #two-col-content .col p.note {
    clear: left;
  }
}

#two-col-content .col img.logo {
  float: left;
  margin: 20px 50px 50px 0;
}

#two-col-content .col ul {
  line-height: 1.5;
  font-size: 16px;
  padding: 20px 0 20px 25px;
}

#two-col-content .col ul li {
  margin-bottom: 1em;
}

.show-nav #proof-callout.stuck {
  left: 35vw !important;
  margin-left: 65px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#proof-callout {
  position: relative;
  width: 100%;
  z-index: 90;
  color: #fff;
  background: #31bef1 url(../images/bg-events-sidebar-promo.png) no-repeat left center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

#proof-callout h2 {
  margin: 40px;
  font-size: 32px;
}

#proof-callout ul {
  list-style: none;
  margin: 40px 40px 0;
}

#proof-callout ul li {
  clear: both;
  float: left;
  margin-bottom: 40px;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #proof-callout ul li {
    margin-bottom: 20px;
  }
}

#proof-callout ul li img {
  height: 35px;
  width: auto;
  float: left;
}

@media (max-width:1024px) {
  #proof-callout ul li img {
    height: 25px;
  }
}

#proof-callout ul li p {
  margin: 0;
  float: left;
  clear: both;
  padding: 0;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
}

#proof-callout span#open-btn {
  clear: both;
  float: left;
  display: block;
  color: white;
  padding-left: 40px;
  padding-right: 100px;
  margin-bottom: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 1;
  position: relative;
  font-size: 20px;
  width: 100%;
  z-index: 100;
}

@media (max-width:1024px) {
  #proof-callout span#open-btn {
    font-size: 16px;
    padding-right: 80px;
  }
}

#proof-callout span#open-btn:after {
  content: '';
  height: 20px;
  background: url(../images/ui-icon-chevron-right-white.svg) no-repeat center center;
  width: 20px;
  display: block;
  position: absolute;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#proof-callout span#open-btn:hover {
  text-decoration: none;
}

#proof-callout.stuck {
  position: fixed;
  left: 65px;
  width: 22.5%;
}

@media (max-width:1024px) {
  #proof-callout.stuck {
    width: 25%;
  }
}

#proof-callout.passed {
  top: auto !important;
  bottom: 40px;
  position: absolute;
}

#proof-callout #more {
  display: none;
  z-index: 100;
}

.hovered #proof-callout {
  background-color: black;
}

.hovered #proof-callout #more {
  display: block;
  position: absolute;
  height: 100%;
  left: 100%;
  width: 170%;
  background: white;
  top: 0;
  color: black;
  padding: 40px;
  overflow: hidden;
}

.hovered #proof-callout #more:after {
  content: '';
  background: white url(../images/bg-events-sidebar-callout-trophy.png) no-repeat right bottom;
  width: 337px;
  height: 284px;
  position: absolute;
  right: -150px;
  bottom: 20px;
}

.hovered #proof-callout #more h3 {
  font-size: 40px;
  padding-right: 80px;
}

.hovered #proof-callout #more h3 strong {
  font-weight: bold;
}

.hovered #proof-callout #more h4 {
  font-weight: bold;
  color: #6d6d6d;
  margin-top: 40px;
}

.hovered #proof-callout #more p {
  color: #6d6d6d;
  margin-right: 160px;
}

.hovered #proof-callout #more a {
  color: #6d6d6d;
  text-decoration: underline;
}

.hovered #proof-callout a:after {
  right: 20px;
}

.show-nav #search-btn {
  -webkit-transform: translateX(35vw);
  -moz-transform: translateX(35vw);
  -ms-transform: translateX(35vw);
  -o-transform: translateX(35vw);
  transform: translateX(35vw);
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

#search-btn {
  padding-top: 50px;
  width: 130px;
  text-align: center;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -130px;
  z-index: 10020;
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  transition: left 0.2s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width:1024px) {
  #search-btn {
    padding-top: 42px;
    width: auto;
    margin-left: -90px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #search-btn {
    display: none;
  }
}

#search-btn a {
  color: white;
  line-height: 1;
  text-decoration: none;
}

@media (max-width:1024px) {
  #search-btn a {
    padding: 10px;
  }
}

#search-btn a i {
  background-image: url(../images/ui-icon-search.svg);
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #search-btn a i {
    height: 20px;
    width: 20px;
  }
}

#search-btn a:hover {
  text-decoration: none;
}

#search-btn a:hover i {
  -webkit-transform: rotate(45deg) scale(1.1) translateY(-5px);
  -moz-transform: rotate(45deg) scale(1.1) translateY(-5px);
  -ms-transform: rotate(45deg) scale(1.1) translateY(-5px);
  -o-transform: rotate(45deg) scale(1.1) translateY(-5px);
  transform: rotate(45deg) scale(1.1) translateY(-5px);
}

#search-overlay {
  position: fixed !important;
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  z-index: 10000;
  top: 0;
  right: 0;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  background: black;
}

#search-overlay #search-wrap {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 0 65px;
}

#search-overlay #search-wrap #search-dimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: black;
  visibility: hidden;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#search-overlay #search-wrap form {
  width: 80%;
  max-width: 0;
  overflow: hidden;
  position: relative;
  float: left;
  padding-left: 0;
  z-index: 200;
  margin-top: 20px;
  border-bottom: 10px solid white;
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

#search-overlay #search-wrap form input[type=text] {
  float: left;
  color: white;
  background: none;
  border: none;
  padding: 1em 1em 1em 0;
  font-weight: 300;
  font-size: 26px;
  width: 80%;
  outline: none;
  font-family: "franklin-gothic-urw", Helvetica, sans-serif;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  -moz-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

#search-overlay #search-wrap form ::-webkit-input-placeholder {
  color: white;
}

#search-overlay #search-wrap form :-moz-placeholder {
  color: white;
}

#search-overlay #search-wrap form ::-moz-placeholder {
  color: white;
}

#search-overlay #search-wrap form :-ms-input-placeholder {
  color: white;
}

#search-overlay #search-wrap form .submit-btn {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -moz-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  border-left: 1px dotted white;
}

#search-overlay #search-wrap form .submit-btn input[type=submit] {
  color: white;
  background: none;
  border: none;
  font-size: 18px;
  letter-spacing: 2px;
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
  padding: 0.5em 2em 0.5em 2em;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Helvetica, sans-serif;
  cursor: pointer;
}

#search-overlay #search-wrap form .submit-btn input[type=submit]:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#search-overlay #search-wrap form .submit-btn:after {
  content: '';
  background: transparent url(../images/ui-icon-chevron-right-white.svg) no-repeat right center;
  width: 20px;
  height: 30px;
  -webkit-background-size: auto 20px !important;
  -moz-background-size: auto 20px !important;
  -o-background-size: auto 20px !important;
  background-size: auto 20px !important;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

#search-overlay #search-wrap #search-close-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 45px;
  top: 45px;
  background: transparent url(../images/ui-icon-close.svg) no-repeat center center;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
  overflow: hidden;
  z-index: 300;
  text-indent: -5000px;
  -webkit-transform: scale(0) rotate(0deg);
  -moz-transform: scale(0) rotate(0deg);
  -ms-transform: scale(0) rotate(0deg);
  -o-transform: scale(0) rotate(0deg);
  transform: scale(0) rotate(0deg);
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

#search-overlay #search-wrap #search-close-btn:hover {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -ms-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}

#search-overlay #search-wrap #top-searches {
  float: left;
  clear: both;
  position: relative;
  width: 100%;
  overflow: visible;
  margin-top: 100px;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  z-index: 90;
  -webkit-transform: translateY(5vh);
  -moz-transform: translateY(5vh);
  -ms-transform: translateY(5vh);
  -o-transform: translateY(5vh);
  transform: translateY(5vh);
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  -moz-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

#search-overlay #search-wrap #top-searches h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  top: -40px;
  position: relative;
}

#search-overlay #search-wrap #top-searches h2 span {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

#search-overlay #search-wrap #top-searches #carousel {
  position: relative;
  width: 80% !important;
  margin-top: 0px;
}

#search-overlay #search-wrap #top-searches #carousel .panel {
  position: absolute;
  width: 104.5%;
  height: 100%;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  top: 50%;
  z-index: -1;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#search-overlay #search-wrap #top-searches #carousel .panel a {
  display: block;
  float: left;
  width: 30%;
  position: relative;
  margin-right: 3%;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#search-overlay #search-wrap #top-searches #carousel .panel a img {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

#search-overlay #search-wrap #top-searches #carousel .panel a:nth-child(1) img {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#search-overlay #search-wrap #top-searches #carousel .panel a:nth-child(2) img {
  -webkit-transition: 0.1s ease-in-out 0.075s;
  -moz-transition: 0.1s ease-in-out 0.075s;
  transition: 0.1s ease-in-out 0.075s;
}

#search-overlay #search-wrap #top-searches #carousel .panel a:nth-child(3) img {
  -webkit-transition: 0.1s ease-in-out 0.125s;
  -moz-transition: 0.1s ease-in-out 0.125s;
  transition: 0.1s ease-in-out 0.125s;
}

#search-overlay #search-wrap #top-searches #carousel .panel.shown {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  z-index: 100;
}

#search-overlay #search-wrap #top-searches #carousel .panel.shown a img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#search-overlay #search-wrap #top-searches #carousel .panel.shown a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#search-overlay #search-wrap #top-searches .carousel-controls {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border:*/
  background-color: rgba(255, 255, 255, 0.4);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 15px auto !important;
  -moz-background-size: 15px auto !important;
  -o-background-size: 15px auto !important;
  background-size: 15px auto !important;
  overflow: hidden;
  text-indent: -10000px;
  z-index: 1000;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#search-overlay #search-wrap #top-searches .carousel-controls#next-btn {
  right: -25px;
  text-indent: -150px;
  background-image: url(../images/ui-icon-chevron-right-white.svg);
  overflow: visible;
  color: white;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
}

#search-overlay #search-wrap #top-searches .carousel-controls#prev-btn {
  left: -25px;
  background-image: url(../images/ui-icon-chevron-left-white.svg);
  background-position: 17px center;
}

#search-overlay #search-wrap #top-searches .carousel-controls:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.search-open {
  background: black;
  overflow: hidden;
}

.search-open #search-btn {
  left: 140px;
}

.search-open #search-btn a:hover i {
  -webkit-transform: rotate(0) scale(1) translateY(0);
  -moz-transform: rotate(0) scale(1) translateY(0);
  -ms-transform: rotate(0) scale(1) translateY(0);
  -o-transform: rotate(0) scale(1) translateY(0);
  transform: rotate(0) scale(1) translateY(0);
}

.search-open #search-overlay.shown {
  width: 100vw;
  padding: 65px;
  height: 100vh;
}

.search-open #search-overlay.shown #search-wrap form {
  max-width: 100%;
  padding-left: 60px;
}

.search-open #search-overlay.shown #search-wrap form input[type=text] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.search-open #search-overlay.shown #search-wrap form .submit-btn {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-open #search-overlay.shown #search-wrap #search-close-btn {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.search-open #search-overlay.shown #search-wrap #search-close-btn:hover {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -ms-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}

.search-open #search-overlay.shown #search-wrap #top-searches {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.search-open #search-overlay.fully-loaded #search-wrap #top-searches {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.search-open #search-overlay.focused #search-wrap #search-dimmer {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  visibility: visible;
}

.search-open #search-btn a i {
  background-position: center center;
}

.search-open #search-btn a i:after {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

@media (max-width:1280px) {
  #search-overlay #search-wrap #top-searches .carousel-controls#next-btn {
    text-indent: -65px;
  }

  #search-overlay #search-wrap #top-searches .carousel-controls#next-btn span {
    display: none;
  }
}

@media (max-width:1024px) {
  #search-overlay #search-wrap #search-close-btn {
    height: 30px;
    width: 30px;
  }

  #search-overlay #search-wrap form {
    margin-top: 13px;
  }

  #search-overlay #search-wrap form .submit-btn input[type=submit] {
    font-size: 14px;
    padding-right: 2.5em;
  }
}

section#faqs {
  padding-top: 80px;
  padding-bottom: 80px;
}

section#faqs h1 {
  border-top: 1px solid #dadada;
  padding-top: 40px;
  font-weight: bold;
}

section#faqs ul {
  width: 100%;
  list-style: none;
  padding: 40px 0 0;
  margin: 0;
}

section#faqs a {
  text-decoration: underline;
  color: inherit !important
}

section#faqs ul li {
  float: left;
  width: 45%;
  margin-bottom: 40px;
  color: #969696;
}

section#faqs ul li:nth-child(odd) {
  clear: both;
  margin-right: 10%;
}

section#faqs ul li h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

section#faqs ul li p {
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  section#faqs {
    padding-left: 5%;
    padding-right: 5%;
  }

  section#faqs ul li {
    width: 100%;
    font-size: 14px;
  }

  section#faqs ul li:nth-child(odd) {
    margin-right: 0;
  }

  section#faqs ul li h2 {
    line-height: 1.4;
  }
}

nav#sub-nav {
  visibility: hidden;
  z-index: 10000;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 90px;
  -webkit-transform: translateY(90px);
  -moz-transform: translateY(90px);
  -ms-transform: translateY(90px);
  -o-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  background: black;
}

nav#sub-nav.shown {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

nav#sub-nav h4 {
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  color: white;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  width: 10%;
  padding: 0 0 0 30px;
  left: 0;
  color: #999999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav#sub-nav h4 strong {
  display: block;
  font-weight: bold;
}

@media (max-width:1440px) {
  nav#sub-nav h4 {
    position: relative;
    width: 100%;
    top: 0;
    text-align: left;
    font-weight: bold;
    padding-top: 30px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  nav#sub-nav h4 strong {
    display: inline;
  }
}

@media (max-width:1024px) {
  nav#sub-nav h4 {
    text-align: center;
    font-size: 24px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  nav#sub-nav h4 {
    text-align: left;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    padding-top: 0;
  }
}

nav#sub-nav ul {
  list-style: none;
  text-align: center;
  top: 50%;
  left: 10%;
  width: 80%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav#sub-nav ul li {
  display: inline-block;
  margin: 0 20px;
}

nav#sub-nav ul li.parent,
nav#sub-nav ul li.current_page_item {
  display: none;
}

nav#sub-nav ul li a {
  color: white;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

nav#sub-nav ul li a:hover {
  text-decoration: none;
  border-bottom: 3px solid white;
}

@media (max-width:1440px) {
  nav#sub-nav ul {
    width: 100%;
    position: relative;
    float: left;
    left: 0;
    top: 0;
    clear: both;
    padding-left: 30px;
    text-align: left;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  nav#sub-nav ul li {
    margin-left: 0;
  }
}

@media (max-width:1024px) {
  nav#sub-nav ul {
    max-height: 0;
    left: -100vw;
    overflow: scroll;
    visibility: hidden;
  }

  nav#sub-nav ul li {
    clear: both;
    margin: 0 0 10px 20px;
  }
}

nav#sub-nav a#back-to-top-btn {
  position: absolute;
  height: 100%;
  width: 8%;
  min-width: 90px;
  display: block;
  right: 0;
  top: 0;
  background: #101010 url(../images/ui-icon-chevron-up-white.svg) no-repeat center center;
  -webkit-background-size: auto 12px !important;
  -moz-background-size: auto 12px !important;
  -o-background-size: auto 12px !important;
  background-size: auto 12px !important;
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

nav#sub-nav a#back-to-top-btn span {
  display: none;
}

nav#sub-nav a#back-to-top-btn:hover {
  background-color: #131313;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

nav#sub-nav a#sub-nav-close-btn {
  position: absolute;
  height: 60px;
  width: 60px;
  display: block;
  right: -60px;
  top: -60px;
  background: #303030 url(../images/ui-icon-close.svg) no-repeat center center;
  -webkit-background-size: auto 24px !important;
  -moz-background-size: auto 24px !important;
  -o-background-size: auto 24px !important;
  background-size: auto 24px !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

nav#sub-nav a#sub-nav-close-btn span {
  display: none;
}

nav#sub-nav.expanded {
  height: 50%;
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

nav#sub-nav.expanded h4 {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

nav#sub-nav.expanded ul {
  max-height: 100%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  visibility: visible;
  -webkit-transition: left 0.1s ease-in-out 0.6s;
  -moz-transition: left 0.1s ease-in-out 0.6s;
  transition: left 0.1s ease-in-out 0.6s;
}

nav#sub-nav.expanded ul li {
  clear: both;
  display: block;
  margin-bottom: 8px;
}

nav#sub-nav.expanded a#back-to-top-btn {
  right: -90px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media (max-width:1024px) {
  nav#sub-nav.expanded a#sub-nav-close-btn {
    right: 0;
  }

  nav#sub-nav.expanded a#back-to-top-btn {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }
}

@media (max-width:1024px) and (orientation:landscape) {
  nav#sub-nav.expanded {
    height: 70%;
    height: 70vh;
  }
}

@media (max-width:767px) and (orientation:landscape) {
  nav#sub-nav.expanded {
    height: 70%;
    height: 70vh;
  }

  nav#sub-nav.expanded ul li {
    width: 40%;
    float: left;
    clear: none;
  }
}

.show-nav nav#sub-nav.shown {
  -webkit-transform: translateY(90px);
  -moz-transform: translateY(90px);
  -ms-transform: translateY(90px);
  -o-transform: translateY(90px);
  transform: translateY(90px);
}

#partners h2 {
  text-align: center;
  color: #d0d0d0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 0 20px;
  position: relative;
  line-height: 1;
  font-size: 20px;
}

#partners h2 span {
  background: #fff;
  padding: 0 10px;
}

#partners h2:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #d0d0d0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#partners img {
  width: 100%;
  height: auto;
}

#partners ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

#partners ul::after {
  clear: both;
  content: "";
  display: table;
}

#partners ul li {
  display: inline-block;
  width: 17.66%;
  margin: 2.5% 0 0 2.5%;
}

#partners ul li:first-child {
  margin: 2.5% 0 0;
}

#partners ul li img {
  width: 100%;
  height: auto;
}

@media (max-width:1440px) {
  #partners ul li {
    width: 31.3%;
  }

  #partners ul li:nth-child(3n+4) {
    margin: 2.5% 0 0;
  }
}

@media (max-width:1024px) {
  #partners {
    padding: 0 5% 40px;
  }

  #partners ul li {
    width: 48.33%;
  }

  #partners ul li:nth-child(3n+4) {
    margin: 2.5% 0 0 2.5%;
  }

  #partners ul li:nth-child(odd) {
    margin: 2.5% 0 0;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #partners h2 {
    margin: 40px 0 20px;
  }

  #partners ul li {
    width: 80%;
    margin: 10px 0 0 0 !important;
  }
}

body.newsletter-overlay-open {
  overflow: hidden;
}

#newsletter-overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  z-index: -1;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #newsletter-overlay {
    height: 100%;
    overflow: scroll;
  }
}

#newsletter-overlay #newsletter-wrapper {
  width: 96vw;
  height: 96vh;
  left: 2vw;
  position: absolute;
  top: 2vh;
  -webkit-transition: 0.2s ease-in-out 0.1s;
  -moz-transition: 0.2s ease-in-out 0.1s;
  transition: 0.2s ease-in-out 0.1s;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #newsletter-overlay #newsletter-wrapper {
    height: 100%;
  }
}

@media (max-width:1280px) {
  #newsletter-overlay #newsletter-wrapper {
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
  }
}

#newsletter-overlay #newsletter-wrapper #newsletter-overlay-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  background: transparent url(../images/ui-icon-close.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  z-index: 200;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

#newsletter-overlay #newsletter-wrapper #newsletter-overlay-close-btn span {
  display: none;
}

#newsletter-overlay #newsletter-wrapper #newsletter-overlay-close-btn:hover {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -ms-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}

#newsletter-overlay #newsletter-wrapper #newsletter-content {
  position: absolute;
  bottom: 65px;
  left: 65px;
  width: 50vw;
}

@media (max-width:1280px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content {
    width: 85%;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content {
    left: 50%;
    bottom: auto;
    top: 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#newsletter-overlay #newsletter-wrapper #newsletter-content h2 {
  color: white;
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content h2 {
    font-size: 30px;
    margin-right: 60px;
  }
}

#newsletter-overlay #newsletter-wrapper #newsletter-content p,
#newsletter-overlay #newsletter-wrapper #newsletter-content label {
  color: white;
  line-height: 1.5;
}

#newsletter-overlay #newsletter-wrapper #newsletter-content p {
  width: 32vw;
}

@media (max-width:1280px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content p {
    width: 100%;
  }
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form {
  z-index: 100;
  clear: both;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form #opt-in {
  margin-top: 20px;
  float: left;
  margin-left: 2%;
}

@media (max-width:1280px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content form #opt-in {
    margin-top: 10px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content form #opt-in {
    width: 100%;
    margin-left: 0;
  }
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form #opt-in label {
  float: left;
  display: block;
  line-height: 1.4;
  margin-top: 5px;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content form #opt-in label {
    float: none;
    margin-left: 50px;
    display: block;
    width: auto;
    margin-bottom: 20px;
    line-height: 1;
    margin-top: 0;
  }
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form #opt-in.flash {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-direction: forward;
  -moz-animation-direction: forward;
  animation-direction: forward;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: flashForm;
  -moz-animation-name: flashForm;
  animation-name: flashForm;
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form input#mce-EMAIL {
  clear: both;
  margin-left: 0;
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=text],
#newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=email],
#newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=number] {
  background: white;
  padding: 1.5em;
  width: 48%;
  font-family: "franklin-gothic-urw", Helvetica, sans-serif;
  margin-left: 2%;
  display: block;
  outline: none;
  margin-bottom: 1.5vh;
  float: left;
  font-size: 18px;
  line-height: 18px;
  background: white no-repeat right 1em bottom -200px url("../images/ui-icon-checkbox-checked.svg");
  -webkit-background-size: 14px auto !important;
  -moz-background-size: 14px auto !important;
  -o-background-size: 14px auto !important;
  background-size: 14px auto !important;
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=text].valid,
#newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=email].valid,
#newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=number].valid {
  background-position: right 1em center;
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=text].border,
#newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=email].border,
#newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=number].border {
  background: white no-repeat right 1em center url("../images/ui-icon-alert-gray.svg");
  -webkit-background-size: 20px auto !important;
  -moz-background-size: 20px auto !important;
  -o-background-size: 20px auto !important;
  background-size: 20px auto !important;
}

@media (max-width:1280px) {

  #newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=text],
  #newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=email],
  #newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=number] {
    padding: 1em;
    font-size: 14px;
    line-height: 14px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {

  #newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=text],
  #newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=email],
  #newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=number] {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form input.clear {
  margin-left: 0 !important;
  clear: both;
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form input[type="checkbox"] {
  background: white no-repeat center 30px url("../images/ui-icon-checkbox-checked.svg");
  -webkit-background-size: 14px auto !important;
  -moz-background-size: 14px auto !important;
  -o-background-size: 14px auto !important;
  background-size: 14px auto !important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border:*/
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -moz-appearance: checkbox;
  height: 30px;
  width: 30px;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 20px 0 15px;
}

@media (max-width:1280px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content form input[type="checkbox"] {
    margin: 0 20px 0 0;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content form input[type="checkbox"] {
    float: left;
  }
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form input[type="checkbox"]:checked {
  background-position: center center;
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=submit] {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border:*/
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 2em 2.2em;
  color: white;
  border: none;
  background: #c6191a;
  font-size: 18px;
  font-family: "franklin-gothic-urw", Helvetica, sans-serif;
  line-height: 18px;
  cursor: pointer;
  font-weight: bold;
  outline: none;
  float: left;
  clear: left;
}

@media (max-width:1280px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=submit] {
    padding: 1.5em 2em;
    font-size: 14px;
    line-height: 14px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content form input[type=submit] {
    clear: both;
    width: 100%;
  }
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form #output {
  width: 98%;
  clear: both;
  position: relative;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7) no-repeat left 1em center url("../images/ui-icon-alert-gray.svg");
  -webkit-background-size: 20px auto !important;
  -moz-background-size: 20px auto !important;
  -o-background-size: 20px auto !important;
  background-size: 20px auto !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content form #output {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
  }
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form #output p {
  padding: 1em 4em;
  width: 100%;
  line-height: 1.2;
  font-size: 15px;
}

@media (max-width:1280px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content form #output p {
    padding: 1em 3em;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content form #output p {
    padding: 0 1em;
  }
}

#newsletter-overlay #newsletter-wrapper #newsletter-content form #output a {
  color: white;
}

#newsletter-overlay #newsletter-wrapper #newsletter-content.error #output {
  max-height: 5000px;
  margin-bottom: 1.5vh;
}

#newsletter-overlay #newsletter-wrapper #newsletter-content.processing input[type=submit] {
  color: #444;
  background: #212121;
}

#newsletter-overlay #newsletter-wrapper #newsletter-content #success {
  visibility: hidden;
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 5vw;
  margin-left: 20px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #newsletter-overlay #newsletter-wrapper #newsletter-content #success {
    left: 0;
    margin-left: 0;
  }
}

#newsletter-overlay #newsletter-wrapper #newsletter-content.success form {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  z-index: -1;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#newsletter-overlay #newsletter-wrapper #newsletter-content.success #success {
  z-index: 100;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#newsletter-overlay.shown {
  visibility: visible;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  z-index: 102000;
}

#newsletter-overlay.shown #newsletter-wrapper {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

@-moz-keyframes flashForm {
  0% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  25% {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  50% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  75% {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  100% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
}

@-webkit-keyframes flashForm {
  0% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  25% {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  50% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  75% {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  100% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
}

@-o-keyframes flashForm {
  0% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  25% {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  50% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  75% {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  100% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
}

@-ms-keyframes flashForm {
  0% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  25% {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  50% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  75% {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  100% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
}

@keyframes flashForm {
  0% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  25% {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  50% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  75% {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  100% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
}

@keyframes flashForm {
  0% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  25% {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  50% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }

  75% {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }

  100% {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
}

.split {
  height: 0;
  padding: 17vw 0;
  background-color: #212121 !important;
}

.split .sides {
  position: absolute !important;
  top: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
  background-color: #212121 !important;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}

.split .sides.left {
  left: 0;
  z-index: 10;
}

.split .sides.right {
  right: 0;
  z-index: 100;
}

.split .sides a.cover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.split .sides .anystretch {
  -webkit-transition: 0.2s ease-in-out 0s;
  -moz-transition: 0.2s ease-in-out 0s;
  transition: 0.2s ease-in-out 0s;
}

@media (max-width:1024px) {
  .split {
    padding: 0 !important;
    height: auto;
  }

  .split .sides {
    height: 400px;
    width: 100%;
    position: relative !important;
    float: left;
  }

  .split .sides.right {
    clear: both;
    top: 0;
  }
}

.split.s-active .sides,
.split.init .sides {
  background-color: #212121 !important;
}

.split.s-active .sides img,
.split.init .sides img {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}

.smil .split .sides {
  width: 56%;
}

@media (max-width:1024px) {
  .smil .split .sides {
    width: 100%;
  }
}

@media (max-width:1024px) and (orientation:landscape) {
  .smil .split .sides {
    width: 100%;
  }
}

.smil .split.forward .sides.right {
  -webkit-clip-path: polygon(0px 100%, 100% 100%, 100% 0, 20% 0px);
  clip-path: polygon(0px 100%, 100% 100%, 100% 0, 20% 0px);
}

.smil .split.forward .sides.right img {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.smil .split.forward .sides.left img {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.smil .split.backward .sides.right {
  -webkit-clip-path: polygon(20% 100%, 100% 100%, 100% 0, 0% 0px);
  clip-path: polygon(20% 100%, 100% 100%, 100% 0, 0% 0px);
}

.smil .split.backward .sides.right img {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.smil .split.backward .sides.left img {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

@media (max-width:1024px) {
  .smil .split.forward .sides.right {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .smil .split.backward .sides.right {
    -webkit-clip-path: none;
    clip-path: none;
  }
}

.smil .split.s-active .sides.right img,
.smil .split.s-active .sides.left img,
.smil .split.init .sides.right img,
.smil .split.init .sides.left img {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.smil .split.s-active .sides:hover .anystretch,
.smil .split.init .sides:hover .anystretch {
  opacity: 0.2 !important;
  filter: alpha(opacity=20) !important;
}

@media (max-width:1024px) {

  .smil .split.s-active .sides:hover .anystretch,
  .smil .split.init .sides:hover .anystretch {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
}

.safari .split .sides .anystretch {
  -webkit-transition: 0s ease-in-out 0s;
  -moz-transition: 0s ease-in-out 0s;
  transition: 0s ease-in-out 0s;
}

#triptych {
  width: 100%;
  padding: 5vw 0;
  z-index: 100;
}

#triptych article {
  position: relative;
  height: 25vw;
  float: left;
  width: 33.33%;
  padding: 5vh 0;
  background: #38a6cf;
  text-align: center;
  max-height: 40vh;
  overflow: hidden;
}

#triptych article div.content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#triptych article img {
  width: 20px;
  height: 20px;
}

#triptych article h1 {
  color: white;
  font-weight: bold;
  margin: 2.5vh 0;
  font-size: 32px;
}

#triptych article p {
  line-height: 1.25;
  padding: 0 60px;
}

#triptych article:nth-child(2) {
  z-index: 100;
  background: #38a6cf url(../images/bg-single-event-triptych.jpg) center center no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

#triptych .hs {
  display: block;
}

@media (max-width:1280px) {
  #triptych article {
    padding: 65px 0 85px;
    height: auto !important;
  }

  #triptych article div.content {
    position: relative;
    top: auto !important;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  #triptych article h1 {
    margin: 10px 0;
    font-size: 20px;
  }

  #triptych article p {
    padding: 0 10%;
    font-size: 13px;
    margin: 0;
    min-height: 100px;
  }
}

@media (max-width:1024px) {
  #triptych article div.content {
    height: 180px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #triptych article {
    width: 100%;
    padding: 30px 0;
    height: auto;
    max-height: 5000px;
  }

  #triptych article h1 {
    font-size: 20px;
  }

  #triptych article div.content {
    position: relative;
    top: 0;
    height: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  #triptych article:nth-child(2) {
    background-image: none;
    padding: 0;
  }

  #triptych article p {
    padding: 0 40px;
    min-height: 0;
  }
}

.hs #triptych .hs {
  display: block !important;
}

.hs #triptych .prehs {
  display: none !important;
}

.prehs #triptych .hs {
  display: none !important;
}

.prehs #triptych .prehs {
  display: block !important;
}

#ceo-letter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 105%;
  height: 100%;
  z-index: 123456;
}

#ceo-letter-overlay #ceo-letter-wrapper {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: scroll;
  -ms-overflow-style: none;
  overflow-x: hidden !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  cursor: pointer;
}

#ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content {
  background: white;
  padding: 65px;
  width: 80%;
  position: relative;
  margin: 100px auto;
  max-width: 900px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  cursor: default;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

#ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content h1 {
  font-weight: bold;
  font-size: 28px;
  margin: 10px 0;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.1s ease-in-out 0.35s;
  -moz-transition: 0.1s ease-in-out 0.35s;
  transition: 0.1s ease-in-out 0.35s;
}

#ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content h2 {
  color: #c6191a;
  font-weight: bold;
  font-size: 20px;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
}

#ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content h3 {
  font-family: "franklin-gothic-urw-cond", Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.1s ease-in-out 0.4s;
  -moz-transition: 0.1s ease-in-out 0.4s;
  transition: 0.1s ease-in-out 0.4s;
}

#ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content h4 {
  font-family: "franklin-gothic-urw-comp", Helvetica, sans-serif;
  font-size: 20px;
  margin-top: 60px;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.1s ease-in-out 0.45s;
  -moz-transition: 0.1s ease-in-out 0.45s;
  transition: 0.1s ease-in-out 0.45s;
}

#ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content p {
  line-height: 1.5;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.1s ease-in-out 0.45s;
  -moz-transition: 0.1s ease-in-out 0.45s;
  transition: 0.1s ease-in-out 0.45s;
}

#ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content #ceo-headshot {
  top: 65px;
  right: 65px;
  position: absolute;
  overflow: hidden;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border:*/
  width: 140px;
  height: 140px;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: 0.1s ease-in-out 0.5s;
  -moz-transition: 0.1s ease-in-out 0.5s;
  transition: 0.1s ease-in-out 0.5s;
}

#ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content #ceo-headshot img {
  width: 100%;
  height: auto;
}

#ceo-letter-overlay #ceo-letter-overlay-close-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: block;
  background-color: transparent;
  background-image: url(../images/ui-icon-close.svg);
  -webkit-background-size: auto 30px !important;
  -moz-background-size: auto 30px !important;
  -o-background-size: auto 30px !important;
  background-size: auto 30px !important;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  z-index: 11111;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

#ceo-letter-overlay #ceo-letter-overlay-close-btn span {
  display: none;
}

#ceo-letter-overlay #ceo-letter-overlay-close-btn:hover {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -ms-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content {
    width: 100%;
    margin: 0;
    padding: 65px 5%;
  }

  #ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content h4 {
    margin-top: 20px;
  }

  #ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content #ceo-headshot {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 65px;
  }
}

body.open-ceo-overlay {
  overflow: hidden;
}

body.open-ceo-overlay #ceo-letter-overlay #ceo-letter-wrapper {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

body.open-ceo-overlay #ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content {
  -webkit-transition: 0.1s ease-in-out 0.2s;
  -moz-transition: 0.1s ease-in-out 0.2s;
  transition: 0.1s ease-in-out 0.2s;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

body.open-ceo-overlay #ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content h1,
body.open-ceo-overlay #ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content h2,
body.open-ceo-overlay #ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content h3,
body.open-ceo-overlay #ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content h4,
body.open-ceo-overlay #ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content p {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

body.open-ceo-overlay #ceo-letter-overlay #ceo-letter-wrapper #ceo-letter-content #ceo-headshot {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

#instagram-hashtag,
#event-roster {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 65px;
}

#instagram-hashtag h3 {
  font-weight: bold;
  font-size: 40px;
  padding: 0 40px;
  color: #212121;
}

#instagram-hashtag h3 a {
  color: #c6191a;
  text-decoration: underline;
}

#instagram-hashtag p {
  max-width: 700px;
  padding: 0 40px;
  margin: 20px auto;
}

#instagram-hashtag a#ig-btn {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  display: block;
  background: transparent url(../images/ui-icon-ig-black.svg) no-repeat center center;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
  top: 25px;
}

#instagram-hashtag a#ig-btn span {
  display: none;
}

#instagram-hashtag ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#instagram-hashtag ul li {
  width: 33.33%;
  float: left;
}

#instagram-hashtag ul li img {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}

@media (max-width:1024px) {
  #instagram-hashtag h3 {
    margin-bottom: 40px;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {

  #instagram-hashtag,
  #event-roster {
    padding: 0 0 100px;
  }
}

@media (max-width:480px) {
  #instagram-hashtag h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #instagram-hashtag p {
    line-height: 1.2;
  }

  #instagram-hashtag ul li {
    width: 100%;
    clear: both;
  }
}

.contact-form-popup {
  background: transparent;
  height: 800px;
  width: 800px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

#help-form {
  background: transparent;
  width: 800px;
  height: 800px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

.contact-form-popup #help-form{width: 80%;}

#help-form .wpcf7 {
  position: relative;
  height: 100%;
  width: 100%;
}

#help-form .wpcf7 span[role=alert] {
  color: #212121;
  position: absolute;
  font-size: 14px;
  margin-top: -6px;
}

#help-form .wpcf7 input.wpcf7-not-valid {
  margin-bottom: 10px;
}

#help-form .wpcf7 ul {
  position: absolute;
  width: 360px;
  top: 50%;
  list-style: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#help-form .wpcf7 ul li {
  width: 100%;
  clear: both;
  color: white;
  margin-bottom: 20px;
  line-height: 24px;
}

#help-form .wpcf7 ul li label span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

#help-form .wpcf7 ul li p {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-cond", Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
}

#help-form .wpcf7 ul li input[type=text],
#help-form .wpcf7 ul li input[type=email],
#help-form .wpcf7 ul li input[type=tel],
#help-form .wpcf7 ul li textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "franklin-gothic-urw", Helvetica, sans-serif;
  border: none;
  width: 100%;
  background: none;
  border-bottom: 2px solid white;
  outline: none;
  padding: 0 0 6px;
  color: white;
  font-size: 16px;
  line-height: 16px;
}

#help-form .wpcf7 ul li textarea {
  height: 90px;
  line-height: 30px;
  resize: none;
  position: relative;
  padding: 0;
  overflow: auto;
}

#help-form .wpcf7 ul li input[type=submit],
#help-form .wpcf7 ul li input[type=button] {
  font-family: "franklin-gothic-urw-cond", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: white;
  font-size: 16px;
  font-weight: 600;
  color: #c6191a;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 10px 20px;
  margin-top: 20px;
}

#help-form .wpcf7 ul li#message {
  position: relative;
}

#help-form .wpcf7 ul li#message:before {
  content: '';
  height: 2px;
  background: white;
  width: 100%;
  bottom: 68px;
  left: 0;
  position: absolute;
}

#help-form .wpcf7 ul li#message:after {
  content: '';
  height: 2px;
  background: white;
  width: 100%;
  bottom: 38px;
  left: 0;
  position: absolute;
}

#help-form .wpcf7 ul li#submit {
  margin-bottom: -40px;
  position: relative;
}

#help-form .wpcf7 ul li#submit p {
  font-size: 12px;
  font-style: italic;
}

#help-form .wpcf7 .wpcf7-response-output,
#help-form .wpcf7 .screen-reader-response {
  display: none !important;
}

#help-form .wpcf7 .thanks {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: white;
  left: 0;
}

#help-form .wpcf7 .thanks h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 100px;
}

#help-form .wpcf7 .thanks a {
  color: white;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 4px solid white;
  line-height: 1.2;
  margin-top: 30px;
}

#help-form .wpcf7 .thanks a:hover {
  text-decoration: none;
  border-width: 0px;
}

#help-form .wpcf7 .thanks p {
  margin: 0;
  line-height: 1.2;
}

#help-form .wpcf7 .sent ul {
  display: none;
}

#help-form .wpcf7 .sent .thanks {
  display: block;
}

@media (max-width:1024px) {
  .contact-form-popup {
    height: 100%;
    width: 100%;
  }
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  #help-form .wpcf7 ul {
    width: 100%;
    top: 20%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.share-panel {
  position: fixed;
  z-index: 19999;
  visibility: hidden;
  display: block;
  top: -100%;
  bottom: 100%;
  width: 100%;
}

.share-open .share-panel {
  top: 0;
  bottom: 0;
  visibility: visible;
}

.share-panel:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 0;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.share-open .share-panel:before {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.share-panel h4 {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  text-align: center;
  font-weight: bold;
}

.share-panel h4 span {
  border-bottom: 2px solid #ddd;
  display: inline-block;
  padding-bottom: 3px;
}

.share-panel ul {
  z-index: 9;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: -50px auto 0;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: 0.3s ease 0.3s;
  -moz-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}

.share-open .share-panel ul {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.share-panel li {
  display: inline-block;
  margin: 10px;
}

.share-panel .icon {
  width: 100px;
  height: 100px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto 30% !important;
  -moz-background-size: auto 30% !important;
  -o-background-size: auto 30% !important;
  background-size: auto 30% !important;
}

.share-panel .icon:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  z-index: -1;
  border: 3px solid transparent;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.share-panel .icon:hover:after {
  border: 3px solid white;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.share-panel .twitter-btn .icon {
  background-image: url(../images/ui-icon-twitter-white.svg);
  position: relative;
}

.share-panel .facebook-btn .icon {
  background-image: url(../images/ui-icon-fb-white.svg);
  position: relative;
}

.share-panel .google-btn .icon {
  background-image: url(../images/ui-icon-google-white.svg);
  position: relative;
}

.share-panel .icon span {
  display: none;
}

.share-panel .close {
  position: fixed;
  right: 0;
  top: 0;
  height: 100px;
  width: 100px;
  -webkit-background-size: auto 30px !important;
  -moz-background-size: auto 30px !important;
  -o-background-size: auto 30px !important;
  background-size: auto 30px !important;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  background-color: transparent;
  background-image: url(../images/ui-icon-close.svg);
  text-indent: -9999px;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.share-panel .close:hover {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -ms-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}

#guided-tour-overlay {
  visibility: hidden;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.92);
}

#guided-tour-overlay #intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#guided-tour-overlay #intro h1 {
  color: white;
  text-align: left;
  font-size: 60px;
  font-weight: 600;
  position: absolute;
  line-height: 70px;
  top: 100%;
  left: 50%;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) translate3d(0, 0, 0);
  -moz-transform: translateX(-50%) translateY(-50%) translate3d(0, 0, 0);
  -ms-transform: translateX(-50%) translateY(-50%) translate3d(0, 0, 0);
  -o-transform: translateX(-50%) translateY(-50%) translate3d(0, 0, 0);
  transform: translateX(-50%) translateY(-50%) translate3d(0, 0, 0);
}

#guided-tour-overlay #intro h1 i {
  font-weight: 100;
  color: #4cafd4;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 40px;
  line-height: 70px;
  height: 70px;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}

@media (max-width:1280px) {
  #guided-tour-overlay #intro h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

#guided-tour-overlay #intro #ua-bug {
  text-transform: lowercase;
  letter-spacing: 2px;
  color: white;
  position: absolute;
  font-size: 14px;
  font-weight: 100;
  width: 165px;
  text-align: center;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -82px;
  bottom: 0;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

#guided-tour-overlay #intro #ua-bug:after {
  content: '';
  background: transparent url(../images/ua-logo.svg) no-repeat right bottom;
  -webkit-background-size: 165px auto !important;
  -moz-background-size: 165px auto !important;
  -o-background-size: 165px auto !important;
  background-size: 165px auto !important;
  width: 165px;
  height: 100px;
  display: block;
  bottom: -10px;
  position: relative;
}

#guided-tour-overlay .proceed-btn {
  text-transform: uppercase;
  color: white;
  position: absolute;
  display: block;
  z-index: 200;
  line-height: 1;
}

#guided-tour-overlay .proceed-btn:after {
  content: '';
  height: 20px;
  width: 20px;
  background: url(../images/ui-icon-chevron-right-white.svg) no-repeat center center;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}

#guided-tour-overlay .proceed-btn.top {
  padding-top: 40px;
  padding-right: 80px;
  top: 0;
  right: 0;
  font-size: 16px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

#guided-tour-overlay .proceed-btn.top:after {
  top: 40px;
  right: 40px;
  height: 16px;
  width: 16px;
}

#guided-tour-overlay .proceed-btn.bottom {
  left: 0;
  bottom: 0;
  padding: 30px 40px;
  width: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  background: #212121;
  font-weight: bold;
  font-size: 20px;
}

#guided-tour-overlay .proceed-btn.bottom:after {
  right: 40px;
  top: 30px;
}

#guided-tour-overlay .proceed-btn:hover {
  text-decoration: none;
}

#guided-tour-overlay .proceed-btn:hover:after {
  right: 30px;
}

#guided-tour-overlay #slides {
  visibility: hidden;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#guided-tour-overlay #slides .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

#guided-tour-overlay #slides .slide .copyblock {
  position: absolute;
  top: 40vh !important;
  left: 50% !important;
  width: 56%;
  max-width: 800px;
  padding-top: 70px;
  height: auto;
  color: white;
  line-height: 1.2;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

#guided-tour-overlay #slides .slide .copyblock .title {
  color: #4cafd4;
  font-weight: bold;
  font-size: 26px;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

#guided-tour-overlay #slides .slide .copyblock p {
  font-size: 42px;
  font-weight: bold;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

#guided-tour-overlay #slides .slide .copyblock a {
  color: white;
  padding-right: 24px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

#guided-tour-overlay #slides .slide .copyblock a:after {
  content: '';
  height: 14px;
  width: 14px;
  background: url(../images/ui-icon-chevron-right-white.svg) no-repeat center center;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
  position: absolute;
  right: 0;
  top: 3px;
  -webkit-transition: 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}

#guided-tour-overlay #slides .slide .copyblock a:hover:after {
  right: -5px;
}

#guided-tour-overlay #slides .slide .spotlight {
  position: absolute;
  overflow: visible;
  top: 40vh;
  width: 20%;
  margin-top: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -moz-transition: 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#guided-tour-overlay #slides .slide .spotlight.left {
  left: 0;
}

#guided-tour-overlay #slides .slide .spotlight.right {
  right: 0;
}

#guided-tour-overlay #slides .slide .spotlight .number {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  background: #4cafd4;
  color: white;
  z-index: 100;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box; /* stops bg color from leaking outside the border:*/
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#guided-tour-overlay #slides .slide .spotlight .line {
  background: white;
  position: absolute;
  z-index: 10;
  -webkit-transition: 0.1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -moz-transition: 0.1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: 0.1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

#guided-tour-overlay #slides .slide.ready .title {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#guided-tour-overlay #slides .slide.ready p {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#guided-tour-overlay #slides .slide.ready a {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#guided-tour-overlay #slides .slide.ready .spotlight {
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#guided-tour-overlay #slides .slide.ready .spotlight .number {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#guided-tour-overlay #slides .slide#slide-1 .spotlight {
  margin-top: 0;
  height: 0 !important;
}

#guided-tour-overlay #slides .slide#slide-1 .spotlight .number {
  right: 0;
  top: -63px;
}

#guided-tour-overlay #slides .slide#slide-1 .spotlight .line {
  max-width: 0;
  height: 4px;
  right: 40px;
  top: -44px;
}

@media (max-width:1280px) {
  #guided-tour-overlay #slides .slide#slide-1 .spotlight {
    margin-top: 10vh;
  }
}

#guided-tour-overlay #slides .slide#slide-1 #menu-btn {
  position: absolute;
  top: -93px;
  left: 17px;
  width: 100px;
  height: 100px;
  border: 4px solid white;
  cursor: default;
  background: transparent url(../images/ui-icon-menu.svg) no-repeat center center;
  -webkit-background-size: 35px auto !important;
  -moz-background-size: 35px auto !important;
  -o-background-size: 35px auto !important;
  background-size: 35px auto !important;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border:*/
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#guided-tour-overlay #slides .slide#slide-1.ready .spotlight .line {
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

#guided-tour-overlay #slides .slide#slide-1.ready #menu-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#guided-tour-overlay #slides .slide#slide-2 .spotlight {
  height: 80vh !important;
  top: 0 !important;
  margin-top: 0 !important;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#guided-tour-overlay #slides .slide#slide-2 .spotlight .number {
  top: 50%;
  margin-top: -70px;
  right: 60%;
  left: auto;
}

#guided-tour-overlay #slides .slide#slide-2 .spotlight .line {
  top: 50%;
  width: 4px;
  right: 60%;
  margin-right: 18px;
  margin-top: -30px;
  height: 0;
}

#guided-tour-overlay #slides .slide#slide-2 .spotlight .get-started {
  bottom: 80px;
  right: 0;
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#guided-tour-overlay #slides .slide#slide-2.ready .spotlight .line {
  height: 29vh;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

#guided-tour-overlay #slides .slide#slide-2.ready .get-started {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#guided-tour-overlay #slides .slide#slide-3 .spotlight .number {
  right: 40%;
}

#guided-tour-overlay #slides .slide#slide-3 .spotlight img {
  width: 90%;
  height: auto;
  position: relative;
  bottom: -90px;
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#guided-tour-overlay #slides .slide#slide-3 .spotlight .line {
  width: 4px;
  height: 50px;
  right: 40%;
  margin-right: 18px;
  top: 40px;
  max-height: 0;
}

#guided-tour-overlay #slides .slide#slide-3.ready .spotlight .line {
  max-height: 50px;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

#guided-tour-overlay #slides .slide#slide-3.ready img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#guided-tour-overlay #slides .slide#slide-4 .spotlight .number {
  left: 40%;
}

#guided-tour-overlay #slides .slide#slide-4 .spotlight img {
  width: 65%;
  height: auto;
  margin-left: 30%;
  margin-top: 70px;
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#guided-tour-overlay #slides .slide#slide-4 .spotlight p {
  text-align: left;
  font-size: 20px;
  color: white;
  width: 70%;
  line-height: 1.2;
  margin: 0 10px 0 30%;
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

#guided-tour-overlay #slides .slide#slide-4 .spotlight .line {
  width: 4px;
  height: 36px;
  left: 40%;
  margin-left: 18px;
  top: 40px;
  max-height: 0;
}

#guided-tour-overlay #slides .slide#slide-4.ready .spotlight .line {
  max-height: 36px;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

#guided-tour-overlay #slides .slide#slide-4.ready img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#guided-tour-overlay #slides .slide#slide-4.ready p {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#guided-tour-overlay #slides .slide#slide-5 .spotlight .number {
  right: 30%;
}

#guided-tour-overlay #slides .slide#slide-5 .spotlight .line {
  height: 30px;
  width: 4px;
  right: 30%;
  margin-right: 18px;
  top: 40px;
  max-height: 0;
}

#guided-tour-overlay #slides .slide#slide-5 .spotlight img {
  width: 90%;
  height: auto;
  margin-top: 70px;
  position: relative;
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#guided-tour-overlay #slides .slide#slide-5.ready .spotlight .line {
  max-height: 30px;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

#guided-tour-overlay #slides .slide#slide-5.ready img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#guided-tour-overlay #slides .slide#slide-6 .spotlight {
  overflow: visible;
}

#guided-tour-overlay #slides .slide#slide-6 .spotlight .number {
  left: 30%;
}

#guided-tour-overlay #slides .slide#slide-6 .spotlight .line {
  height: 60px;
  width: 4px;
  left: 30%;
  margin-left: 18px;
  top: 40px;
  max-height: 0;
}

#guided-tour-overlay #slides .slide#slide-6 .spotlight img {
  width: 100%;
  height: auto;
  border: 4px solid #4cafd4;
  right: -4px;
  position: relative;
  top: 100px;
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#guided-tour-overlay #slides .slide#slide-6.ready .spotlight .line {
  max-height: 60px;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

#guided-tour-overlay #slides .slide#slide-6.ready img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#guided-tour-overlay #slides .slide#slide-7 .spotlight {
  overflow: visible;
}

#guided-tour-overlay #slides .slide#slide-7 .spotlight .number {
  left: 20%;
}

#guided-tour-overlay #slides .slide#slide-7 .spotlight .line {
  height: 60px;
  width: 4px;
  left: 20%;
  margin-left: 18px;
  top: 40px;
  max-height: 0;
}

#guided-tour-overlay #slides .slide#slide-7 .spotlight blockquote {
  background: white;
  display: block;
  padding: 30px;
  width: 80%;
  margin-top: 100px;
  margin-bottom: 20px;
  color: #6d6d6d;
  line-height: 1.5;
  font-size: 16px;
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#guided-tour-overlay #slides .slide#slide-7 .spotlight p {
  color: white;
  font-weight: bold;
  margin: 0 0 0 30px;
  font-size: 16px;
  position: relative;
  line-height: 1.2;
  text-indent: 30px;
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#guided-tour-overlay #slides .slide#slide-7 .spotlight p:after {
  content: '';
  background: transparent url(../images/ui-icon-list-alt-white.svg) no-repeat left center;
  -webkit-background-size: auto 20px !important;
  -moz-background-size: auto 20px !important;
  -o-background-size: auto 20px !important;
  background-size: auto 20px !important;
  height: 25px;
  width: 25px;
  position: absolute;
  top: -3px;
  left: 0;
}

#guided-tour-overlay #slides .slide#slide-7.ready .spotlight .line {
  max-height: 60px;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

#guided-tour-overlay #slides .slide#slide-7.ready blockquote,
#guided-tour-overlay #slides .slide#slide-7.ready p {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#guided-tour-overlay #slides .slide#slide-8 .spotlight {
  overflow: visible;
}

#guided-tour-overlay #slides .slide#slide-8 .spotlight .number {
  -webkit-transform: translate3d(50px, 0, 0);
  -moz-transform: translate3d(50px, 0, 0);
  -ms-transform: translate3d(50px, 0, 0);
  -o-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
}

#guided-tour-overlay #slides .slide#slide-8 .spotlight .line {
  height: 4px;
  width: 82px;
  top: 18px;
  left: 40px;
  max-width: 0;
}

#guided-tour-overlay #slides .slide#slide-8 .spotlight img {
  width: 70%;
  margin-left: 30%;
  margin-top: 18px;
  border: 4px solid white;
  border-right: none;
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#guided-tour-overlay #slides .slide#slide-8 .spotlight p {
  color: white;
  line-height: 1.2;
  margin: 0;
  width: 70%;
  margin-left: 30%;
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#guided-tour-overlay #slides .slide#slide-8 .spotlight p a {
  color: white;
  cursor: default;
  text-decoration: underline;
}

#guided-tour-overlay #slides .slide#slide-8.ready .number {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#guided-tour-overlay #slides .slide#slide-8.ready .spotlight .line {
  max-width: 82px;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

#guided-tour-overlay #slides .slide#slide-8.ready img,
#guided-tour-overlay #slides .slide#slide-8.ready p {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#guided-tour-overlay #slides .slide.cycle-slide-active {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#guided-tour-overlay #slides .slide.cycle-slide-active .copyblock {
  -webkit-transform: translateX(-50%) translateY(-50%) translate3d(0, 0px, 0);
  -moz-transform: translateX(-50%) translateY(-50%) translate3d(0, 0px, 0);
  -ms-transform: translateX(-50%) translateY(-50%) translate3d(0, 0px, 0);
  -o-transform: translateX(-50%) translateY(-50%) translate3d(0, 0px, 0);
  transform: translateX(-50%) translateY(-50%) translate3d(0, 0px, 0);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#guided-tour-overlay #slide-nav {
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 200px;
  z-index: 200;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}

#guided-tour-overlay #slide-nav span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 15px;
  background: #4cafd4;
  cursor: pointer;
  border: 5px solid transparent;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}

#guided-tour-overlay #slide-nav span:hover {
  background: #79d1f2;
}

#guided-tour-overlay #slide-nav span.cycle-pager-active {
  background: transparent;
  border: 5px solid white;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  -webkit-transform: translate3d(0, -5px, 0) rotate(45deg);
  -moz-transform: translate3d(0, -5px, 0) rotate(45deg);
  -ms-transform: translate3d(0, -5px, 0) rotate(45deg);
  -o-transform: translate3d(0, -5px, 0) rotate(45deg);
  transform: translate3d(0, -5px, 0) rotate(45deg);
}

#guided-tour-overlay #slide-nav span.cycle-pager-active:hover {
  background: transparent;
}

.open-guided-tour {
  overflow: hidden;
}

.open-guided-tour #guided-tour-overlay {
  visibility: visible;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.open-guided-tour #guided-tour-overlay #intro h1 {
  top: 50%;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.open-guided-tour #guided-tour-overlay #intro #ua-bug {
  bottom: 100px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.open-guided-tour #guided-tour-overlay.begin #intro h1 {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  left: 40px;
  top: 40px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.open-guided-tour #guided-tour-overlay.begin #intro #ua-bug {
  bottom: 200px;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0s;
  -moz-transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0s;
  transition: 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0s;
}

.open-guided-tour #guided-tour-overlay.begin .proceed-btn {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -moz-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.open-guided-tour #guided-tour-overlay.begin #slides,
.open-guided-tour #guided-tour-overlay.begin #slide-nav {
  visibility: visible;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  -moz-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}

@media (max-width:1024px) {
  .open-guided-tour {
    overflow: visible;
  }

  .open-guided-tour #guided-tour-overlay {
    display: none;
  }
}

#cart-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: hidden;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#cart-alert #alert-closer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#cart-alert #alert-wrap {
  width: 500px;
  padding: 80px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  background-color: #000;
  color: white;
  z-index: 200;
  text-align: center;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

#cart-alert #alert-wrap h1 {
  color: white;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 40px;
}

#cart-alert #alert-wrap #alert-continue-btn {
  margin-right: 20px;
}

#cart-alert.shown {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  visibility: visible;
}

#cart-alert.hide {
  display: none;
}

#loading {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  visibility: hidden;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: none !important;
}

#loading.shown {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  visibility: visible;
  z-index: 10000;
}

span.loader {
  display: block;
  width: 200px;
  height: 200px;
  background: url(../images/loader.png) no-repeat 0 top;
  background-size: 100%;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-direction: forward;
  -moz-animation-direction: forward;
  animation-direction: forward;
  -webkit-animation-timing-function: steps(15);
  -moz-animation-timing-function: steps(15);
  animation-timing-function: steps(15);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: loadin;
  -moz-animation-name: loadin;
  animation-name: loadin;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
}

@keyframes loadin {
  100% {
    background-position: 0 -3000px;
  }
}


.sel-dropdown {
  position: relative;
  width: 250px;
}

.sel-dropdown input {
  width: 250px;
  margin-right: 0;
}

.sel-dropdown:before {
  content: '';
  width: 14px;
  height: 9px;
  display: block;
  position: absolute;
  top: 21px;
  right: 17px;
  background: url("../images/ui-icon-chevron-down-black.svg") no-repeat;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
  z-index: 999;
  pointer-events: none;
}

.sel-dropdown select {
  width: 250px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 50px;
  border: 3px solid #dadada;
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7f7f7 51%, #f7f7f7 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f7f7f7 51%, #f7f7f7 100%);
  padding: 0 20px 0 15px;
  font-size: 16px;
  cursor: pointer;
  font-family: "franklin-gothic-urw", Helvetica, sans-serif;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border:*/
  margin: 0 0 5px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: '';
}

.sel-dropdown select::-ms-expand {
  display: none;
}

@media (max-width:767px),
(-webkit-min-device-pixel-ratio:3) and (max-width:1080px) {
  .sel-dropdown {
    width: 100%;
  }

  .sel-dropdown select {
    width: 100%;
  }
}

.valign {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}