@import url("../../global/css/global.css");
@import url("../../global/css/flexboxgrid.css");
@import url("https://fonts.googleapis.com/css?family=Damion|Lato:400,900|Roboto+Condensed:300,400");
/* CALENDAR V2 STYLING FOR TICKET PURCHASES */
div.sw-calendar-module-v2-307065,
div.sw-calendar-module-v2-310049 {
  margin-top: 40px;
  /* HIDE SEARCH AND FILTER */
  /* SEARCH DATES */
  /* CALENDAR MENU SWITCHER BUTTON */
  /* LIST VIEW */
  /* DETAIL VIEW */
  /* GRID VIEW */ }
  div.sw-calendar-module-v2-307065 .site-tags-editor, div.sw-calendar-module-v2-307065 .CalendarMonthFilter__search,
  div.sw-calendar-module-v2-310049 .site-tags-editor,
  div.sw-calendar-module-v2-310049 .CalendarMonthFilter__search {
    display: none; }
  div.sw-calendar-module-v2-307065 .CalendarMonthFilter,
  div.sw-calendar-module-v2-310049 .CalendarMonthFilter {
    padding: 10px;
    background: #f3f3f3;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 600px) {
      div.sw-calendar-module-v2-307065 .CalendarMonthFilter,
      div.sw-calendar-module-v2-310049 .CalendarMonthFilter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    div.sw-calendar-module-v2-307065 .CalendarMonthFilter::before,
    div.sw-calendar-module-v2-310049 .CalendarMonthFilter::before {
      content: "Search by Date: ";
      margin: 0 15px; }
    @media (min-width: 992px) {
      div.sw-calendar-module-v2-307065 .CalendarMonthFilter .CalendarMonthFilter__dateRange,
      div.sw-calendar-module-v2-310049 .CalendarMonthFilter .CalendarMonthFilter__dateRange {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 400px;
                flex: 0 0 400px; } }
    div.sw-calendar-module-v2-307065 .CalendarMonthFilter .CalendarMonthFilter__button,
    div.sw-calendar-module-v2-310049 .CalendarMonthFilter .CalendarMonthFilter__button {
      cursor: pointer;
      display: inline-block;
      padding: 1rem 4rem;
      background: #ff9e03;
      -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
      text-transform: uppercase;
      font-family: 'Roboto Condensed', sans-serif;
      color: white;
      border-radius: 40px;
      font-size: 1.3rem;
      letter-spacing: 3px;
      -webkit-transform: scale(1);
              transform: scale(1);
      box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
      @media (min-width: 601px) {
        div.sw-calendar-module-v2-307065 .CalendarMonthFilter .CalendarMonthFilter__button,
        div.sw-calendar-module-v2-310049 .CalendarMonthFilter .CalendarMonthFilter__button {
          margin-left: 20px; } }
      div.sw-calendar-module-v2-307065 .CalendarMonthFilter .CalendarMonthFilter__button:hover,
      div.sw-calendar-module-v2-310049 .CalendarMonthFilter .CalendarMonthFilter__button:hover {
        background: white;
        color: #008FFF;
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
  @media (max-width: 600px) {
    div.sw-calendar-module-v2-307065 .CalendarMenu,
    div.sw-calendar-module-v2-310049 .CalendarMenu {
      display: none; } }
  div.sw-calendar-module-v2-307065 .CalendarMenu .CalendarMenuCenter a,
  div.sw-calendar-module-v2-310049 .CalendarMenu .CalendarMenuCenter a {
    display: inline-block;
    border: 1px solid #008FFF;
    color: #008FFF;
    border-radius: 20px;
    width: auto;
    padding: 10px 25px;
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 3px;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
    div.sw-calendar-module-v2-307065 .CalendarMenu .CalendarMenuCenter a.CalendarMenu__currentItem,
    div.sw-calendar-module-v2-310049 .CalendarMenu .CalendarMenuCenter a.CalendarMenu__currentItem {
      border-bottom: 1px solid #008FFF;
      background: #008FFF;
      color: white; }
    div.sw-calendar-module-v2-307065 .CalendarMenu .CalendarMenuCenter a:nth-child(1),
    div.sw-calendar-module-v2-310049 .CalendarMenu .CalendarMenuCenter a:nth-child(1) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    div.sw-calendar-module-v2-307065 .CalendarMenu .CalendarMenuCenter a:nth-child(2),
    div.sw-calendar-module-v2-310049 .CalendarMenu .CalendarMenuCenter a:nth-child(2) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    div.sw-calendar-module-v2-307065 .CalendarMenu .CalendarMenuCenter a:hover,
    div.sw-calendar-module-v2-310049 .CalendarMenu .CalendarMenuCenter a:hover {
      text-decoration: none;
      border-bottom: 1px solid #008FFF;
      background: #008FFF;
      color: white; }
  div.sw-calendar-module-v2-307065 div.CalendarListEvent,
  div.sw-calendar-module-v2-310049 div.CalendarListEvent {
    padding: 20px;
    border: 1px solid #eee; }
    @media (max-width: 768px) {
      div.sw-calendar-module-v2-307065 div.CalendarListEvent,
      div.sw-calendar-module-v2-310049 div.CalendarListEvent {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (max-width: 600px) {
      div.sw-calendar-module-v2-307065 div.CalendarListEvent,
      div.sw-calendar-module-v2-310049 div.CalendarListEvent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    div.sw-calendar-module-v2-307065 div.CalendarListEvent div.CalendarListEvent__header,
    div.sw-calendar-module-v2-310049 div.CalendarListEvent div.CalendarListEvent__header {
      height: auto;
      width: auto; }
      div.sw-calendar-module-v2-307065 div.CalendarListEvent div.CalendarListEvent__header .CalendarListEvent__header_date,
      div.sw-calendar-module-v2-310049 div.CalendarListEvent div.CalendarListEvent__header .CalendarListEvent__header_date {
        position: relative;
        padding: 12px;
        width: auto;
        height: 100%;
        background: #666666;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 3px;
        font-weight: 100;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (min-width: 601px) {
          div.sw-calendar-module-v2-307065 div.CalendarListEvent div.CalendarListEvent__header .CalendarListEvent__header_date,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent div.CalendarListEvent__header .CalendarListEvent__header_date {
            background: #008FFF;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        @media (max-width: 600px) {
          div.sw-calendar-module-v2-307065 div.CalendarListEvent div.CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-day,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent div.CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-day {
            margin: 0; } }
        div.sw-calendar-module-v2-307065 div.CalendarListEvent div.CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-date,
        div.sw-calendar-module-v2-310049 div.CalendarListEvent div.CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-date {
          font-size: 28px;
          font-weight: 700; }
          @media (max-width: 600px) {
            div.sw-calendar-module-v2-307065 div.CalendarListEvent div.CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-date,
            div.sw-calendar-module-v2-310049 div.CalendarListEvent div.CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-date {
              padding: 0 7px; } }
        div.sw-calendar-module-v2-307065 div.CalendarListEvent div.CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-month,
        div.sw-calendar-module-v2-310049 div.CalendarListEvent div.CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-month {
          font-size: 16px; }
          @media (max-width: 600px) {
            div.sw-calendar-module-v2-307065 div.CalendarListEvent div.CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-month,
            div.sw-calendar-module-v2-310049 div.CalendarListEvent div.CalendarListEvent__header .CalendarListEvent__header_date .CalendarListEvent__header_date-month {
              margin: 0; } }
    div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content,
    div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper,
      div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        padding: 20px 0; }
        @media (min-width: 601px) {
          div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper {
            height: 89px;
            padding: 0 0 0 20px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
        @media (min-width: 992px) {
          div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper {
            padding: 0; } }
        @media (max-width: 600px) {
          div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .CalendarListEvent__title,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .CalendarListEvent__title {
            padding-bottom: 1.5rem; } }
        div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .CalendarListEvent__title .price,
        div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .CalendarListEvent__title .price {
          color: #008FFF; }
        div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.button, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container button.exhibit-btn, .collection-view .container .header-container div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.exhibit-btn, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post button#tbCommentButton, .default.blog-post div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button#tbCommentButton, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.button, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .formmodule .formmodule-submit input[type="submit"], .formmodule .formmodule-submit div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper input[type="submit"], div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container a.exhibit-btn, .collection-view .container .header-container div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.exhibit-btn, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link a, section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post a#tbCommentButton, .default.blog-post div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a#tbCommentButton,
        div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.button,
        div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container button.exhibit-btn,
        .collection-view .container .header-container div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.exhibit-btn,
        div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post button#tbCommentButton,
        .default.blog-post div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button#tbCommentButton,
        div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.button,
        div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .formmodule .formmodule-submit input[type="submit"],
        .formmodule .formmodule-submit div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper input[type="submit"],
        div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container a.exhibit-btn,
        .collection-view .container .header-container div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.exhibit-btn,
        div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link a,
        section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a,
        div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post a#tbCommentButton,
        .default.blog-post div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a#tbCommentButton {
          margin: 0;
          height: 38px;
          min-width: 200px; }
          @media (max-width: 991px) {
            div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.button, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container button.exhibit-btn, .collection-view .container .header-container div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.exhibit-btn, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post button#tbCommentButton, .default.blog-post div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button#tbCommentButton, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.button, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .formmodule .formmodule-submit input[type="submit"], .formmodule .formmodule-submit div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper input[type="submit"], div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container a.exhibit-btn, .collection-view .container .header-container div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.exhibit-btn, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link a, section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post a#tbCommentButton, .default.blog-post div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a#tbCommentButton,
            div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.button,
            div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container button.exhibit-btn,
            .collection-view .container .header-container div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.exhibit-btn,
            div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post button#tbCommentButton,
            .default.blog-post div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button#tbCommentButton,
            div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.button,
            div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .formmodule .formmodule-submit input[type="submit"],
            .formmodule .formmodule-submit div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper input[type="submit"],
            div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container a.exhibit-btn,
            .collection-view .container .header-container div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.exhibit-btn,
            div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link a,
            section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a,
            div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post a#tbCommentButton,
            .default.blog-post div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a#tbCommentButton {
              padding: 1rem 2rem; } }
          div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.button span.icon, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container button.exhibit-btn span.icon, .collection-view .container .header-container div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.exhibit-btn span.icon, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post button#tbCommentButton span.icon, .default.blog-post div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button#tbCommentButton span.icon, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.button span.icon, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .formmodule .formmodule-submit input[type="submit"] span.icon, .formmodule .formmodule-submit div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper input[type="submit"] span.icon, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container a.exhibit-btn span.icon, .collection-view .container .header-container div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.exhibit-btn span.icon, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link a span.icon, section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a span.icon, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post a#tbCommentButton span.icon, .default.blog-post div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a#tbCommentButton span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.button span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container button.exhibit-btn span.icon,
          .collection-view .container .header-container div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.exhibit-btn span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post button#tbCommentButton span.icon,
          .default.blog-post div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button#tbCommentButton span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.button span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .formmodule .formmodule-submit input[type="submit"] span.icon,
          .formmodule .formmodule-submit div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper input[type="submit"] span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container a.exhibit-btn span.icon,
          .collection-view .container .header-container div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.exhibit-btn span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link a span.icon,
          section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post a#tbCommentButton span.icon,
          .default.blog-post div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a#tbCommentButton span.icon {
            -webkit-transition: all 0.33s ease-in-out;
            transition: all 0.33s ease-in-out;
            -webkit-transform-origin: center;
                    transform-origin: center;
            display: inline-block; }
          div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.button.collapsed span.icon, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container button.collapsed.exhibit-btn span.icon, .collection-view .container .header-container div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.collapsed.exhibit-btn span.icon, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post button.collapsed#tbCommentButton span.icon, .default.blog-post div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.collapsed#tbCommentButton span.icon, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.button.collapsed span.icon, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .formmodule .formmodule-submit input.collapsed[type="submit"] span.icon, .formmodule .formmodule-submit div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper input.collapsed[type="submit"] span.icon, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container a.collapsed.exhibit-btn span.icon, .collection-view .container .header-container div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.collapsed.exhibit-btn span.icon, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link a.collapsed span.icon, section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.collapsed span.icon, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post a.collapsed#tbCommentButton span.icon, .default.blog-post div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.collapsed#tbCommentButton span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.button.collapsed span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container button.collapsed.exhibit-btn span.icon,
          .collection-view .container .header-container div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.collapsed.exhibit-btn span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post button.collapsed#tbCommentButton span.icon,
          .default.blog-post div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper button.collapsed#tbCommentButton span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.button.collapsed span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .formmodule .formmodule-submit input.collapsed[type="submit"] span.icon,
          .formmodule .formmodule-submit div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper input.collapsed[type="submit"] span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .collection-view .container .header-container a.collapsed.exhibit-btn span.icon,
          .collection-view .container .header-container div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.collapsed.exhibit-btn span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link a.collapsed span.icon,
          section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.collapsed span.icon,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper .default.blog-post a.collapsed#tbCommentButton span.icon,
          .default.blog-post div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content div.title-wrapper a.collapsed#tbCommentButton span.icon {
            -webkit-transform: rotate(135deg);
                    transform: rotate(135deg); }
      div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__content .ticket-details,
      div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__content .ticket-details {
        width: 100%; }
    div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description,
    div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description {
      color: #333; }
      @media (min-width: 601px) {
        div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper,
        div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper {
          padding: 20px; } }
      div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] > div,
      div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] > div span.title,
        div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] > div span.title {
          font-family: "Avenir", "Lato", sans-serif;
          font-size: 2rem;
          font-weight: bold;
          letter-spacing: 0.5px;
          line-height: 1.6; }
      div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] ul,
      div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] ul {
        list-style-type: none;
        margin: 0;
        padding: 5px 20px 20px 20px;
        width: 230px; }
        div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] ul li,
        div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          position: relative;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 5px 10px;
          border-bottom: 1px solid #eee; }
      div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a,
      div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a {
        margin-top: 0 !important; }
        @media (max-width: 600px) {
          div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a,
          div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a {
            padding: 1rem !important;
            text-align: center;
            width: 100px; } }
      div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper .label,
      div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper .label {
        color: #333;
        font-size: 100%;
        font-weight: 300;
        padding: 0; }
  div.sw-calendar-module-v2-307065 .CalendarEventsDetail__eventCalendarFront button.button, div.sw-calendar-module-v2-307065 .CalendarEventsDetail__eventCalendarFront .collection-view .container .header-container button.exhibit-btn, .collection-view .container .header-container div.sw-calendar-module-v2-307065 .CalendarEventsDetail__eventCalendarFront button.exhibit-btn, div.sw-calendar-module-v2-307065 .CalendarEventsDetail__eventCalendarFront .default.blog-post button#tbCommentButton, .default.blog-post div.sw-calendar-module-v2-307065 .CalendarEventsDetail__eventCalendarFront button#tbCommentButton,
  div.sw-calendar-module-v2-310049 .CalendarEventsDetail__eventCalendarFront button.button,
  div.sw-calendar-module-v2-310049 .CalendarEventsDetail__eventCalendarFront .collection-view .container .header-container button.exhibit-btn,
  .collection-view .container .header-container div.sw-calendar-module-v2-310049 .CalendarEventsDetail__eventCalendarFront button.exhibit-btn,
  div.sw-calendar-module-v2-310049 .CalendarEventsDetail__eventCalendarFront .default.blog-post button#tbCommentButton,
  .default.blog-post div.sw-calendar-module-v2-310049 .CalendarEventsDetail__eventCalendarFront button#tbCommentButton {
    text-transform: uppercase;
    color: #008FFF; }
  div.sw-calendar-module-v2-307065 .CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenu__btn--back.btn,
  div.sw-calendar-module-v2-310049 .CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenu__btn--back.btn {
    background: #008FFF;
    border-radius: 40px;
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 3px;
    margin: 0;
    padding: 1rem 4rem;
    text-align: center;
    text-transform: uppercase;
    border: 0 none; }
    div.sw-calendar-module-v2-307065 .CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenu__btn--back.btn:hover,
    div.sw-calendar-module-v2-310049 .CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenu__btn--back.btn:hover {
      background: white;
      color: #008FFF; }
  div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__title,
  div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__title {
    font-size: 3rem;
    background: #f3f3f3;
    padding: 20px; }
  div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box,
  div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__meta,
    div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__meta {
      width: 20%; }
      div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__header_date,
      div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__header_date {
        position: relative;
        padding: 10px 5px 5px 5px;
        width: 95px;
        height: 95px;
        background: #008FFF;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 3px;
        font-weight: 100;
        text-align: center;
        color: white; }
        div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__header_date .CalendarEvent__header_date-day,
        div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__header_date .CalendarEvent__header_date-day {
          margin-bottom: -4px; }
        div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__header_date .CalendarEvent__header_date-date,
        div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__header_date .CalendarEvent__header_date-date {
          font-size: 28px;
          font-weight: 700;
          margin-bottom: -4px; }
        div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__header_date .CalendarEvent__header_date-month,
        div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__header_date .CalendarEvent__header_date-month {
          font-size: 16px; }
    div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details,
    div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details {
      width: 80%; }
      div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__description,
      div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .CalendarEvent__description {
        margin-top: 0; }
      div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] > div,
      div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] > div span.title,
        div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] > div span.title {
          font-family: "Avenir", "Lato", sans-serif;
          font-size: 2rem;
          font-weight: bold;
          letter-spacing: 0.5px;
          line-height: 1.6; }
      div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] ul,
      div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] ul {
        list-style-type: none;
        margin: 0;
        padding: 5px 20px 20px 20px;
        width: 230px; }
        div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] ul li,
        div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          position: relative;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 5px 10px;
          border-bottom: 1px solid #eee; }
      div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a,
      div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a {
        margin-top: 0 !important; }
      div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper .label,
      div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper .label {
        color: #333;
        font-size: 100%;
        font-weight: 300;
        padding: 0; }
  div.sw-calendar-module-v2-307065 .CalendarMonth .CalendarMonth__header_label,
  div.sw-calendar-module-v2-310049 .CalendarMonth .CalendarMonth__header_label {
    background-color: #021019;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    letter-spacing: 2px; }
  @media (max-width: 768px) {
    div.sw-calendar-module-v2-307065 .CalendarMonth .CalendarGridDayEvent__title,
    div.sw-calendar-module-v2-310049 .CalendarMonth .CalendarGridDayEvent__title {
      display: block; } }
  div.sw-calendar-module-v2-307065 .CalendarEventsDetail__eventCalendarFront a, div.sw-calendar-module-v2-307065 .CalendarEventsDetail__eventCalendarFront button.button, div.sw-calendar-module-v2-307065 .CalendarEventsDetail__eventCalendarFront .collection-view .container .header-container button.exhibit-btn, .collection-view .container .header-container div.sw-calendar-module-v2-307065 .CalendarEventsDetail__eventCalendarFront button.exhibit-btn, div.sw-calendar-module-v2-307065 .CalendarEventsDetail__eventCalendarFront .default.blog-post button#tbCommentButton, .default.blog-post div.sw-calendar-module-v2-307065 .CalendarEventsDetail__eventCalendarFront button#tbCommentButton,
  div.sw-calendar-module-v2-310049 .CalendarEventsDetail__eventCalendarFront a,
  div.sw-calendar-module-v2-310049 .CalendarEventsDetail__eventCalendarFront button.button,
  div.sw-calendar-module-v2-310049 .CalendarEventsDetail__eventCalendarFront .collection-view .container .header-container button.exhibit-btn,
  .collection-view .container .header-container div.sw-calendar-module-v2-310049 .CalendarEventsDetail__eventCalendarFront button.exhibit-btn,
  div.sw-calendar-module-v2-310049 .CalendarEventsDetail__eventCalendarFront .default.blog-post button#tbCommentButton,
  .default.blog-post div.sw-calendar-module-v2-310049 .CalendarEventsDetail__eventCalendarFront button#tbCommentButton {
    color: #008FFF; }

/* CALENDAR GRID POP OVER */
.CalendarGridDayEventPopover .CalendarGridDayEventPopover__content--image {
  display: none; }
.CalendarGridDayEventPopover .CalendarGridDayEventPopover__time {
  display: none; }
.CalendarGridDayEventPopover .CalendarGridDayEventPopover__content {
  font-size: 14px !important; }

/*chat box*/
#divChatLabel {
  left: 30px !important; }

/* ====================== FORM STYLING ====================== */
.formmodule {
  display: block;
  position: relative;
  /* ====== Keyframes ====== */
  /* Tada */
  /* Shake */
  /* .formmodule-form */
  /* .form-bot-stopper */ }
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); } }
  .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage,
  .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage {
    position: relative;
    font-size: 1rem;
    color: #fff !important;
    background: #4EB75E;
    border: 1px solid #419c4f;
    border-radius: 2px;
    padding: 8px;
    margin: 0 0 30px 0;
    overflow: hidden;
    padding-left: 45px !important;
    -webkit-animation: tada 1s ease-out 0.3s normal 1;
    animation: tada 1s ease-out 0.3s normal 1; }
    @media (min-width: 768px) {
      .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage,
      .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage {
        padding: 12px; } }
    .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage:before, .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage:after,
    .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage:before,
    .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage:after {
      content: '';
      display: block;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 24px;
      border-radius: 1px; }
    .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage:before,
    .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage:before {
      width: 4px;
      height: 20px;
      margin: -10px 0 0 0px;
      -webkit-transform: rotate(42deg);
      transform: rotate(42deg); }
    .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage:after,
    .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage:after {
      width: 4px;
      height: 10px;
      margin: -1px 0 0 -8px;
      -webkit-transform: rotate(-47deg);
      transform: rotate(-47deg); }
  .formmodule h3:first-of-type {
    display: none; }
  .formmodule .formmodule-form {
    /* table */ }
    .formmodule .formmodule-form table, .formmodule .formmodule-form tbody, .formmodule .formmodule-form tr, .formmodule .formmodule-form td {
      display: inline-block;
      width: 100%; }
    .formmodule .formmodule-form table {
      /* tbody */ }
      .formmodule .formmodule-form table tbody {
        /* tr */ }
        .formmodule .formmodule-form table tbody tr {
          /* td */
          /* td.formmodule-column2 */ }
          .formmodule .formmodule-form table tbody tr.formmodule-row, .formmodule .formmodule-form table tbody tr.formmodule-altrow {
            margin: 0 0 10px 0; }
            @media (min-width: 768px) {
              .formmodule .formmodule-form table tbody tr.formmodule-row, .formmodule .formmodule-form table tbody tr.formmodule-altrow {
                margin: 0 0 15px 0; } }
          .formmodule .formmodule-form table tbody tr td {
            padding: 0;
            /* CheckBox & RadioButton */ }
            .formmodule .formmodule-form table tbody tr td span, .formmodule .formmodule-form table tbody tr td label {
              font-weight: normal;
              font-style: normal;
              font-size: 1rem; }
            .formmodule .formmodule-form table tbody tr td input[type="text"],
            .formmodule .formmodule-form table tbody tr td input[type="file"],
            .formmodule .formmodule-form table tbody tr td textarea {
              font-size: 16px;
              background: #fff;
              color: #222;
              border: 1px solid #dcdcdc;
              border-radius: 2px;
              padding: 4px 8px;
              width: 100%; }
              .formmodule .formmodule-form table tbody tr td input[type="text"]:-moz-placeholder, .formmodule .formmodule-form table tbody tr td input[type="text"]::-moz-placeholder, .formmodule .formmodule-form table tbody tr td input[type="text"]:-ms-input-placeholder, .formmodule .formmodule-form table tbody tr td input[type="text"]::-webkit-input-placeholder,
              .formmodule .formmodule-form table tbody tr td input[type="file"]:-moz-placeholder,
              .formmodule .formmodule-form table tbody tr td input[type="file"]::-moz-placeholder,
              .formmodule .formmodule-form table tbody tr td input[type="file"]:-ms-input-placeholder,
              .formmodule .formmodule-form table tbody tr td input[type="file"]::-webkit-input-placeholder,
              .formmodule .formmodule-form table tbody tr td textarea:-moz-placeholder,
              .formmodule .formmodule-form table tbody tr td textarea::-moz-placeholder,
              .formmodule .formmodule-form table tbody tr td textarea:-ms-input-placeholder,
              .formmodule .formmodule-form table tbody tr td textarea::-webkit-input-placeholder {
                color: #999;
                opacity: 1; }
              @media (min-width: 768px) {
                .formmodule .formmodule-form table tbody tr td input[type="text"],
                .formmodule .formmodule-form table tbody tr td input[type="file"],
                .formmodule .formmodule-form table tbody tr td textarea {
                  padding: 8px 12px; } }
            .formmodule .formmodule-form table tbody tr td input.formmodule-phone {
              width: 32%;
              margin: 0 2% 0 0;
              text-align: center; }
              .formmodule .formmodule-form table tbody tr td input.formmodule-phone:nth-of-type(3) {
                margin-right: 0; }
            .formmodule .formmodule-form table tbody tr td select,
            .formmodule .formmodule-form table tbody tr td input[type="file"] {
              display: block;
              clear: both; }
            .formmodule .formmodule-form table tbody tr td input[type="file"] {
              background: #f7f7f7; }
            .formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input[type="checkbox"],
            .formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input[type="radio"],
            .formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td input[type="checkbox"],
            .formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td input[type="radio"] {
              margin: 2px 0; }
            .formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td label,
            .formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td label {
              font-size: 0.85rem;
              margin: 0 0 0 6px;
              padding: 4px 0; }
          .formmodule .formmodule-form table tbody tr td.formmodule-column1 {
            margin: 0; }
          .formmodule .formmodule-form table tbody tr td.formmodule-column2 {
            /* error message */ }
            .formmodule .formmodule-form table tbody tr td.formmodule-column2 span[style*="color: red;"] {
              padding: 5px 8px;
              position: relative;
              font-size: 13px;
              color: #fff !important;
              background: #E63A3A;
              border: 1px solid #ce2233;
              border-radius: 2px; }
              .formmodule .formmodule-form table tbody tr td.formmodule-column2 span[style*="color: red;"]:before {
                content: '';
                display: block;
                position: absolute;
                top: -6px;
                left: 8px;
                height: 10px;
                width: 10px;
                background: #E63A3A;
                border-top: 1px solid #ce2233;
                border-left: 1px solid #ce2233;
                border-top-left-radius: 2px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
  .formmodule .form-bot-stopper {
    margin: 0 0 15px 0; }
    .formmodule .form-bot-stopper .form-bot-stopper-info {
      font-size: 0.85rem; }
    .formmodule .form-bot-stopper .form-bot-stopper-question {
      font-size: 0.85rem; }
      .formmodule .form-bot-stopper .form-bot-stopper-question input.form-bot-stopper-value {
        height: 32px;
        width: 40px !important;
        text-align: center;
        font-size: 16px;
        background: #fff;
        color: #222;
        border: 1px solid #dcdcdc;
        border-radius: 2px;
        padding: 4px; }
  .formmodule .formmodule-errors {
    margin: 15px 0 0 0; }
    .formmodule .formmodule-errors div {
      position: relative;
      font-size: 0.85rem;
      color: #fff !important;
      background: #e63a3a;
      border: 1px solid #ce2233;
      border-radius: 2px;
      padding: 8px;
      padding-left: 38px !important;
      -webkit-animation: shake 1s ease-out 0.3s normal 1;
      animation: shake 1s ease-out 0.3s normal 1; }
      @media (min-width: 768px) {
        .formmodule .formmodule-errors div {
          padding: 12px; } }
      .formmodule .formmodule-errors div:before, .formmodule .formmodule-errors div:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 18px;
        height: 18px;
        width: 4px;
        margin: -9px 0 0 -2px;
        background: #fff;
        border-radius: 1px; }
      .formmodule .formmodule-errors div:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .formmodule .formmodule-errors div:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

/* .formmodule */
/* ====================== FORM STYLING END ====================== */
/* ====================== Colors ====================== */
/* ====================== Typography ====================== */
body {
  font-family: "Avenir", "Lato", sans-serif; }

h1, .h1 {
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.2; }

h2, .h2 {
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase; }

h3, .h3 {
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4; }

h4, .h4 {
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.6; }

h5, .h5 {
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6; }

h6, .h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem; }

p {
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8; }

p strong {
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 1.8rem; }

@media screen and (max-width: 600px) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.8rem; }

  h3 {
    font-size: 2.4rem; }

  p {
    font-size: 1.4rem; } }
blockquote {
  color: #021019;
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 1.8rem;
  line-height: 2; }

/* === Links === */
a {
  color: #0078d6;
  font-family: "Avenir", "Lato", sans-serif; }
  a:hover, a:focus {
    color: #005ba3; }

/* === Lists === */
ol, ul {
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 1rem 2rem 0.5rem; }

/* === Tables === */
table {
  border: none;
  border-radius: 4px;
  overflow: hidden;
  width: 100%; }
  table thead tr th {
    background-color: #0078d6;
    border: none;
    border-right: 1px solid #021019;
    color: white;
    padding: 1rem; }
    table thead tr th:last-child {
      border: none; }
  table tbody tr {
    border: none; }
    table tbody tr:nth-child(even) {
      background-color: #f1f0f2; }
    table tbody tr td {
      border: none;
      border-right: 1px solid #021019;
      padding: 1rem; }
      table tbody tr td:last-child {
        border: none; }
  @media screen and (max-width: 767px) {
    table {
      font-size: 14px; } }

/* ====================== Base Styles ====================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body.locked {
  overflow: hidden; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

img {
  max-width: 100%; }

/* Change color & bg color of selected live text */
*::-moz-selection {
  background-color: #0078d6;
  color: white; }
*::selection {
  background-color: #0078d6;
  color: white; }

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* if using a sticky nav, use this to add space above anchor links to go below navbar */
*:target:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0; }

*:target:before:focus {
  outline: none !important; }

*:target:focus {
  outline: none; }

a, a:visited, a:hover, a:focus, input, input:hover {
  -webkit-transition: all .33s ease;
  transition: all .33s ease;
  text-decoration: none; }

/* ====================== buttons ====================== */
button.button, .collection-view .container .header-container button.exhibit-btn, .default.blog-post button#tbCommentButton, a.button, .formmodule .formmodule-submit input[type="submit"], .collection-view .container .header-container a.exhibit-btn, section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link a, .default.blog-post a#tbCommentButton {
  background: #0078d6;
  border-radius: 40px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 3px;
  margin: 1rem 0 2rem;
  padding: 1rem 4rem;
  text-align: center;
  text-transform: uppercase; }
  button.button:hover, .collection-view .container .header-container button.exhibit-btn:hover, .default.blog-post button#tbCommentButton:hover, a.button:hover, .formmodule .formmodule-submit input[type="submit"]:hover, .collection-view .container .header-container a.exhibit-btn:hover, section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link a:hover, .default.blog-post a#tbCommentButton:hover {
    background: white;
    color: #0078d6; }

button.button, .collection-view .container .header-container button.exhibit-btn, .default.blog-post button#tbCommentButton {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 1.3rem !important;
  color: white !important;
  background: #0078d6 !important;
  margin: 1rem 0 2rem !important;
  border: none; }

a.button-inverse, section#newsletter input[type="submit"] {
  background: none;
  border: 1px solid white;
  border-radius: 40px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 3px;
  margin-top: 3rem;
  padding: 1rem 4rem;
  text-transform: uppercase; }
  a.button-inverse:hover, section#newsletter input[type="submit"]:hover {
    background: white;
    color: #0078d6; }

a.button-primary, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a,
div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a, div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a,
div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a {
  cursor: pointer;
  display: inline-block;
  padding: 1rem 4rem;
  background: #ff9e03;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  border-radius: 40px;
  font-size: 1.3rem;
  letter-spacing: 3px;
  margin-top: 3rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
  a.button-primary:hover, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a:hover,
  div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a:hover, div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a:hover,
  div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a:hover {
    background: white;
    color: #0078d6;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
    transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
    transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }

.sticky-to-top {
  cursor: pointer;
  display: inline-block;
  position: fixed;
  right: 250px;
  bottom: 40px;
  z-index: 9995; }
  .sticky-to-top i {
    background: rgba(14, 50, 72, 0.5);
    border: 1px solid #73CFFF;
    border-radius: 2rem;
    color: white;
    padding: 1rem 1.2rem; }
  @media screen and (max-width: 700px) {
    .sticky-to-top {
      right: 60px;
      bottom: 13.5rem; } }

a.sticky-btn {
  position: fixed;
  z-index: 9995;
  bottom: 40px;
  right: 60px;
  display: inline-block;
  padding: 1rem 4rem;
  background: #ff9e03;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  border-radius: 40px;
  font-size: 1.3rem;
  letter-spacing: 3px;
  margin-top: 3rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
  a.sticky-btn:hover {
    background: white;
    color: #0078d6;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
    transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
    transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
    transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
  @media screen and (max-width: 700px) {
    a.sticky-btn {
      padding: 1rem 2rem; }
      a.sticky-btn i {
        font-size: 1.8rem; } }

a.hero-btn {
  display: inline-block;
  padding: 1rem 4rem;
  background: #0078d6;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  border-radius: 40px;
  font-size: 1.3rem;
  letter-spacing: 3px;
  margin-top: 3rem; }
  a.hero-btn:hover {
    background: white;
    color: #0078d6; }

/* === Tab Nav === */
ul.tab-nav {
  border: 1px solid #0078d6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin-bottom: 2rem;
  padding: 0; }
  ul.tab-nav li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center; }
    ul.tab-nav li a {
      display: block;
      padding: 1rem; }
      ul.tab-nav li a:hover {
        background-color: rgba(0, 120, 214, 0.2); }
      ul.tab-nav li a.current {
        background-color: #0078d6;
        color: white;
        font-weight: bold; }

/* Flex Nav */
nav.flex-nav {
  background: rgba(255, 255, 255, 0.9);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 1%; }
  nav.flex-nav:hover {
    background: white; }
  nav.flex-nav ul#mainnav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    *zoom: 1; }
    @media (max-width: 992px) {
      nav.flex-nav ul#mainnav {
        display: none; } }
    nav.flex-nav ul#mainnav #mn-home,
    nav.flex-nav ul#mainnav #mn-blog {
      display: none; }
    nav.flex-nav ul#mainnav > li > a.current {
      color: #0e3248 !important; }
    nav.flex-nav ul#mainnav li {
      -ms-flex: 0 1 auto;
      -webkit-box-flex: 0;
              flex: 0 1 auto; }
      nav.flex-nav ul#mainnav li.hasChild > a::after {
        color: #021019;
        font-family: 'FontAwesome';
        content: '\f107';
        position: absolute;
        bottom: 4px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
      nav.flex-nav ul#mainnav li a {
        padding: 3rem 1rem;
        position: relative;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1.5rem;
        letter-spacing: 1px;
        text-transform: uppercase; }
        nav.flex-nav ul#mainnav li a:hover, nav.flex-nav ul#mainnav li a:focus {
          color: #0e3248; }
      nav.flex-nav ul#mainnav li ul {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        position: absolute;
        margin: 0;
        padding: 0;
        list-style: none;
        z-index: 2000;
        display: none;
        /* 2nd level li */ }
        nav.flex-nav ul#mainnav li ul > li {
          position: relative;
          display: block;
          white-space: nowrap;
          z-index: 999;
          /* 3rd level ul */ }
          nav.flex-nav ul#mainnav li ul > li.hasChild > a::after {
            color: #BEE3FA;
            font-family: 'FontAwesome';
            content: '\f105';
            position: absolute;
            right: 8px;
            bottom: auto;
            left: auto;
            -webkit-transform: none;
                    transform: none; }
          nav.flex-nav ul#mainnav li ul > li:hover a, nav.flex-nav ul#mainnav li ul > li:focus a {
            background: #165073; }
          nav.flex-nav ul#mainnav li ul > li a {
            color: #BEE3FA;
            display: block;
            background: #0e3248;
            padding: 8px 24px 8px 12px;
            position: relative;
            text-transform: none;
            width: 100%; }
            nav.flex-nav ul#mainnav li ul > li a:hover {
              color: white; }
          nav.flex-nav ul#mainnav li ul > li ul {
            left: 100%;
            top: 0;
            /* 3rd level li */ }
            nav.flex-nav ul#mainnav li ul > li ul li a::after {
              content: none !important; }
    nav.flex-nav ul#mainnav a {
      text-decoration: none; }
    nav.flex-nav ul#mainnav > li:hover > ul, nav.flex-nav ul#mainnav > li > ul > li:hover > ul {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; }
  @media screen and (max-width: 1200px) {
    nav.flex-nav ul#mainnav li a {
      letter-spacing: 0; }
    nav.flex-nav ul#mainnav li:last-child ul li a {
      padding: 8px 24px; }
      nav.flex-nav ul#mainnav li:last-child ul li a::after {
        right: auto;
        left: 8px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    nav.flex-nav ul#mainnav li:last-child ul li ul {
      right: 100%;
      left: auto; } }

.header-social {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 200px; }
  .header-social a {
    border: 1px solid #0078d6;
    border-radius: 50%;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 3px;
    position: relative;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
    transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
    transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
    .header-social a:hover {
      -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
      -webkit-transform: scale(1.25);
              transform: scale(1.25);
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
      .header-social a:hover .fa {
        -webkit-transform: translate(-50%, -50%) scale(1.15);
                transform: translate(-50%, -50%) scale(1.15);
        -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
    .header-social a .fa {
      font-size: .8em;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
    .header-social a.search {
      background-color: #0078d6;
      color: white;
      cursor: pointer; }
  @media screen and (max-width: 1200px) {
    .header-social {
      width: 30px; }
      .header-social a:not(:last-child) {
        display: none; } }
  @media screen and (max-width: 991px) {
    .header-social {
      margin-right: 4rem;
      margin-left: auto; } }
  @media screen and (max-width: 650px) {
    .header-social {
      margin-right: 2rem; }
      .header-social a.header-social-link:not(.search) {
        display: none; } }

.flex-nav .header-social a.tiktok {
  background-image: url(/sitefiles/2204/css/images/tiktok.svg);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center; }

/* ====================== Side Drawer Styling ====================== */
#siteWrapper {
  position: relative;
  background-color: #fff;
  min-height: 100vh; }

.body-overlay {
  display: block;
  cursor: col-resize;
  background: #021019;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9998;
  visibility: hidden;
  -webkit-transition: opacity .55s ease;
  transition: opacity .55s ease;
  -webkit-transition-delay: .44s !important;
  transition-delay: .44s !important; }
  .body-overlay.active {
    opacity: 0.6;
    visibility: visible;
    height: 100%;
    width: 100%;
    z-index: 10000;
    -webkit-transition: opacity .55s ease;
    transition: opacity .55s ease;
    -webkit-transition-delay: .2s !important;
    transition-delay: .2s !important; }

#siteWrapper {
  position: relative;
  background-color: #fff; }

#sidecar {
  position: fixed;
  height: 100%;
  width: 300px;
  background: white;
  top: 0;
  right: -300px;
  text-align: left;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: right .44s ease;
  transition: right .44s ease;
  z-index: 99999 !important; }
  #sidecar ul#mainnav {
    right: 0px; }

/* Open & Close Button Placement and Speed */
button#drawer-toggle {
  border: none;
  background: none;
  margin-right: 5px;
  display: block; }
  @media (min-width: 992px) {
    button#drawer-toggle {
      display: none; } }
  button#drawer-toggle span {
    -webkit-transition: -webkit-transform 0.2s ease,width 0.2s ease,background 0.2s ease;
    -webkit-transition: width 0.2s ease,background 0.2s ease,-webkit-transform 0.2s ease;
    transition: width 0.2s ease,background 0.2s ease,-webkit-transform 0.2s ease;
    transition: transform 0.2s ease,width 0.2s ease,background 0.2s ease;
    transition: transform 0.2s ease,width 0.2s ease,background 0.2s ease,-webkit-transform 0.2s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #0078d6;
    display: block;
    margin: 3px 0;
    height: 1px;
    width: 28px;
    position: relative; }
    button#drawer-toggle span:hover {
      width: 32px; }
      button#drawer-toggle span:hover:before {
        width: 24px; }
      button#drawer-toggle span:hover:after {
        width: 16px; }
    button#drawer-toggle span:before {
      -webkit-transition: -webkit-transform 0.2s ease,width 0.2s ease,background 0.2s ease;
      -webkit-transition: width 0.2s ease,background 0.2s ease,-webkit-transform 0.2s ease;
      transition: width 0.2s ease,background 0.2s ease,-webkit-transform 0.2s ease;
      transition: transform 0.2s ease,width 0.2s ease,background 0.2s ease;
      transition: transform 0.2s ease,width 0.2s ease,background 0.2s ease,-webkit-transform 0.2s ease;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      background: #0078d6;
      content: '';
      display: block;
      margin: 3px 0;
      height: 1px;
      width: 20px;
      position: absolute;
      top: -10px; }
    button#drawer-toggle span:after {
      -webkit-transition: -webkit-transform 0.2s ease,width 0.2s ease,background 0.2s ease;
      -webkit-transition: width 0.2s ease,background 0.2s ease,-webkit-transform 0.2s ease;
      transition: width 0.2s ease,background 0.2s ease,-webkit-transform 0.2s ease;
      transition: transform 0.2s ease,width 0.2s ease,background 0.2s ease;
      transition: transform 0.2s ease,width 0.2s ease,background 0.2s ease,-webkit-transform 0.2s ease;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      background: #0078d6;
      content: '';
      display: block;
      margin: 3px 0;
      height: 1px;
      width: 12px;
      position: absolute;
      top: 4px; }
  button#drawer-toggle .menu-text {
    float: left; }
  button#drawer-toggle img.menu-icon {
    float: left;
    width: 17px;
    margin-left: 5px;
    margin-top: 4px; }
button:focus {
  outline: none !important; }
button.close-drawer {
  right: -260px;
  position: absolute;
  -webkit-transition: right .44s ease;
  transition: right .44s ease;
  height: 40px;
  width: 40px;
  margin-right: 2rem;
  padding: 0;
  background: url("//www.speakcdn.com/sitefiles/2204/css/images/x-black.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  border: none;
  background-size: 17px;
  outline: none !important;
  top: 10px; }

/* Drawer Placement & Speed */
.slide-right, .push-right, .over-right {
  right: 0;
  left: inherit; }

.slide-right {
  -webkit-transition: -webkit-transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out;
  -webkit-transition: left 0.44s ease-in-out, right 0.44s ease-in-out, -webkit-transform 0.44s ease-in-out;
  transition: left 0.44s ease-in-out, right 0.44s ease-in-out, -webkit-transform 0.44s ease-in-out;
  transition: transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out;
  transition: transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out, -webkit-transform 0.44s ease-in-out; }

/* Slide Right */
#sidecar.slide-right {
  opacity: 1;
  -webkit-transition: right .44s ease;
  transition: right .44s ease; }
  #sidecar.slide-right.active {
    opacity: 1;
    right: -30px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.3); }
    #sidecar.slide-right.active button.close-drawer.pull-right {
      right: 35px;
      -webkit-transition: right .44s ease;
      transition: right .44s ease;
      -webkit-transition-delay: .6s !important;
      transition-delay: .6s !important; }
    #sidecar.slide-right.active ul#mainnav li a {
      margin-left: 0px;
      opacity: 1; }

/* ====================== Side Drawer Styling END ====================== */
/* =============== Actions ================= */
nav#sidecar .actions {
  border-bottom: 1px solid #BEE3FA;
  padding: 18px 0 2rem 2rem; }
  nav#sidecar .actions .ticket {
    color: #ff9e03;
    margin-right: 1rem; }
  nav#sidecar .actions .donate {
    color: #ec4632; }
  nav#sidecar .actions i {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase; }
    nav#sidecar .actions i::before {
      font-family: 'FontAwesome';
      font-size: 1.6rem;
      font-weight: normal;
      margin-right: 8px;
      vertical-align: text-bottom; }

/* =============== Times ================= */
nav#sidecar #times {
  font-family: "Roboto Condensed", sans-serif;
  margin: 2rem 0;
  padding-right: 2rem;
  text-align: center; }
  nav#sidecar #times h6 {
    font-weight: bold; }
  nav#sidecar #times .hours {
    position: relative;
    top: auto;
    left: auto; }
    nav#sidecar #times .hours p {
      color: black;
      display: block;
      letter-spacing: 2px;
      margin: 0; }

/* =============== Menu ================ */
nav#sidecar ul#mainnav {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: -2rem 0 0 0;
  padding: 1rem 1rem 0 0;
  background: transparent;
  -webkit-padding-start: 0px; }
  nav#sidecar ul#mainnav li {
    position: relative;
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
    text-align: left; }
    nav#sidecar ul#mainnav li a {
      -webkit-transform: scale(1);
              transform: scale(1);
      transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
      nav#sidecar ul#mainnav li a:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
    nav#sidecar ul#mainnav li:first-child a {
      -webkit-transition-delay: .1s !important;
      transition-delay: .1s !important; }
    nav#sidecar ul#mainnav li:nth-child(2) a {
      -webkit-transition-delay: .15s !important;
      transition-delay: .15s !important; }
    nav#sidecar ul#mainnav li:nth-child(3) a {
      -webkit-transition-delay: .2s !important;
      transition-delay: .2s !important; }
    nav#sidecar ul#mainnav li:nth-child(4) a {
      -webkit-transition-delay: .3s !important;
      transition-delay: .3s !important; }
    nav#sidecar ul#mainnav li:nth-child(5) a {
      -webkit-transition-delay: .35s !important;
      transition-delay: .35s !important; }
    nav#sidecar ul#mainnav li:nth-child(6) a {
      -webkit-transition-delay: .4s !important;
      transition-delay: .4s !important; }
    nav#sidecar ul#mainnav li:nth-child(7) a {
      -webkit-transition-delay: .5s !important;
      transition-delay: .5s !important; }
    nav#sidecar ul#mainnav li:nth-child(8) a {
      -webkit-transition-delay: .55s !important;
      transition-delay: .55s !important; }
    nav#sidecar ul#mainnav li:nth-child(9) a {
      -webkit-transition-delay: .6s !important;
      transition-delay: .6s !important; }
    nav#sidecar ul#mainnav li:nth-child(10) a {
      -webkit-transition-delay: .65s !important;
      transition-delay: .65s !important; }
    nav#sidecar ul#mainnav li:hover ul {
      display: block; }
    nav#sidecar ul#mainnav li ul {
      padding: 0;
      margin: 0;
      display: block;
      position: relative;
      max-height: 0px;
      overflow: hidden;
      float: none;
      -webkit-transition: max-height 0.25s ease-in;
      transition: max-height 0.25s ease-in;
      background: rgba(184, 207, 233, 0.5); }
      nav#sidecar ul#mainnav li ul li a {
        margin-left: 1rem !important;
        padding: 10px 0px 10px 25px;
        border: none; }
      nav#sidecar ul#mainnav li ul li ul li a {
        margin-left: 2rem !important; }
      nav#sidecar ul#mainnav li ul.active {
        max-height: 500px;
        -webkit-transition: max-height 0.44s ease-in;
        transition: max-height 0.44s ease-in; }
    nav#sidecar ul#mainnav li a {
      border-top: 1px solid #BEE3FA;
      color: #0078d6;
      display: inline-block;
      width: 100%;
      height: auto;
      padding: 12px 24px;
      position: relative;
      margin-left: 50px;
      opacity: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.8rem;
      font-weight: lighter;
      letter-spacing: 1px;
      -webkit-transition: all .44s ease;
      transition: all .44s ease; }
      nav#sidecar ul#mainnav li a:hover {
        color: #BEE3FA; }
      nav#sidecar ul#mainnav li a.expand {
        display: block;
        height: 38px;
        width: 38px;
        padding: 2rem;
        position: absolute;
        top: 8px;
        right: 2rem;
        background: url("//www.speakcdn.com/sitefiles/2204/css/images/arrow-dark.svg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 50%;
        cursor: pointer;
        border: none;
        -webkit-transition-delay: 0s !important;
                transition-delay: 0s !important; }
        nav#sidecar ul#mainnav li a.expand.active {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          border: none; }

/* ====================== Header ====================== */
header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 80px;
  background: rgba(255, 255, 255, 0);
  z-index: 9995;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; }
  header .logo-link {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 45px;
    height: 60px;
    display: block;
    background: url(images/fin.svg) no-repeat;
    background-size: 100%;
    margin-top: 1rem; }
    @media screen and (max-width: 991px) {
      header .logo-link {
        height: 68px;
        width: 160px; } }
    @media screen and (max-width: 767px) {
      header .logo-link {
        background-size: contain;
        height: 45px;
        margin-bottom: 1rem;
        width: 80px; } }
    @media (min-width: 768px) {
      header .logo-link {
        width: 180px;
        height: 65px;
        background: url("//www.speakcdn.com/sitefiles/2204/css/images/logo.png") no-repeat;
        background-size: 100%;
        -webkit-transform: scale(1);
                transform: scale(1);
        transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; } }

.flex-nav .donate-nav-btn {
  padding: 1rem;
  background: #008FFF;
  border-radius: 40px;
  border: 1px solid #008FFF;
  -webkit-transition: all ease .5s;
  transition: all ease .5s; }
  .flex-nav .donate-nav-btn a {
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: white; }
  .flex-nav .donate-nav-btn i {
    margin-right: 10px; }
  .flex-nav .donate-nav-btn:hover {
    background: white; }
    .flex-nav .donate-nav-btn:hover a {
      color: #008FFF; }
@media (max-width: 1218px) {
  .flex-nav .donate-nav-btn.donate {
    display: none; }
  .flex-nav .donate-nav-btn.membership {
    margin: auto auto auto 2rem; } }
@media (max-width: 500px) {
  .flex-nav .donate-nav-btn {
    display: none; } }

.flex-nav .donate-nav-btn.membership {
  background: #ff9e03;
  border-color: #ff9e03; }
  .flex-nav .donate-nav-btn.membership:hover {
    background: white; }
    .flex-nav .donate-nav-btn.membership:hover a {
      color: #ff9e03; }
  .flex-nav .donate-nav-btn.membership .fas {
    font-family: fontawesome;
    font-style: normal; }

/* ====================== Footer ====================== */
footer {
  background-color: #021019;
  color: white;
  margin-bottom: -2.2rem;
  padding: 3rem 0 6rem;
  position: relative; }
  footer a {
    color: #fff; }
  footer .insta-title {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3rem; }
    footer .insta-title h3, footer .insta-title p {
      margin: 0; }
    footer .insta-title i {
      font-size: 3rem;
      margin-left: 1rem; }
    @media screen and (max-width: 767px) {
      footer .insta-title {
        border: none;
        flex-direciton: column; }
        footer .insta-title i {
          font-size: 2rem; } }
  footer .links a {
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 1.8rem;
    width: 48%; }
  @media screen and (max-width: 767px) {
    footer .links {
      text-align: center; }
      footer .links h5 {
        border-bottom: 1px solid white;
        margin-bottom: 2rem;
        padding-bottom: 1rem; }
      footer .links a {
        width: 100%; } }
  footer .connect p {
    color: #BEE3FA;
    font-family: "Roboto Condensed", sans-serif; }
  @media screen and (max-width: 767px) {
    footer .connect {
      text-align: center; }
      footer .connect h5 {
        border-bottom: 1px solid white;
        margin-bottom: 2rem;
        padding-bottom: 1rem; }
      footer .connect .footer-social {
        margin: 0 auto;
        text-align: left; } }
  footer .footer-social {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 160px; }
    footer .footer-social a {
      color: white;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      display: inline-block;
      width: 28px;
      height: 28px;
      margin-left: 3px;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
      transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
      footer .footer-social a:hover {
        -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
        -webkit-transform: scale(1.25);
                transform: scale(1.25);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
        footer .footer-social a:hover .fa {
          -webkit-transform: translate(-50%, -50%) scale(1.15);
                  transform: translate(-50%, -50%) scale(1.15);
          -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
                  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
          -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
          transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
          transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
          transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
      footer .footer-social a .fa {
        font-size: .8em;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
        transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1); }
  footer .back {
    text-align: center; }
    footer .back p {
      color: #73CFFF;
      font-family: "Roboto Condensed", sans-serif;
      margin: 1rem 0 0; }
    footer .back .back-to-top {
      border: 1px solid #73CFFF;
      border-radius: 4rem;
      cursor: pointer;
      display: inline-block;
      overflow: hidden; }
      footer .back .back-to-top i {
        color: #73CFFF;
        font-size: 2.6rem;
        padding: 2rem;
        width: 6.6rem; }
        footer .back .back-to-top i.pressed {
          -webkit-transform: translate(0, -6rem) !important;
                  transform: translate(0, -6rem) !important; }
      footer .back .back-to-top:hover {
        border-color: #BEE3FA; }
        footer .back .back-to-top:hover i {
          color: #BEE3FA;
          -webkit-transform: translate(0, 1rem);
                  transform: translate(0, 1rem); }
    @media screen and (max-width: 991px) {
      footer .back {
        margin-top: 4rem; } }
  @media screen and (max-width: 991px) {
    footer .logo {
      margin-top: 4rem; } }
  footer .mini-footer {
    padding: 3rem 0;
    text-align: center; }
    footer .mini-footer .container {
      padding-top: 4rem; }
    @media screen and (max-width: 991px) {
      footer .mini-footer {
        padding-bottom: 8rem; } }
  @media screen and (max-width: 991px) {
    footer {
      padding: 3rem 0; } }

.sponsors {
  text-align: center;
  margin-top: 6rem; }
  .sponsors h2 {
    padding-bottom: 2rem; }
  .sponsors img {
    max-width: 150px;
    height: auto;
    margin: 1rem; }

.verbiage {
  margin-top: 35px; }
  .verbiage .container div p {
    text-transform: uppercase;
    font-size: 1.3rem;
    text-align: center; }

/* -------------------------------- 
Search Panel
-------------------------------- */
.form-group {
  margin-bottom: 0px; }

#search {
  background: rgba(2, 16, 25, 0.9);
  -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0);
          box-shadow: 0px 30px 50px rgba(0, 0, 0, 0);
  position: fixed;
  color: white;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translate3d(0px, -100vh, 0px);
  transform: translate3d(0px, -100vh, 0px);
  z-index: 9999;
  opacity: 0; }
  @media (max-width: 768px) {
    #search {
      height: 200px; } }
  #search input:-webkit-autofill, #search textarea:-webkit-autofill, #search select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: black; }
  #search ::-webkit-input-placeholder {
    color: white; }
  #search :-moz-placeholder {
    /* Firefox 18- */
    color: white; }
  #search ::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  #search :-ms-input-placeholder {
    color: white; }
  #search .flexbox-margin {
    margin-top: 115px; }
    #search .flexbox-margin h1, #search .flexbox-margin h2, #search .flexbox-margin h3, #search .flexbox-margin p {
      color: white; }
    #search .flexbox-margin h1 {
      font-size: 1em;
      padding: 10px 0;
      font-family: "Roboto Condensed", sans-serif; }
    #search .flexbox-margin h2 {
      font-size: 0.85em;
      font-family: "Roboto Condensed", sans-serif; }
    #search .flexbox-margin p {
      font-size: 0.75em;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 130%; }
    #search .flexbox-margin a {
      color: white; }
    #search .flexbox-margin .fa {
      font-size: 1.2em;
      display: block;
      color: #BEE3FA; }

#search span {
  position: absolute;
  top: 20% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-style: italic;
  font-size: 1em;
  z-index: -2; }
  @media (max-width: 600px) {
    #search span {
      font-size: 0.85em; } }

#search.open-search {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  z-index: 9996;
  opacity: 1;
  display: block;
  -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.6); }

.searchPanel {
  padding-top: 13px; }

input#searchButton {
  background: #0078d6;
  border: 0;
  position: absolute;
  right: 0;
  margin-top: 21px;
  height: 65px;
  width: 80px; }
  input#searchButton:hover {
    background: #73CFFF; }
  @media screen and (max-width: 768px) {
    input#searchButton {
      height: 50px;
      margin-top: 16px;
      width: 60px; } }

.searchPanel input#searchField {
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 65px;
  background: rgba(0, 0, 0, 0.6);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2rem;
  margin: 1.4rem 0 0.7rem 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 900;
  text-align: left;
  padding: 0;
  padding: 10px 20px;
  border: 0;
  color: white !important; }
  @media (max-width: 768px) {
    .searchPanel input#searchField {
      font-size: 1.4rem;
      letter-spacing: 2px;
      top: 15px;
      height: 50px; } }

.searchPanel input#searchField:focus {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  outline: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.searchPanel input:hover {
  background: rgba(0, 0, 0, 0.1);
  color: white;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

#search .btn-default {
  color: white;
  background: #ff9e03 url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5%;
  text-indent: 9999px;
  border-color: #ccc;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); }

#search .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  height: 40px;
  width: 10%;
  float: right;
  text-align: center;
  cursor: pointer;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

#search .btn:hover,
#search .btn:focus {
  border: 0px solid #952818;
  color: white;
  cursor: pointer;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2); }

#search .close-search {
  cursor: pointer;
  position: absolute;
  z-index: 10001;
  right: 4rem;
  height: 30px;
  width: 30px;
  top: 4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0) url(images/x.svg) no-repeat center center;
  background-size: 80%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

#search .close-search:hover {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

#search .close-search {
  visibility: visible;
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1); }

#search .searchPanel {
  position: absolute;
  top: 40%;
  left: 15%;
  margin: 0 auto;
  width: 70%; }
  @media screen and (max-width: 600px) {
    #search .searchPanel {
      left: 10%;
      width: 80%; } }

#search .form-control {
  display: inline-block;
  text-align: left;
  width: 90%;
  height: 40px;
  padding: 6px 12px;
  font-size: 1em;
  text-transform: none;
  font-weight: 100;
  line-height: 1.428571429;
  color: white;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: none;
  border: 1px solid white;
  border-radius: 0px;
  float: left;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

/* Custom Google Search */
div.custom-search-panel {
  padding: 8px 8px 20px 8px; }

input#custom-search-field {
  border: 0;
  padding: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  float: left; }

::-webkit-input-placeholder {
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: white; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }

:-ms-input-placeholder {
  color: white; }

div.custom-search-panel button {
  float: left;
  width: 50px;
  padding: 8px; }

/* _sidebar.scss */
#sidebar {
  color: white;
  margin-bottom: auto;
  padding: 0;
  position: relative;
  top: 6rem;
  z-index: 25; }
  #sidebar .side-menu {
    background: #BEE3FA;
    border-top: 4px solid #73CFFF;
    padding: 4rem; }
    #sidebar .side-menu h2.sw-menucode-child {
      display: none; }
    #sidebar .side-menu h4 {
      border-bottom: 1px solid white;
      color: #0078d6;
      padding-bottom: 1.2rem;
      text-transform: uppercase; }
    #sidebar .side-menu ul#subnav {
      list-style: none;
      padding: 0; }
      #sidebar .side-menu ul#subnav li a {
        color: #0078d6;
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1.8rem;
        padding: 0.5rem 0; }
        #sidebar .side-menu ul#subnav li a:hover {
          color: #0e3248; }
  #sidebar .info {
    padding: 4rem; }
    #sidebar .info h4 {
      margin-top: 0; }
    #sidebar .info a {
      color: white; }
      #sidebar .info a:hover {
        color: #BEE3FA; }
    #sidebar .info .button-primary, #sidebar .info div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton #sidebar .info a,
    #sidebar .info div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a,
    div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton #sidebar .info a, #sidebar .info div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a, div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton #sidebar .info a,
    #sidebar .info div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a,
    div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton #sidebar .info a {
      margin-top: 1rem; }
      #sidebar .info .button-primary:hover, #sidebar .info div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a:hover, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton #sidebar .info a:hover,
      #sidebar .info div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a:hover,
      div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton #sidebar .info a:hover, #sidebar .info div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a:hover, div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton #sidebar .info a:hover,
      #sidebar .info div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a:hover,
      div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton #sidebar .info a:hover {
        color: #0078d6; }
  @media screen and (max-width: 1200px) {
    #sidebar .info {
      padding: 2rem 0 2rem 2rem; } }
  @media screen and (max-width: 991px) {
    #sidebar {
      display: none; } }

/* _alert.scss */
.page-alert-wrapper {
  z-index: 10000; }

.page-alert-message {
  background-color: #ff9e03;
  border: 1px solid white;
  border-radius: 0.5rem;
  color: white;
  margin: 0;
  width: 730px;
  max-width: 80%;
  padding: 4rem;
  position: fixed;
  top: 80px;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10001; }
  .page-alert-message .controls {
    margin-top: 0;
    position: absolute;
    top: 3px;
    right: 1rem; }
    .page-alert-message .controls #page-alert-dismiss {
      background: none;
      border: none;
      background: url("/sitefiles/2204/css/images/x.svg");
      background-size: contain;
      background-repeat: no-repeat;
      font-size: 0;
      padding: 1rem; }

/* breadcrumb */
.breadcrumb-row {
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%; }

#breadcrumb {
  font-size: 1.6rem;
  list-style: none;
  padding: 0; }
  #breadcrumb li {
    display: inline-block; }
    #breadcrumb li:not(:last-child):after {
      color: white;
      content: "\f105";
      font-family: "FontAwesome";
      font-size: 1.4rem;
      margin-right: 1rem; }
    #breadcrumb li a {
      color: white;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.4rem;
      margin-right: 1rem;
      text-transform: uppercase; }
      #breadcrumb li a:hover {
        color: #BEE3FA; }
  #breadcrumb #bc-home a {
    margin-left: -2em;
    padding-left: 2em; }

/* _forms.scss */
.formmodule {
  border: 1px solid #0078d6;
  border-radius: 4px;
  padding: 2rem; }
  .formmodule .formmodule-form table tbody tr {
    background: none; }
    .formmodule .formmodule-form table tbody tr td {
      border-right: none; }
      .formmodule .formmodule-form table tbody tr td label {
        font-family: "Avenir", "Lato", sans-serif;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 1px; }
      .formmodule .formmodule-form table tbody tr td .formmodule-required {
        font-family: "Avenir", "Lato", sans-serif;
        font-size: 1.6rem; }
      .formmodule .formmodule-form table tbody tr td input[type="text"],
      .formmodule .formmodule-form table tbody tr td textarea {
        border-radius: 0;
        font-family: "Avenir", "Lato", sans-serif;
        font-size: 1.6rem;
        outline: none; }
        .formmodule .formmodule-form table tbody tr td input[type="text"]:focus,
        .formmodule .formmodule-form table tbody tr td textarea:focus {
          border-color: #0078d6; }
      .formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td label {
        font-size: 1.5rem;
        font-weight: normal;
        letter-spacing: 0.5px; }
  .formmodule .form-bot-stopper .form-bot-stopper-info,
  .formmodule .form-bot-stopper .form-bot-stopper-question {
    font-family: "Avenir", "Lato", sans-serif;
    font-size: 1.6rem; }
  .formmodule .form-bot-stopper .form-bot-stopper-question input.form-bot-stopper-value {
    border-radius: 0;
    outline: none; }
    .formmodule .form-bot-stopper .form-bot-stopper-question input.form-bot-stopper-value:focus {
      border-color: #0078d6; }
  .formmodule .formmodule-submit input[type="submit"] {
    border: none; }

/* _instagram.scss */
section.insta {
  background: #021019;
  margin-bottom: 4rem;
  position: relative; }
  section.insta #instafeed a.insta-link {
    display: inline-block;
    margin: 0 0 -6px;
    padding: 0;
    position: relative;
    width: 12.5%; }
    section.insta #instafeed a.insta-link:hover .insta-meta {
      opacity: 1; }
    section.insta #instafeed a.insta-link img.insta-pic {
      display: block;
      height: auto;
      width: 100%; }
    section.insta #instafeed a.insta-link .insta-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      overflow: hidden;
      background: rgba(47, 47, 47, 0.5);
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 5px;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity .2s ease-out;
      transition: opacity .2s ease-out; }
      section.insta #instafeed a.insta-link .insta-meta .likes {
        color: white;
        font-size: 15px;
        font-weight: 700;
        margin: 0 6px; }
      section.insta #instafeed a.insta-link .insta-meta .comments {
        color: white;
        font-size: 15px;
        font-weight: 700;
        margin: 0 6px; }
      section.insta #instafeed a.insta-link .insta-meta i {
        color: #fff;
        font-size: 13px;
        margin: 0 3px 0 0;
        position: relative;
        top: -1px; }
  @media screen and (max-width: 678px) {
    section.insta #instafeed a.insta-link {
      width: 25%; } }

/* _app.scss */
.initial-view .container {
  max-width: 100%; }
  .initial-view .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .initial-view .container .row > div {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
    .initial-view .container .row #exhibit-img {
      overflow: hidden;
      position: relative; }
      .initial-view .container .row #exhibit-img::before {
        content: '';
        background-color: rgba(0, 120, 214, 0.5);
        opacity: 0;
        position: absolute;
        height: 100%;
        left: 0;
        width: 100%;
        z-index: 10; }
      .initial-view .container .row #exhibit-img:hover::before {
        opacity: 1; }
      .initial-view .container .row #exhibit-img:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .initial-view .container .row #exhibit-img:hover .exhibit-detail {
        opacity: 1; }
      .initial-view .container .row #exhibit-img .exhibit-detail {
        font-size: 1.4rem;
        letter-spacing: 1px;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        text-transform: uppercase;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 20; }
        .initial-view .container .row #exhibit-img .exhibit-detail a {
          display: block;
          padding: 2rem; }
        .initial-view .container .row #exhibit-img .exhibit-detail .exhibit-title {
          color: white; }
    .initial-view .container .row .exhibit-item-title {
      font-size: 2rem;
      margin: 1rem 0 2rem; }
@media screen and (max-width: 600px) {
  .initial-view .container .row > div {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%; } }

.collection-view .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%; }
  .collection-view .container > div {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
    .collection-view .container > div > div {
      width: 100%; }
  .collection-view .container .header-container .exhibit-banner .exhibit-title-wrapper h1.exhibit-detail-banner-title {
    font-size: 2.2rem;
    line-height: 1.4; }
  .collection-view .container #exhibit-img {
    overflow: hidden;
    position: relative; }
    .collection-view .container #exhibit-img::before {
      content: '';
      background-color: rgba(0, 120, 214, 0.5);
      opacity: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      z-index: 10; }
    .collection-view .container #exhibit-img:hover::before {
      opacity: 1; }
    .collection-view .container #exhibit-img:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .collection-view .container #exhibit-img:hover .exhibit-detail {
      opacity: 1; }
    .collection-view .container #exhibit-img .exhibit-detail {
      font-size: 1.4rem;
      letter-spacing: 1px;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      text-transform: uppercase;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 20; }
      .collection-view .container #exhibit-img .exhibit-detail a {
        display: block;
        padding: 2rem; }
      .collection-view .container #exhibit-img .exhibit-detail .exhibit-title {
        color: white; }
  .collection-view .container .exhibit-item-title {
    font-size: 2rem;
    margin: 1rem 0 2rem; }
@media screen and (max-width: 600px) {
  .collection-view .container {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .collection-view .container > div {
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%; } }

.item-view .container#itemHeader {
  max-width: 100%; }
  .item-view .container#itemHeader .exhibit-banner {
    margin-top: 1rem; }
  .item-view .container#itemHeader .header-container > .row:last-child > div:last-child {
    text-align: right; }
  .item-view .container#itemHeader .exhibit-btn-prev::before {
    content: '\f104';
    font-family: 'FontAwesome';
    margin-right: 1rem; }
  .item-view .container#itemHeader .exhibit-btn-next::after {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-left: 1rem; }
.item-view .container#itemDetails {
  max-width: 100%; }
  .item-view .container#itemDetails .exhibit-descipton {
    border-bottom: 1px solid #3B3B3B;
    margin-bottom: 4rem;
    padding-bottom: 2rem; }

/* Center Align Banner Rotator */
.centerRotator .scrollable {
  margin: auto; }

/* ====================== Transitions ====================== */
/*

=== Use Extend Property (Example below) ===

.header {
  @extend .transition-cubic;
  background: white;
}

*/
.transition-cubic, div.sw-calendar-module-v2-307065 .CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenu__btn--back.btn:hover,
div.sw-calendar-module-v2-310049 .CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenu__btn--back.btn:hover, button.button:hover, .collection-view .container .header-container button.exhibit-btn:hover, .default.blog-post button#tbCommentButton:hover, a.button:hover, .formmodule .formmodule-submit input[type="submit"]:hover, .collection-view .container .header-container a.exhibit-btn:hover, section#news .recent-blog-posts-wrapper .recent-blog-posts-view-link a:hover, .default.blog-post a#tbCommentButton:hover, a.button-inverse:hover, section#newsletter input[type="submit"]:hover, a.hero-btn:hover, nav.flex-nav, button#drawer-toggle span:hover, button#drawer-toggle span:hover:before, button#drawer-toggle span:hover:after, #search, #search.open-search, #search .close-search {
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1); }

.transition-fast {
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.transition, footer .back .back-to-top, footer .back .back-to-top i, .initial-view .container .row #exhibit-img::before, .initial-view .container .row #exhibit-img img, .initial-view .container .row #exhibit-img .exhibit-detail, .collection-view .container #exhibit-img::before, .collection-view .container #exhibit-img img, .collection-view .container #exhibit-img .exhibit-detail {
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.transition-slow, .video-container iframe {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.easeInOutBack {
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }

/* ====================== Alignment ====================== */
.center {
  text-align: center; }

/* Parent element needs position:relative; */
.vert-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* Parent element needs position:relative; */
.absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%); }

/* ====================== Paddding Adjustments ====================== */
/* Remove excess margin / padding */
.no-border {
  border: 0; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.cushion-sm {
  padding: 2%; }

.cushion-md {
  padding: 5%; }

.cushion-lg {
  padding: 10%; }

.cushion-vert-sm {
  padding: 2% 0; }

.cushion-vert-md {
  padding: 5% 0; }

.cushion-vert-lg {
  padding: 10% 0; }

.cushion-horiz-sm {
  padding: 0 2%; }

.cushion-horiz-md {
  padding: 0 5%; }

.cushion-horiz-lg {
  padding: 0 10%; }

.white {
  color: white !important; }

/* ====================== Alignment ====================== */
.centered {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%; }

/* Parent element needs position:relative; */
.vert-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* Parent element needs position:relative; */
.absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%); }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-margin {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* BG Images
====================== */
.bg-image-js {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important; }

/* ====================== REM font size with pixel fallback ====================== */
/* === Usage === */
/*p {
  @include font-size(14px)
}*/
/* === Output === */
/*p {
  font-size: 14px; //Will be overridden if browser supports rem
  font-size: 0.8rem;
}*/
/* ====================== Breakpoints ====================== */
/* ==== Usage ==== */
/*.class {
  width: 60%;
  float: left;
  margin: 0 2% 0 0;
  @include bp-small {
    width: 100%;
    float: none;
    margin: 0;
  }
}*/
/* ==== End ==== */
/* _effects.scss */
.hidden-element {
  opacity: 0; }

.element-load {
  -webkit-animation: fade-in 0.5s linear 0s forwards;
          animation: fade-in 0.5s linear 0s forwards; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* _helpers.scss */
.get-a-better-browser {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100000; }

.image-right {
  float: right;
  margin: 0 0 2rem 2rem; }

.image-left {
  float: left;
  margin: 0 2rem 2rem 0; }

.image-soft {
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.5); }

.gradient-text {
  background: linear-gradient(45deg, #ff731d, #ffd349);
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.tile {
  padding: 1rem 2rem; }

/* ====================== Video Components ====================== */
.video-container {
  background-image: url("images/poster-new.jpg");
  background-position: center;
  background-size: cover;
  height: 100vh;
  -webkit-transition: all 0.75s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  transition: all 0.75s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  position: fixed;
  width: 100%;
  top: 0; }
  .video-container iframe {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh; }
    .video-container iframe.loaded {
      opacity: 1; }

#bgvid {
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100vw;
  min-height: 100vh; }

/* ======================
Hero
====================== */
section#home-hero {
  min-height: 475px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #046e89;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #046e89 0%, #0052b7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#046e89', endColorstr='#0052b7',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: white; }
  section#home-hero h1, section#home-hero h2, section#home-hero h3, section#home-hero h4, section#home-hero h5, section#home-hero h6, section#home-hero p {
    color: white; }
  @media (max-height: 800px) {
    section#home-hero {
      height: calc(100vh + 1px);
      max-height: calc(100vh + 1px); } }

@media (max-width: 991px) {
  section#home-hero {
    height: 100vh;
    max-height: none; } }
section#home-hero .hero-message {
  margin-bottom: 4rem;
  padding: 0 15px;
  width: 100%; }
  section#home-hero .hero-message h2, section#home-hero .hero-message .h2 {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 3rem;
    color: white;
    letter-spacing: 10px; }
  section#home-hero .hero-message h1, section#home-hero .hero-message .h1 {
    font-family: "Avenir", "Lato", sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 6rem;
    font-weight: 900;
    line-height: 3rem; }
    section#home-hero .hero-message h1 span, section#home-hero .hero-message .h1 span {
      font-family: "Damion", cursive;
      font-weight: normal;
      text-transform: none;
      color: white;
      font-size: 7rem; }
      @media (max-height: 800px) {
        section#home-hero .hero-message h1 span, section#home-hero .hero-message .h1 span {
          font-size: 3rem;
          line-height: 3rem; } }

@media (min-width: 768px) {
  section#home-hero .hero-message h1, section#home-hero .hero-message .h1 {
    font-family: "Avenir", "Lato", sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 10rem;
    font-weight: 900;
    line-height: 9rem;
    text-shadow: 0 0 2rem rgba(14, 50, 72, 0.5); }
    section#home-hero .hero-message h1:nth-letter(1), section#home-hero .hero-message .h1:nth-letter(1) {
      font-size: 12rem; }
    section#home-hero .hero-message h1 span, section#home-hero .hero-message .h1 span {
      display: inline-block;
      font-family: "Damion", cursive;
      text-transform: none;
      color: white;
      font-size: 6rem;
      position: relative;
      top: -22px; }
      section#home-hero .hero-message h1 span:after, section#home-hero .hero-message .h1 span:after {
        content: "";
        background: url(images/squiggles-orange.svg) no-repeat;
        height: 30px;
        width: 170px;
        background-size: 100%;
        display: inline-table;
        position: absolute;
        bottom: 0;
        left: 0; } }
      @media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
        section#home-hero .hero-message h1 span:after, section#home-hero .hero-message .h1 span:after {
          top: 40px; } }
    @media (min-width: 768px) and (max-height: 800px) {
      section#home-hero .hero-message h1 span, section#home-hero .hero-message .h1 span {
        line-height: 3rem;
        margin-left: 0;
        padding-bottom: 2.4rem; } }
  @media (min-width: 768px) and (max-height: 800px) {
    section#home-hero .hero-message h1, section#home-hero .hero-message .h1 {
      font-size: 6.5rem;
      line-height: 7rem; } }

@media screen and (max-width: 650px) {
  section#home-hero .hero-message h1, section#home-hero .hero-message .h1 {
    font-size: 4.5rem;
    line-height: 7rem;
    margin: 0 0 -2rem; }
    section#home-hero .hero-message h1 span, section#home-hero .hero-message .h1 span {
      font-size: 4rem; } }
section#home-hero .hero-message-fresh {
  padding: 0 15px;
  width: 100%; }
  section#home-hero .hero-message-fresh h2, section#home-hero .hero-message-fresh .h2 {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 3rem;
    color: white;
    letter-spacing: 9px; }
  section#home-hero .hero-message-fresh h1, section#home-hero .hero-message-fresh .h1 {
    font-family: "Avenir", "Lato", sans-serif;
    text-transform: none;
    color: white;
    font-weight: 400;
    font-size: 4rem;
    line-height: 5rem; }
  section#home-hero .hero-message-fresh p {
    color: white;
    font-family: "Avenir", "Lato", sans-serif;
    line-height: 1.6em;
    font-size: .9em;
    width: 80%; }
    @media (max-width: 768px) {
      section#home-hero .hero-message-fresh p {
        display: none; } }
  section#home-hero .hero-message-fresh a {
    color: #BEE3FA;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 50px;
    display: table;
    color: rgba(255, 255, 255, 0.75);
    font-family: "Avenir", "Lato", sans-serif;
    letter-spacing: .25rem;
    margin-left: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 8px; }
    section#home-hero .hero-message-fresh a:hover {
      color: white;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

@media (min-width: 768px) {
  section#home-hero .hero-message-fresh {
    width: 70%;
    text-align: left; }
    section#home-hero .hero-message-fresh h1, section#home-hero .hero-message-fresh .h1 {
      font-family: "Avenir", "Lato", sans-serif;
      text-transform: none;
      color: white;
      font-size: 10rem;
      font-weight: 400;
      line-height: 9rem;
      margin-bottom: 40px; }
      section#home-hero .hero-message-fresh h1:nth-letter(1), section#home-hero .hero-message-fresh .h1:nth-letter(1) {
        font-size: 12rem; } }
    @media (min-width: 768px) and (max-height: 800px) {
      section#home-hero .hero-message-fresh h1, section#home-hero .hero-message-fresh .h1 {
        font-size: 6.25rem;
        line-height: 7rem; } }

.linear-hero-text {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(0px) rotateZ(-90deg) rotateX(0deg);
  transform: translateY(-50%) translateX(0px) rotateZ(-90deg) rotateX(0deg);
  opacity: 1;
  color: white;
  margin-left: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  z-index: 1000; }
  @media (max-width: 768px) {
    .linear-hero-text {
      display: none; } }
  .linear-hero-text span {
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 5px;
    font-size: 1.4rem;
    text-transform: uppercase; }

/* ======================
Hours
====================== */
.hours {
  position: absolute;
  left: 3%;
  top: 120px;
  z-index: 1001; }
  .hours p {
    color: white;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: table;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .25rem;
    margin-left: 20px;
    padding-bottom: 8px; }
    .hours p i {
      margin-right: 0.5rem; }
  @media screen and (max-width: 768px) {
    .hours {
      position: relative;
      top: 80px;
      left: initial; }
      .hours p {
        margin: 20px auto 0; } }

/* ======================
Scrolling
====================== */
@-webkit-keyframes goDots {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes goDots {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.scrollDots {
  width: 10px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin: 0 0 0 -3px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
  transform: translateZ(0) translate3d(0, 0, 0);
  z-index: 2000; }
  @media (max-height: 800px) {
    .scrollDots {
      bottom: 10px; } }

.scrollDots ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.scrollDots li {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
  height: 10px;
  width: 10px;
  margin: 0 0 20px;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transition: all 0.2s ease-out; }

.scrollDots li:nth-child(1) {
  opacity: 0;
  -webkit-animation: goDots 2.5s 1.7s ease-in-out infinite;
  animation: goDots 2.5s 1.7s ease-in-out infinite; }

.scrollDots li:nth-child(2) {
  opacity: 0;
  -webkit-animation: goDots 2.5s 2s ease-in-out infinite;
  animation: goDots 2.5s 2s ease-in-out infinite; }

.scrollDots li:nth-child(3) {
  opacity: 0;
  -webkit-animation: goDots 2.5s 2.5s ease-in-out infinite;
  animation: goDots 2.5s 2.5s ease-in-out infinite; }

/* ======================
Home Hero - appended
====================== */
section#home-hero::before {
  background: rgba(0, 120, 214, 0.75);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

/* ======================
Intro
====================== */
section#intro {
  background: rgba(0, 120, 214, 0.75);
  color: white;
  min-height: 500px;
  position: relative;
  padding: 16rem 0; }
  section#intro .flex-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  section#intro .title {
    color: white;
    font-size: 6rem;
    font-weight: normal; }
  section#intro h5 {
    margin-left: 2rem;
    position: relative; }
  @media screen and (max-width: 991px) {
    section#intro .title {
      font-size: 5rem; } }
  @media screen and (max-width: 767px) {
    section#intro {
      padding: 4rem 0; }
      section#intro .title {
        font-size: 4.2rem; }
      section#intro img {
        margin: 2rem 0; } }

/* ======================
Discover
====================== */
section#discover {
  background: rgba(14, 50, 72, 0.75);
  color: white;
  min-height: 500px;
  position: relative;
  padding: 16rem 0; }
  section#discover .flex-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  section#discover h2 span {
    font-family: "Damion", cursive;
    font-weight: normal;
    text-transform: none; }
  section#discover p {
    color: #BEE3FA;
    margin-right: 2rem;
    margin-left: 2rem;
    position: relative; }
  section#discover .squiggle::before {
    content: "";
    background: url(images/squiggles-orange.svg) no-repeat;
    height: 50px;
    width: 170px;
    background-size: 100%;
    position: absolute;
    margin-left: -160px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  section#discover a.button-primary, section#discover div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a, div.sw-calendar-module-v2-307065 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton section#discover a,
  section#discover div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a,
  div.sw-calendar-module-v2-310049 div.CalendarListEvent .CalendarListEvent__description .DayWrapper > div[class$="Wrapper"] span.BuyNowButton section#discover a, section#discover div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a, div.sw-calendar-module-v2-307065 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton section#discover a,
  section#discover div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton a,
  div.sw-calendar-module-v2-310049 .CalendarEvent .CalendarEvent__box .CalendarEvent__details .DayWrapper > div[class$="Wrapper"] span.BuyNowButton section#discover a {
    margin-left: 2rem; }
  @media screen and (max-width: 767px) {
    section#discover {
      padding: 4rem 0; }
      section#discover img {
        margin: 2rem 0; } }

/* ======================
Stats
====================== */
section#stats {
  background-color: #0e3248;
  background-image: url("/assets/2204/anemone.jpg");
  background-position: center;
  background-size: cover;
  padding: 20rem 0;
  position: relative; }
  section#stats .flex-margin {
    position: relative;
    z-index: 100; }
    section#stats .flex-margin .sw-public-page-part {
      width: 100%; }
      section#stats .flex-margin .sw-public-page-part .matrix-content {
        width: 100%; }
  section#stats .stat-bar {
    background: rgba(0, 120, 214, 0.8);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 6rem 4rem 8rem 15%;
    position: relative;
    text-align: center;
    width: 85%; }
    section#stats .stat-bar .title {
      font-family: "Damion", cursive;
      font-size: 4.5rem;
      position: absolute;
      top: 50%;
      left: 2rem;
      -webkit-transform: translate(0, -50%) rotate(-90deg);
              transform: translate(0, -50%) rotate(-90deg); }
    section#stats .stat-bar .stat {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
      section#stats .stat-bar .stat h2 {
        font-size: 6rem; }
      section#stats .stat-bar .stat h6 {
        text-transform: uppercase; }
      section#stats .stat-bar .stat hr {
        border: none;
        background: #ffc203;
        height: 1px; }
  @media screen and (max-width: 991px) {
    section#stats .stat-bar {
      padding: 4rem 2rem 6rem;
      width: 100%; }
      section#stats .stat-bar .title {
        display: none; } }
  @media screen and (max-width: 767px) {
    section#stats {
      padding: 8rem 0; }
      section#stats .sw-public-page-part {
        width: 100%; }
      section#stats .stat-bar {
        display: block; }
        section#stats .stat-bar .stat {
          margin: 4rem auto;
          max-width: 420px; } }

/* ======================
Learn
====================== */
section#learn {
  color: white;
  padding: 16rem 0;
  position: relative; }
  section#learn::after {
    content: '';
    height: 600px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 50, 72, 0)), to(rgba(14, 50, 72, 0.75)));
    background: linear-gradient(rgba(14, 50, 72, 0), rgba(14, 50, 72, 0.75));
    z-index: 10; }
  section#learn .flex-row {
    position: relative;
    z-index: 50; }
    section#learn .flex-row > div {
      background-color: rgba(115, 207, 255, 0.9);
      padding: 6rem 12rem 8rem 6rem; }
    section#learn .flex-row img {
      -webkit-box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 6rem;
      left: 100%;
      right: 0;
      width: 560px; }
  @media (max-width: 997px) {
    section#learn section#learn .flex-row img {
      position: relative;
      top: 0;
      left: 0; } }
  @media screen and (max-width: 1200px) {
    section#learn {
      padding: 16rem 0 0; }
      section#learn .flex-row img {
        width: 420px; } }
  @media screen and (max-width: 991px) {
    section#learn .flex-row > div {
      padding: 4rem; }
    section#learn .flex-row img {
      margin-top: 2rem;
      position: relative;
      top: auto;
      width: auto;
      left: 0 !important; } }
  @media screen and (max-width: 767px) {
    section#learn {
      padding: 6rem 2rem; } }
  @media screen and (max-width: 600px) {
    section#learn {
      padding: 0; } }

/* ======================
News
====================== */
section#news {
  background: rgba(14, 50, 72, 0.75);
  background-position: center;
  background-size: cover;
  color: white;
  padding: 16rem 0 12rem;
  position: relative;
  text-align: center; }
  section#news .container {
    position: relative;
    z-index: 20; }
    section#news .container .flex-row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  section#news .recent-blog-posts-wrapper {
    margin-top: 4rem; }
    section#news .recent-blog-posts-wrapper ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      list-style: none;
      padding: 0; }
      section#news .recent-blog-posts-wrapper ul li {
        background: #0078d6;
        -webkit-box-shadow: 0px 8px 40px -4px rgba(0, 0, 0, 0.4);
                box-shadow: 0px 8px 40px -4px rgba(0, 0, 0, 0.4);
        height: 300px;
        margin-bottom: 2rem;
        overflow: hidden;
        padding-right: 2rem;
        position: relative;
        text-align: left; }
        section#news .recent-blog-posts-wrapper ul li > a:not(.recent-blog-posts-title) {
          height: 100%;
          width: 45%;
          overflow: hidden;
          position: absolute;
          left: 5%; }
          section#news .recent-blog-posts-wrapper ul li > a:not(.recent-blog-posts-title) img {
            position: absolute;
            height: 100%;
            max-width: none; }
        section#news .recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper {
          color: #fff;
          font-family: "Roboto Condensed", sans-serif;
          position: absolute;
          top: 50%;
          left: -75px;
          text-align: center;
          text-transform: uppercase;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          width: 200px; }
        section#news .recent-blog-posts-wrapper ul li .recent-blog-posts-title {
          color: #fff;
          display: inline-block;
          font-family: "Roboto Condensed", sans-serif;
          font-size: 2.8rem;
          line-height: 1.4;
          margin-top: 4rem;
          margin-bottom: 2rem;
          margin-left: 55%; }
          section#news .recent-blog-posts-wrapper ul li .recent-blog-posts-title:hover {
            color: #BEE3FA; }
        section#news .recent-blog-posts-wrapper ul li .recent-blog-posts-body {
          color: #fff;
          display: inline-block;
          font-family: "Avenir", "Lato", sans-serif;
          margin-right: 4rem;
          margin-left: 55%; }
  @media screen and (max-width: 991px) {
    section#news .recent-blog-posts-wrapper ul li > a:not(.recent-blog-posts-title) {
      width: 35%; }
    section#news .recent-blog-posts-wrapper ul li .recent-blog-posts-title,
    section#news .recent-blog-posts-wrapper ul li .recent-blog-posts-body {
      margin-left: 45%; }
    section#news .recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper {
      left: -80px; } }
  @media screen and (max-width: 767px) {
    section#news {
      padding: 8rem 0; }
      section#news .recent-blog-posts-wrapper ul {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        section#news .recent-blog-posts-wrapper ul li {
          height: auto;
          max-width: 400px;
          padding: 0; }
          section#news .recent-blog-posts-wrapper ul li > a:not(.recent-blog-posts-title) {
            display: block;
            height: 150px;
            position: relative;
            left: auto;
            width: 100%; }
            section#news .recent-blog-posts-wrapper ul li > a:not(.recent-blog-posts-title) img {
              height: auto;
              width: 100%; }
          section#news .recent-blog-posts-wrapper ul li .recent-blog-posts-title {
            font-size: 2rem;
            margin: 2rem; }
          section#news .recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper {
            border-bottom: 1px solid white;
            display: block;
            margin: 0 2rem;
            padding-bottom: 2rem;
            position: relative;
            left: auto;
            text-align: left;
            -webkit-transform: none;
                    transform: none;
            width: auto; }
          section#news .recent-blog-posts-wrapper ul li .recent-blog-posts-body {
            font-size: 1.4rem;
            margin: 2rem; } }

/* ======================
Newsletter
====================== */
section#newsletter {
  background: #0078d6;
  color: white;
  padding: 12rem 0 6rem;
  position: relative;
  text-align: center; }
  section#newsletter input[type="text"] {
    background: none;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    display: block;
    font-family: "Avenir", "Lato", sans-serif;
    font-size: 4rem;
    margin: 2rem 0;
    outline: none;
    padding: 0 4rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
    section#newsletter input[type="text"]::-webkit-input-placeholder {
      color: white; }
  section#newsletter input[type="submit"] {
    margin-right: auto;
    margin-left: auto; }
  section#newsletter iframe {
    border: none;
    height: 300px;
    width: 100%; }
  @media screen and (max-width: 600px) {
    section#newsletter {
      padding: 8rem 0 4rem; }
      section#newsletter input[type="text"] {
        font-size: 1.8rem;
        padding: 0; }
        section#newsletter input[type="text"]::-webkit-input-placeholder {
          font-size: 1.8rem; }
      section#newsletter iframe {
        height: 360px; } }

/* ======================
Location
====================== */
section#location {
  background: rgba(14, 50, 72, 0.75);
  color: white;
  padding: 16rem 0;
  position: relative; }
  section#location .container {
    position: relative;
    z-index: 20; }
  section#location .flex-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  section#location p {
    color: #BEE3FA; }
  section#location a {
    color: #BEE3FA; }
    section#location a:hover {
      color: white; }
  @media screen and (max-width: 991px) {
    section#location {
      padding: 8rem 0; } }

.home .sticky-donate-btn {
  position: fixed;
  z-index: 9995;
  bottom: 90px;
  right: 60px;
  display: inline-block;
  padding: 1rem 4rem;
  background: #ff9e03;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  border-radius: 40px;
  font-size: 1.3rem;
  letter-spacing: 3px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1); }
  .home .sticky-donate-btn:hover {
    background: white;
    color: #008FFF;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

@media (max-width: 700px) {
  .home .sticky-donate-btn {
    padding: 1rem 2rem; } }
/* _default.scss */
.default .default-banner {
  background-color: #0078d6;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 16rem 0 8rem;
  position: relative; }
  .default .default-banner::after {
    content: '';
    height: 300px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 120, 214, 0)), to(#0078d6));
    background: linear-gradient(rgba(0, 120, 214, 0), #0078d6);
    z-index: 10; }
  .default .default-banner .container {
    position: relative;
    z-index: 100; }
  .default .default-banner .flex-row > div {
    padding: 0; }
  .default .default-banner h2 {
    font-size: 6.2rem; }
  @media screen and (max-width: 768px) {
    .default .default-banner {
      padding: 12rem 0 8rem;
      text-align: center; }
      .default .default-banner h2 {
        font-size: 3.2rem;
        margin-top: 4rem; } }
.default .default-main {
  background: #0078d6;
  position: relative; }
  .default .default-main #main {
    background: white;
    -webkit-box-shadow: 24px 0px 24px -24px rgba(0, 0, 0, 0.4);
            box-shadow: 24px 0px 24px -24px rgba(0, 0, 0, 0.4);
    min-height: 600px;
    padding: 4rem 4rem 8rem;
    position: relative;
    z-index: 50; }
  @media screen and (max-width: 768px) {
    .default .default-main #main {
      padding: 2rem 2rem 4rem; } }

img.exhibit-detail-banner.img-responsive {
  min-width: 100%;
  width: 100%; }

.collection-view {
  text-align: center; }

div [id*="colheader-"] {
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
  width: 100%; }

.sticky-donate-btnn {
  position: fixed;
  z-index: 9995;
  bottom: 40px;
  right: 60px;
  display: inline-block;
  padding: 1rem 4rem;
  background: #ff9e03;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  border-radius: 40px;
  font-size: 1.3rem;
  letter-spacing: 3px;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1); }
  .sticky-donate-btnn:hover {
    background: white;
    color: #008FFF;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.insta .container {
  height: 300px;
  display: block; }
  .insta .container iframe {
    height: 300px;
    width: 100%;
    padding: 0 15px; }

#iframeContainer {
  left: 10px !important;
  bottom: 20px !important;
  top: inherit !important; }

/* _wide.scss */
.wide .wide-banner {
  background-color: #0078d6;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 16rem 0 8rem;
  position: relative; }
  .wide .wide-banner::after {
    content: '';
    height: 300px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 120, 214, 0)), to(#0078d6));
    background: linear-gradient(rgba(0, 120, 214, 0), #0078d6);
    z-index: 10; }
  .wide .wide-banner .container {
    position: relative;
    z-index: 100; }
  .wide .wide-banner .flex-row > div {
    padding: 0; }
  .wide .wide-banner h2 {
    font-size: 6.2rem; }
  @media screen and (max-width: 767px) {
    .wide .wide-banner {
      padding: 12rem 0 8rem;
      text-align: center; }
      .wide .wide-banner h2 {
        font-size: 3.2rem;
        margin-top: 4rem; } }
.wide .wide-main {
  background: #0078d6;
  position: relative; }
  .wide .wide-main #main {
    background: white;
    -webkit-box-shadow: 24px 0px 24px -24px rgba(0, 0, 0, 0.4);
            box-shadow: 24px 0px 24px -24px rgba(0, 0, 0, 0.4);
    padding: 4rem 4rem 6rem;
    position: relative;
    z-index: 50; }
  @media screen and (max-width: 768px) {
    .wide .wide-main #main {
      padding: 2rem 2rem 4rem; } }

/* _landing.scss */
.landing .landing-banner {
  background-color: #0078d6;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 22rem 0 16rem;
  position: relative;
  text-align: center; }
  .landing .landing-banner::after {
    content: '';
    height: 300px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 120, 214, 0)), to(rgba(0, 120, 214, 0.2)));
    background: linear-gradient(rgba(0, 120, 214, 0), rgba(0, 120, 214, 0.2));
    z-index: 10; }
  .landing .landing-banner .container {
    position: relative;
    z-index: 101; }
  .landing .landing-banner .flex-row > div {
    padding: 0; }
  .landing .landing-banner h2 {
    font-size: 6.2rem; }
  @media screen and (max-width: 767px) {
    .landing .landing-banner {
      padding: 12rem 0 8rem;
      text-align: center; }
      .landing .landing-banner h2 {
        font-size: 3.2rem;
        margin-top: 4rem; } }
.landing .landing-main {
  background: white;
  position: relative; }
  .landing .landing-main #main {
    background: white;
    padding: 4rem 4rem 6rem;
    position: relative;
    z-index: 50; }
  @media screen and (max-width: 768px) {
    .landing .landing-main #main {
      padding: 2rem 2rem 4rem; } }

/* ============= New landing page with matrix background ========== */
body.landing .landing-banner.matrix-slider {
  padding: 0;
  margin-top: 80px; }
  @media (max-width: 767px) {
    body.landing .landing-banner.matrix-slider {
      margin-top: 65px; } }
  body.landing .landing-banner.matrix-slider .over-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    z-index: 100; }
  body.landing .landing-banner.matrix-slider img {
    width: 100vw;
    max-width: 100vw; }

/* _blog.scss */
.default.blog #main {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .default.blog #main {
      padding: 0 0.5rem; } }
.default.blog .blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .default.blog .blog > h3 {
    color: white;
    width: 100%; }
.default.blog .blog-sidebar {
  padding-left: 3rem; }
  .default.blog .blog-sidebar .sw-menucode-child {
    display: none; }
  .default.blog .blog-sidebar #subnav {
    display: none; }
  .default.blog .blog-sidebar #subnav.tags {
    display: block;
    list-style: none;
    padding: 0; }
    .default.blog .blog-sidebar #subnav.tags li {
      display: inline-block;
      margin: 1rem 1rem 2rem 0; }
      .default.blog .blog-sidebar #subnav.tags li a {
        border: 1px solid #BEE3FA;
        color: #BEE3FA;
        font-family: "Roboto Condensed", sans-serif;
        padding: 1rem;
        text-transform: uppercase; }
        .default.blog .blog-sidebar #subnav.tags li a:hover {
          border-color: #73CFFF;
          color: #73CFFF; }
.default.blog .blog-entry {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0px 8px 32px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 8px 32px -8px rgba(0, 0, 0, 0.6);
  display: inline-block;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  font-family: "Avenir", "Lato", sans-serif;
  overflow: hidden;
  padding-bottom: 6rem;
  position: relative;
  vertical-align: top; }
  .default.blog .blog-entry .post-image {
    max-height: 240px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
  .default.blog .blog-entry .post-title {
    margin-top: 240px;
    margin-bottom: 0;
    padding: 2rem; }
  .default.blog .blog-entry .post-body {
    max-height: 120px;
    overflow: hidden;
    padding: 0 2rem;
    position: relative; }
    .default.blog .blog-entry .post-body::after {
      content: '';
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background: linear-gradient(rgba(255, 255, 255, 0), white);
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 60px;
      width: 100%; }
  .default.blog .blog-entry .post-profileinfo {
    display: none; }
  .default.blog .blog-entry .post-tags {
    padding: 2rem;
    position: relative; }
    .default.blog .blog-entry .post-tags::before {
      color: #BEE3FA;
      content: "\f02b";
      font-family: "FontAwesome";
      font-size: 1.6rem;
      margin-right: 1rem; }
    .default.blog .blog-entry .post-tags a {
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase; }
  .default.blog .blog-entry .post-date {
    color: #0e3248;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    text-transform: uppercase;
    width: 100%; }
  @media screen and (max-width: 600px) {
    .default.blog .blog-entry {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
.default.blog .sw-blog-entry-nav {
  font-family: "Roboto Condensed", sans-serif;
  width: 100%; }

.default.blog-post .title {
  margin-left: 7rem; }
  .default.blog-post .title h2 {
    font-size: 5.5rem; }
.default.blog-post #main {
  padding: 8rem 8rem 10rem; }
.default.blog-post .post-date {
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase; }
.default.blog-post .blog-entry {
  border: none;
  font-family: "Avenir", "Lato", sans-serif;
  margin: 0; }
  .default.blog-post .blog-entry .post-title {
    font-size: 4.2rem; }
  .default.blog-post .blog-entry .post-profileinfo {
    font-family: "Avenir", "Lato", sans-serif;
    font-size: 1.6rem;
    font-style: italic; }
  .default.blog-post .blog-entry .post-tags {
    margin-top: 2rem; }
    .default.blog-post .blog-entry .post-tags::before {
      color: #BEE3FA;
      content: "\f02b";
      font-family: "FontAwesome";
      font-size: 1.6rem;
      margin-right: 1rem; }
    .default.blog-post .blog-entry .post-tags a {
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase; }
  .default.blog-post .blog-entry .sw-blog-entry-nav {
    border-top: 1px solid #0e3248;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 2rem;
    padding-top: 2rem; }
.default.blog-post #tbBody {
  background: #f1f0f2; }
.default.blog-post .form-bot-stopper {
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 1.6rem; }
  .default.blog-post .form-bot-stopper input.form-bot-stopper-value {
    background: #f1f0f2;
    border: 1px solid #021019;
    width: 40px !important; }
.default.blog-post #tbCommentButton {
  border: none; }
@media screen and (max-width: 768px) {
  .default.blog-post .title {
    margin: 0 auto; }
  .default.blog-post #main {
    padding: 4rem; }
  .default.blog-post .blog-entry .post-title {
    font-size: 2.8rem;
    line-height: 1.4; } }
@media screen and (max-width: 600px) {
  .default.blog-post #main {
    padding: 2rem 2rem 4rem; } }

/* _sitemap.scss */
.sitemap ul {
  padding: 0; }
  .sitemap ul li {
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase; }
    .sitemap ul li ul {
      margin-left: 2rem; }
      .sitemap ul li ul li {
        font-size: 1.8rem;
        font-weight: bold;
        text-transform: none; }
        .sitemap ul li ul li ul {
          margin-left: 4rem; }
          .sitemap ul li ul li ul li {
            font-size: 1.6rem;
            font-weight: normal; }

body.ticket-screen {
  padding: 50px;
  background-image: url(//www.speakcdn.com/assets/2204/video-poster.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  body.ticket-screen div.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    display: block; }
    body.ticket-screen div.video-wrapper video {
      width: 100vw;
      height: 56.25vw;
      /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
      min-height: 100vh;
      min-width: 177.77vh;
      /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  body.ticket-screen section.full-screen {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: calc(100vh - 50px);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    overflow: hidden; }
    body.ticket-screen section.full-screen > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    body.ticket-screen section.full-screen > .left-column {
      width: 55%; }
    body.ticket-screen section.full-screen > .right-column {
      width: 45%; }
  body.ticket-screen .top-left-wrapper {
    padding: 20px 10px 10px 40px;
    height: 70%; }
    body.ticket-screen .top-left-wrapper h1 {
      color: #ff9e03;
      font-size: 6.5rem;
      letter-spacing: 0;
      padding: .25em 0 .325em;
      display: block;
      margin: 0 auto;
      background: url("//www.speakcdn.com/sitefiles/2204/CSS/images/text-fill.jpg") repeat-y;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-animation: aitf 60s linear infinite;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden; }
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }
    body.ticket-screen .top-left-wrapper .ticket-options-wrapper {
      color: white; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row .column-1 {
          width: 45%; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row .column-2, body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row .column-3, body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row .column-4 {
          width: 18%;
          padding: 0 10px;
          text-align: center; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row h3 {
          margin: 18px 0 0 0; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row h3 > span {
          font-size: 2rem;
          font-weight: 100;
          display: block; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row h5 {
          font-weight: 400;
          letter-spacing: 0.05em; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row ul {
          list-style-type: none;
          margin: 0;
          padding: 0; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row span.label, body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row span.price {
          display: none; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row span.price {
          font-family: Avenir,Lato,sans-serif;
          font-size: 3.6rem;
          font-weight: 700;
          line-height: 1.4; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.general-admission .column-2 .AdmissionWrapper > div,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.general-admission .column-2 .TicketWrapper {
        display: none; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.general-admission .column-2 .adult .price {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.general-admission .column-3 .AdmissionWrapper > div,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.general-admission .column-3 .TicketWrapper {
        display: none; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.general-admission .column-3 .senior .price {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.general-admission .column-4 .AdmissionWrapper > div,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.general-admission .column-4 .TicketWrapper {
        display: none; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.general-admission .column-4 .child .price {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-1 h5 {
        margin-top: 0; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-1 h5 > span {
        color: #ff9e03; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-2 .AdmissionWrapper,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-2 .TicketWrapper,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-2 .Dolphin.TicketWrapper > div {
        display: none; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-2 .Dolphin.TicketWrapper {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-2 .adult .price {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-3 .AdmissionWrapper,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-3 .TicketWrapper,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-3 .Dolphin.TicketWrapper > div {
        display: none; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-3 .Dolphin.TicketWrapper {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-3 .senior .price {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-4 .AdmissionWrapper,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-4 .TicketWrapper,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-4 .Dolphin.TicketWrapper > div {
        display: none; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-4 .Dolphin.TicketWrapper {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.combo-ticket .column-4 .child .price {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-2 .AdmissionWrapper,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-2 .TicketWrapper,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-2 .Behind.TicketWrapper > div {
        display: none; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-2 .Behind.TicketWrapper {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-2 .adult .price {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-3 .AdmissionWrapper,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-3 .TicketWrapper,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-3 .Behind.TicketWrapper > div {
        display: none; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-3 .Behind.TicketWrapper {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-3 .senior .price {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-4 .AdmissionWrapper,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-4 .TicketWrapper,
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-4 .Behind.TicketWrapper > div {
        display: none; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-4 .Behind.TicketWrapper {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.bts-ticket .column-4 .child .price {
        display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo {
        margin-bottom: 30px; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-2 .AdmissionWrapper,
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-2 .TicketWrapper,
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-2 .Critters.TicketWrapper > div {
          display: none; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-2 .Critters.TicketWrapper {
          display: block; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-2 .adult .price {
          display: block; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-3 .AdmissionWrapper,
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-3 .TicketWrapper,
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-3 .Critters.TicketWrapper > div {
          display: none; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-3 .Critters.TicketWrapper {
          display: block; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-3 .senior .price {
          display: block; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-4 .AdmissionWrapper,
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-4 .TicketWrapper,
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-4 .Critters.TicketWrapper > div {
          display: none; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-4 .Critters.TicketWrapper {
          display: block; }
        body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.critter-combo .column-4 .child .price {
          display: block; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.dolphin-cruise h3 {
        font-size: 3rem; }
      body.ticket-screen .top-left-wrapper .ticket-options-wrapper .row.dolphin-cruise img {
        max-width: 400px;
        margin: -10px 0 0 40px; }
  body.ticket-screen .bottom-left-wrapper {
    height: 30%;
    padding-left: 40px; }
    body.ticket-screen .bottom-left-wrapper .swRotator img {
      max-width: none;
      width: 100%; }
  body.ticket-screen .top-right-wrapper {
    padding: 90px 70px 0 60px;
    height: 50%; }
    body.ticket-screen .top-right-wrapper .swRotator {
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg); }
  body.ticket-screen .bottom-right-wrapper {
    padding-right: 40px;
    height: 50%; }
    body.ticket-screen .bottom-right-wrapper .add-an-adventure-wrapper {
      color: white;
      text-align: center; }
      body.ticket-screen .bottom-right-wrapper .add-an-adventure-wrapper h4 {
        font-size: 2.5rem;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 1.4; }
      body.ticket-screen .bottom-right-wrapper .add-an-adventure-wrapper img {
        margin-bottom: 20px; }
      body.ticket-screen .bottom-right-wrapper .add-an-adventure-wrapper div.portals {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        body.ticket-screen .bottom-right-wrapper .add-an-adventure-wrapper div.portals .item {
          width: 31%;
          margin: 0 1%;
          padding: 20px; }

/* _alert.scss */
body.alert #siteWrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
