/*
 |--------------------------------------------------------------------------
 | Helper mixins, feel free to add/remove any that you might not use
 | Won't be rendered in the output if not used
 |--------------------------------------------------------------------------
 */
.node--production--full {
  font-size: 1.25rem; }
  .node--production--full .node__hero {
    height: 90vh;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1;
    top: 0;
    background-color: var(--colorPrimary); }
    @media (min-height: 1200px) {
      .node--production--full .node__hero {
        height: 55vh; } }
    .node--production--full .node__hero-small {
      height: 940px; }
    @media (max-width: 992px) {
      .node--production--full .node__hero {
        padding: 0; } }
    .node--production--full .node__hero-image {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%; }
      .node--production--full .node__hero-image .field--name-field-cover-image {
        height: 100%; }
        .node--production--full .node__hero-image .field--name-field-cover-image .slick-list,
        .node--production--full .node__hero-image .field--name-field-cover-image .slick-track {
          height: 100%; }
          .node--production--full .node__hero-image .field--name-field-cover-image .slick-list *,
          .node--production--full .node__hero-image .field--name-field-cover-image .slick-track * {
            height: 100%; }
    body.toolbar-horizontal .node--production--full .node__hero {
      padding-top: calc(9rem + 52px); }
      @media (max-width: 992px) {
        body.toolbar-horizontal .node--production--full .node__hero {
          padding-top: 0; } }
    .node--production--full .node__hero-content {
      transition: all 0.15s ease-out; }
      .node--production--full .node__hero-content.element-fading {
        opacity: 0.5; }
    @media (max-width: 992px) {
      .node--production--full .node__hero .breakout-lg {
        padding: 0;
        width: 100vw;
        position: relative;
        left: calc(-1 * (100vw - 100%) / 2); } }
    .node--production--full .node__hero:after {
      content: '';
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, #121212 0%, rgba(0, 0, 0, 0) 45%);
      position: absolute;
      bottom: 0;
      transition: all 0.9s ease-in-out; }
    .node--production--full .node__hero.hero-fade .slick-dots {
      opacity: 0; }
    .node--production--full .node__hero.hero-fade:after {
      background: linear-gradient(0deg, #121212 0%, rgba(0, 0, 0, 0) 100%); }
    .node--production--full .node__hero.hero-fade img {
      transition: all 0.9s ease-in-out;
      opacity: 0.2; }
  .node--production--full .node__content {
    z-index: 98;
    position: relative; }
    @media (min-height: 1200px) {
      .node--production--full .node__content {
        margin-top: 3rem; } }
    @media (max-width: 992px) {
      .node--production--full .node__content {
        margin-top: 0; } }
  .node--production--full .node__title {
    word-break: break-word;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 70%;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .node--production--full .node__event-duration {
    font-size: 1.125rem; }
  .node--production--full .field--name-field-intro-text h1,
  .node--production--full .field--name-field-intro-text h2,
  .node--production--full .field--name-field-intro-text h3,
  .node--production--full .field--name-field-intro-text h4,
  .node--production--full .field--name-field-intro-text h5,
  .node--production--full .field--name-field-intro-text h6 {
    margin-bottom: 2rem; }
  .node--production--full .field--type-text-with-summary h2 {
    font-size: 3rem; }
  .node--production--full .field--name-field-cover-image picture {
    display: flex; }
  .node--production--full .field--name-field-cover-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: all 0.4s ease-in-out; }
  .node--production--full .field--name-field-cover-image .slick-dots {
    position: absolute;
    margin-left: unset;
    margin-right: 2rem;
    right: 0;
    left: 0;
    bottom: 0.5rem;
    z-index: 3;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    justify-content: end;
    transition: all 0.6s ease-in-out; }
    @media (max-width: 576px) {
      .node--production--full .field--name-field-cover-image .slick-dots {
        left: auto; } }
    .node--production--full .field--name-field-cover-image .slick-dots li:after {
      bottom: 6px; }
  .node--production--full .field--name-field-event {
    font-size: 1.125rem; }
    .node--production--full .field--name-field-event > div.field {
      margin-bottom: 2rem; }
    .node--production--full .field--name-field-event .field__label {
      font-weight: 700; }
    .node--production--full .field--name-field-event .field--name-production-next-show-date .field__item {
      text-transform: capitalize; }
  .node--production--full .field--name-event-ticket-link {
    margin-bottom: 2rem; }
    @media (max-width: 768px) {
      .node--production--full .field--name-event-ticket-link {
        margin-top: 2rem; } }
    .node--production--full .field--name-event-ticket-link a {
      background-color: #0D0D0D;
      color: #fff;
      font-size: 1.125rem;
      border-radius: 0.625rem;
      padding: 0.9065rem 1.65rem;
      transition: all 0.2s ease-in-out;
      display: inline-flex;
      vertical-align: middle;
      text-align: center;
      border: 1px solid transparent;
      line-height: 1.5;
      display: inline-flex;
      align-items: center;
      position: relative;
      box-shadow: none; }
      .node--production--full .field--name-event-ticket-link a:after, .node--production--full .field--name-event-ticket-link a:before {
        content: '';
        background-color: var(--colorPrimary);
        position: absolute;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        transition: all 0.2s ease-in-out; }
      .node--production--full .field--name-event-ticket-link a:after {
        right: -15px; }
      .node--production--full .field--name-event-ticket-link a:before {
        left: -15px; }
      .node--production--full .field--name-event-ticket-link a:hover:after {
        right: -7px; }
      .node--production--full .field--name-event-ticket-link a:hover:before {
        left: -7px; }
  .node--production--full .field--name-body blockquote {
    padding: 1.6875rem 0 1.6875rem 6.5rem;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    justify-content: center;
    margin: 3rem 0; }
    body.light .node--production--full .field--name-body blockquote {
      border-color: #000; }
    .node--production--full .field--name-body blockquote p {
      margin-bottom: 0; }
    .node--production--full .field--name-body blockquote:before {
      content: '';
      position: absolute;
      width: 62px;
      height: 62px;
      background-image: url("/themes/custom/halogaland_teater/assets/icons/icons--quote.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      left: 0; }
      body.light .node--production--full .field--name-body blockquote:before {
        filter: invert(1); }
  .node--production--full .field--name-body iframe {
    width: 100%;
    margin: 1.5rem 0; }
  .node--production--full .field--name-body h1,
  .node--production--full .field--name-body h2,
  .node--production--full .field--name-body h3,
  .node--production--full .field--name-body h4,
  .node--production--full .field--name-body h5,
  .node--production--full .field--name-body h6 {
    padding-top: 1rem; }
  .node--production--full .field--name-field-actors {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .node--production--full .field--name-field-actors > div.field__item {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      transform: translateY(-5%);
      transition: all 0.5s cubic-bezier(0.08, 0.64, 0.32, 0.95);
      margin-bottom: 1.325rem;
      opacity: 0; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(1) {
        transition-delay: 0.05s; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(2) {
        transition-delay: 0.1s; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(3) {
        transition-delay: 0.15s; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(4) {
        transition-delay: 0.2s; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(5) {
        transition-delay: 0.25s; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(6) {
        transition-delay: 0.3s; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(7) {
        transition-delay: 0.35s; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(8) {
        transition-delay: 0.4s; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(9) {
        transition-delay: 0.45s; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(10) {
        transition-delay: 0.5s; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(11) {
        transition-delay: 0.55s; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(12) {
        transition-delay: 0.6s; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(13) {
        transition-delay: 0.65s; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(14) {
        transition-delay: 0.7s; }
      .node--production--full .field--name-field-actors > div.field__item:nth-child(15) {
        transition-delay: 0.75s; }
      @media (max-width: 991.98px) {
        .node--production--full .field--name-field-actors > div.field__item {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .node--production--full .field--name-field-actors > div.field__item {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 992px) {
        .node--production--full .field--name-field-actors > div.field__item {
          flex: 0 0 25%;
          max-width: 25%; } }
      @media (min-width: 1200px) {
        .node--production--full .field--name-field-actors > div.field__item {
          flex: 0 0 16.66667%;
          max-width: 16.66667%; } }
  .node--production--full .field--name-field-people > div.field__item {
    transform: translateX(-2%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.08, 0.64, 0.32, 0.95); }
    .node--production--full .field--name-field-people > div.field__item:nth-child(1) {
      transition-delay: 0.05s; }
    .node--production--full .field--name-field-people > div.field__item:nth-child(2) {
      transition-delay: 0.1s; }
    .node--production--full .field--name-field-people > div.field__item:nth-child(3) {
      transition-delay: 0.15s; }
    .node--production--full .field--name-field-people > div.field__item:nth-child(4) {
      transition-delay: 0.2s; }
    .node--production--full .field--name-field-people > div.field__item:nth-child(5) {
      transition-delay: 0.25s; }
    .node--production--full .field--name-field-people > div.field__item:nth-child(6) {
      transition-delay: 0.3s; }
    .node--production--full .field--name-field-people > div.field__item:nth-child(7) {
      transition-delay: 0.35s; }
    .node--production--full .field--name-field-people > div.field__item:nth-child(8) {
      transition-delay: 0.4s; }
    .node--production--full .field--name-field-people > div.field__item:nth-child(9) {
      transition-delay: 0.45s; }
    .node--production--full .field--name-field-people > div.field__item:nth-child(10) {
      transition-delay: 0.5s; }
    .node--production--full .field--name-field-people > div.field__item:nth-child(11) {
      transition-delay: 0.55s; }
    .node--production--full .field--name-field-people > div.field__item:nth-child(12) {
      transition-delay: 0.6s; }
    .node--production--full .field--name-field-people > div.field__item:nth-child(13) {
      transition-delay: 0.65s; }
    .node--production--full .field--name-field-people > div.field__item:nth-child(14) {
      transition-delay: 0.7s; }
    .node--production--full .field--name-field-people > div.field__item:nth-child(15) {
      transition-delay: 0.75s; }
  .node--production--full .field--author {
    font-size: 1rem; }
  .node--production--full .field--name-field-technical-page {
    margin-top: 2rem; }
    .node--production--full .field--name-field-technical-page a {
      color: #0D0D0D;
      background-color: #fff;
      border-color: #fff;
      padding: 0.9065rem 3.3rem; }
      .node--production--full .field--name-field-technical-page a:hover {
        color: #0D0D0D;
        background-color: #ececec;
        border-color: #e6e6e6; }
      .node--production--full .field--name-field-technical-page a:focus, .node--production--full .field--name-field-technical-page a.focus {
        color: #0D0D0D;
        background-color: #ececec;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 0.2rem rgba(219, 219, 219, 0.5); }
      .node--production--full .field--name-field-technical-page a.disabled, .node--production--full .field--name-field-technical-page a:disabled {
        color: #0D0D0D;
        background-color: #fff;
        border-color: #fff; }
      .node--production--full .field--name-field-technical-page a:not(:disabled):not(.disabled):active, .node--production--full .field--name-field-technical-page a:not(:disabled):not(.disabled).active,
      .show > .node--production--full .field--name-field-technical-page a.dropdown-toggle {
        color: #0D0D0D;
        background-color: #e6e6e6;
        border-color: #dfdfdf; }
        .node--production--full .field--name-field-technical-page a:not(:disabled):not(.disabled):active:focus, .node--production--full .field--name-field-technical-page a:not(:disabled):not(.disabled).active:focus,
        .show > .node--production--full .field--name-field-technical-page a.dropdown-toggle:focus {
          box-shadow: 0 0 0 0.2rem rgba(219, 219, 219, 0.5); }
      body.light .node--production--full .field--name-field-technical-page a {
        color: #fff;
        background-color: #000;
        border-color: #000; }
        body.light .node--production--full .field--name-field-technical-page a:hover {
          color: #fff;
          background-color: black;
          border-color: black; }
        body.light .node--production--full .field--name-field-technical-page a:focus, body.light .node--production--full .field--name-field-technical-page a.focus {
          color: #fff;
          background-color: black;
          border-color: black;
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
        body.light .node--production--full .field--name-field-technical-page a.disabled, body.light .node--production--full .field--name-field-technical-page a:disabled {
          color: #fff;
          background-color: #000;
          border-color: #000; }
        body.light .node--production--full .field--name-field-technical-page a:not(:disabled):not(.disabled):active, body.light .node--production--full .field--name-field-technical-page a:not(:disabled):not(.disabled).active,
        .show > body.light .node--production--full .field--name-field-technical-page a.dropdown-toggle {
          color: #fff;
          background-color: black;
          border-color: black; }
          body.light .node--production--full .field--name-field-technical-page a:not(:disabled):not(.disabled):active:focus, body.light .node--production--full .field--name-field-technical-page a:not(:disabled):not(.disabled).active:focus,
          .show > body.light .node--production--full .field--name-field-technical-page a.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .node--production--full .field--name-production-date-range {
    text-transform: lowercase; }
    .node--production--full .field--name-production-date-range > div {
      text-transform: capitalize; }
  .node--production--full .views-element-container {
    margin: 1.5rem 0; }
  .node--production--full .collapse.show .field--name-field-actors > div.field__item {
    opacity: 1;
    transform: translateY(0); }
  .node--production--full .collapse.show .field--name-field-people > div.field__item {
    transform: translateX(0);
    opacity: 1; }
  .node--production--full .button--ticket {
    top: 1rem;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    body.toolbar-horizontal .node--production--full .button--ticket {
      top: 4rem; }
    .node--production--full .button--ticket a.purchase-link {
      display: inline-flex;
      align-items: center;
      position: relative;
      box-shadow: none;
      transition: all 0.2s ease-in-out;
      background-color: #fff;
      color: #000; }
      .node--production--full .button--ticket a.purchase-link:after, .node--production--full .button--ticket a.purchase-link:before {
        content: '';
        position: absolute;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        transition: all 0.2s ease-in-out; }
      .node--production--full .button--ticket a.purchase-link:after {
        right: -15px; }
      .node--production--full .button--ticket a.purchase-link:before {
        left: -15px; }
      .node--production--full .button--ticket a.purchase-link:hover {
        color: #000; }
        .node--production--full .button--ticket a.purchase-link:hover:after {
          right: -7px; }
        .node--production--full .button--ticket a.purchase-link:hover:before {
          left: -7px; }
      .node--production--full .button--ticket a.purchase-link:after, .node--production--full .button--ticket a.purchase-link:before {
        background-color: #121212; }
      .node--production--full .button--ticket a.purchase-link:hover:after {
        right: -7px; }
      .node--production--full .button--ticket a.purchase-link:hover:before {
        left: -7px; }
      body.light .node--production--full .button--ticket a.purchase-link {
        display: inline-flex;
        align-items: center;
        position: relative;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
        background-color: #fff;
        color: #000;
        background-color: #000;
        color: #fff; }
        body.light .node--production--full .button--ticket a.purchase-link:after, body.light .node--production--full .button--ticket a.purchase-link:before {
          content: '';
          position: absolute;
          border-radius: 50%;
          width: 14px;
          height: 14px;
          transition: all 0.2s ease-in-out; }
        body.light .node--production--full .button--ticket a.purchase-link:after {
          right: -15px; }
        body.light .node--production--full .button--ticket a.purchase-link:before {
          left: -15px; }
        body.light .node--production--full .button--ticket a.purchase-link:hover {
          color: #000; }
          body.light .node--production--full .button--ticket a.purchase-link:hover:after {
            right: -7px; }
          body.light .node--production--full .button--ticket a.purchase-link:hover:before {
            left: -7px; }
        body.light .node--production--full .button--ticket a.purchase-link:after, body.light .node--production--full .button--ticket a.purchase-link:before {
          background-color: #f8f9fa; }
        body.light .node--production--full .button--ticket a.purchase-link:hover {
          color: #fff; }
  .node--production--full .table .bg-light {
    background-color: #fff !important; }
    body.light .node--production--full .table .bg-light {
      background-color: #000 !important; }
  .node--production--full .table th,
  .node--production--full .table td {
    border-color: rgba(255, 255, 255, 0.2) !important; }
    body.light .node--production--full .table th, body.light
    .node--production--full .table td {
      border-color: rgba(0, 0, 0, 0.2) !important;
      color: #000 !important; }
  .node--production--full .table th {
    color: #fff !important; }
    body.light .node--production--full .table th {
      color: #000 !important; }
    .node--production--full .table th a {
      color: #fff !important; }
      body.light .node--production--full .table th a {
        color: #000 !important; }
    body.light .node--production--full .table th {
      color: #fff !important; }
  .node--production--full .table tr:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, 0.0325); }
    body.light .node--production--full .table tr:nth-child(2n+1) {
      background-color: rgba(0, 0, 0, 0.0325); }
    .node--production--full .table tr:nth-child(2n+1) a:after, .node--production--full .table tr:nth-child(2n+1) a:before {
      background-color: #191919; }
      body.light .node--production--full .table tr:nth-child(2n+1) a:after, body.light .node--production--full .table tr:nth-child(2n+1) a:before {
        background-color: #f0f1f2; }
  .node--production--full .views-field-field-purchase-link {
    text-align: center; }
    .node--production--full .views-field-field-purchase-link a {
      display: inline-flex;
      align-items: center;
      position: relative;
      box-shadow: none;
      transition: all 0.2s ease-in-out;
      background-color: #fff;
      color: #000;
      background-color: var(--colorPrimary);
      color: #fff;
      font-size: 1.125rem;
      border-radius: 0.625rem;
      padding: 0.9065rem 1.65rem;
      vertical-align: middle;
      text-align: center;
      border: 1px solid transparent;
      line-height: 1.5; }
      .node--production--full .views-field-field-purchase-link a:after, .node--production--full .views-field-field-purchase-link a:before {
        content: '';
        position: absolute;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        transition: all 0.2s ease-in-out; }
      .node--production--full .views-field-field-purchase-link a:after {
        right: -15px; }
      .node--production--full .views-field-field-purchase-link a:before {
        left: -15px; }
      .node--production--full .views-field-field-purchase-link a:hover {
        color: #000; }
        .node--production--full .views-field-field-purchase-link a:hover:after {
          right: -7px; }
        .node--production--full .views-field-field-purchase-link a:hover:before {
          left: -7px; }
      .node--production--full .views-field-field-purchase-link a:after, .node--production--full .views-field-field-purchase-link a:before {
        background-color: #f8f9fa; }
      .node--production--full .views-field-field-purchase-link a:after, .node--production--full .views-field-field-purchase-link a:before {
        background-color: #121212; }
      body.light .node--production--full .views-field-field-purchase-link a:after, body.light .node--production--full .views-field-field-purchase-link a:before {
        background-color: #f8f9fa; }
      .node--production--full .views-field-field-purchase-link a:hover {
        color: #fff; }

.node--production--teaser {
  width: 100%;
  height: 100%; }
  @media (max-width: 768px) {
    .node--production--teaser {
      max-width: 85vw; } }
  @media (min-width: 768px) {
    .node--production--teaser .teaser-content {
      min-height: 360px; } }
  .node--production--teaser .production-type {
    color: #fff;
    background-color: rgba(51, 51, 51, 0.6);
    top: 13px;
    left: 13px; }
    .node--production--teaser .production-type--premiere {
      background-color: #DF7527; }
    .node--production--teaser .production-type--gjestespill {
      background-color: #712196; }
    .node--production--teaser .production-type--lille-ht {
      background-color: #3595DB; }
  .node--production--teaser .field--name-title h4 {
    font-weight: 600; }
  .node--production--teaser .field--name-field-cover-image {
    width: 100%;
    margin-bottom: auto;
    overflow: hidden; }
    .node--production--teaser .field--name-field-cover-image a {
      display: flex;
      width: 100%; }
    .node--production--teaser .field--name-field-cover-image picture {
      display: flex;
      width: 100%; }
    .node--production--teaser .field--name-field-cover-image img {
      width: 100%;
      height: auto; }
  .node--production--teaser .field--name-field-event {
    display: flex;
    flex-direction: column-reverse;
    font-size: 1.125rem;
    margin-top: 1.25rem;
    flex: 1; }
  .node--production--teaser .field--name-production-next-show-date {
    padding: 0 1.5rem;
    margin-bottom: 1rem; }
    .node--production--teaser .field--name-production-next-show-date .field__label {
      font-weight: 700; }
  .node--production--teaser .field--name-production-date-range {
    padding: 0 1.5rem;
    text-transform: lowercase; }
    .node--production--teaser .field--name-production-date-range > div {
      text-transform: capitalize; }
  .node--production--teaser .field--name-event-ticket-link {
    margin-top: auto;
    padding: 1.5rem 1.5rem 0 1.5rem;
    border-top: 1px solid #000; }
    .node--production--teaser .field--name-event-ticket-link a {
      background-color: #f8f9fa;
      color: #000;
      font-size: 1.125rem;
      padding: 0.9065rem 1.65rem;
      border: solid 1px #000;
      border-radius: 0.625rem;
      transition: all 0.2s ease-in-out;
      display: inline-flex;
      vertical-align: middle;
      text-align: center;
      line-height: 1.5;
      display: inline-flex;
      align-items: center;
      position: relative;
      box-shadow: none; }
      .node--production--teaser .field--name-event-ticket-link a:after, .node--production--teaser .field--name-event-ticket-link a:before {
        content: '';
        background-color: #f8f9fa;
        position: absolute;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        transition: all 0.2s ease-in-out; }
      .node--production--teaser .field--name-event-ticket-link a:after {
        right: -15px; }
      .node--production--teaser .field--name-event-ticket-link a:before {
        left: -15px; }
      .node--production--teaser .field--name-event-ticket-link a:hover {
        color: #fff;
        background-color: #000; }
        .node--production--teaser .field--name-event-ticket-link a:hover:after {
          right: -7px; }
        .node--production--teaser .field--name-event-ticket-link a:hover:before {
          left: -7px; }
    .node--production--teaser .field--name-event-ticket-link.read-more a {
      color: white;
      background-color: #000; }
  .node--production--teaser a {
    color: #0D0D0D; }

.node--profile--full .table thead {
  background-color: #2D6597; }
  .node--profile--full .table thead th {
    border-color: #2D6597;
    font-size: 1.375rem; }
    @media (max-width: 1200px) {
      .node--profile--full .table thead th {
        font-size: calc(1.2625rem + 0.15vw) ; } }
    @media (min-width: 992px) {
      .node--profile--full .table thead th:nth-child(1) {
        padding-left: 3.5rem; } }

.node--profile--full .table tr {
  border-bottom: solid 1px #fff; }

.node--profile--full .table td {
  border: none;
  font-size: 1.25rem; }
  @media (min-width: 992px) {
    .node--profile--full .table td:nth-child(1) {
      padding-left: 3.5rem; } }

.node--profile--full .field--name-body {
  font-size: 1.375rem; }
  @media (max-width: 1200px) {
    .node--profile--full .field--name-body {
      font-size: calc(1.2625rem + 0.15vw) ; } }

.node--profile--teaser .field--name-title {
  font-weight: 700;
  font-size: 1.375rem;
  margin-top: 2rem; }
  @media (max-width: 1200px) {
    .node--profile--teaser .field--name-title {
      font-size: calc(1.2625rem + 0.15vw) ; } }

.node--profile--teaser .field--name-field-profile-type {
  font-size: 1.375rem; }
  @media (max-width: 1200px) {
    .node--profile--teaser .field--name-field-profile-type {
      font-size: calc(1.2625rem + 0.15vw) ; } }

.node--profile--compact-preview .field--name-field-image {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  overflow: hidden; }

.node--profile--compact-preview .field--name-title {
  margin-top: 1rem;
  max-width: 12rem;
  font-weight: 700; }
  .node--profile--compact-preview .field--name-title a {
    transition: all 0.2s ease-in-out; }

.node--profile--compact-preview:hover div:not(.contextual) a {
  color: var(--colorPrimary) !important; }

@media (max-width: 575.98px) {
  .node--page--full .field--name-field-cover-image {
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px; } }

body.node-5481 .node--page--full .field--name-title {
  color: #3595DB; }

.node--page--full .field--name-field-intro-text {
  margin-bottom: 2.3125rem;
  margin-top: 1.5rem; }

.node--page--full .field--name-body {
  font-size: 1.25rem; }

.node--full .node__hero {
  padding-top: 9rem;
  padding-bottom: 4.375rem;
  background-color: var(--colorPrimary); }
  body.toolbar-horizontal .node--full .node__hero {
    padding-top: calc(9rem + 52px); }
    @media (max-width: 992px) {
      body.toolbar-horizontal .node--full .node__hero {
        padding-top: 0; } }
  .node--full .node__hero .gradient {
    position: absolute;
    width: 100%;
    height: 320px;
    bottom: 0;
    transition: all 0.1s ease-out;
    will-change: height;
    z-index: 1; }
    .node--full .node__hero .gradient--black {
      background: linear-gradient(to top, #121212 0, rgba(18, 18, 18, 0.5) 50%, rgba(18, 18, 18, 0.2) 70%, rgba(18, 18, 18, 0.1) 80%, rgba(18, 18, 18, 0) 100%); }

.node--full .node__hero-content {
  z-index: 2; }

@media (min-width: 1200px) {
  body.node-5481 .node--full .field--name-field-page-sections figure.align-center, body.node-5481 .node--full .field--name-body figure.align-center {
    width: 1080px;
    margin-right: -139px;
    margin-left: -139px; } }

.node--full .field--name-field-page-sections .figure-caption, .node--full .field--name-body .figure-caption {
  text-align: center;
  font-size: 1.125rem; }

.node--full .field--name-field-page-sections img, .node--full .field--name-body img {
  max-width: 100%;
  height: auto; }

.node--full .field--name-field-page-sections a, .node--full .field--name-body a {
  border-bottom: solid 1px #fff;
  transition: all 0.2s ease-in-out; }
  body.light .node--full .field--name-field-page-sections a, body.light .node--full .field--name-body a {
    border-color: #0D0D0D; }
  .node--full .field--name-field-page-sections a:hover, .node--full .field--name-body a:hover {
    color: var(--colorPrimaryHover) !important;
    border-color: var(--colorPrimaryHover) !important; }

.node--full .field--type-text-long .align-left {
  margin-right: 2rem; }

.node--full .field--type-text-long .align-right {
  margin-left: 2rem; }

.node--full .field--type-text-long .figure-caption {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.node--full .field--name-field-intro-text {
  font-size: 1.375rem; }
  @media (max-width: 1200px) {
    .node--full .field--name-field-intro-text {
      font-size: calc(1.2625rem + 0.15vw) ; } }

.node--article--teaser .field--name-published-at {
  font-size: 0.875rem;
  margin-top: 1.25rem;
  margin-bottom: 1rem; }

.node--article--teaser .field--name-title {
  margin: 1rem 0; }
  .node--article--teaser .field--name-title > h3 {
    font-weight: 700; }

.node--article--teaser .field--name-field-intro-text {
  font-size: 1.25rem; }

.node--article--full .node__hero {
  background-color: #121212; }

.node--article--full .node__content .figure-caption {
  color: #121212; }

.node--article--full .node__content a {
  color: #121212; }

.node--hero-slide .field--name-title {
  margin-bottom: 1.185rem;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 768px) {
    .node--hero-slide .field--name-title a {
      word-break: break-word; } }

.node--hero-slide .field--name-event-ticket-link {
  display: flex;
  margin-right: 1.5rem; }

.node--hero-slide .field--name-field-cover-image a {
  position: relative; }

.node--hero-slide .badge--tag {
  color: #000;
  font-size: 0.875rem; }

.node--hero-slide .purchase-link {
  border: solid 1px #fff;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  padding: 0.8rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.7;
  border-radius: 0.625rem; }
  .node--hero-slide .purchase-link:hover {
    color: #0D0D0D;
    background-color: #fff;
    border-color: #fff; }
  .node--hero-slide .purchase-link:focus, .node--hero-slide .purchase-link.focus {
    color: #0D0D0D;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .node--hero-slide .purchase-link.disabled, .node--hero-slide .purchase-link:disabled {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .node--hero-slide .purchase-link:not(:disabled):not(.disabled):active, .node--hero-slide .purchase-link:not(:disabled):not(.disabled).active,
  .show > .node--hero-slide .purchase-link.dropdown-toggle {
    color: #fff;
    background-color: #e7771c;
    border-color: #fff; }
    .node--hero-slide .purchase-link:not(:disabled):not(.disabled):active:focus, .node--hero-slide .purchase-link:not(:disabled):not(.disabled).active:focus,
    .show > .node--hero-slide .purchase-link.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.node--hero-slide .node--slide-content {
  z-index: 9;
  padding-bottom: 3.125%;
  will-change: margin-botton;
  transition: all 0.3s linear; }
  .node--hero-slide .node--slide-content.element-fading {
    opacity: 0.5; }
  @media (max-width: 1200px) {
    .node--hero-slide .node--slide-content {
      padding-bottom: 5.125%; } }
  @media (max-width: 768px) {
    .node--hero-slide .node--slide-content {
      padding-bottom: 30.125%; } }

.node--search-index {
  border-bottom: solid 1px #545353; }
  .node--search-index a:hover {
    color: #fff; }
    .node--search-index a:hover .field--name-title h3 {
      color: #EC934A; }
  .node--search-index .field--name-title h3 {
    font-size: 2rem;
    font-weight: 700;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 1200px) {
      .node--search-index .field--name-title h3 {
        font-size: calc(1.325rem + 0.9vw) ; } }
  .node--search-index .field--name-excerpt {
    font-size: 1.25rem; }

.node--employee--default .field {
  font-size: 1.375rem; }
  @media (max-width: 1200px) {
    .node--employee--default .field {
      font-size: calc(1.2625rem + 0.15vw) ; } }
  .node--employee--default .field--name-title {
    font-weight: 700; }

.node--location--teaser .field--name-title {
  margin: 1rem 0; }

.node--location--teaser .field--name-field-intro-text {
  font-size: 1.25rem; }

.node--location--full .node__hero {
  background-color: #121212; }

.node--location--full .node__content .figure-caption {
  color: #121212; }

.node--location--full .node__content a {
  color: #121212; }

.node--location--full .field--name-title {
  margin: 1rem 0; }

.node--location--full .field--name-field-intro-text {
  font-size: 1.25rem; }

.node--location--full .content--sidebar .field {
  margin-bottom: 2rem; }

.node--location--full .content--sidebar .field__label {
  font-weight: 700;
  margin-bottom: 1rem; }

.node--location--full .content--sidebar .field__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.125rem; }
  .node--location--full .content--sidebar .field__item p {
    flex-basis: 100%;
    margin-bottom: 0; }
  .node--location--full .content--sidebar .field__item a {
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    padding-bottom: 0.5rem; }
    .node--location--full .content--sidebar .field__item a:after {
      content: '';
      background-color: var(--colorPrimary);
      display: block;
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: 0;
      transform: scaleX(0);
      transform-origin: center right;
      transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
  .node--location--full .content--sidebar .field__item a:hover:after {
    transform: scaleX(1);
    transform-origin: center left; }

.node--full .field--type-text-long iframe {
  max-width: 100%; }
