body {
  transition: opacity .2s ease-in-out; }
  body:not(.no_fullpage):not(.fullpage_loaded) {
    opacity: 0.01; }
  body.no_fullpage,
  body .fullpage_loaded {
    opacity: 1; }
  body.fullpage_layout.fixed_menu .AtlantidaLayout {
    padding-top: 58px; }
  body.fullpage_layout:not(.fixed_menu) .AtlantidaLayout {
    padding-top: 58px; }

.fullpage_site_header_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  font-family: Muli; }
  @media print {
    .fullpage_site_header_wrapper {
      display: none; } }
  .fullpage_site_header_wrapper .site_header {
    position: relative;
    text-align: right;
    padding: 24px 0; }
    @media (min-width: 1439px) {
      .fullpage_site_header_wrapper .site_header {
        width: 1389px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1209px) and (max-width: 1438px) {
      .fullpage_site_header_wrapper .site_header {
        width: 1159px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 979px) and (max-width: 1208px) {
      .fullpage_site_header_wrapper .site_header {
        width: 929px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 763px) and (max-width: 978px) {
      .fullpage_site_header_wrapper .site_header {
        width: 713px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 762px) {
      .fullpage_site_header_wrapper .site_header {
        width: auto; } }
    @media (min-width: 1439px) {
      .fullpage_site_header_wrapper .site_header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end; } }
    @media (min-width: 1209px) and (max-width: 1438px) {
      .fullpage_site_header_wrapper .site_header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end; } }
    @media (min-width: 979px) and (max-width: 1208px) {
      .fullpage_site_header_wrapper .site_header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end; } }
    @media (min-width: 763px) and (max-width: 978px) {
      .fullpage_site_header_wrapper .site_header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end; } }
    @media (min-width: 979px) and (max-width: 1208px) {
      .fullpage_site_header_wrapper .site_header {
        padding-left: 290px;
        /* With anniversary extra logo */ } }
    @media (min-width: 1209px) and (max-width: 1438px) {
      .fullpage_site_header_wrapper .site_header {
        padding-left: 350px;
        /* With anniversary extra logo */ } }
    @media (min-width: 1439px) {
      .fullpage_site_header_wrapper .site_header {
        padding-left: 400px;
        /* With anniversary extra logo */ } }
    @media (min-width: 1439px) {
      body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_header {
        height: 0;
        visibility: hidden;
        opacity: 0;
        transition: height .3s ease-in-out, padding .3s ease-in-out;
        overflow: hidden;
        padding: 0; } }
    @media (min-width: 1209px) and (max-width: 1438px) {
      body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_header {
        height: 0;
        visibility: hidden;
        opacity: 0;
        transition: height .3s ease-in-out, padding .3s ease-in-out;
        overflow: hidden;
        padding: 0; } }
    @media (min-width: 979px) and (max-width: 1208px) {
      body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_header {
        height: 0;
        visibility: hidden;
        opacity: 0;
        transition: height .3s ease-in-out, padding .3s ease-in-out;
        overflow: hidden;
        padding: 0; } }
    @media (min-width: 763px) and (max-width: 978px) {
      body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_header {
        height: 0;
        visibility: hidden;
        opacity: 0;
        transition: height .3s ease-in-out, padding .3s ease-in-out;
        overflow: hidden;
        padding: 0; } }
    .fullpage_site_header_wrapper .site_header .site_title {
      position: absolute;
      left: 0;
      margin: 0; }
      @media (min-width: 1439px) {
        .fullpage_site_header_wrapper .site_header .site_title {
          top: 21px; } }
      @media (min-width: 1209px) and (max-width: 1438px) {
        .fullpage_site_header_wrapper .site_header .site_title {
          top: 36px; } }
      @media (min-width: 979px) and (max-width: 1208px) {
        .fullpage_site_header_wrapper .site_header .site_title {
          top: 10px; } }
      @media (min-width: 763px) and (max-width: 978px) {
        .fullpage_site_header_wrapper .site_header .site_title {
          top: 10px; } }
      @media (max-width: 762px) {
        .fullpage_site_header_wrapper .site_header .site_title {
          display: none; } }
      .fullpage_site_header_wrapper .site_header .site_title img {
        position: relative;
        width: auto;
        z-index: auto !important; }
        @media (min-width: 1439px) {
          .fullpage_site_header_wrapper .site_header .site_title img.logo {
            height: 115px; } }
        @media (min-width: 1209px) and (max-width: 1438px) {
          .fullpage_site_header_wrapper .site_header .site_title img.logo {
            height: 100px; } }
        @media (min-width: 979px) and (max-width: 1208px) {
          .fullpage_site_header_wrapper .site_header .site_title img.logo {
            height: 85px; } }
        @media (min-width: 763px) and (max-width: 978px) {
          .fullpage_site_header_wrapper .site_header .site_title img.logo {
            height: 85px; } }
        @media (min-width: 1439px) {
          .fullpage_site_header_wrapper .site_header .site_title img.extra_logo {
            height: 80px;
            margin-left: 40px; } }
        @media (min-width: 1209px) and (max-width: 1438px) {
          .fullpage_site_header_wrapper .site_header .site_title img.extra_logo {
            height: 80px;
            margin-left: 20px; } }
        @media (min-width: 979px) and (max-width: 1208px) {
          .fullpage_site_header_wrapper .site_header .site_title img.extra_logo {
            height: 60px;
            margin-left: 20px; } }
        @media (min-width: 763px) and (max-width: 978px) {
          .fullpage_site_header_wrapper .site_header .site_title img.extra_logo {
            height: 60px;
            margin-left: 20px; } }
    .fullpage_site_header_wrapper .site_header .shortcuts_nav {
      margin-right: 50px; }
      @media (max-width: 762px) {
        .fullpage_site_header_wrapper .site_header .shortcuts_nav {
          display: none; } }
      @media (min-width: 763px) and (max-width: 978px) {
        .fullpage_site_header_wrapper .site_header .shortcuts_nav {
          margin-right: 20px; } }
      @media (max-width: 762px) {
        .fullpage_site_header_wrapper .site_header .shortcuts_nav {
          margin-right: 20px; } }
      @media (min-width: 1439px) {
        .fullpage_site_header_wrapper .site_header .shortcuts_nav {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-end; } }
      @media (min-width: 1209px) and (max-width: 1438px) {
        .fullpage_site_header_wrapper .site_header .shortcuts_nav {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-end; } }
      @media (min-width: 979px) and (max-width: 1208px) {
        .fullpage_site_header_wrapper .site_header .shortcuts_nav {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-end; } }
      @media screen {
        .fullpage_site_header_wrapper .site_header .shortcuts_nav .shortcuts_nav_heading {
          display: none; } }
      .fullpage_site_header_wrapper .site_header .shortcuts_nav .shortcuts_menu {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        list-style-type: none; }
        .fullpage_site_header_wrapper .site_header .shortcuts_nav .shortcuts_menu > li {
          padding-left: 0;
          margin: 0; }
        .fullpage_site_header_wrapper .site_header .shortcuts_nav .shortcuts_menu > li {
          display: inline-block;
          vertical-align: top; }
        @media (min-width: 763px) and (max-width: 978px) {
          .fullpage_site_header_wrapper .site_header .shortcuts_nav .shortcuts_menu {
            display: none; } }
        @media (max-width: 762px) {
          .fullpage_site_header_wrapper .site_header .shortcuts_nav .shortcuts_menu {
            display: none; } }
        .fullpage_site_header_wrapper .site_header .shortcuts_nav .shortcuts_menu li.menu-entry-atlantida-covid_page a {
          color: #a93c3d;
          font-weight: 700; }
        .fullpage_site_header_wrapper .site_header .shortcuts_nav .shortcuts_menu li + li {
          margin-left: 20px; }
        .fullpage_site_header_wrapper .site_header .shortcuts_nav .shortcuts_menu li a {
          text-decoration: none;
          color: #888;
          font-weight: 600;
          font-size: 14px; }
          .fullpage_site_header_wrapper .site_header .shortcuts_nav .shortcuts_menu li a:hover {
            text-decoration: underline; }
      .fullpage_site_header_wrapper .site_header .shortcuts_nav .personal_area_link {
        margin-left: 20px;
        height: 16px;
        width: 16px;
        display: block; }
        @media (min-width: 763px) and (max-width: 978px) {
          .fullpage_site_header_wrapper .site_header .shortcuts_nav .personal_area_link {
            margin-left: 0; } }
        @media (max-width: 762px) {
          .fullpage_site_header_wrapper .site_header .shortcuts_nav .personal_area_link {
            margin-left: 0; } }
        .fullpage_site_header_wrapper .site_header .shortcuts_nav .personal_area_link svg {
          fill: #387aa7;
          display: block;
          width: 100%;
          height: auto; }
    .fullpage_site_header_wrapper .site_header .language_selector {
      padding-left: 0;
      margin-top: 0;
      margin-bottom: 0;
      list-style-type: none;
      flex-shrink: 0; }
      .fullpage_site_header_wrapper .site_header .language_selector > li {
        padding-left: 0;
        margin: 0; }
      .fullpage_site_header_wrapper .site_header .language_selector > li {
        display: inline-block;
        vertical-align: top; }
      @media (max-width: 762px) {
        .fullpage_site_header_wrapper .site_header .language_selector {
          position: absolute;
          top: 20px;
          right: 70px;
          z-index: 9999; } }
      .fullpage_site_header_wrapper .site_header .language_selector li + li {
        margin-left: 10px; }
      .fullpage_site_header_wrapper .site_header .language_selector li a {
        text-decoration: none;
        color: #666; }
      .fullpage_site_header_wrapper .site_header .language_selector li strong a {
        color: black; }
    .fullpage_site_header_wrapper .site_header .header_blocks {
      margin-left: 50px; }
      @media (max-width: 762px) {
        .fullpage_site_header_wrapper .site_header .header_blocks {
          display: none; } }
    .fullpage_site_header_wrapper .site_header .identity {
      display: inline-block;
      display: none;
      vertical-align: middle;
      margin-right: 50px;
      padding: 5px;
      background-color: #d4e5f1;
      border-radius: 3px; }
      .fullpage_site_header_wrapper .site_header .identity[data-woost-auth-state='anonymous'] {
        display: none; }
      .fullpage_site_header_wrapper .site_header .identity * {
        display: inline-block;
        vertical-align: middle;
        font-weight: normal;
        font-size: 14px; }
      .fullpage_site_header_wrapper .site_header .identity button {
        display: inline-block;
        font-family: Muli;
        border-radius: 36px;
        border: 2px solid #387aa7;
        background-color: transparent;
        text-decoration: none;
        color: #387aa7;
        padding: 6px 18px;
        font-weight: 700;
        font-size: 16px;
        min-height: 36px;
        cursor: pointer;
        color: white;
        background-color: #387aa7;
        margin-left: 10px;
        font-size: 14px;
        padding: 3px 12px;
        height: auto; }
        .fullpage_site_header_wrapper .site_header .identity button:hover {
          background-color: #25506e;
          border-color: #25506e;
          color: white; }
  .fullpage_site_header_wrapper .site_navigation_wrapper {
    border-bottom: 1px solid #e9e9e9; }
    @media (min-width: 1439px) {
      body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_navigation_wrapper + * {
        padding-top: 58px; } }
    @media (min-width: 1209px) and (max-width: 1438px) {
      body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_navigation_wrapper + * {
        padding-top: 58px; } }
    @media (min-width: 979px) and (max-width: 1208px) {
      body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_navigation_wrapper + * {
        padding-top: 58px; } }
    @media (min-width: 763px) and (max-width: 978px) {
      body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_navigation_wrapper + * {
        padding-top: 58px; } }
    body[data-small-screen-menu-state='expanded'] .fullpage_site_header_wrapper .site_navigation_wrapper {
      border-bottom-color: #ddd; }
    @media (max-width: 762px) {
      .fullpage_site_header_wrapper .site_navigation_wrapper {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        height: 60px;
        background-color: white;
        z-index: 1000; } }
    @media print {
      .fullpage_site_header_wrapper .site_navigation_wrapper {
        display: none; } }
    @media (min-width: 1439px) {
      body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_navigation_wrapper {
        transition: box-shadow .4s ease-in-out;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        height: 58px; } }
    @media (min-width: 1209px) and (max-width: 1438px) {
      body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_navigation_wrapper {
        transition: box-shadow .4s ease-in-out;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        height: 58px; } }
    @media (min-width: 979px) and (max-width: 1208px) {
      body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_navigation_wrapper {
        transition: box-shadow .4s ease-in-out;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        height: 58px; } }
    @media (min-width: 763px) and (max-width: 978px) {
      body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_navigation_wrapper {
        transition: box-shadow .4s ease-in-out;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        height: 58px; } }
    .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation {
      position: relative; }
      @media (min-width: 1439px) {
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation {
          width: 1389px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 1209px) and (max-width: 1438px) {
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation {
          width: 1159px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 979px) and (max-width: 1208px) {
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation {
          width: 929px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 763px) and (max-width: 978px) {
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation {
          width: 713px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 762px) {
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation {
          width: auto; } }
      @media (min-width: 1439px) {
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation {
          text-align: right;
          padding-left: 357px; } }
      @media (min-width: 1209px) and (max-width: 1438px) {
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation {
          text-align: right;
          padding-left: 300px; } }
      @media (min-width: 979px) and (max-width: 1208px) {
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation {
          padding-top: 15px; }
          body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation {
            padding-top: 2px;
            padding-left: 98px; } }
      @media (min-width: 763px) and (max-width: 978px) {
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation {
          padding-top: 15px; }
          body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation {
            padding-top: 2px;
            padding-left: 80px; } }
      @media (max-width: 762px) {
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation {
          padding-top: 15px; }
          body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation {
            padding-top: 2px;
            padding-left: 48px; } }
      .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .small_logo_link {
        display: none;
        position: absolute;
        left: 0;
        top: 10px; }
        @media (max-width: 762px) {
          .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .small_logo_link {
            display: inline-block;
            position: fixed;
            left: 12.8px;
            top: 12.8px; }
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .small_logo_link img {
              height: 34.4px;
              width: auto; } }
        body.fixed_menu:not(.blocked_menu) .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .small_logo_link {
          display: inline-block; }
      .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        list-style-type: none;
        display: inline-block;
        vertical-align: middle; }
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li {
          padding-left: 0;
          margin: 0; }
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li {
          display: inline-block;
          vertical-align: top; }
        @media (max-width: 762px) {
          .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu {
            display: none; } }
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li {
          position: relative; }
          .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li > a {
            padding-top: 8px;
            padding-bottom: 8px; }
          .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li ul {
            padding-left: 0;
            margin-top: 0;
            margin-bottom: 0;
            list-style-type: none;
            display: block;
            background-color: white;
            box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
            z-index: 100;
            border: 1px solid #ddd;
            transition: opacity 0.3s ease;
            opacity: 0;
            padding: 0 20px;
            pointer-events: none;
            padding: 0;
            z-index: 4;
            position: absolute;
            left: -10000px;
            top: -10000px;
            text-align: left; }
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li ul > li {
              padding-left: 0;
              margin: 0; }
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li ul li a {
              display: block;
              white-space: nowrap;
              text-decoration: none;
              color: #666;
              padding: 14px 24px;
              font-weight: 600; }
              .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li ul li a:hover {
                background-color: #387aa7;
                color: white !important; }
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li ul li.selected a {
              color: #333;
              font-weight: 700; }
          .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li:hover > a {
            color: #444; }
          .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li:hover ul {
            opacity: 1;
            pointer-events: all;
            left: -24px;
            top: calc(100% + 8px); }
            @media (max-width: 762px) {
              .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li:hover ul {
                position: fixed;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                width: 100%;
                display: block; } }
        @media (min-width: 1439px) {
          .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li:last-child ul {
            max-width: calc(100% + calc((100vw / 2) - 694.5px)); } }
        @media (min-width: 1209px) and (max-width: 1438px) {
          .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li:last-child ul {
            max-width: calc(100% + calc((100vw / 2) - 579.5px)); } }
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li:last-child ul.narrow > li > a {
          white-space: normal; }
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li + li {
          margin-left: 30px; }
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li > a,
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li > strong > a {
          color: #666;
          font-weight: 600;
          font-family: Muli;
          display: inline-block;
          text-decoration: none;
          padding-top: 18px;
          padding-bottom: 15px;
          border-bottom: 4px solid transparent; }
          @media (min-width: 1439px) {
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li > a,
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li > strong > a {
              font-size: 16px; } }
          @media (min-width: 1209px) and (max-width: 1438px) {
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li > a,
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li > strong > a {
              font-size: 15px; } }
          @media (min-width: 979px) and (max-width: 1208px) {
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li > a,
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li > strong > a {
              font-size: 14px; } }
          @media (min-width: 763px) and (max-width: 978px) {
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li > a,
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li > strong > a {
              font-size: 13px; } }
          @media (max-width: 762px) {
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li > a,
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li > strong > a {
              font-size: 16px; } }
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li.selected > a,
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li.selected > strong > a {
          color: black;
          font-weight: 700;
          border-bottom-color: #333; }
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .menu > li:hover ul {
          top: calc(100% - 7px); }
      .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .search_button {
        display: none !important;
        padding: 0;
        float: right;
        margin-top: 14px;
        margin-left: 40px; }
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .search_button, .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .search_button:hover {
          border: none;
          box-shadow: none;
          background-color: transparent;
          background-image: none; }
        @media (min-width: 763px) and (max-width: 978px) {
          .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .search_button {
            margin-left: 20px; } }
        @media (max-width: 762px) {
          .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .search_button {
            display: none; } }
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .search_button * {
          display: inline-block;
          vertical-align: middle; }
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .search_button .search_label {
          color: #666;
          font-weight: 600;
          font-family: Muli;
          margin-left: 5px; }
          @media (min-width: 1439px) {
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .search_button .search_label {
              font-size: 16px; } }
          @media (min-width: 1209px) and (max-width: 1438px) {
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .search_button .search_label {
              font-size: 15px; } }
          @media (min-width: 979px) and (max-width: 1208px) {
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .search_button .search_label {
              font-size: 14px; } }
          @media (min-width: 763px) and (max-width: 978px) {
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .search_button .search_label {
              font-size: 13px; } }
          @media (max-width: 762px) {
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .search_button .search_label {
              font-size: 16px; } }
          @media (min-width: 763px) and (max-width: 978px) {
            .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .search_button .search_label {
              display: none; } }
        .fullpage_site_header_wrapper .site_navigation_wrapper .site_navigation .search_button:hover .search_label {
          color: black; }
    .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .menu_button,
    .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .close_small_screen_navigation_button {
      position: fixed;
      top: 16px;
      right: 16px; }
      .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .menu_button img,
      .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .close_small_screen_navigation_button img {
        height: 28px;
        width: auto;
        opacity: 0.7; }
    .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .close_small_screen_navigation_button {
      padding: 0; }
      .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .close_small_screen_navigation_button, .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .close_small_screen_navigation_button:hover {
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none; }
    .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup {
      display: flex;
      flex-direction: column;
      height: auto !important;
      width: 100%;
      background-color: white;
      position: fixed;
      left: 100%;
      right: 0;
      top: 60px;
      bottom: 0;
      z-index: 1000000;
      transition: all 0.5s ease;
      border-left: 1px solid #ddd; }
      .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_navigation_header {
        display: none !important;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex: 0 0 auto;
        padding: 10px 16px;
        background-color: #f5f5f5; }
        .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_navigation_header .small_screen_language_selector {
          padding-left: 0;
          margin-top: 0;
          margin-bottom: 0;
          list-style-type: none;
          white-space: nowrap; }
          .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_navigation_header .small_screen_language_selector > li {
            padding-left: 0;
            margin: 0; }
          .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_navigation_header .small_screen_language_selector > li {
            display: inline-block;
            vertical-align: top; }
          .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_navigation_header .small_screen_language_selector li + li {
            margin-left: 10px; }
          .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_navigation_header .small_screen_language_selector a {
            font-size: 14px;
            color: #999;
            text-decoration: none; }
          .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_navigation_header .small_screen_language_selector strong a {
            color: #333;
            font-weight: 900; }
          .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_navigation_header .small_screen_language_selector + .small_screen_search_box {
            margin-left: 30px; }
      .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_menu {
        flex: 1 1 auto;
        overflow: auto;
        border-top: 1px solid #ddd;
        margin: 0; }
        .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_menu > li:first-child {
          border-top: none; }
        .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_menu > li:last-child {
          border-bottom: 1px solid #eee; }
        .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_menu li {
          position: relative;
          border-top: 1px solid #eee; }
          .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_menu li a {
            display: block;
            color: #333;
            font-size: 16px;
            padding: 16px 16px; }
          .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_menu li.active a {
            font-weight: 900; }
          .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation .small_screen_popup .small_screen_menu li button {
            position: absolute;
            font-size: 16px;
            right: 16px;
            top: 15px;
            color: #999; }
    .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation[data-menu-state='expanded'] .menu_button {
      display: none; }
    .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation[data-menu-state='expanded'] .small_screen_popup {
      left: 0; }
    .fullpage_site_header_wrapper .site_navigation_wrapper .small_screen_navigation[data-menu-state='collapsed'] .close_small_screen_navigation_button {
      display: none; }

.HighlightListing .entries .hero_entry {
  overflow: hidden;
  transition: opacity 0.5s ease; }
  @media (min-width: 1439px) {
    .HighlightListing .entries .hero_entry {
      height: calc(100vh - 158px); } }
  @media (min-width: 1209px) and (max-width: 1438px) {
    .HighlightListing .entries .hero_entry {
      height: calc(100vh - 158px); } }
  @media (min-width: 979px) and (max-width: 1208px) {
    .HighlightListing .entries .hero_entry {
      height: calc(100vh - 158px); } }
  @media (min-width: 763px) and (max-width: 978px) {
    .HighlightListing .entries .hero_entry {
      height: calc(100vh - 158px); } }
  @media (min-width: 1439px) {
    body.fullpage_layout .HighlightListing .entries .hero_entry:first-child .entry_link .image_frame .image {
      background-position: center 100px; } }
  @media (min-width: 1209px) and (max-width: 1438px) {
    body.fullpage_layout .HighlightListing .entries .hero_entry:first-child .entry_link .image_frame .image {
      background-position: center 100px; } }
  @media (min-width: 979px) and (max-width: 1208px) {
    body.fullpage_layout .HighlightListing .entries .hero_entry:first-child .entry_link .image_frame .image {
      background-position: center 100px; } }
  @media (min-width: 763px) and (max-width: 978px) {
    body.fullpage_layout .HighlightListing .entries .hero_entry:first-child .entry_link .image_frame .image {
      background-position: center 100px; } }
  .HighlightListing .entries .hero_entry .entry_link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #333;
    text-decoration: none; }
    @media (max-width: 762px) {
      .HighlightListing .entries .hero_entry .entry_link {
        display: flex;
        flex-direction: column; } }
    .HighlightListing .entries .hero_entry .entry_link:not([data-youtube-video]) .play_sign {
      display: none; }
    .HighlightListing .entries .hero_entry .entry_link .image_frame {
      height: 100%;
      transition: transform .6s ease; }
      .HighlightListing .entries .hero_entry .entry_link .image_frame .image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top; }
    .HighlightListing .entries .hero_entry .entry_link .entry_link {
      text-decoration: none; }
    .HighlightListing .entries .hero_entry .entry_link[data-hover] mark {
      color: #25506e;
      background-color: #c5d9e6; }
    @media (min-width: 1439px) {
      .HighlightListing .entries .hero_entry .entry_link .entry_frame {
        position: absolute;
        overflow: hidden;
        right: calc(50% - 694.5px);
        width: 437px;
        bottom: 39px; } }
  @media (min-width: 1439px) and (min-width: 1439px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 1477.2785px; } }
  @media (min-width: 1439px) and (min-width: 1209px) and (max-width: 1438px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 1213.5995px; } }
  @media (min-width: 1439px) and (min-width: 979px) and (max-width: 1208px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 1004.0085px; } }
  @media (min-width: 1439px) and (min-width: 763px) and (max-width: 978px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 760.6125px; } }
    @media (min-width: 1209px) and (max-width: 1438px) {
      .HighlightListing .entries .hero_entry .entry_link .entry_frame {
        position: absolute;
        overflow: hidden;
        right: calc(50% - 579.5px);
        width: 459px;
        bottom: 41px; } }
  @media (min-width: 1209px) and (max-width: 1438px) and (min-width: 1439px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 1477.2785px; } }
  @media (min-width: 1209px) and (max-width: 1438px) and (min-width: 1209px) and (max-width: 1438px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 1213.5995px; } }
  @media (min-width: 1209px) and (max-width: 1438px) and (min-width: 979px) and (max-width: 1208px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 1004.0085px; } }
  @media (min-width: 1209px) and (max-width: 1438px) and (min-width: 763px) and (max-width: 978px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 760.6125px; } }
    @media (min-width: 979px) and (max-width: 1208px) {
      .HighlightListing .entries .hero_entry .entry_link .entry_frame {
        position: absolute;
        overflow: hidden;
        right: calc(50% - 464.5px);
        width: 455px;
        bottom: 19px; } }
  @media (min-width: 979px) and (max-width: 1208px) and (min-width: 1439px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 1477.2785px; } }
  @media (min-width: 979px) and (max-width: 1208px) and (min-width: 1209px) and (max-width: 1438px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 1213.5995px; } }
  @media (min-width: 979px) and (max-width: 1208px) and (min-width: 979px) and (max-width: 1208px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 1004.0085px; } }
  @media (min-width: 979px) and (max-width: 1208px) and (min-width: 763px) and (max-width: 978px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 760.6125px; } }
    @media (min-width: 763px) and (max-width: 978px) {
      .HighlightListing .entries .hero_entry .entry_link .entry_frame {
        position: absolute;
        overflow: hidden;
        right: calc(50% - 356.5px);
        width: 347px;
        bottom: 19px; } }
  @media (min-width: 763px) and (max-width: 978px) and (min-width: 1439px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 1477.2785px; } }
  @media (min-width: 763px) and (max-width: 978px) and (min-width: 1209px) and (max-width: 1438px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 1213.5995px; } }
  @media (min-width: 763px) and (max-width: 978px) and (min-width: 979px) and (max-width: 1208px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 1004.0085px; } }
  @media (min-width: 763px) and (max-width: 978px) and (min-width: 763px) and (max-width: 978px) {
    .HighlightListing .entries .hero_entry .entry_link .entry_frame {
      padding-top: 760.6125px; } }
    @media (max-width: 762px) {
      .HighlightListing .entries .hero_entry .entry_link .entry_frame {
        position: relative; } }
    .HighlightListing .entries .hero_entry .entry_link .entry_frame:after {
      z-index: 1;
      content: '';
      display: block;
      width: 110%;
      position: absolute;
      left: 0;
      transform: rotate(-5deg);
      transform-origin: top left;
      background-color: white;
      height: 100px; }
      @media (min-width: 1439px) {
        .HighlightListing .entries .hero_entry .entry_link .entry_frame:after {
          top: 1477.2785px; } }
      @media (min-width: 1209px) and (max-width: 1438px) {
        .HighlightListing .entries .hero_entry .entry_link .entry_frame:after {
          top: 1213.5995px; } }
      @media (min-width: 979px) and (max-width: 1208px) {
        .HighlightListing .entries .hero_entry .entry_link .entry_frame:after {
          top: 1004.0085px; } }
      @media (min-width: 763px) and (max-width: 978px) {
        .HighlightListing .entries .hero_entry .entry_link .entry_frame:after {
          top: 760.6125px; } }
      @media (max-width: 762px) {
        .HighlightListing .entries .hero_entry .entry_link .entry_frame:after {
          background-color: #eeeeef;
          top: 0; } }
    .HighlightListing .entries .hero_entry .entry_link .entry_info {
      position: relative;
      background-color: white;
      padding: 24px;
      z-index: 2; }
      @media (max-width: 762px) {
        .HighlightListing .entries .hero_entry .entry_link .entry_info {
          background-color: #eeeeef; } }
      .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .status_label {
        float: right;
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 6px 8px;
        color: white;
        margin-left: 20px; }
      .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .date_info {
        flex: 1 1 auto;
        display: flex;
        align-items: baseline; }
        .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .date_info .date_label {
          margin-right: auto;
          color: #f54f15;
          font-size: 24px;
          transition: color 0.3s ease; }
        .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .date_info .day_of_week_label {
          font-weight: 300;
          color: #444; }
          @media (min-width: 763px) and (max-width: 978px) {
            .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .date_info .day_of_week_label .complete {
              display: none; } }
          @media (min-width: 1439px) {
            .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .date_info .day_of_week_label abbr {
              display: none; } }
          @media (min-width: 1209px) and (max-width: 1438px) {
            .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .date_info .day_of_week_label abbr {
              display: none; } }
          @media (min-width: 979px) and (max-width: 1208px) {
            .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .date_info .day_of_week_label abbr {
              display: none; } }
          @media (max-width: 762px) {
            .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .date_info .day_of_week_label abbr {
              display: none; } }
          @media aural {
            .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .date_info .day_of_week_label abbr {
              display: none; } }
        .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .date_info .time_label {
          padding-left: 0;
          margin-top: 0;
          margin-bottom: 0;
          list-style-type: none;
          white-space: nowrap;
          display: inline-block; }
          .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .date_info .time_label > li {
            padding-left: 0;
            margin: 0; }
          .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .date_info .time_label > li {
            display: inline-block;
            vertical-align: top; }
          .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .date_info .time_label li {
            font-weight: 500;
            font-size: 17px;
            color: #444;
            margin-left: 6px; }
            @media (min-width: 763px) and (max-width: 978px) {
              .HighlightListing .entries .hero_entry .entry_link .entry_info .entry_details .date_info .time_label li {
                font-size: 14px; } }
      .HighlightListing .entries .hero_entry .entry_link .entry_info .heading {
        clear: left;
        font-weight: 900;
        line-height: 1.05em;
        margin: 0;
        margin-top: 30px; }
        @media (min-width: 1439px) {
          .HighlightListing .entries .hero_entry .entry_link .entry_info .heading {
            font-size: 35px; } }
        @media (min-width: 1209px) and (max-width: 1438px) {
          .HighlightListing .entries .hero_entry .entry_link .entry_info .heading {
            font-size: 35px; } }
        @media (min-width: 979px) and (max-width: 1208px) {
          .HighlightListing .entries .hero_entry .entry_link .entry_info .heading {
            font-size: 30px; } }
        @media (min-width: 763px) and (max-width: 978px) {
          .HighlightListing .entries .hero_entry .entry_link .entry_info .heading {
            font-size: 28px; } }
        @media (max-width: 762px) {
          .HighlightListing .entries .hero_entry .entry_link .entry_info .heading {
            font-size: 35px; } }
      .HighlightListing .entries .hero_entry .entry_link .entry_info .summary {
        margin-top: 20px;
        transition: color 0.3s ease; }
        @media (min-width: 1439px) {
          .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li {
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 18px;
            line-height: 27px; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p:first-child, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li:first-child {
              margin-top: 0; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p:last-child, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li:last-child {
              margin-bottom: 0; }
          .HighlightListing .entries .hero_entry .entry_link .entry_info .summary a {
            text-decoration: none;
            color: #387aa7;
            cursor: pointer; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary a:hover {
              text-decoration: underline; } }
        @media (min-width: 1209px) and (max-width: 1438px) {
          .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li {
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 18px;
            line-height: 27px; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p:first-child, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li:first-child {
              margin-top: 0; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p:last-child, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li:last-child {
              margin-bottom: 0; }
          .HighlightListing .entries .hero_entry .entry_link .entry_info .summary a {
            text-decoration: none;
            color: #387aa7;
            cursor: pointer; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary a:hover {
              text-decoration: underline; } }
        @media (min-width: 979px) and (max-width: 1208px) {
          .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li {
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 16px;
            line-height: 24px; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p:first-child, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li:first-child {
              margin-top: 0; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p:last-child, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li:last-child {
              margin-bottom: 0; }
          .HighlightListing .entries .hero_entry .entry_link .entry_info .summary a {
            text-decoration: none;
            color: #387aa7;
            cursor: pointer; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary a:hover {
              text-decoration: underline; } }
        @media (min-width: 763px) and (max-width: 978px) {
          .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li {
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 14px;
            line-height: 21px; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p:first-child, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li:first-child {
              margin-top: 0; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p:last-child, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li:last-child {
              margin-bottom: 0; }
          .HighlightListing .entries .hero_entry .entry_link .entry_info .summary a {
            text-decoration: none;
            color: #387aa7;
            cursor: pointer; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary a:hover {
              text-decoration: underline; } }
        @media (max-width: 762px) {
          .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li {
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 18px;
            line-height: 27px; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p:first-child, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li:first-child {
              margin-top: 0; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p:last-child, .HighlightListing .entries .hero_entry .entry_link .entry_info .summary li:last-child {
              margin-bottom: 0; }
          .HighlightListing .entries .hero_entry .entry_link .entry_info .summary a {
            text-decoration: none;
            color: #387aa7;
            cursor: pointer; }
            .HighlightListing .entries .hero_entry .entry_link .entry_info .summary a:hover {
              text-decoration: underline; } }
        .HighlightListing .entries .hero_entry .entry_link .entry_info .summary p {
          line-height: 20px; }
        .HighlightListing .entries .hero_entry .entry_link .entry_info .summary > *:first-child {
          margin-top: 0; }
        .HighlightListing .entries .hero_entry .entry_link .entry_info .summary > *:last-child {
          margin-bottom: 0; }
    .HighlightListing .entries .hero_entry .entry_link .play_sign {
      opacity: 0.3;
      transition: opacity 0.3s ease;
      position: absolute; }
      @media (min-width: 1439px) {
        .HighlightListing .entries .hero_entry .entry_link .play_sign {
          left: calc(50% - 694.5px);
          bottom: 39px; } }
      @media (min-width: 1209px) and (max-width: 1438px) {
        .HighlightListing .entries .hero_entry .entry_link .play_sign {
          left: calc(50% - 579.5px);
          bottom: 41px; } }
      @media (min-width: 979px) and (max-width: 1208px) {
        .HighlightListing .entries .hero_entry .entry_link .play_sign {
          left: calc(50% - 464.5px);
          bottom: 19px; } }
      @media (min-width: 763px) and (max-width: 978px) {
        .HighlightListing .entries .hero_entry .entry_link .play_sign {
          left: calc(50% - 356.5px);
          bottom: 19px; } }
      @media (max-width: 762px) {
        .HighlightListing .entries .hero_entry .entry_link .play_sign {
          right: 20px;
          top: 20px;
          width: 50px;
          height: auto; } }
      .HighlightListing .entries .hero_entry .entry_link .play_sign:hover {
        opacity: 1; }
    .HighlightListing .entries .hero_entry .entry_link .buttons {
      display: flex;
      align-items: center;
      margin-top: 20px; }
      .HighlightListing .entries .hero_entry .entry_link .buttons .buy_button {
        display: inline-block;
        font-family: Muli;
        border-radius: 36px;
        border: 2px solid #387aa7;
        background-color: transparent;
        text-decoration: none;
        color: #387aa7;
        padding: 6px 18px;
        font-weight: 700;
        font-size: 16px;
        min-height: 36px;
        cursor: pointer;
        color: white;
        background-color: #387aa7;
        margin-right: 10px; }
        .HighlightListing .entries .hero_entry .entry_link .buttons .buy_button:hover {
          background-color: #25506e;
          border-color: #25506e;
          color: white; }
      .HighlightListing .entries .hero_entry .entry_link .buttons .more_info_button {
        display: inline-block;
        font-family: Muli;
        border-radius: 36px;
        border: 2px solid #387aa7;
        background-color: transparent;
        text-decoration: none;
        color: #387aa7;
        padding: 6px 18px;
        font-weight: 700;
        font-size: 16px;
        min-height: 36px;
        cursor: pointer; }
        .HighlightListing .entries .hero_entry .entry_link .buttons .more_info_button:hover {
          background-color: #25506e;
          border-color: #25506e;
          color: white; }
        @media (max-width: 762px) {
          .HighlightListing .entries .hero_entry .entry_link .buttons .more_info_button {
            display: none; } }
        @media aural {
          .HighlightListing .entries .hero_entry .entry_link .buttons .more_info_button .abbr {
            display: none; } }
        @media (min-width: 763px) and (max-width: 978px) {
          .HighlightListing .entries .hero_entry .entry_link .buttons .more_info_button .complete {
            display: none; } }
        @media (min-width: 1439px) {
          .HighlightListing .entries .hero_entry .entry_link .buttons .more_info_button .abbr {
            display: none; } }
        @media (min-width: 1209px) and (max-width: 1438px) {
          .HighlightListing .entries .hero_entry .entry_link .buttons .more_info_button .abbr {
            display: none; } }
        @media (min-width: 979px) and (max-width: 1208px) {
          .HighlightListing .entries .hero_entry .entry_link .buttons .more_info_button .abbr {
            display: none; } }
        @media (max-width: 762px) {
          .HighlightListing .entries .hero_entry .entry_link .buttons .more_info_button .abbr {
            display: none; } }
      @media (min-width: 979px) and (max-width: 1208px) {
        .HighlightListing .entries .hero_entry .entry_link .buttons .buy_button,
        .HighlightListing .entries .hero_entry .entry_link .buttons .more_info_button {
          font-size: 14px;
          padding: 6px 14px; } }
      @media (min-width: 763px) and (max-width: 978px) {
        .HighlightListing .entries .hero_entry .entry_link .buttons .buy_button,
        .HighlightListing .entries .hero_entry .entry_link .buttons .more_info_button {
          font-size: 14px;
          padding: 6px 14px; } }
      @media (max-width: 762px) {
        .HighlightListing .entries .hero_entry .entry_link .buttons .buy_button {
          display: inline-block;
          font-family: Muli;
          border-radius: 36px;
          border: 2px solid #387aa7;
          background-color: transparent;
          text-decoration: none;
          color: #387aa7;
          padding: 6px 18px;
          font-weight: 700;
          font-size: 16px;
          min-height: 36px;
          cursor: pointer; }
          .HighlightListing .entries .hero_entry .entry_link .buttons .buy_button:hover {
            background-color: #25506e;
            border-color: #25506e;
            color: white; } }
  .HighlightListing .entries .hero_entry[data-status='no_ticket'] .status_label,
  .HighlightListing .entries .hero_entry[data-status='free_ticket'] .status_label,
  .HighlightListing .entries .hero_entry[data-status='schools'] .status_label {
    background-color: #387aa7; }
  .HighlightListing .entries .hero_entry[data-status='premiere'] .status_label {
    background-color: #ead431; }
  .HighlightListing .entries .hero_entry[data-status='last_tickets'] .status_label {
    background-color: #a32525; }
  .HighlightListing .entries .hero_entry[data-status='sold_out'] .status_label {
    background-color: #a32525; }

.HighlightListing[data-result-count='0'] .no_results_notice {
  display: block; }

.HighlightListing[data-result-count='0'] .entries {
  display: none; }

/*# sourceMappingURL=highlightlisting.default.scss.map */