@import "bootstrap.css";
.ease {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.underline {
  text-decoration: underline;
}
.hidden-mobile,
.hidden-tablet,
.hidden-desktop {
  display: none !important;
}
.visible-mobile-block,
.visible-mobile-inline,
.visible-mobile-inline-block,
.visible-tablet-block,
.visible-tablet-inline,
.visible-tablet-inline-block,
.visible-desktop-block,
.visible-desktop-inline,
.visible-desktop-inline-block {
  display: none !important;
}
/* use 601 so that android 7" tablet gets mobile version */
@media (max-width: 601px) {
  .visible-mobile-block {
    display: block !important;
  }
}
@media (max-width: 601px) {
  .visible-mobile-inline {
    display: inline !important;
  }
}
@media (max-width: 601px) {
  .visible-mobile-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-block {
    display: block !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-inline {
    display: inline !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .visible-desktop-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .visible-desktop-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .visible-desktop-inline-block {
    display: inline-block !important;
  }
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v17/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9SII.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhPuI.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmPuI.ttf) format('truetype');
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background: #fff;
  box-sizing: border-box;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
img {
  width: 100%;
}
a {
  color: #296EB4;
}
h2 {
  margin: 26px 0;
  color: #222222;
  font-family: 'Open Sans Condensed', Sans-Serif;
  font-size: 28px;
  line-height: 1.1;
  max-width: 1120px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  text-transform: capitalize;
}
.smallh2 {
  font-size: 24px;
  text-transform: uppercase;
}
h3 {
  margin: 26px 0;
  color: #222222;
  font-family: 'Open Sans', Sans-Serif;
  font-size: 22px;
  text-align: center;
}
strong {
  font-weight: 700;
}
hr {
  border: 0;
  height: 4px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
}
.countdown-clock {
  background: #FDE200;
  font-family: sans-serif;
  color: #000;
  display: block;
  font-weight: 100;
  margin: 0 auto;
  padding: 0 0 10px 0;
  text-align: center;
}
.countdown-clock > p {
  font-family: "open sans", sans-serif;
  font-weight: bold;
  margin: 0;
}
.countdown-clock > div {
  padding: 0 2px;
  border-radius: 3px;
  display: inline-block;
}
.countdown-clock div > span {
  background: #f2f2f2;
  background: -webkit-linear-gradient(top, #ffffff 0, #eaeaea 50%, #f2f2f2 51%, #fafafa 100%);
  background: linear-gradient(to bottom, #ffffff 0, #eaeaea 50%, #f2f2f2 51%, #fafafa 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 -3px 0 0 #cccccc, inset 0 -4px 0 0 #b3b3b3, inset 0 -5px 0 0 #ffffff, inset 0 2px 0 0 #eaeaea, inset 0 3px 0 0 #b3b3b3, inset 0 4px 0 0 #ffffff;
  padding: 15px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.countdown-clock div > span:after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 50%;
  left: 0;
}
.countdown-clock .smalltext {
  padding-top: 5px;
}
.countdown-clock-alt {
  font-family: 'open sans', sans-serif;
  color: #000;
  display: block;
  font-weight: 100;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 16px;
}
.countdown-clock-alt > div {
  font-size: 16px;
  padding: 6px;
  border-radius: 3px;
  display: inline-block;
  background: #fff;
}
.countdown-clock-alt > span {
  font-size: 16px;
}
.countdown-clock-alt .days {
  display: inline-block;
  position: relative;
}
.countdown-clock-alt .smalltext {
  font-size: 14px;
  text-transform: uppercase;
}
.landing-section {
  background: #131D3D;
  color: white;
  text-align: center;
  padding-bottom: 30px;
}
.landing-section .landing-promo {
  background: #373957;
  background: linear-gradient(180deg, #373957 40%, #222847 70%, #131d3d 90%);
}
.landing-section .landing-inner {
  background: #131D3D;
  margin: 0 auto;
  max-width: 1024px;
}
.landing-section img {
  margin: 0 auto;
  max-width: 1224px;
}
.landing-section h3 {
  color: white;
}
.landing-section .reserve {
  background: #131D3D;
}
.video {
  max-width: 800px;
  margin: 0 auto;
  background: #131D3D;
}
.video-caption {
  font-size: 17px;
  margin: 20px auto;
  max-width: 780px;
  text-align: center;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button {
  margin: 30px 0;
  text-align: center;
}
.button a,
.button span {
  background: #FDE200;
  border-radius: 6px;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: #222;
  display: inline-block;
  font-family: 'open sans', Sans-Serif;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  max-width: 640px;
  overflow: hidden;
  padding: 12px 15px 15px;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 2px #fff;
  transform: scale(1);
  animation: pulse 2s infinite;
}
.button a:hover,
.button span:hover {
  opacity: 0.9;
}
.button p {
  font-size: 22px;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.content {
  margin: 0 auto;
  max-width: 1028px;
  padding: 0 20px;
}
p {
  font-size: 20px;
}
.red-highlight {
  color: #e9502f;
}
.caveat {
  font-family: 'Caveat', cursive;
}
.baby-blue {
  color: #5899d2;
}
.guests {
  text-align: center;
}
.guests img {
  margin: 20px 0 0 0;
}
.guests .guest {
  margin: 20px 0;
  padding: 30px 0;
  border: 4px solid #183457;
}
.guests .guest p {
  text-align: left;
  padding: 0 30px;
}
.guests .guest .guest-content p {
  margin: 0 0 20px 0;
}
.banner-container {
  padding: 6px 0;
  margin: 40px 0 0 0;
  position: relative;
  color: black;
}
.banner-container .banner-bg {
  position: absolute;
  z-index: 1;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.25);
}
.banner-container .banner-bg img {
  margin: 0;
  display: none;
}
.banner-container .banner-inner {
  position: relative;
  z-index: 2;
  margin: -40px 0 0 0;
  display: grid;
  grid-template-columns: 1fr;
  padding: 6px;
  background: transparent;
}
.banner-container .banner-inner .banner-img img {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.25);
}
.banner-container .banner-inner .banner-content {
  text-align: left;
  padding: 10px 0;
}
.banner-container .banner-inner .banner-content h2 {
  color: #5899d2;
  font-size: 42px;
  margin-left: 30px;
  text-align: left;
}
.title {
  display: flex;
  background: #183457;
}
.title .breadcrumb-ribbon {
  position: relative;
  background: #e9502f;
  color: white;
  width: 80px;
  margin: 0 30px 0 0;
  padding: 10px 10px 10px 30px;
  font-size: 48px;
}
.title .breadcrumb-ribbon::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -25px;
  display: block;
  border-left: 25px solid #e9502f;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 0;
  height: 0;
  content: " ";
}
.title .breadcrumb-ribbon-sm {
  position: relative;
  background: #e9502f;
  color: white;
  width: 80px;
  margin: 0 30px 0 0;
  padding: 10px 10px 10px 30px;
  font-size: 48px;
}
.title .breadcrumb-ribbon-sm::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -25px;
  display: block;
  border-left: 25px solid #e9502f;
  border-top: 44px solid transparent;
  border-bottom: 44px solid transparent;
  width: 0;
  height: 0;
  content: " ";
}
.title h3 {
  display: inline-block;
  text-align: left;
  background: #183457;
  color: white;
  margin: 30px 0;
}
.pricing {
  margin-top: 60px;
}
.pricing .option {
  position: relative;
  margin: 80px 0 100px 0;
  padding: 20px;
  border: 6px solid #e9502f;
}
.pricing .option .option-title {
  font-size: 16px;
  position: relative;
  margin-top: -40px;
  color: white;
  text-shadow: 3px 3px 3px #000;
}
.pricing .option .option-title strong {
  background: #e9502f;
  padding: 14px;
}
.pricing .option .option-inner {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
}
.pricing .option .option-inner .option-img {
  text-align: center;
}
.pricing .option .option-inner .option-img img {
  width: 160px;
  transform: rotate(350deg);
}
.pricing .option .virtual-banner {
  position: relative;
}
.pricing .option .virtual-banner .virtual-banner-title {
  font-size: 18px;
  position: absolute;
  bottom: -70px;
  right: -40px;
  color: white;
  text-shadow: 3px 3px 3px #000;
}
.pricing .option .virtual-banner strong {
  background: #1F4081;
  padding: 14px;
}
.image-gallery .gallery-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}
.image-gallery .gallery-row.cols-2 .column {
  -ms-flex: 50%;
  /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}
.image-gallery .column {
  -ms-flex: 33.3%;
  /* IE10 */
  flex: 33.3%;
  max-width: 33.3%;
  padding: 0 4px;
}
.image-gallery .book-column {
  flex: 20%;
  max-width: 20%;
  padding: 4px;
}
.image-gallery .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.image-gallery .book-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .image-gallery .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .image-gallery .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .image-gallery .book-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.border-left {
  border-left: 6px solid #FDE200;
}
ul.fa-ul {
  list-style: none;
  margin: 30px 0 30px 40px;
}
ul.fa-ul i {
  font-size: 26px;
  position: relative;
}
ul.fa-ul p {
  padding: 6px;
}
.full-width-heading {
  margin: 5px auto;
  background: #183457;
  padding: 20px;
  text-align: center;
}
.full-width-heading h2 {
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.1;
  text-shadow: 3px 3px 3px #000;
}
.full-width-heading h3 {
  margin: 0 auto;
  color: #fff;
  line-height: 1.1;
  text-shadow: 3px 3px 3px #000;
}
.full-width-heading .expiry-bar {
  background: #183457;
  margin: 0;
  padding: 10px;
  top: 0;
  width: 100%;
  z-index: 10;
}
.full-width-heading .expiry-bar p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 14px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.full-width-heading .expiry-bar .button {
  margin: 0;
}
.pop-out {
  background: #183457;
  border: 5px solid;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 20px;
}
.pop-out h2 {
  margin: 26px 0;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
.pop-out h3 {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
.pop-out p {
  margin: 0;
  padding: 0 1px 0 0;
}
.pop-out p .q-a {
  color: #F0C254;
  font-family: "open sans", Sans-Serif;
  font-size: 22px;
  font-weight: normal;
}
.pop-out .fa-li {
  background: #e9502f;
  border-radius: 50%;
  padding: 10px 5px 7px 5px;
}
.pop-out li {
  margin: 5px 0;
}
.faq .card {
  margin: 16px;
  padding: 8px;
  position: relative;
  border: 2px solid white;
}
.faq .question {
  cursor: pointer;
  display: block;
  position: relative;
}
.faq .question::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  position: absolute;
  right: 6px;
  content: " ";
  top: 10px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.faq .question.active::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.faq .answer {
  padding-top: 10px;
  display: none;
}
.profit-gurantee img {
  width: 33%;
  display: block;
  margin: auto;
}
.big-event-thanks {
  text-align: center;
}
.big-event-thanks .top-bar {
  background: #183457;
}
.big-event-thanks .info {
  text-align: center;
}
.pyro > .before,
.pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}
.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}
@-webkit-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@-moz-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@-o-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@-ms-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
.sponsor-header {
  background: #183457;
  padding: 8px 14px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sponsor-header h2 {
  color: white;
  text-shadow: 1px 1px 0 #000;
  margin: 0;
}
.sponsor-header p {
  margin: 0;
}
.sponsor-content {
  padding: 14px;
  border-right: 6px solid lightgray;
  border-bottom: 6px solid lightgray;
  border-left: 6px solid lightgray;
}
.sponsor-content .promo a {
  padding: 18px 0;
  text-align: center;
}
.sponsor-content .promo img {
  padding: 6px;
}
.footer-legals {
  background: lightgrey;
  margin-top: 30px;
}
.footer-legals .footer-inner {
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  padding: 0 20px 5px;
}
.footer-legals p {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.footer-legals .links {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 26px 0;
  padding: 0;
}
.footer-legals .links li {
  margin-bottom: 10px;
}
.footer-legals .links a {
  color: #444;
}
.optin-box h2 {
  background: #358cb4;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  line-height: 34px;
  text-align: center;
  margin: 0;
  padding: 12px;
}
.optin-box form {
  padding: 20px;
}
.optin-box form div {
  margin-bottom: 5px;
}
.optin-box form label {
  color: #777;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 2px;
}
.optin-box form input[type=text],
.optin-box form input[type=email],
.optin-box form textarea,
.optin-box form select {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-family: georgia, serif;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  width: 100%;
}
.optin-box form input[type=submit] {
  background: #ffb400;
  border: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  width: 100%;
}
.optin-box form input[type=submit]:hover {
  opacity: 0.9;
}
.optin-box form .infusion-submit {
  padding-top: 6px;
}
.optin-box .privacy {
  color: #a5a5a5;
  font-size: 12px;
  margin-top: 0;
  text-align: center;
}
.modal {
  padding: 0 !important;
  border-radius: 0 !important;
}
.modal .close-modal {
  border: 2px solid white;
  border-radius: 50%;
}
@media only screen and (min-width: 414px) {
  .breadcrumb-ribbon::after {
    border-top: 45px solid transparent !important;
    border-bottom: 45px solid transparent !important;
  }
}
@media only screen and (min-width: 768px) {
  .expiry-bar {
    text-align: center;
  }
  .expiry-bar p {
    display: inline-block;
    font-size: 22px;
  }
  .expiry-bar .countdown-clock {
    display: inline-block;
  }
  .expiry-bar .countdown-clock > div > span {
    font-size: 22px;
    min-width: 60px;
  }
  .expiry-bar .countdown-clock-alt {
    display: inline-block;
  }
  .expiry-bar .countdown-clock-alt > div > span {
    font-size: 28px;
    min-width: 60px;
  }
  h2 {
    margin: 26px 0;
    font-size: 42px;
    max-width: 1120px;
    text-align: center;
  }
  .smallh2 {
    font-size: 36px;
  }
  ul.fa-ul {
    margin: 30px 0 30px 60px;
  }
  .button a {
    padding: 12px 30px 15px;
  }
  .option-title {
    margin-top: -50px !important;
    font-size: 32px !important;
  }
  .option-inner {
    grid-template-columns: 1fr 2fr !important;
  }
  .virtual-banner-title {
    font-size: 32px !important;
  }
  .promo {
    display: flex;
    align-items: center;
  }
  .promo a {
    padding: 18px;
    width: 33.33%;
  }
  .footer-legals p {
    text-align: center;
  }
}
@media only screen and (min-width: 998px) {
  .banner-container {
    color: white;
  }
  .banner-container .banner-bg {
    min-height: auto;
  }
  .banner-container .banner-bg img {
    display: block;
  }
  .banner-container .banner-inner {
    grid-template-columns: 1fr 2fr;
  }
  .banner-container .banner-inner img {
    border-radius: 4px;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.25);
  }
  .banner-container .banner-inner .banner-content {
    padding: 30px 0;
  }
  .banner-container .banner-inner .banner-content h2 {
    font-size: 58px;
  }
}
@media only screen and (min-width: 1024px) {
  .intro h1 {
    font-size: 54px;
  }
  .expiry-bar p {
    position: relative;
    top: -10px;
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(55, 215, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(55, 215, 0, 0);
  }
}
/*# sourceMappingURL=big-event.css.map */