.clear {
  clear: both; }

section.s1 {
  background: url(images/header-image.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 41%;
  border-bottom: 9px solid #5d0024;
  position: relative; }
  section.s1 div.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center; }
    section.s1 div.centered img.logo {
      margin-bottom: 60px;
      width: 195px; }
    section.s1 div.centered p {
      font-style: italic;
      font-size: 18px;
      color: #fff; }
    section.s1 div.centered div.divider {
      width: 92px;
      height: 1px;
      background: #fff;
      margin: 41px auto; }
    section.s1 div.centered h2 {
      font-size: 36px;
      text-transform: uppercase;
      margin: 0;
      color: #fff;
      font-weight: 700;
      margin-bottom: 15px; }
    section.s1 div.centered h1 {
      font-size: 62px;
      text-transform: uppercase;
      margin: 0;
      color: #fff;
      font-weight: 700; }

section.s2 {
  background: #fff;
  padding: 90px 0; }
  section.s2 div.blue-button {
    background: #06274a;
    padding: 15px;
    text-align: center; }
    section.s2 div.blue-button div.star-box {
      display: inline-block;
      padding: 25px 0;
      width: 100%;
      position: relative; }
      section.s2 div.blue-button div.star-box h2 {
        color: #eff1f3;
        font-size: 24px;
        margin: 0; }
      section.s2 div.blue-button div.star-box p.small-text {
        font-size: 14px;
        color: #fff;
        margin: 0; }
      section.s2 div.blue-button div.star-box div.stars {
        position: absolute;
        top: -5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 10px;
        width: 58px;
        z-index: 1;
        background: url(images/icon-stars-lightgray.svg) center no-repeat #06274a; }
      section.s2 div.blue-button div.star-box .svg-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        cursor: pointer; }
        section.s2 div.blue-button div.star-box .svg-wrapper svg {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
          section.s2 div.blue-button div.star-box .svg-wrapper svg .shape {
            stroke-dashoffset: 0;
            stroke-dasharray: 1120 5000;
            stroke-width: 1px;
            fill: transparent;
            stroke: #5b7896;
            border-bottom: 2px solid black;
            -webkit-transition: stroke-dashoffset 1s, stroke-dasharray 1s;
            -o-transition: stroke-dashoffset 1s, stroke-dasharray 1s;
            transition: stroke-dashoffset 1s, stroke-dasharray 1s;
            width: 100%;
            height: 100%; }
        section.s2 div.blue-button div.star-box .svg-wrapper:hover .shape {
          stroke-dashoffset: -375;
          stroke-dasharray: 100 5000; }
  section.s2 div.when, section.s2 div.where {
    text-align: center;
    margin-top: 50px; }
    section.s2 div.when h2, section.s2 div.where h2 {
      color: #3e454f;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0; }
    section.s2 div.when h1, section.s2 div.where h1 {
      color: #3e454f;
      font-size: 28px;
      font-weight: 700;
      margin: 0; }
  section.s2 div.vert-divider {
    height: 480px;
    width: 1px;
    background: #dadbdd;
    margin: 0 auto; }
  section.s2 div.text p {
    font-size: 17px;
    margin-bottom: 30px; }
  section.s2 div.share-event {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    bottom: 30px;
    right: -30px; }
    section.s2 div.share-event div.fb {
      float: left;
      width: 35px;
      height: 35px;
      background: url(images/social-nb-facebook.svg) center no-repeat #06274a;
      text-align: center;
      margin-right: 15px;
      margin-top: 9px;
      background-size: 18px 20px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    section.s2 div.share-event div.twitter {
      float: left;
      width: 35px;
      height: 35px;
      background: url(images/social-nb-twitter.svg) center no-repeat #06274a;
      text-align: center;
      margin-right: 15px;
      margin-top: 9px;
      background-size: 18px 20px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    section.s2 div.share-event div.share-tag {
      color: #3e454f;
      font-size: 16px;
      text-transform: uppercase;
      background: #ededed;
      padding: 15px 50px;
      float: left; }

section.s3 {
  background: #5d0024;
  position: relative;
  padding: 50px 0;
  text-align: center; }
  section.s3 p {
    color: #fff;
    font-size: 22px; }
  section.s3 div.blue-button {
    background: #06274a;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 15px 0;
    width: 212px;
    position: absolute;
    bottom: -21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3px;
    cursor: pointer; }

section.s4 {
  background: #fff;
  padding: 90px 0;
  text-align: center; }
  section.s4 div.special-guests div.divider {
    background: #dadbdd;
    height: 1px;
    margin: 80px 0; }
  section.s4 div.special-guests div.stars {
    height: 10px;
    width: 58px;
    z-index: 1;
    background: url(images/icon-stars-lightgray.svg) center no-repeat;
    margin: 0 auto 10px; }
  section.s4 div.special-guests h1 {
    font-size: 32px;
    color: #3e454f;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 0; }
  section.s4 div.special-guests img {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 30px; }
  section.s4 div.special-guests p {
    font-size: 16px;
    margin: 0; }
    section.s4 div.special-guests p.name {
      color: #3e454f;
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 5px; }
  section.s4 div.special-guests div.col-md-4 {
    margin-bottom: 50px; }
  section.s4 div.featured-entertainment div.divider {
    background: #dadbdd;
    height: 1px;
    margin: 80px 0; }
  section.s4 div.featured-entertainment div.stars {
    height: 10px;
    width: 58px;
    z-index: 1;
    background: url(images/icon-stars-lightgray.svg) center no-repeat;
    margin: 0 auto 10px; }
  section.s4 div.featured-entertainment h1 {
    font-size: 38px;
    color: #3e454f;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 0;
    margin-bottom: 100px; }
  section.s4 div.featured-entertainment p {
    color: #06274a;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2; }
    section.s4 div.featured-entertainment p span {
      color: #bebebe; }
      section.s4 div.featured-entertainment p span.smaller {
        color: #06274a;
        font-size: 35px; }
    section.s4 div.featured-entertainment p.headliner {
      font-size: 60px;
      text-transform: uppercase; }
    section.s4 div.featured-entertainment p img.star {
      width: 15px;
      margin-top: -5px; }

section.s5 {
  padding: 100px 0;
  background: #ededed;
  text-align: center; }
  section.s5 img {
    width: 630px; }

footer {
  background: #3e454f;
  padding: 10px; }
  footer p {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    color: #fff; }
    footer p a {
      color: #fff;
      font-weight: 700; }
      footer p a:hover {
        color: #f2f2f2; }
    footer p.left {
      width: 75%;
      float: left; }
    footer p.right {
      width: 25%;
      float: right;
      text-align: right; }

.mobile {
  display: none; }

/* 1500 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1500px) {
  section.s1 {
    height: 595px;
    padding: inherit; }
    section.s1 div.centered {
      width: 100%; } }

/* --------------------------------------------------------------- */
/* 1200 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  section.s2 div.col-md-3 {
    margin-left: 0;
    width: 33.33333333%; }
  section.s2 div.blue-button div.star-box .svg-wrapper svg .shape {
    stroke-dashoffset: 0;
    stroke-dasharray: 1120 5000;
    stroke-width: 1px;
    fill: transparent;
    stroke: #5b7896;
    border-bottom: 2px solid black;
    -webkit-transition: stroke-dashoffset 1s, stroke-dasharray 1s;
    -o-transition: stroke-dashoffset 1s, stroke-dasharray 1s;
    transition: stroke-dashoffset 1s, stroke-dasharray 1s;
    width: 100%;
    height: 100%; }
  section.s2 div.blue-button div.star-box .svg-wrapper:hover .shape {
    stroke-dashoffset: -423;
    stroke-dasharray: 100 5000; }
  section.s3 {
    padding: 50px 0; }
  section.s4 div.featured-entertainment p {
    font-size: 40px; }
  section.s4 div.featured-entertainment p span.smaller {
    font-size: 30px; } }

/* --------------------------------------------------------------- */
/* 992 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  section.s2 div.col-md-3 {
    margin-left: 0;
    width: 100%; }
  section.s2 div.blue-button div.star-box .svg-wrapper svg .shape {
    stroke-dashoffset: 0;
    stroke-dasharray: 11200 5000;
    stroke-width: 1px;
    fill: transparent;
    stroke: #5b7896;
    border-bottom: 2px solid black;
    -webkit-transition: stroke-dashoffset 1s, stroke-dasharray 1s;
    -o-transition: stroke-dashoffset 1s, stroke-dasharray 1s;
    transition: stroke-dashoffset 1s, stroke-dasharray 1s;
    width: 100%;
    height: 100%; }
  section.s2 div.blue-button div.star-box .svg-wrapper:hover .shape {
    stroke-dashoffset: 0;
    stroke-dasharray: 11200 5000; }
  section.s2 div.when, section.s2 div.where {
    width: 50%;
    float: left; }
  section.s2 div.vert-divider {
    width: 100%;
    height: 1px;
    margin: 60px 0; }
  section.s2 div.share-event {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    margin-top: 50px;
    right: 0;
    bottom: 0; }
    section.s2 div.share-event div.fb, section.s2 div.share-event div.twitter {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  section.s4 div.col-md-3 {
    width: 50%;
    float: left;
    margin-bottom: 30px; }
  section.s4 div.featured-entertainment h1 {
    margin-bottom: 50px; }
  section.s4 div.featured-entertainment p {
    font-size: 30px; }
  section.s4 div.featured-entertainment p span.smaller {
    font-size: 24px; } }

/* --------------------------------------------------------------- */
/* 768 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  section.s1 div.centered h1 {
    font-size: 48px; }
  section.s1 div.centered h2 {
    font-size: 24px; }
  section.s4 div.col-md-4 {
    width: 100%;
    float: left;
    margin-bottom: 30px; }
  section.s4 div.featured-entertainment h1 {
    margin-bottom: 50px; }
  section.s4 div.featured-entertainment p {
    display: none; }
  section.s4 div.featured-entertainment .mobile {
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    padding: 0;
    list-style: none; }
    section.s4 div.featured-entertainment .mobile li {
      font-size: 26px;
      color: #06274a;
      text-align: center;
      padding: 10px;
      border-bottom: 1px solid #dadbdd; }
  section.s5 img {
    width: 500px; }
  footer p {
    font-size: 12px; } }

/* --------------------------------------------------------------- */
/* 600 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  section.s1 div.centered h1 {
    font-size: 42px; }
  section.s1 div.centered h2 {
    font-size: 24px; }
  section.s2 {
    padding: 30px 0; }
    section.s2 div.when, section.s2 div.where {
      width: 100%;
      float: left; }
    section.s2 div.vert-divider {
      width: 100%;
      height: 1px;
      margin: 30px 0; }
    section.s2 div.share-event {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      position: relative;
      margin-top: 50px;
      right: 0;
      bottom: 0; }
      section.s2 div.share-event div.fb, section.s2 div.share-event div.twitter {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      section.s2 div.share-event div.share-tag {
        padding: 15px; }
  section.s5 img {
    width: 300px; }
  footer p {
    width: 100% !important;
    float: left !important;
    text-align: center !important;
    margin-top: 5px; }
    footer p:first-child {
      margin-top: 0; }
  section.s4 div.col-md-3 {
    width: 100%; } }

/* --------------------------------------------------------------- */
/* 400 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 400px) {
  section.s3 p {
    font-size: 17px; }
  section.s4 div.featured-entertainment .mobile li {
    font-size: 20px; }
  section.s5 img {
    width: 90%; } }

/* --------------------------------------------------------------- */
