/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@font-face {
  font-family:'Lota Grotesque';
  src: url("../fonts/LotaGrotesque.otf") format("opentype");
}

@font-face {
  font-family:'Lota Grotesque Bold';
  src: url("../fonts/LotaGrotesque-Bold.otf") format("opentype");
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
    display: none;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
    display: none;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
    display: none;
  }
}

@-ms-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
    display: none;
  }
}

@keyframes fadeOut{
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
    display: none;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.0,1.0);
  }

  10% {
    -webkit-transform: scale(0.95,0.95);
  }

  20% {
    -webkit-transform: scale(1.0,1.0);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1.0,1.0);
  }

  10% {
    -moz-transform: scale(0.95,0.95);
  }

  20% {
    -moz-transform: scale(1.0,1.0);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1.0,1.0);
  }

  10% {
    -o-transform: scale(0.95,0.95);
  }

  20% {
    -o-transform: scale(1.0,1.0);
  }
}

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1.0,1.0);
  }

  10% {
    -ms-transform: scale(0.95,0.95);
  }

  20% {
    -ms-transform: scale(1.0,1.0);
  }
}

@keyframes pulse { 
  0% {
    transform: scale(1.0,1.0);
  }

  10% {
    transform: scale(0.95,0.95);
  }

  20% {
    transform: scale(1.0,1.0);
  }
}

@-webkit-keyframes pop { 
  0% {
    -webkit-transform: scale(0,0);
  }

  80% {
    -webkit-transform: scale(1.05,1.05);
  }

  90% {
    -webkit-transform: scale(0.95,0.95);
  }

  100% {
    -webkit-transform: scale(1.0,1.0);
  }
}

@-moz-keyframes pop { 
  0% {
    -moz-transform: scale(0,0);
  }

  80% {
    -moz-transform: scale(1.05,1.05);
  }

  90% {
    -moz-transform: scale(0.95,0.95);
  }

  100% {
    -moz-transform: scale(1.0,1.0);
  }
}

@-o-keyframes pop { 
  0% {
    -o-transform: scale(0,0);
  }

  80% {
    -o-transform: scale(1.05,1.05);
  }

  90% {
    -o-transform: scale(0.95,0.95);
  }

  100% {
    -o-transform: scale(1.0,1.0);
  }
}

@-ms-keyframes pop { 
  0% {
    -ms-transform: scale(0,0);
  }

  80% {
    -ms-transform: scale(1.05,1.05);
  }

  90% {
    -ms-transform: scale(0.95,0.95);
  }

  100% {
    -ms-transform: scale(1.0,1.0);
  }
}

@keyframes pop { 
  0% {
    transform: scale(0,0);
  }

  80% {
    transform: scale(1.05,1.05);
  }

  90% {
    transform: scale(0.95,0.95);
  }

  100% {
    transform: scale(1.0,1.0);
  }
}

@-webkit-keyframes flash {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes flash {
  0% {
    -moz-transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}

@-o-keyframes flash {
  0% {
    -o-transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -o-transform: scale(1.5);
    opacity: 0;
  }
}

@-ms-keyframes flash {
  0% {
    -ms-transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes thisway {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateX(15px);}
 60% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes thisway {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateX(15px);}
 60% {-moz-transform: translateX(10px);}
}

@-o-keyframes thisway {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateX(15px);}
 60% {-o-transform: translateX(10px);}
}

@-ms-keyframes thisway {
 0%, 20%, 50%, 80%, 100% {-ms-transform: translateY(0);}
 40% {-ms-transform: translateX(15px);}
 60% {-ms-transform: translateX(10px);}
}

@keyframes thisway {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateX(15px);}
 60% {transform: translateX(10px);}
}

* {
  font-family: 'Lota Grotesque', sans-serif;
}

body {
  background-color: #081023;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #ff6634;
}

h1, h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
}

h3 {
  line-height: 1.3;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  line-height: 1.3;
}

h6 {
  line-height: 1.8;
  font-weight: 400;
  font-size: 11px;
}

p {
  font-size: 12pt;
  line-height: 1.4;
  margin-bottom: 15px;
}

.list-inline-item > h1 {
  font-size: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.call-to-action {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}

.instructionarea {       
    width: 240px;
    bottom: 90px;
    left: 0px;
    z-index: 10;
    background-color: rgba(10, 10, 10, 0.8);
    padding: 10px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}

.instructionarea .icon-svg {
  height:30px;
  display:inline-block;
}

.instructionarea > div > div > p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
  font-weight: 600;
  display:inline-block;
}

.bumper {
  width: 100%;
  padding: 40px 0px;
  margin-bottom: 0px;
  background-position: center center;
  background-size: cover;
}

.bumper:nth-child(even) {
  background-color: #ffffff;
  color: #333333;
}

.bumper:nth-child(odd) {
  background-color: #f9f9f9;
  color: #333333;
}

.fa-4x {
  color: #ffffff;
  margin-top: -5px;
}

.fa-2x {
  vertical-align: middle;
}

.icons-social {
  color: #ffffff;
  font-weight: normal;
  margin-right: 10px;
  margin-bottom: 5px;
}

.icons-social:hover {
  color: #f79643;
}

.resize {
  width: auto;
  max-width: 100%;
}

.icon-text {
  height: 90px;
}

.menu-content .row {
  width:100%;
  max-width:1920px;
}

.guide-link {
  color: #ff6634!important;
  text-decoration: none;
  font-weight: bold;
}

.venue-inner-block, .podcast-block {
    background-color: #0b1a41;
    background-size: cover;
    background-position: center;
    width: 18%;
    margin: 0 1%;
    border-radius: 20px;
    border-bottom: 30px solid rgb(247, 33, 247) !important;
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0 0;
    box-shadow: 0 .5rem 3rem rgba(0,0,0,.24);
    color: #ffffff;
    min-height: 300px;
    position: relative;
    z-index: 2;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
    vertical-align: bottom;
}

.podcast-block {
    border-bottom: 30px solid #ff6634 !important;
}

.venue-inner-block:hover {
    width: 20%;
    margin: -1% 0%;
    background-color: #f721f7;    
  }

.podcast-block:hover {
    width: 20%;
    margin: -1% 0%;
    background-color: #ff6634;
  }

.venue-copy, .podcast-copy {
    background-color: rgb(11 26 65 / 70%);
    position: fixed;
    top: 45%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    padding: 20px 30px;
    max-width: 600px;
    width: 100%;
    border-radius: 20px;
    pointer-events: none;
    border-bottom: 30px solid rgb(247, 33, 247);
}

.podcast-copy {
    border-bottom: 30px solid #ff6634 !important;
}

#stadium-copy {
    padding: 20px 45px;
}

.venue-copy h2, .podcast-copy h2 {    
    color: #ffffff;
    font-weight: 200;
    font-size: 40px;
    margin: 15px auto;
    line-height: 1.1;
}

.venue-copy h2 span {
    color: rgb(247, 33, 247) !important;
}

.podcast-copy h2 span {
    color: #ff6634 !important;
}

.venue-copy p,.podcast-copy p {
    color: #ffffff;
}

.fillimage .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 220px;
    padding-bottom: 60px;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

/* After — scope it to hotspot links only, not podcast-blocks */
.fillimage a:not(.venue-inner-block), .fillimage a:not(.podcast-block) {
    display: block;
    position: absolute;
}

.fillimage a.venue-inner-block, .fillimage a.podcast-block {
    position: relative;
    /*--display: inline-flex;--*/
}

/*--SCROLL FIXES--*/
#venue, #podcast, #terms {
    overflow-x: hidden;
    overflow-y: auto;
}

#venue .venue-block, #podcast .venue-block {
    height: auto;
    /*--min-height: 100vh;--*/
    perspective: none;
    -webkit-perspective: none;
}

#venue .venue-block > .layer, #podcast .venue-block > .layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    min-width: unset; /* removes the 2000px min-width causing horizontal scroll */
}
/*--END OF SCROLL FIXES--*/

.block-img-hover {
    display: none;
}

.block-btn {
    display: none;
    position: absolute;
    bottom: 30%;
    font-size: 20px;
    margin-top: 15px;
    padding: 10px 25px;
    background-color: #0b1a41;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

/* On hover — swap image and show button */
.venue-inner-block:hover .block-img-default, .podcast-block:hover .block-img-default {
    display: none;
}

.venue-inner-block:hover .block-img-hover, .podcast-block:hover .block-img-hover {
    display: block;
}

.venue-inner-block:hover .block-btn, .podcast-block:hover .block-btn {
    display: block;
    animation-name: pop;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

.venue-inner-block h2, .podcast-block h2 {
  font-size: 32px;
  color: transparent;
  -webkit-text-stroke: 1.4px #ffffff;
  text-stroke: 1.4px #ffffff;
  margin: 5px auto;
}

.venue-inner-block:hover h2, .podcast-block:hover h2 {
  -webkit-text-stroke: 1.4px #081023;
  text-stroke: 1.4px #081023;
}

.venue-inner-block:hover h2::after  , .podcast-block:hover h2::after {
  background-color: #0b1a41;
}

.venue-inner-block h2::after {
  content: '';
  display: block;
  width: 80%;
  margin:0 auto;
  height: 2px;
  background-color: #f721f7;
  margin-bottom: 8px;
}

.podcast-block h2::after {
  content: '';
  display: block;
  width: 80%;
  margin:0 auto;
  height: 2px;
  background-color: #ff6634;
  margin-bottom: 8px;
}

.venue-inner-block:hover h2::after  , .podcast-block:hover h2::after {
  background-color: #0b1a41;
}

.menu-content h3 {
  font-size: 30px;
  font-weight:200;
  color: #ffffff;
  margin: 60px auto 15px auto;
}

#current-page h3 span {
  color: #f721f7;
}

#wc-current-page h3 span {
  color: #ff6634!important;
}

.menu-content  p {
  color:#ffffff
}

.venue-inner-block h4, .podcast-block h4 {
  margin:0 auto 10px auto;
  font-size:18px;
  display:block;
    color: #ffffff;
    transition: color 0.3s ease;
}

.venue-inner-block:hover h4, .podcast-block:hover h4 {
    color: #0b1a41;
}

a {
  color: #0b1a41;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:focus, a:active {
  color: #f721f7;
  text-decoration: none;
  font-weight: bold;
}

.podcast a:hover, .podcast a:focus, .podcast a:active {
  color: #ff6634;
  text-decoration: none;
  font-weight: bold;
}

.product-bullets {
  margin-left: -25px;
}

footer {
  background: linear-gradient(45deg, #0b1a41 30%, #f721f7 100%) !important;
  width: 100%;
  padding: 10px 10px;
  color: #ffffff;
  font-size: 7.5pt;
  line-height: 1.5;
  vertical-align: middle;
  bottom: 0;
  position: fixed;
  z-index: 2;
}

#terms-footer {
  position: relative!important;
  background: linear-gradient(45deg, #0b1a41 30%, #f721f7 100%) !important;
  width: 100%;
  padding: 10px 10px;
  color: #ffffff;
  font-size: 7.5pt;
  line-height: 1.5;
  vertical-align: middle;
  bottom: 0;
  z-index: 2;
}

.podcast footer, #terms-footer {
  background: linear-gradient(45deg, #0b1a41 50%, #ff6634 110%) !important;
  width: 100%;
  
  z-index: 2;
}

footer > ul {
  margin-bottom: 0;
}

footer > ul > li > a {
  color: #ffffff;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.jumbotron {
  margin-bottom: -10px;
  background-position: center center;
  background-size: cover;
  padding: 0;
  background: none;
  height: 100vh;
  color: #ffffff;
}

.jumbotron h1 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.jumbotron p {
  font-weight: 600;
  font-size: 16px;
}

#myVideo {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/hero.jpg) no-repeat;
  background-size: cover;
}

.introsection {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.intrologos {
  margin: 15px 0;
}

.lemon {
  color: #f88d3d;
}

.icon-svg {
  color: #ffffff;
  height: 50px;
}

.btn {
  margin: 10px;
  padding: 15px 25px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none!important;
  box-shadow: none !important;
}

.btn-xs {
  padding: 15px 25px;
  margin-top: 0;
  margin-bottom: 25px;
}

.nopadding {
  padding: 0;
}

.list-inline > li {
  padding-left: 2px;
  padding-right: 2px;
}

.strapline {
  padding-top: 20px;
}

.nav-consideration {
  margin-top: 80px;
}

.fade-in {
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
  animation: fadeIn ease 0.5s;
}

.fade-out {
  -webkit-animation: fadeOut ease 0.5s;
  -moz-animation: fadeOut ease 0.5s;
  -o-animation: fadeOut ease 0.5s;
  -ms-animation: fadeOut ease 0.5s;
  animation: fadeOut ease 0.5s;
}

.throb {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out, ease-in-out;
  -moz-animation-name: pulse;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out, ease-in-out;
  -o-animation-name: pulse;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out, ease-in-out;
  -ms-animation-name: pulse;
  -ms-animation-duration: 1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out, ease-in-out;
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out, ease-in-out;
}

.thisway {
  -webkit-animation-name: thisway;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out, ease-in-out;
  -moz-animation-name: thisway;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out, ease-in-out;
  -o-animation-name: thisway;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out, ease-in-out;
  -ms-animation-name: thisway;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out, ease-in-out;
  animation-name: thisway;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out, ease-in-out;
}

.pop {
  -webkit-animation-name: pop;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out, ease-in-out;
  -moz-animation-name: pop;
  -moz-animation-duration: 0.4s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out, ease-in-out;
  -o-animation-name: pop;
  -o-animation-duration: 0.4s;
  -o-animation-iteration-count: 1;
  -o-animation-timing-function: ease-in-out, ease-in-out;
  -ms-animation-name: pop;
  -ms-animation-duration: 0.4s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: ease-in-out, ease-in-out;
  animation-name: pop;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out, ease-in-out;
}

.pulse:hover {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out, ease-in-out;
  -moz-animation-name: pulse;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out, ease-in-out;
  -o-animation-name: pulse;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out, ease-in-out;
  -ms-animation-name: pulse;
  -ms-animation-duration: 1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out, ease-in-out;
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out, ease-in-out;
}

.navbar {
  min-height: 160px;
}

.navbar-brand {
  height: 80px;
}

.navbar-default .navbar-toggle {
  background: linear-gradient(135deg, #8c69eb -10%, #00e6c8 50%, #00a18c 120%);
  margin-top: 18px;
  padding: 14px 10px !important;
  border-radius: 50%;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
  background-color: #f79643;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-default {
  background: rgba(254, 192, 91, 0);
  border: 0;
  padding: 0px 0;
}

.navbar-fixed-top { 
  background-color: rgba(254, 192, 91, 0);
}

.navbar-fixed-top #mainlogo {
  background-image: url("../img/logo.png");
}

.navbar-fixed-top #wc-logo {
  background-image: url("../img/wc-logo.png");
}

.logoarea {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 1000;
    text-align: center;
    /*--pointer-events: none;--*/
}

.page-logo {
    display: inline-block;
    padding-top: 10px;
    max-width: 360px;
}

#sponsor-logo {
  display: inline-block;
  padding-top: 60px;
  max-width: 480px;
  margin-bottom:0px;
}

.sponsor h3 {
  color: #ffffff;
  margin: 0px auto 5px auto;
  font-size: 24px;
}

.sponsor img {
  display:block;
  margin: 0 auto;
  width:100%;
  max-width:200px;
  margin-bottom:40px;
}

.main-logo img, .page-logo img {
  width: 100%;
}

.navbar-fixed-top .navbar-nav > li > a, .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a {
  font-weight: bold;
  margin: 14px 0 0 5px;
  border-radius: 15px;
}

.dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  font-weight: bold;
  margin: 0 5px;
  border-radius: 15px;
  background-color: #0d1e66;
}

.navbar-default .navbar-nav > li > a:hover, .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #081023;
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:focus, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: #081023;
  color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-fixed-top .navbar-nav > .active > a, .navbar-fixed-top .navbar-nav > .active > a:focus, .navbar-fixed-top .navbar-nav > .active > a:hover {
  background-color: #081023;
  color: #ffffff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #0d1e66;
  color: #ffffff;
}

.navbar-default .navbar-toggle {
  border: 2px solid #ffffff;
}

.navbar-right .dropdown-menu {
  right: 0;
  left: 0;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 540px;
}

.dropdown-menu {
  background-color:transparent;
  text-align: center;
  top: 80px;
  border-radius: 25px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  border: 0;
}

.dropdown.open .dropdown-menu {
  max-height: 320px;
  opacity: 1;
  padding-top:0;
}

.dropdown-menu li {
  padding-bottom: 5px;
}

#mainlogo {
  background-image: url("../img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 190px;
  height: 50px;
  padding-top: 34.96%;
}

.wifobtn, .wifobtn:active, .wifobtn:focus {
  background-color: #0b1a41;
  color: #ffffff;
  border: solid 1px #0b1a41;
  font-weight: bold;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.wifobtn:hover {
  background-color: #ffffff;
  color: #f721f7;
  border: solid 1px #f721f7;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.wifobtninverse, .wifobtninverse:active, .wifobtninverse:focus {
  background-color: #ffffff;
  color: #0b1a41;
  border: solid 1px #0b1a41;
  font-weight: bold;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.wifobtninverse:hover {
  background-color: #ffffff;
  color: #f721f7;
  border: solid 1px #f721f7;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}


.podcastbtn, .podcastbtn:active, .podcastbtn:focus {
  background-color: #0b1a41;
  color: #ffffff;
  border: solid 1px #0b1a41;
  font-weight: bold;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.podcastbtn:hover {
  background-color: #ff6634;
  color: #0b1a41!important;
  border: solid 1px #ff6634;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.podcastbtninverse, .podcastbtninverse:active, .podcastbtninverse:focus {
  background-color: #ffffff;
  color: #0b1a41;
  border: solid 1px #0b1a41;
  font-weight: bold;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.podcastbtninverse:hover {
  background-color: #ffffff;
  color: #ff6634;
  border: solid 1px #ff6634;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.white {
  color: #ffffff;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-eq-height > div {
  margin: auto;
}

.pulse-modal {
   pointer-events: none;
}

.pulse-modal button, .pulse-modal a, .fill-image.flash.pop {
   pointer-events: auto;
}

#pulse-modal.modal {
    position: fixed;
    top: 2%;
    right: 2%;
    bottom: 0;
    left: auto;
    background: transparent !important;
    width: 340px;
    z-index: 1050;
    pointer-events: none;
}

#pulse-modal .modal-dialog {
    width: 100%;
    margin: 0;
  }

#pulse-modal .modal-body .btn {
    margin-top: 0;
    margin-bottom: 5px;
}

body.modal-open {
    overflow-x: scroll !important; /* preserve your existing horizontal scroll */
    overflow-y: hidden !important;
}

.pulse-modal .modal-backdrop {
    opacity:0!important;
  }

.modal-open {
  overflow-x: auto;
}

.modal-body {
  padding:0 15px 15px 15px;
}

.pulse-modal .modal-body {
  padding:0 15px 0px 15px;
}

.modal-body .btn {
      margin-top: 0;
    margin-bottom: 25px;
}

  .pulse-modal .modal-dialog {
    width: 400px;
  }

.modal-dialog {
  width: 1024px;
  margin: 10% auto;
}

.modal-content {
  border-radius: 20px;
  border: 3px solid #ffffff;
}

.modal-content h3 {
  font-size:20px;
}

.modal-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 20px 30px 0px 30px;
  border:0;
}

.modal-header .close {
  margin-top: -105px;
  font-size: 50px;
  margin-bottom: -30px;
}

.pulse-modal .modal-header .close {
    margin-top: -10px;
  }

.modal-title {
  color: #081023;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}

.modal-item {
  font-size: 10pt;
  margin-top: 10px;
  color:#0b1a41;
}

.modal-logo {
  margin: 30px auto 0 auto;
}

.pulse-modal .modal-logo {
    width: 200px;
    margin: 5px auto 10px auto;
}

.modal-copy {
  padding: 0 20px;
  min-height: 70px;
}

.modal-footer {
  text-align: center;
  border:0;
}

.modal-footer {
  border-bottom: 30px solid #f721f7;
  border-radius: 20px 20px;
}

.podcast .modal-footer {
  border-bottom: 30px solid #ff6634!important;
  border-radius: 20px 20px;
}

.pulse-modal .modal-footer {
  padding-top: 0;
  margin-top: 0;
}

.pulse-modal h2 {
    font-size: 24px;
    line-height: 1.1;
}

.pulse-modal h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.modal-footer .btn + .btn {
  margin: 10px 10px 10px 0;
}

.mobile-show {
  display: none;
  visibility: hidden;
  color:#ffffff!important;
}

.terms-copy {
  display: block!important;
  flex-wrap: nowrap!important;
  align-items: normal!important;
  color:#ffffff!important;
  text-align:left!important;
  background-color: rgb(11 26 65 / 70%)!important;;
  margin: 30px auto!important;;
  z-index: 2;
  padding: 20px 30px!important;
  max-width: 900px!important;
  width: 90%!important;
}

.terms-copy h4, .terms-copy span {
  color:#ff6634 ;
}

.terms-body {
  column-count: 2;
}

.buttonthrob {
  background-color:#f721f7;
  background-repeat: no-repeat;
  display: flex;
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: .5s all;
  border-radius: 50%;
      z-index: 3;
}

.podcast .buttonthrob {
  background-color:#ff6634!important;
}

.buttonthrob__img {
  position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
  z-index: 1;
  opacity: 1;
}

.buttonthrob:hover {
  background-position: 100% 100%;
}

.flash::before {
  content: '';
  position: absolute;
  background-color: #f721f7;
  border-radius: 50%;
  display: block;
  height: 70px;
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  -webkit-animation: flash 1.2s infinite ease;
  -moz-animation: flash 1.2s infinite ease;
  -o-animation: flash 1.2s infinite ease;
  -ms-animation: flash 1.2s infinite ease;
  animation: flash 1.2s infinite ease;
}

#wc-current-page .flash::before {
  content: '';
  position: absolute;
  background-color: #ff6634;
  border-radius: 50%;
  display: block;
    height: 80px;
    width: 80px;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  -webkit-animation: flash 1.2s infinite ease;
  -moz-animation: flash 1.2s infinite ease;
  -o-animation: flash 1.2s infinite ease;
  -ms-animation: flash 1.2s infinite ease;
  animation: flash 1.2s infinite ease;
}

.flash {
  cursor: pointer;
    position: relative;
}

.flash::after {
    content: attr(data-label);
    top: 90px;
    position: absolute;
    background-color: rgb(11 26 65 / 50%);
    padding: 3px 7px;
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}


.roundel-audio {
  background: url(../img/roundel-audio.svg) no-repeat center center;
}

.roundel-cameras {
  background: url(../img/roundel-cameras.svg) no-repeat center center;
}

.roundel-hidden {
  background: url(../img/roundel-hidden.svg) no-repeat center center;
}

.roundel-lighting {
  background: url(../img/roundel-lighting.svg) no-repeat center center;
}

.roundel-monitors {
  background: url(../img/roundel-monitors.svg) no-repeat center center;
}

.roundel-post {
  background: url(../img/roundel-post.svg) no-repeat center center;
}

.roundel-production {
  background: url(../img/roundel-production.svg) no-repeat center center;
}

.noscriptmsg {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.venue-block {
  height: 100%;
  max-width: 100%;
  width: 100%;
  -webkit-perspective: 1px;
  perspective: 1px;
}

/* Layer stays fullscreen as background */
.venue-block > .layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
}

/* Content sits on top in normal flow */
.menu-content {
    position: relative;
    z-index: 2;
    padding-top: 30px; /* clears navbar */
    padding-bottom: 80px; /* clears footer */
    text-align: center;
    max-width: 1480px;
    margin: 0 auto;
    width: 90%;
}

.menu-content .main-logo {
    display: inline-block;
    max-width: 480px;
    width: 100%;
    margin-bottom: 40px;
}

.menu-content .main-logo img {
    width: 100%;
    padding-bottom:30px;
}

.menu-content .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    width: 100%;
}

.terms-content {
    position: relative;
    z-index: 3;
    padding-top: 30px; /* clears navbar */
    padding-bottom: 80px; /* clears footer */
    text-align: center;
    max-width: 1480px;
    margin: 0 auto;
    width: 90%;
    color:#ffffff;
}

.terms-content .main-logo {
    display: inline-block;
    max-width: 480px;
    width: 100%;
    margin-bottom: 40px;
}

.terms-content .main-logo img {
    width: 100%;
    padding-bottom:30px;
}

.terms-content .row {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}
.vertical-label, .vertical-label-wc {    
    position: fixed;    
    left: 20px;
    top: 20px;
    height: 100vh; /* important */
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    gap: 30px; /* gap between text and lines */
}

.vertical-label::before, .vertical-label-wc::before {        
    content: '';
    position: absolute;
    inset: -20px;
    background: linear-gradient(
        180deg,
    rgba(8,16,35,0.8) 20%,
    rgba(8,16,35,0.2) 130%
    );
    z-index: -1;
}


.vertical-text {
    writing-mode: vertical-rl;
    white-space: nowrap;
    transform: rotate(180deg);
    font-size: 80px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1.4px #ffffff;
    text-stroke: 1.4px #ffffff;
    line-height: 1;
    letter-spacing: 2px;
}

.vertical-line {
    width: 32px; /* 3px line + 26px gap + 3px line */
    height: 100vh;
    background: linear-gradient(
        to right,
        #f721f7 0px,
        #f721f7 3px,
        transparent 3px,
        transparent 29px, /* 3 + 26 gap */
        #f721f7 29px,
        #f721f7 32px
    );
}

#wc-line .vertical-line {
    width: 32px; /* 3px line + 26px gap + 3px line */
    height: 100vh;
    background: linear-gradient(
        to right,
        #ff6634 0px,
        #ff6634 3px,
        transparent 3px,
        transparent 29px, /* 3 + 26 gap */
        #ff6634 29px,
        #ff6634 32px
    )!important;
}

.world-copy {
  width:100%;
  max-width:800px;
}

.grabbable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.grabbable:active { 
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.layer {
  min-width: 2000px;
  height: 100%;
  -webkit-perspective: 1px;
  -moz-perspective: 1px;
  -o-perspective: 1px;
  -ms-perspective: 1px;
  perspective: 1px;
  text-align: center;
  background-repeat: no-repeat; 
  background-position: left center;    
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover; 
}

.fillimage {
    clear: both;
    float: left;
    height: 100%;
    width: 100%;
    overflow: visible;
}

.fillimage a {
  display: block;      
  position: absolute;
}

.layer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to bottom, rgba(8,16,35,0.99) 10%, rgba(8,16,35,0) 100%);
  z-index: -1;
  pointer-events: none;
}

.venue-inner::after, .podcast-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%!important;
  background: linear-gradient(to bottom, rgba(8,16,35,0.85) 10%, rgba(8,16,35,0.6) 100%)!important;
  z-index: 0;
  pointer-events: none;
}

.layer{
  background-image: url(../img/background-hero.jpg);
  filter: saturate(0.75);
  background-position: 50%;
}

.holder {
  display: none;
}

.holder.show {
  display: block;
}

.pageload-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 1040;
}

.pageload-overlay.show {
  visibility: visible;
}

.pageload-overlay svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.pageload-overlay svg path {
  fill: #ff6634;
}

.pageload-loading.pageload-overlay::after,
.pageload-loading.pageload-overlay::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: none;
}


@media (max-height: 690px) and (max-width: 750px) {
  .modal-productimg {
    max-width: 50%;
  }
}


@media (max-height: 750px) {
  h6 {
    line-height: 1.5;
    font-size: 10px;
  }

  .modal-dialog {
    margin: 8% auto;
  }
}

@media (max-height: 690px) {
  .jumbotron {
    background: url("../img/hero.jpg") no-repeat center center;
    background-size: cover;
    padding: 5% 0;
  }

  .introsection {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: auto!important;
  }

  #myVideo {
    display: none;
  }

  .modal-dialog {
    margin: 7% auto;
  }
}

@media (max-height: 690px) and (max-width: 991px) {
  .modal-productimg {
    max-width: 40%;
  }
}

@media (max-height: 650px) {
  .modal-dialog {
    margin: 5% auto;
  }

  .jumbotron p {
    font-size: 14px;
  }
}

@media (max-height: 690px) and (max-width:600px) {
  .modal-productimg {
    max-width: 30%;
  }
}

@media (max-height: 690px) and (max-width: 400px) {
  .modal-productimg {
    max-width: 95%;
  }
}

@media (max-height: 600px) {
  .force-width {
    width: 100%!important;
  }

  .introheader {
    visibility: hidden;
    display: none;
  }

  .jumbotron p {
    margin-top: 20px;
  }

  .modal-item {
    visibility: hidden;
    display: none;
  }

  .modal-dialog {
    margin: 3% auto;
  }
}

@media (max-height: 570px) {
  .mobile-show {
    display: inline-block;
    visibility: visible;
  }

  .mobile-hide {
    display: none;
    visibility: hidden;
  }

  .modal-backdrop.in {
    opacity: 0;
  }
}

@media (max-height: 550px) and (max-width: 991px) {
  .modal-copy {
    visibility: hidden;
    display: none;
  }

  .modal-logo {
    visibility: hidden;
    display: none;
  }
}

@media (max-width: 1400px) {
  .introsection {
    width: 70%;
  }
}

@media (max-width: 1380px) {    
  .podcast-block-home h4 {
    margin-bottom: -30px;      
    }

  .block-img-hover, .block-img-default {
  object-position: center top;
    transform: translateY(18px);
    }
}

@media (max-width: 1280px) {

  .menu-content .main-logo {
    display: inline-block;
    max-width: 360px;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 30px;
}
  .force-width {
    width: auto;
  }

  .vertical-text {
    writing-mode: vertical-rl;
    white-space: nowrap;
    transform: rotate(180deg);
    font-size: 55px;
  }

  .vertical-label {
    left: 15px;
    top: 20px;
    height: 100vh;
    gap: 20px;
  }

  .vertical-line {
    width: 28px; /* 3px line + 26px gap + 3px line */
    height: 100vh;
    background: linear-gradient(
      to right,
      #f721f7 0px,
      #f721f7 3px,
      transparent 3px,
      transparent 25px, /* 3 + 26 gap */
      #f721f7 25px,
      #f721f7 32px
    );
  }

  #wc-line .vertical-line {
    width: 28px; /* 3px line + 26px gap + 3px line */
    height: 100vh;
    background: linear-gradient(
      to right,
      #ff6634 0px,
      #ff6634 3px,
      transparent 3px,
      transparent 25px, /* 3 + 26 gap */
      #ff6634 25px,
      #ff6634 32px
    )!important;
  }


  #wc-line .vertical-line {
    width: 28px;
    background: linear-gradient(to right, #ff6634 0px, #ff6634 3px, transparent 3px, transparent 25px, #ff6634 25px, #ff6634 32px) !important;
  }

  .vertical-line {
    width: 28px;
    background: linear-gradient(to right, #ff6634 0px, #ff6634 3px, transparent 3px, transparent 25px, #ff6634 25px, #ff6634 32px) !important;
  }

  .buttonthrob {
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
  }

  .flash::before, #wc-current-page .flash::before {
    height: 70px;
    width: 70px;
  }

  .flash::after {
    content: attr(data-label);
    top: 75px;
    position: absolute;
    background-color: rgb(11 26 65 / 50%);
    padding: 3px 7px;
    color: #ffffff;
    font-size: 13px;
  }

  .venue-copy, .podcast-copy {
    max-width: 430px;
  }

  .venue-copy h2, .podcast-copy h2 {
    font-size: 32px;
  }

  .layer {
    min-width: 1600px;
    background-size: 100%;
  }

  /*--ICON SHIFTS--*/  
  .broadcast-wireless {top: 75% !important; left: 68% !important;}
  .broadcast-cables {top: 75% !important; left: 90% !important;}
  .cinema-broadcast {top: 40% !important; left: 81% !important;}
  .fan-audio {top: 20% !important; left: 70% !important;}
  .fan-lfd {top: 53% !important; left: 95% !important;}
  .fan-accessories {top: 57% !important; left: 20% !important;}
  .hospitality-projection {top: 20% !important; left: 76% !important;}
  .stadium-cables {top: 76% !important; left: 66% !important;}
  .stadium-lfd {top: 48% !important; left: 75% !important;}
  .stadium-video {top: 60% !important; left: 88% !important;}
  /*--END OF ICON SHIFTS--*/  

.block-img-hover, .block-img-default {
        object-position: center top;
        transform: translateY(35px);
    }

  .venue-inner-block, .podcast-block, .podcast-block:hover, .venue-inner-block:hover {
    width: 27%;
    margin: 1%;
    display: block;
  }

  .block-btn {
  left: 30%;
  }

  .venue-inner-block h4, .podcast-block h4, .podcast-block-home h4 {
    margin-bottom: -30px;
  }

}

@media (max-width: 1200px) {
  .force-width {
    width: auto;
  }
}

@media (max-width: 1150px) {
  .modal-dialog {
    width: 90%;
  }

  .introsection {
    width: 75%;
  }
}

@media (max-width: 1024px) {
  .navbar-fixed-top .navbar-nav > li > a, .dropdown-menu > li > a {
    font-size: 13px;
  }

  /*--ICON SHIFTS--*/  
  .cinema-projection {top: 20% !important; left: 62% !important;}
  .cinema-broadcast {top: 40% !important; left: 73% !important;}
  .fan-audio {top: 20% !important; left: 65% !important;}
  .fan-accessories {top: 57% !important; left: 25% !important;}
  .fan-led {top: 22% !important; left: 20% !important;}
  .fan-cables {top: 69% !important; left: 80% !important;}
  .hospitality-projection {top: 20% !important; left: 60% !important;}
  .stadium-lfd {top: 48% !important; left: 72% !important;}
  /*--END OF ICON SHIFTS--*/  

  .venue-inner-block h2, .podcast-block h2 {
    font-size: 28px!important;
  }

  .block-btn {
  left: 25%;
  }

  #stadium-copy {
    padding: 20px 30px;
}

}

@media (max-width: 991px) {
  .row-eq-height {
    display: initial;
  }

  .jumbotron {
    padding: 5% 0;
  }

  .introsection {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: auto;
  }

  .modal-dialog {
    margin: 4% auto;
  }

  .modal-logo {
    margin: 10px 0;
  }

  .modal-title {
    font-size: 22px;
  }

  .modal-copy {
    font-size: 11pt;
    padding: 0 5px;
  }

  .modal-selectionproductimg {
    visibility: hidden;
    display: none;
  }

}

@media (max-width: 970px) {
  #mainlogo {
    background-image: url("../img/logo.png");
  }

  .social-icons {
    margin-bottom: 5px;
  }
}

@media (max-width: 955px) {
  .navbar-fixed-top .navbar-nav > li > a, .dropdown-menu > li > a {
    font-size: 12px;
  }

  .world-copy {
    width: 80%;
    max-width: 800px;
}
}

@media (max-width: 915px) {
  .navbar-fixed-top .navbar-nav > li > a, .dropdown-menu > li > a {
    font-size: 11px;
  }

  .venue-inner-block h2, .podcast-block h2 {
    font-size: 24px;
  }

      .block-btn {
        left: 30%;
        bottom: 20%;
    }
}

@media (max-width: 873px) {
  .navbar-fixed-top .navbar-nav > li > a, .dropdown-menu > li > a {
    font-size: 10px;
  }
  .navbar-default .navbar-nav > li > a {
    margin: 14px 0 0 0px;
  }
}

@media (max-width: 820px) {
  .navbar-fixed-top .navbar-nav > li > a, .dropdown-menu > li > a {
    font-size: 9.5px;
  }
}

@media (max-width: 792px) {
  .navbar-fixed-top .navbar-nav > li > a, .dropdown-menu > li > a {
    font-size: 9px;
  }
}

@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    margin: 2px 0;
  }

  .navbar-fixed-top .navbar-nav > li > a, .dropdown-menu > li > a {
    font-size: 13px;
    text-align: center;
  }

  .modal-header .close {
    margin-top: -36px;
  }

  .modal-title {
    font-size: 18px;
  }

  .modal-copy {
    font-size: 10pt;
  }

  .dropdown .dropdown-menu {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .mobile-show {
    display: inline-block;
    visibility: visible;
  }

  .modal-backdrop.in {
    opacity: 0;
  }

  .mobile-hide {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 600px) {
  .intrologos {
    visibility: hidden;
    display: none;
  }

  .jumbotron p {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .jumbotron {
    background: url("../img/hero.jpg") no-repeat center center;
    background-size: cover;
    padding: 5% 0;
  }

  .jumbotron p {
    font-size: 12px;
  }

  #myVideo {
    display: none;
  }

  .modal-header .close {
    margin-top: -32px;
    font-size: 40px;
  }

  .modal-title {
    font-size: 12px;
  }

  .modal-copy {
    font-size: 9pt;
  }

  .marketinfobtn {
    visibility: hidden;
    display: none;
  }

  .modal-footer .btn + .btn {
    margin: 0;
  }
}

@media (max-width: 400px) {
  h1, h2 {
    font-size: 26px;
  }

  .modal-header .close {
    visibility: hidden;
    display: none;
  }

  .modal-title {
    text-align: center;
  }

  .modal-copy {
    font-size: 8pt;
  }

  .jumbotron h1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .btn {
    margin: 5px;
  }

  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 350px) {
  .modal-copy {
    visibility: hidden;
    display: none;
  }
}


/** Cookie Consent **/
.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 3rem;
    background-color: #081023 !important;

  color: #ffffff !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-title {
    color: #ffffff!important;
}
.freeprivacypolicy-com---palette-light .cc-nb-text {
    color: #ffffff!important;
}
.freeprivacypolicy-com---nb-simple {
  min-width: 100% !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-nb-changep,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save
{
  background-color: #ffffff !important;
  border-radius: 5px !important;
  color: #081023 !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover,
.freeprivacypolicy-com---palette-light .cc-nb-reject:hover,
.freeprivacypolicy-com---palette-light .cc-nb-changep:hover,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save:hover {
  opacity: 75%;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline {
  opacity: 0%;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline a {
  pointer-events: none;
  cursor: default;
}
/** /Cookie Consent **/