.site-navbar {
  position: fixed;
  left: 0;
  min-width: 100%;
  border: none;
  border-radius: 0;
  z-index: 100; }
  .site-navbar .header-site-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto; }
    .site-navbar .header-site-logo a {
      display: inline-block; }
      .site-navbar .header-site-logo a svg {
        height: 80px;
        display: inline-block;
        vertical-align: middle; }
  .site-navbar .navbar-side-extras {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 100;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .site-navbar .navbar-side-extras section {
      display: inline-block;
      margin-left: 10px; }
    .site-navbar .navbar-side-extras .extra-button {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      background-color: rgba(51, 51, 51, 0.12);
      color: white;
      height: 54px;
      width: 54px;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .site-navbar .navbar-side-extras .extra-button.link-button {
        width: auto;
        border-radius: 30px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .site-navbar .navbar-side-extras .extra-button.link-button a {
          position: relative;
          display: inline-block;
          color: white;
          padding: 0 15px;
          height: 100%;
          margin: 0 -15px; }
          .site-navbar .navbar-side-extras .extra-button.link-button a p {
            font-size: 12px;
            line-height: 12px;
            position: relative;
            margin-bottom: 10px;
            margin-left: -15px;
            margin-right: 20px;
            -webkit-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
            -moz-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
            -ms-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
            -o-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
            text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
      .site-navbar .navbar-side-extras .extra-button.text-button {
        width: auto;
        border-radius: 30px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .site-navbar .navbar-side-extras .extra-button.text-button .icon-button {
          position: relative;
          display: inline-block;
          color: white;
          padding: 0 15px;
          height: 100%;
          margin: 0 -15px; }
          .site-navbar .navbar-side-extras .extra-button.text-button .icon-button p {
            font-size: 12px;
            line-height: 12px;
            position: relative;
            margin-bottom: 10px;
            margin-left: -15px;
            margin-right: 20px;
            -webkit-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
            -moz-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
            -ms-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
            -o-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
            text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
        .site-navbar .navbar-side-extras .extra-button.text-button.svg-button p {
          margin-left: 0px;
          margin-right: 0px; }
        .site-navbar .navbar-side-extras .extra-button.text-button.text-button.svg-button p {
          margin-left: -15px;
          margin-right: 20px; }
      .site-navbar .navbar-side-extras .extra-button p {
        opacity: 1;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        font-family: "Preon", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        font-size: 17px;
        line-height: 17px;
        margin: 0;
        margin-top: -2px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
        -moz-text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
        -ms-text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
        -o-text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
        text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
      .site-navbar .navbar-side-extras .extra-button .icon-svg {
        display: inline-block;
        vertical-align: top;
        margin: 0px; }
      .site-navbar .navbar-side-extras .extra-button svg {
        width: 54px;
        height: 54px;
        -webkit-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.2));
        -moz-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.2));
        -ms-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.2));
        -o-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.2));
        fill: white; }
        .site-navbar .navbar-side-extras .extra-button svg path,
        .site-navbar .navbar-side-extras .extra-button svg polygon {
          fill: white; }
      .site-navbar .navbar-side-extras .extra-button:after {
        opacity: 0;
        content: "";
        position: absolute;
        background-color: #333333;
        width: 25px;
        height: 4px;
        top: 60%;
        left: 50%;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-box-shadow: 0 2px 0 0 #d7d7d7;
        -moz-box-shadow: 0 2px 0 0 #d7d7d7;
        -ms-box-shadow: 0 2px 0 0 #d7d7d7;
        -o-box-shadow: 0 2px 0 0 #d7d7d7;
        box-shadow: 0 2px 0 0 #d7d7d7; }
      .site-navbar .navbar-side-extras .extra-button:before {
        opacity: 0;
        content: "";
        position: absolute;
        background-color: #333333;
        width: 25px;
        height: 4px;
        top: 30%;
        left: 50%;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-box-shadow: 0 2px 0 0 #d7d7d7;
        -moz-box-shadow: 0 2px 0 0 #d7d7d7;
        -ms-box-shadow: 0 2px 0 0 #d7d7d7;
        -o-box-shadow: 0 2px 0 0 #d7d7d7;
        box-shadow: 0 2px 0 0 #d7d7d7; }
      @media only screen and (min-width: 1100px) {
        .site-navbar .navbar-side-extras .extra-button:hover {
          background-color: #333333;
          -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
          -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
          -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
          -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6); } }
      .site-navbar .navbar-side-extras .extra-button.active {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .site-navbar .navbar-side-extras .extra-button.active p {
          opacity: 0;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .site-navbar .navbar-side-extras .extra-button.active svg {
          opacity: 0;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .site-navbar .navbar-side-extras .extra-button.active:after {
          opacity: 1;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s;
          -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -12, -6);
          -moz-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -12, -6);
          -ms-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -12, -6);
          -o-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -12, -6);
          transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -12, -6); }
        .site-navbar .navbar-side-extras .extra-button.active:before {
          opacity: 1;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s;
          -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -12, 7);
          -moz-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -12, 7);
          -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -12, 7);
          -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -12, 7);
          transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -12, 7); }
        .site-navbar .navbar-side-extras .extra-button.active:hover {
          background-color: #333333; }
          .site-navbar .navbar-side-extras .extra-button.active:hover:after {
            background-color: #d7d7d7;
            -webkit-box-shadow: 0 2px 0 0 black;
            -moz-box-shadow: 0 2px 0 0 black;
            -ms-box-shadow: 0 2px 0 0 black;
            -o-box-shadow: 0 2px 0 0 black;
            box-shadow: 0 2px 0 0 black; }
          .site-navbar .navbar-side-extras .extra-button.active:hover:before {
            background-color: #d7d7d7;
            -webkit-box-shadow: 0 2px 0 0 black;
            -moz-box-shadow: 0 2px 0 0 black;
            -ms-box-shadow: 0 2px 0 0 black;
            -o-box-shadow: 0 2px 0 0 black;
            box-shadow: 0 2px 0 0 black; }
  .site-navbar .mobile-site-menu-button {
    position: absolute;
    display: none;
    right: 20px;
    top: 50%;
    z-index: 100;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .site-navbar .mobile-site-menu-button .icon {
      width: 16px;
      height: 16px;
      margin: 8px; }
      .site-navbar .mobile-site-menu-button .icon .square-container {
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .site-navbar .mobile-site-menu-button .icon .square-container .square {
          position: absolute;
          width: 6px;
          height: 6px;
          background-color: #333333;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .site-navbar .mobile-site-menu-button .icon .square-container .square.squareTopLeft {
            top: 0;
            left: 0; }
          .site-navbar .mobile-site-menu-button .icon .square-container .square.squareTopRight {
            top: 0;
            right: 0; }
          .site-navbar .mobile-site-menu-button .icon .square-container .square.squareBottomLeft {
            bottom: 0;
            left: 0; }
          .site-navbar .mobile-site-menu-button .icon .square-container .square.squareBottomRight {
            bottom: 0;
            right: 0; }
    .site-navbar .mobile-site-menu-button.active .icon .square-container {
      -webkit-transform: matrix(0, 1, -1, 0, 0, 0);
      -moz-transform: matrix(0, 1, -1, 0, 0, 0);
      -ms-transform: matrix(0, 1, -1, 0, 0, 0);
      -o-transform: matrix(0, 1, -1, 0, 0, 0);
      transform: matrix(0, 1, -1, 0, 0, 0); }
      .site-navbar .mobile-site-menu-button.active .icon .square-container .square {
        width: 10px;
        height: 4px; }
        .site-navbar .mobile-site-menu-button.active .icon .square-container .square.squareTopLeft {
          -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -1, 2);
          -moz-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -1, 2);
          -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -1, 2);
          -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -1, 2);
          transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -1, 2); }
        .site-navbar .mobile-site-menu-button.active .icon .square-container .square.squareTopRight {
          -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 2);
          -moz-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 2);
          -ms-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 2);
          -o-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 2);
          transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 2); }
        .site-navbar .mobile-site-menu-button.active .icon .square-container .square.squareBottomLeft {
          -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -1, -3);
          -moz-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -1, -3);
          -ms-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -1, -3);
          -o-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -1, -3);
          transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -1, -3); }
        .site-navbar .mobile-site-menu-button.active .icon .square-container .square.squareBottomRight {
          -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -3);
          -moz-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -3);
          -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -3);
          -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -3);
          transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -3); }
  .site-navbar:not(.scrolled) {
    background-color: transparent;
    background-image: url("../../assets/img/svg/menu-cut.svg");
    height: 110px; }
    .site-navbar:not(.scrolled) .header-site-logo .main-logo {
      display: block;
      height: 80px; }
      .site-navbar:not(.scrolled) .header-site-logo .main-logo svg {
        height: 80px; }
    .site-navbar:not(.scrolled) .header-site-logo .secondary-logo {
      display: none; }
    .site-navbar:not(.scrolled) .extra-button.active {
      background-color: #f1f1f1; }
      .site-navbar:not(.scrolled) .extra-button.active.link-button {
        height: 54px;
        width: 54px; }
      .site-navbar:not(.scrolled) .extra-button.active.text-button {
        height: 54px;
        width: 54px; }
      .site-navbar:not(.scrolled) .extra-button.active:after {
        -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -12, -7);
        -moz-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -12, -7);
        -ms-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -12, -7);
        -o-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -12, -7);
        transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -12, -7); }
      .site-navbar:not(.scrolled) .extra-button.active:before {
        -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -12, 9);
        -moz-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -12, 9);
        -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -12, 9);
        -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -12, 9);
        transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -12, 9); }
  .site-navbar.scrolled {
    background-color: white;
    height: 60px; }
    .site-navbar.scrolled .header-site-logo .main-logo {
      display: none; }
    .site-navbar.scrolled .header-site-logo .secondary-logo {
      display: block;
      height: 45px; }
      .site-navbar.scrolled .header-site-logo .secondary-logo svg {
        height: 45px;
        width: 230px; }
    .site-navbar.scrolled.modal-active .header-site-logo .main-logo {
      margin-top: 40px; }
    .site-navbar.scrolled .navbar-side-extras {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .site-navbar.scrolled .navbar-side-extras .extra-button {
        position: relative;
        background-color: #eaeaea;
        color: #333333;
        height: 44px;
        width: 44px; }
        .site-navbar.scrolled .navbar-side-extras .extra-button.link-button {
          width: auto; }
          .site-navbar.scrolled .navbar-side-extras .extra-button.link-button a {
            color: #333333; }
        .site-navbar.scrolled .navbar-side-extras .extra-button.text-button {
          width: auto; }
          .site-navbar.scrolled .navbar-side-extras .extra-button.text-button .icon-button {
            color: #333333; }
        .site-navbar.scrolled .navbar-side-extras .extra-button .icon-svg {
          fill: #333333; }
          .site-navbar.scrolled .navbar-side-extras .extra-button .icon-svg path,
          .site-navbar.scrolled .navbar-side-extras .extra-button .icon-svg polygon {
            fill: #333333; }
        .site-navbar.scrolled .navbar-side-extras .extra-button svg {
          width: 44px;
          height: 44px;
          fill: #333333; }
          .site-navbar.scrolled .navbar-side-extras .extra-button svg path,
          .site-navbar.scrolled .navbar-side-extras .extra-button svg polygon {
            fill: #333333; }
        .site-navbar.scrolled .navbar-side-extras .extra-button.active.link-button {
          height: 44px;
          width: 44px; }
        .site-navbar.scrolled .navbar-side-extras .extra-button.active.text-button {
          height: 44px;
          width: 44px; }
        .site-navbar.scrolled .navbar-side-extras .extra-button:hover {
          background-color: #333333;
          color: white; }
          .site-navbar.scrolled .navbar-side-extras .extra-button:hover p {
            color: white; }
          .site-navbar.scrolled .navbar-side-extras .extra-button:hover a {
            color: white; }
          .site-navbar.scrolled .navbar-side-extras .extra-button:hover svg {
            fill: white; }
            .site-navbar.scrolled .navbar-side-extras .extra-button:hover svg path,
            .site-navbar.scrolled .navbar-side-extras .extra-button:hover svg polygon {
              fill: white; }
  .site-navbar.modal-active {
    background: transparent; }
    .site-navbar.modal-active .header-site-logo .main-logo {
      display: block; }
    .site-navbar.modal-active .header-site-logo .secondary-logo {
      display: none; }
    .site-navbar.modal-active .mobile-site-menu-button .icon .square-container .square {
      background-color: white; }
    .site-navbar.modal-active .navbar-side-extras .extra-button:not(.active) {
      background-color: rgba(51, 51, 51, 0.12);
      color: white; }
      .site-navbar.modal-active .navbar-side-extras .extra-button:not(.active) p {
        color: white; }
      .site-navbar.modal-active .navbar-side-extras .extra-button:not(.active) a {
        color: white; }
        .site-navbar.modal-active .navbar-side-extras .extra-button:not(.active) a .icon-svg {
          fill: white; }
          .site-navbar.modal-active .navbar-side-extras .extra-button:not(.active) a .icon-svg path,
          .site-navbar.modal-active .navbar-side-extras .extra-button:not(.active) a .icon-svg polygon {
            fill: white; }
      .site-navbar.modal-active .navbar-side-extras .extra-button:not(.active) .icon-svg {
        fill: white; }
        .site-navbar.modal-active .navbar-side-extras .extra-button:not(.active) .icon-svg path,
        .site-navbar.modal-active .navbar-side-extras .extra-button:not(.active) .icon-svg polygon {
          fill: white; }
      .site-navbar.modal-active .navbar-side-extras .extra-button:not(.active):hover {
        background-color: #333333; }

body:not(.adminimal-admin-toolbar) .site-navbar {
  top: 0; }

.menu-button {
  position: absolute;
  left: 30px;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .menu-button .icon {
    display: inline-block;
    vertical-align: middle;
    background-color: #eaeaea;
    padding: 17px;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .menu-button .icon .bar-container {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 19px; }
      .menu-button .icon .bar-container .bar {
        position: absolute;
        background-color: #333333;
        width: 20px;
        height: 4px;
        margin: 0 auto 2px;
        -webkit-box-shadow: 0 2px 0 0 #d7d7d7;
        -moz-box-shadow: 0 2px 0 0 #d7d7d7;
        -ms-box-shadow: 0 2px 0 0 #d7d7d7;
        -o-box-shadow: 0 2px 0 0 #d7d7d7;
        box-shadow: 0 2px 0 0 #d7d7d7;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .menu-button .icon .bar-container .bar.bar-top {
          top: 0; }
        .menu-button .icon .bar-container .bar.bar-med {
          top: 7px; }
        .menu-button .icon .bar-container .bar.bar-bot {
          top: 14px; }
    .menu-button .icon .text {
      display: none;
      vertical-align: middle;
      margin-left: 10px;
      font-family: "Preon", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      color: white; }
  .menu-button:not(.active):hover .icon {
    background-color: #333333;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6); }
    .menu-button:not(.active):hover .icon .bar {
      background-color: #d7d7d7;
      -webkit-box-shadow: 0 2px 0 0 black;
      -moz-box-shadow: 0 2px 0 0 black;
      -ms-box-shadow: 0 2px 0 0 black;
      -o-box-shadow: 0 2px 0 0 black;
      box-shadow: 0 2px 0 0 black; }
    .menu-button:not(.active):hover .icon .text {
      color: white; }
  .menu-button.active .icon .bar-container .bar {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #333333; }
    .menu-button.active .icon .bar-container .bar.bar-top {
      top: 2px;
      -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
      -moz-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
      -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
      -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
      transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6); }
    .menu-button.active .icon .bar-container .bar.bar-med {
      opacity: 0; }
    .menu-button.active .icon .bar-container .bar.bar-bot {
      -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
      -moz-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
      -ms-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
      -o-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
      transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6); }
  .menu-button.active .icon .text {
    color: #333333; }

.scrolled .menu-button .icon {
  padding: 12px; }

.header-site-menu {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 90;
  overflow: -moz-scrollbars-none !important;
  overflow: auto;
  color: white;
  height: 100vh;
  width: 100%;
  font-family: "Preon", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 19px;
  -webkit-text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  -ms-text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  -ms-overflow-style: none; }
  .header-site-menu::-webkit-scrollbar {
    width: 0px;
    background: transparent; }
  .header-site-menu h2 {
    display: none; }
  .header-site-menu > .menu {
    padding: 100px 40px 10px 80px;
    min-height: 100%;
    width: 430px;
    background-color: rgba(0, 0, 0, 0.95); }
    .header-site-menu > .menu .menu-item {
      position: relative;
      display: block;
      float: none;
      width: 310px;
      padding: 10px 15px 10px 0;
      line-height: 1.4em; }
      .header-site-menu > .menu .menu-item .back-arrow {
        display: none; }
      .header-site-menu > .menu .menu-item a {
        color: white;
        line-height: 1.4em; }
        .header-site-menu > .menu .menu-item a:hover, .header-site-menu > .menu .menu-item a:active, .header-site-menu > .menu .menu-item a:focus {
          color: white;
          text-decoration: none; }
      .header-site-menu > .menu .menu-item.menu-item--expanded {
        cursor: pointer;
        position: relative; }
        .header-site-menu > .menu .menu-item.menu-item--expanded a {
          pointer-events: none; }
        .header-site-menu > .menu .menu-item.menu-item--expanded:after {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          content: "";
          margin: auto 0;
          width: 10px;
          height: 16px;
          line-height: 16px;
          background-image: url(../../assets/img/svg/arrows/arrow-right-menu.svg);
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
    .header-site-menu > .menu > .menu {
      position: absolute;
      top: 0;
      left: 430px;
      display: none;
      background-color: rgba(0, 0, 0, 0.95);
      font-size: 14px;
      line-height: 14px;
      min-height: 100%;
      padding: 100px 40px 10px 0; }
      .header-site-menu > .menu > .menu .menu-item {
        width: 260px;
        padding: 10px 15px 10px 0; }
        .header-site-menu > .menu > .menu .menu-item:first-child {
          margin-top: 10px; }
      .header-site-menu > .menu > .menu > .menu {
        position: absolute;
        top: 0;
        left: 300px;
        display: none;
        background-color: rgba(0, 0, 0, 0.95);
        font-size: 13px;
        line-height: 13px;
        min-height: 100%;
        padding: 100px 40px 10px 0; }
        .header-site-menu > .menu > .menu > .menu .menu-item:first-child {
          margin-top: 0; }
  .header-site-menu .menu .menu-item a {
    width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .header-site-menu .menu .menu-item.parent-link {
    color: #ee162d; }
    .header-site-menu .menu .menu-item.parent-link a {
      color: #ee162d;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .header-site-menu .menu .menu-item.parent-link a:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        right: -10px;
        top: 0;
        background-color: rgba(255, 255, 255, 0.15);
        background-position: 0 0;
        border-radius: 15px;
        background-image: url(../../assets/img/svg/small-eye-anim.svg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .header-site-menu .menu .menu-item.parent-link a:hover {
        color: white; }
        .header-site-menu .menu .menu-item.parent-link a:hover:after {
          background-position: 0 -33px;
          background-color: white; }
  .header-site-menu .menu .menu-item.opened {
    color: #ee162d; }
    .header-site-menu .menu .menu-item.opened a {
      color: #ee162d; }
    .header-site-menu .menu .menu-item.opened:after {
      background-image: url(../../assets/img/svg/arrows/red-arrow-right-menu.svg); }
  .header-site-menu .menu .menu .menu-item.opened {
    color: #ee162d; }
    .header-site-menu .menu .menu .menu-item.opened a {
      color: #ee162d; }
    .header-site-menu .menu .menu .menu-item.opened:after {
      color: #ee162d; }

.modal-area {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 90;
  display: none; }
  .modal-area .site-modal-item {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .modal-area .site-language-switcher {
    width: 100%;
    text-align: center; }
    .modal-area .site-language-switcher > div {
      padding: 0; }
      .modal-area .site-language-switcher > div > div {
        display: inline-block; }
        .modal-area .site-language-switcher > div > div a {
          width: 100px;
          height: 100px;
          border-radius: 100px;
          color: white;
          background-color: rgba(0, 0, 0, 0.5);
          text-align: center;
          display: inline-block;
          margin: 0 10px;
          cursor: pointer;
          font-family: "Preon", sans-serif;
          font-weight: 600;
          font-size: 40px;
          line-height: 100px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
          -moz-text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
          -ms-text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
          -o-text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
          text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2); }
          .modal-area .site-language-switcher > div > div a:hover, .modal-area .site-language-switcher > div > div a:active, .modal-area .site-language-switcher > div > div a:focus {
            text-decoration: none;
            color: black;
            background-color: white; }
        .modal-area .site-language-switcher > div > div.is-active a {
          color: black;
          background-color: white; }
  .modal-area .site-quick-access {
    height: 100%;
    width: 100%;
    margin-top: 130px;
    text-align: center; }
    .modal-area .site-quick-access h2 {
      display: inline-block;
      vertical-align: top;
      font-family: "Preon", sans-serif;
      font-weight: 600;
      font-size: 25px;
      line-height: 25px;
      margin: 0 0 80px 0;
      color: white;
      -webkit-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
      -moz-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
      -ms-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
      -o-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
      text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
      .modal-area .site-quick-access h2:after, .modal-area .site-quick-access h2:before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        background-color: white;
        width: 15px;
        height: 3px;
        border-radius: 3px;
        margin: 0 20px;
        -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
    .modal-area .site-quick-access ul {
      margin: 0 auto;
      padding: 0;
      height: 62%;
      overflow-y: scroll;
      -ms-overflow-style: none; }
      .modal-area .site-quick-access ul::-ms-clear {
        display: none; }
      .modal-area .site-quick-access ul::-webkit-scrollbar-track {
        display: none;
        position: absolute;
        background: transparent !important; }
      .modal-area .site-quick-access ul::-webkit-scrollbar {
        width: 8px;
        background: transparent repeat-y !important; }
      .modal-area .site-quick-access ul::-webkit-scrollbar-thumb {
        background-color: rgba(250, 248, 248, 0.5);
        opacity: 0.6;
        border-radius: 4px; }
      .modal-area .site-quick-access ul li {
        margin-bottom: 30px; }
        .modal-area .site-quick-access ul li .quick-item {
          display: inline-block;
          vertical-align: middle;
          color: white;
          font-size: 14px;
          font-family: "Preon", sans-serif;
          height: 190px;
          overflow: hidden;
          margin-bottom: 10px;
          -webkit-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
          -moz-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
          -ms-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
          -o-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
          text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
          .modal-area .site-quick-access ul li .quick-item .svg-icon {
            width: 130px;
            height: 130px;
            padding: 10px;
            margin: 0 auto;
            border: 3px solid white;
            border-radius: 50%;
            box-sizing: border-box;
            text-align: center;
            margin-bottom: 20px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .modal-area .site-quick-access ul li .quick-item .svg-icon svg {
              width: 100px;
              height: 100px; }
          .modal-area .site-quick-access ul li .quick-item:hover, .modal-area .site-quick-access ul li .quick-item:active, .modal-area .site-quick-access ul li .quick-item:focus {
            text-decoration: none;
            color: #ee162d; }
            .modal-area .site-quick-access ul li .quick-item:hover .svg-icon, .modal-area .site-quick-access ul li .quick-item:active .svg-icon, .modal-area .site-quick-access ul li .quick-item:focus .svg-icon {
              border: 3px solid #ee162d; }
              .modal-area .site-quick-access ul li .quick-item:hover .svg-icon svg, .modal-area .site-quick-access ul li .quick-item:active .svg-icon svg, .modal-area .site-quick-access ul li .quick-item:focus .svg-icon svg {
                fill: #ee162d; }
                .modal-area .site-quick-access ul li .quick-item:hover .svg-icon svg path, .modal-area .site-quick-access ul li .quick-item:active .svg-icon svg path, .modal-area .site-quick-access ul li .quick-item:focus .svg-icon svg path {
                  fill: #ee162d; }
  .modal-area .app-modal {
    width: 100%;
    height: 100%; }
    .modal-area .app-modal .row {
      height: 100%; }
      .modal-area .app-modal .row .content-box {
        color: white;
        font-family: "robotoRegular", sans-serif;
        font-size: 17px;
        text-align: right; }
        .modal-area .app-modal .row .content-box .content-inside {
          margin-top: 180px;
          display: inline-block;
          vertical-align: top;
          width: 390px;
          text-align: left; }
          .modal-area .app-modal .row .content-box .content-inside ul {
            list-style: none;
            padding-left: 0px;
            margin: 40px 0; }
            .modal-area .app-modal .row .content-box .content-inside ul li {
              position: relative;
              padding-left: 30px;
              margin-bottom: 8px; }
              .modal-area .app-modal .row .content-box .content-inside ul li:before {
                position: absolute;
                left: 0;
                content: "";
                display: inline-block;
                height: 24px;
                width: 24px;
                border-radius: 50%;
                background-color: #ee162d;
                background-image: url("../../assets/img/svg/tick.svg");
                background-position: center;
                background-repeat: no-repeat;
                background-size: 60%; }
          .modal-area .app-modal .row .content-box .content-inside .text-bold {
            font-family: "robotoBold", sans-serif; }
          .modal-area .app-modal .row .content-box .content-inside .link-area {
            margin-top: 20px; }
            .modal-area .app-modal .row .content-box .content-inside .link-area .modal-link {
              display: inline-block;
              height: 40px;
              margin-right: 10px; }
      .modal-area .app-modal .row .img-box {
        height: 100%;
        background-image: url("../../assets/img/app_screens_II.png");
        background-repeat: no-repeat;
        background-size: cover; }

#AppStore,
.AppStore {
  background-color: white;
  border-radius: 10px;
  height: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #AppStore path,
  .AppStore path {
    fill: #3e3e3e; }
  #AppStore:hover,
  .AppStore:hover {
    background-color: #3e3e3e; }
    #AppStore:hover path,
    .AppStore:hover path {
      fill: white; }

#GooglePlay,
.GooglePlay {
  background-color: white;
  border-radius: 10px;
  height: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #GooglePlay path,
  .GooglePlay path {
    fill: #3e3e3e; }
  #GooglePlay:hover,
  .GooglePlay:hover {
    background-color: #3e3e3e; }
    #GooglePlay:hover path,
    .GooglePlay:hover path {
      fill: white; }

.footer #AppStore,
.footer .AppStore {
  border-radius: 5px;
  height: 24px; }
.footer #GooglePlay,
.footer .GooglePlay {
  border-radius: 5px;
  height: 24px; }

.toolbar-fixed .modal-area .site-quick-access {
  margin-top: 190px; }

@media (min-width: 500px) {
  .corp-theme .sliding-popup-bottom {
    width: calc(100% - 30px); } }
.corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner {
  background-color: #535355;
  font-size: 14px;
  padding: 20px 10px;
  height: 200px;
  transform: skewY(-1.5deg);
  -moz-transform: skewY(-1.5deg);
  -webkit-transform: skewY(-1.5deg);
  width: calc(100% + 30px);
  display: block;
  margin: 0 -15px -58px; }
  @media only screen and (max-width: 500px) {
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner {
      transform: skewY(-3deg);
      -moz-transform: skewY(-3deg);
      -webkit-transform: skewY(-3deg); } }
  @media (min-width: 500px) and (max-width: 785px) {
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner {
      height: 350px; } }
  @media only screen and (max-width: 375px) {
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner {
      height: 400px;
      transform: skewY(-3deg);
      -moz-transform: skewY(-3deg);
      -webkit-transform: skewY(-3deg);
      width: 100%;
      margin: 0 auto -58px;
      float: none;
      display: block; } }
  @media (min-width: 376px) and (max-width: 500px) {
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner {
      transform: skewY(-3deg);
      -moz-transform: skewY(-3deg);
      -webkit-transform: skewY(-3deg);
      width: 110%;
      margin-left: -20px;
      float: none;
      display: block;
      height: 350px; } }
  .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-categories {
    display: none; }
    @media only screen and (max-width: 789px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-categories.not-hidden {
        display: block;
        text-align: center; } }
    @media (min-width: 1215px) and (max-width: 1274px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-categories.not-hidden {
        position: fixed;
        left: 50%;
        top: 20%;
        display: inline-flex;
        width: calc(45% - 178px); } }
    @media (min-width: 1275px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-categories.not-hidden {
        position: relative;
        display: inline-flex;
        text-align: right; } }
    @media (min-width: 786px) and (max-width: 1214px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-categories.not-hidden {
        position: fixed;
        display: inline-flex;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        width: calc(48%);
        left: 50%;
        top: 22px;
        height: 88px;
        flex-wrap: wrap;
        margin-right: 0px; } }
  .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content {
    position: relative;
    max-width: 95%;
    margin: 10px 0 20px;
    text-align: right;
    transform: skewY(1.5deg);
    -moz-transform: skewY(1.5deg);
    -webkit-transform: skewY(1.5deg);
    padding: 20px 25px; }
    @media only screen and (max-width: 500px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content {
        transform: skewY(3deg);
        -moz-transform: skewY(3deg);
        -webkit-transform: skewY(3deg);
        padding: 0px 25px 20px 25px; } }
    @media (min-width: 785px) and (max-width: 1024px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content {
        margin: 0px 0 20px; } }
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories {
      margin-right: 5px; }
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-has-categories {
      color: black;
      height: 50px;
      display: inline-block;
      float: none;
      position: relative; }
      @media (min-width: 786px) and (max-width: 987px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-has-categories.open {
          bottom: 45px;
          position: fixed;
          right: 3%;
          -webkit-transform: translate(0%, 0%);
          -moz-transform: translate(0%, 0%);
          -ms-transform: translate(0%, 0%);
          -o-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
          height: auto;
          margin-right: 0; } }
      @media (min-width: 988px) and (max-width: 1214px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-has-categories.open {
          bottom: 27px;
          position: fixed;
          right: 3%;
          -webkit-transform: translate(0%, 0%);
          -moz-transform: translate(0%, 0%);
          -ms-transform: translate(0%, 0%);
          -o-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
          height: auto;
          margin-right: 0; } }
      @media (max-width: 786px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-has-categories {
          width: 78%;
          max-width: 100%;
          margin: 10px 11%; } }
      @media only screen and (max-width: 500px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-has-categories {
          -webkit-transform: translate(0%, -51%);
          -moz-transform: translate(0%, -51%);
          -ms-transform: translate(0%, -51%);
          -o-transform: translate(0%, -51%);
          transform: translate(0%, -51%);
          width: 78%;
          max-width: 100%;
          margin: 10px 11%; }
          .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-has-categories.open {
            -webkit-transform: translate(0%, 10%);
            -moz-transform: translate(0%, 10%);
            -ms-transform: translate(0%, 10%);
            -o-transform: translate(0%, 10%);
            transform: translate(0%, 10%); } }
      @media (min-width: 786px) and (max-width: 1024px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-has-categories {
          -webkit-transform: translate(0%, 35%);
          -moz-transform: translate(0%, 35%);
          -ms-transform: translate(0%, 35%);
          -o-transform: translate(0%, 35%);
          transform: translate(0%, 35%); } }
      @media (min-width: 1330px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-has-categories {
          margin-right: 25px; } }
    .eu-cookie-compliance-categories .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-content .eu-cookie-compliance-has-categories {
      display: inline-block;
      margin-right: 0; }
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
      max-width: 48%;
      text-align: left;
      color: white;
      font-family: "Preon", sans-serif;
      display: inline-block;
      font-size: 14px; }
      @media (max-width: 785px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
          text-align: justify;
          display: block;
          width: 82%;
          max-width: 100%;
          margin: 0 9%; } }
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message p {
        margin: 0;
        display: inline-block; }
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message .find-more-button {
        position: relative;
        background-color: transparent;
        border: none;
        outline: none;
        font-family: "Preon", sans-serif;
        color: #f21924;
        padding: 0;
        display: inline; }
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message .find-more-button:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 1px;
          bottom: 0;
          left: 0;
          background-color: #f21924;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message .find-more-button:hover:after {
          background-color: transparent;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0); }
    @media only screen and (max-width: 785px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories {
        margin: 10px 30px 25px; } }
    @media (min-width: 1025px) and (max-width: 1214px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons {
        width: 165px; } }
    @media (min-width: 1440px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons {
        width: 189px; } }
    @media (min-width: 1275px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons {
        position: relative;
        bottom: 6px;
        width: 189px;
        display: inline-flex; } }
    @media (min-width: 786px) and (max-width: 1211px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons {
        bottom: 0;
        width: 100%;
        height: 34px; } }
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons button {
      padding: 10px 30px 10px 14px;
      color: white;
      background-color: transparent;
      text-transform: uppercase;
      border-color: white;
      font-family: "Preon", sans-serif;
      font-size: 10px;
      font-weight: 500;
      border-radius: 6px;
      margin-right: 10px; }
      @media (max-width: 1220px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons button {
          position: absolute; } }
      @media (min-width: 375px) and (max-width: 500px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons button {
          width: 70%;
          margin: 0 15%;
          left: 0; } }
      @media (min-width: 500px) and (max-width: 785px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons button {
          width: 72%;
          margin: 0 14%;
          left: 0; } }
      @media only screen and (max-width: 375px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons button {
          width: 67%;
          margin: 0 17%;
          left: 0; } }
      @media (min-width: 786px) and (max-width: 1130px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons button {
          width: 174px;
          right: 180px; } }
      @media (min-width: 1130px) and (max-width: 1214px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons button {
          width: 174px;
          right: 180px;
          bottom: 16px; } }
      @media (min-width: 1214px) and (max-width: 1340px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons button {
          width: 170px;
          position: fixed; } }
      @media (min-width: 1215px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons button {
          margin-left: 10px;
          top: 20px; } }
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons button:after {
        content: '';
        display: inline-block;
        position: absolute;
        -webkit-transform: translate(35%, 0%);
        -moz-transform: translate(35%, 0%);
        -ms-transform: translate(35%, 0%);
        -o-transform: translate(35%, 0%);
        transform: translate(35%, 0%);
        height: 16px;
        width: 16px;
        background-image: url("../../assets/img/svg/arrows/arrow-right-black-small.svg");
        background-repeat: no-repeat;
        background-position: -15px -1px;
        border: 2px solid white;
        border-radius: 30px;
        background-color: white;
        background-size: 30px; }
        @media (max-width: 500px) {
          .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons button:after {
            right: 19%; } }
        @media (min-width: 500px) and (max-width: 785px) {
          .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-categories-buttons button:after {
            right: 24%; } }
    @media (min-width: 500px) and (max-width: 785px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-category:first-child {
        margin-left: calc(20% - 5px);
        margin-right: 0; } }
    @media (min-width: 785px) and (max-width: 1024px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-category:first-child {
        margin-right: 10px; } }
    @media (min-width: 1024px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-category:first-child {
        margin-right: 12px; } }
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-category {
      width: 100px; }
      @media (max-width: 347px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-category {
          margin: 5px 0; } }
      @media (min-width: 347px) and (max-width: 500px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-category {
          margin-top: 10px;
          margin-bottom: 10px; } }
      @media (min-width: 500px) and (max-width: 785px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-category {
          margin-bottom: 15px;
          margin-right: calc(20% - 5px);
          margin-left: 10px; } }
      @media (min-width: 988px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-category {
          text-align: center; } }
      @media (max-width: 1025px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-category {
          text-align: left;
          display: inline-block; } }
      @media (min-width: 780px) and (max-width: 1214px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-category {
          text-align: left;
          display: inline-block;
          height: 15px; } }
      @media (min-width: 1214px) and (max-width: 1340px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-category {
          text-align: center; } }
      @media (min-width: 1214px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories .eu-cookie-compliance-category {
          margin-right: 5px; } }
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-categories label {
      color: white;
      font-size: 14px;
      font-family: "Preon", sans-serif;
      padding-left: 10px; }
  @media only screen and (max-width: 500px) {
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-banner {
      width: 110%;
      margin-left: -20px;
      float: none;
      display: block;
      height: 400px; }
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
        text-align: justify;
        display: block;
        margin: 0px 30px 35px 25px;
        max-width: 100%; } }
  @media (min-width: 500px) and (max-width: 785px) {
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-banner {
      width: 110%;
      margin-left: -20px;
      float: none;
      display: block;
      height: 400px; }
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
        text-align: justify;
        display: block;
        width: 80%;
        margin: 10px 10% 60px;
        max-width: 100%; } }
  @media only screen and (max-width: 785px) {
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-banner .eu-cookie-compliance-content {
      display: block;
      text-align: center; }
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-has-categories {
        display: block;
        margin: 0px auto; } }
  @media only screen and (max-width: 500px) {
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-categories {
      margin-right: 0px; } }
  .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .read-more.black.btn {
    padding: 10px 30px 10px 14px;
    color: white;
    background-color: transparent;
    text-transform: uppercase;
    border-color: white;
    font-family: "Preon", sans-serif;
    font-size: 10px;
    font-weight: 500;
    border-radius: 6px;
    margin-right: 10px; }
    @media only screen and (max-width: 500px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .read-more.black.btn {
        -webkit-transform: translate(0%, 40%);
        -moz-transform: translate(0%, 40%);
        -ms-transform: translate(0%, 40%);
        -o-transform: translate(0%, 40%);
        transform: translate(0%, 40%);
        margin-right: 0;
        width: 78%;
        margin: 10px 11% 25px; } }
    @media (min-width: 500px) and (max-width: 785px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .read-more.black.btn {
        -webkit-transform: translate(0%, 70%);
        -moz-transform: translate(0%, 70%);
        -ms-transform: translate(0%, 70%);
        -o-transform: translate(0%, 70%);
        transform: translate(0%, 70%);
        margin-right: 0;
        width: 78%;
        margin: 10px 11% 25px; } }
    @media (min-width: 785px) and (max-width: 1024px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .read-more.black.btn {
        -webkit-transform: translate(0%, 46%);
        -moz-transform: translate(0%, 46%);
        -ms-transform: translate(0%, 46%);
        -o-transform: translate(0%, 46%);
        transform: translate(0%, 46%); } }
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .read-more.black.btn:after {
      content: '';
      display: inline-block;
      position: absolute;
      -webkit-transform: translate(35%, 0%);
      -moz-transform: translate(35%, 0%);
      -ms-transform: translate(35%, 0%);
      -o-transform: translate(35%, 0%);
      transform: translate(35%, 0%);
      height: 16px;
      width: 16px;
      background-image: url("../../assets/img/svg/arrows/arrow-right-black-small.svg");
      background-repeat: no-repeat;
      background-position: -15px -1px;
      border: 2px solid white;
      border-radius: 30px;
      background-color: white;
      background-size: 30px; }
      @media (max-width: 325px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .read-more.black.btn:after {
          right: 12%; } }
      @media (min-width: 325px) and (max-width: 500px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .read-more.black.btn:after {
          right: 15%; } }
      @media (min-width: 500px) and (max-width: 785px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .read-more.black.btn:after {
          right: 25%; } }
  .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .read-more.white.btn {
    padding: 10px 30px 10px 14px;
    text-transform: uppercase;
    background-color: white;
    color: #535355;
    border-color: white;
    font-family: "Preon", sans-serif;
    font-size: 10px;
    font-weight: 500;
    border-radius: 6px; }
    @media only screen and (max-width: 786px) {
      .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .read-more.white.btn {
        margin: 10px 0 25px;
        width: 100%; } }
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .read-more.white.btn:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 22%;
      right: 0%;
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -o-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      height: 16px;
      width: 16px;
      background-image: url("../../assets/img/svg/checkbox/checkboxtick-white.svg");
      background-repeat: no-repeat;
      background-position: -5px -6px;
      border: 2px solid #535355;
      border-radius: 30px;
      background-color: #535355;
      background-size: 24px; }
      @media only screen and (max-width: 785px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .read-more.white.btn:after {
          -webkit-transform: translate(35%, 50%);
          -moz-transform: translate(35%, 50%);
          -ms-transform: translate(35%, 50%);
          -o-transform: translate(35%, 50%);
          transform: translate(35%, 50%);
          right: 0;
          left: 79%; } }
      @media (min-width: 500px) and (max-width: 785px) {
        .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .read-more.white.btn:after {
          left: 72%; } }
  @media only screen and (max-width: 785px) {
    .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .shrink {
      width: 65%;
      text-align: left;
      color: white;
      margin-top: 10px; } }
  .corp-theme .sliding-popup-bottom .eu-cookie-compliance-banner .shrink {
    width: 40%; }

@media only screen and (max-width: 1200px) {
  html .site-navbar:not(.scrolled) .header-site-logo .main-logo {
    display: none; }
  html .site-navbar:not(.scrolled) .header-site-logo .secondary-logo {
    display: block;
    height: 45px; }
    html .site-navbar:not(.scrolled) .header-site-logo .secondary-logo svg {
      height: 45px; }
  html .site-navbar:not(.scrolled).modal-active .header-site-logo .main-logo {
    margin-top: 40px; }
  html .site-navbar:not(.scrolled) .navbar-side-extras {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    html .site-navbar:not(.scrolled) .navbar-side-extras.active {
      display: block; }
    html .site-navbar:not(.scrolled) .navbar-side-extras .region-navigation-bar-extras {
      display: grid;
      grid-auto-flow: column; }
      html .site-navbar:not(.scrolled) .navbar-side-extras .region-navigation-bar-extras .extra-button {
        text-align: center; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .region-navigation-bar-extras .extra-button > * {
          margin: 0 auto;
          left: auto; }
    html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button {
      position: relative;
      background-color: #eaeaea;
      color: #333333;
      height: 44px;
      width: 44px;
      margin-left: 10px; }
      html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.link-button {
        width: auto; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.link-button a {
          color: #333333; }
      html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.text-button {
        width: auto; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.text-button .icon-button {
          color: #333333; }
      html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button .icon-svg {
        fill: #333333; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button .icon-svg path,
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button .icon-svg polygon {
          fill: #333333; }
      html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button svg {
        width: 44px;
        height: 44px;
        fill: #333333; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button svg path,
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button svg polygon {
          fill: #333333; }
      html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active.link-button {
        height: 44px;
        width: 44px; }
      html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active.text-button {
        height: 44px;
        width: 44px; }
      html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button:hover {
        background-color: #333333;
        color: white; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button:hover p {
          color: white; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button:hover a {
          color: white; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button:hover svg {
          fill: white; }
          html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button:hover svg path,
          html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button:hover svg polygon {
            fill: white; }

  .breadcrumb {
    left: 140px;
    top: 37%;
    color: #333333; } }
@media only screen and (max-width: 1200px) {
  html .site-navbar:not(.scrolled) {
    background-color: white;
    height: 60px; }
    html .site-navbar:not(.scrolled) .header-site-logo .main-logo {
      display: none; }
    html .site-navbar:not(.scrolled) .header-site-logo .secondary-logo {
      display: block;
      height: 45px; }
      html .site-navbar:not(.scrolled) .header-site-logo .secondary-logo svg {
        height: 45px;
        max-width: 180px; }
    html .site-navbar:not(.scrolled) .mobile-site-menu-button {
      display: block;
      right: 15px;
      cursor: pointer; }
    html .site-navbar:not(.scrolled) .navbar-side-extras {
      display: none;
      position: fixed;
      -webkit-backface-visibility: hidden;
      left: 0px;
      right: auto;
      top: auto;
      bottom: 0px;
      width: 100vw;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.95);
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      padding: 10px 0;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
      html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button {
        height: 44px;
        width: 44px;
        margin-left: 0px;
        margin: 0 5px; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.link-button {
          width: auto;
          border-radius: 25px; }
          html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.link-button a {
            position: relative;
            display: inline-block;
            color: white;
            padding: 0px;
            height: 100%; }
            html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.link-button a p {
              display: none; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.text-button {
          width: auto;
          border-radius: 25px; }
          html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.text-button .icon-button {
            position: relative;
            display: inline-block;
            color: white;
            padding: 0px;
            height: 100%; }
            html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.text-button .icon-button p {
              display: none;
              font-size: 12px;
              line-height: 12px;
              position: relative;
              margin-top: -10px;
              margin-left: -15px;
              margin-right: 20px;
              -webkit-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
              -moz-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
              -ms-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
              -o-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
              text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
          html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.text-button.svg-button p {
            margin-left: 0px;
            margin-right: 0px; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button svg {
          width: 44px;
          height: 44px;
          -webkit-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.2));
          -moz-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.2));
          -ms-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.2));
          -o-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.2)); }
          html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button svg path,
          html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button svg polygon {
            fill: white; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button .icon-svg {
          display: inline-block;
          vertical-align: top;
          margin-right: 0; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button:hover {
          background-color: #eaeaea;
          color: #333333; }
          html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button:hover:before, html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button:hover:after {
            background-color: #333333;
            -webkit-box-shadow: 0 2px 0 0 #d7d7d7;
            -moz-box-shadow: 0 2px 0 0 #d7d7d7;
            -ms-box-shadow: 0 2px 0 0 #d7d7d7;
            -o-box-shadow: 0 2px 0 0 #d7d7d7;
            box-shadow: 0 2px 0 0 #d7d7d7; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button:before {
          top: 25%; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button:not(.active):hover {
          background-color: transparent;
          color: white; }
        html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active {
          height: 44px; }
          html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active.link-button {
            width: auto; }
            html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active.link-button a {
              color: #333333; }
              html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active.link-button a p {
                color: #333333; }
              html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active.link-button a .icon-svg {
                fill: #333333; }
                html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active.link-button a .icon-svg path,
                html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active.link-button a .icon-svg polygon {
                  fill: #333333; }
          html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active.text-button {
            width: auto; }
            html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active.text-button .icon-button {
              color: #333333; }
              html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active.text-button .icon-button p {
                color: #333333; }
              html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active.text-button .icon-button .icon-svg {
                fill: #333333; }
                html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active.text-button .icon-button .icon-svg path,
                html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active.text-button .icon-button .icon-svg polygon {
                  fill: #333333; }
          html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active svg {
            opacity: 1;
            fill: #333333; }
            html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active svg path,
            html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active svg polygon {
              fill: #333333; }
          html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active p {
            opacity: 1;
            color: #333333; }
          html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active:after, html .site-navbar:not(.scrolled) .navbar-side-extras .extra-button.active:before {
            opacity: 0; }
    html .site-navbar:not(.scrolled).modal-active {
      background: transparent; }
      html .site-navbar:not(.scrolled).modal-active .header-site-logo .main-logo {
        display: none; }
      html .site-navbar:not(.scrolled).modal-active .header-site-logo .secondary-logo {
        display: block; }
        html .site-navbar:not(.scrolled).modal-active .header-site-logo .secondary-logo svg {
          fill: white; }
          html .site-navbar:not(.scrolled).modal-active .header-site-logo .secondary-logo svg path,
          html .site-navbar:not(.scrolled).modal-active .header-site-logo .secondary-logo svg polygon {
            fill: white; }
      html .site-navbar:not(.scrolled).modal-active .menu-button .icon .bar-container .bar {
        background-color: white; } }
@media only screen and (max-width: 1100px) {
  .menu-button {
    left: 10px; }
    .menu-button .icon {
      background-color: transparent;
      padding: 10px; }
      .menu-button .icon .bar-container .bar {
        background-color: #333333;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none; }
    .menu-button:not(.active):hover .icon {
      background-color: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }
      .menu-button:not(.active):hover .icon .bar {
        background-color: #333333;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none; }
    .menu-button.active .icon .bar-container .bar {
      background-color: white;
      -webkit-box-shadow: 0 2px 0 0 black;
      -moz-box-shadow: 0 2px 0 0 black;
      -ms-box-shadow: 0 2px 0 0 black;
      -o-box-shadow: 0 2px 0 0 black;
      box-shadow: 0 2px 0 0 black;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .menu-button.active .icon .bar-container .bar.bar-top {
        top: 2px;
        -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
        -moz-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
        -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
        -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
        transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6); }
      .menu-button.active .icon .bar-container .bar.bar-med {
        opacity: 0; }
      .menu-button.active .icon .bar-container .bar.bar-bot {
        -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
        -moz-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
        -ms-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
        -o-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
        transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6); }
    .menu-button.active:hover .icon .bar {
      background-color: white;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }

  .header-site-menu {
    width: 100vw; }
    .header-site-menu > .menu {
      position: relative;
      padding: 70px 20px 20px 20px;
      font-size: 15px;
      line-height: 15px;
      width: auto; }
      .header-site-menu > .menu .menu-item {
        padding: 10px 15px 10px 0; }
      .header-site-menu > .menu .parent-link {
        text-align: center;
        padding: 10px 35px 10px 35px !important; }
        .header-site-menu > .menu .parent-link .back-arrow {
          cursor: pointer;
          display: inline-block !important;
          position: absolute;
          left: 0;
          top: 50%;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background-color: #ee162d;
          background-image: url(../../assets/img/svg/arrows/arrow-left-menu.svg);
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
          .header-site-menu > .menu .parent-link .back-arrow:after {
            content: "";
            width: 30px;
            height: 30px;
            margin: auto 0;
            border-radius: 50%;
            background-color: #ee162d;
            background-image: url(../../assets/img/svg/arrows/arrow-left-menu.svg);
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s; }
      .header-site-menu > .menu > .menu {
        position: absolute;
        top: 0;
        left: 360px;
        width: 310px;
        background-color: transparent;
        padding: 70px 20px 20px 20px;
        font-size: 15px;
        line-height: 15px; }
        .header-site-menu > .menu > .menu .menu-item {
          width: 100%;
          padding: 10px 15px 10px 0; }
          .header-site-menu > .menu > .menu .menu-item:first-child {
            margin-top: 0; }
        .header-site-menu > .menu > .menu > .menu {
          position: absolute;
          top: 0;
          left: 360px;
          width: 310px;
          background-color: transparent;
          padding: 70px 20px 20px 20px;
          font-size: 15px;
          line-height: 15px; }
          .header-site-menu > .menu > .menu > .menu .menu-item {
            padding: 10px 15px 10px 0; } }
@media only screen and (max-width: 600px) {
  .header-site-menu {
    width: 100vw; }
    .header-site-menu > .menu {
      position: relative;
      padding: 70px 20px 20px 20px;
      font-size: 15px;
      line-height: 15px;
      width: auto; }
      .header-site-menu > .menu .menu-item {
        padding: 10px 15px 10px 0;
        width: auto; }
      .header-site-menu > .menu .parent-link {
        text-align: center; }
        .header-site-menu > .menu .parent-link .back-arrow {
          display: inline-block !important;
          position: absolute;
          left: 0;
          top: 50%;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background-color: #ee162d;
          background-image: url(../../assets/img/svg/arrows/arrow-left-menu.svg);
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
          .header-site-menu > .menu .parent-link .back-arrow:after {
            content: "";
            width: 30px;
            height: 30px;
            margin: auto 0;
            border-radius: 50%;
            background-color: #ee162d;
            background-image: url(../../assets/img/svg/arrows/arrow-left-menu.svg);
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s; }
      .header-site-menu > .menu > .menu {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.95);
        padding: 70px 20px 20px 20px;
        font-size: 15px;
        line-height: 15px; }
        .header-site-menu > .menu > .menu .menu-item {
          width: 100%;
          padding: 10px 15px 10px 0; }
          .header-site-menu > .menu > .menu .menu-item:first-child {
            margin-top: 0; }
        .header-site-menu > .menu > .menu > .menu {
          position: absolute;
          top: 0;
          left: 100%;
          width: 100vw;
          background-color: rgba(0, 0, 0, 0.95);
          padding: 70px 20px 20px 20px;
          font-size: 15px;
          line-height: 15px; }
          .header-site-menu > .menu > .menu > .menu .menu-item {
            padding: 10px 15px 10px 0; } }
@media only screen and (max-width: 1100px) {
  .modal-area .site-quick-access {
    margin-top: 70px; }
    .modal-area .site-quick-access h2 {
      margin: 0 0 20px 0; }
      .modal-area .site-quick-access h2:after, .modal-area .site-quick-access h2:before {
        margin: 0 10px; } }
@media only screen and (max-width: 995px) {
  .modal-area .app-modal .row .content-box {
    text-align: center; }
    .modal-area .app-modal .row .content-box .content-inside ul li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 8px; }
      .modal-area .app-modal .row .content-box .content-inside ul li:before {
        position: absolute;
        left: 0;
        content: "";
        display: inline-block;
        height: 24px;
        width: 24px;
        border-radius: 50%;
        background-color: #ee162d;
        background-image: url("../../assets/img/svg/tick.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 60%; }
    .modal-area .app-modal .row .content-box .content-inside .text-bold {
      font-family: "robotoBold", sans-serif; }
  .modal-area .app-modal .row .img-box {
    display: none; } }
@media only screen and (max-width: 767px) {
  .modal-area .site-quick-access {
    margin-top: 70px; }
    .modal-area .site-quick-access ul {
      max-width: 500px; }
      .modal-area .site-quick-access ul li {
        margin-bottom: 10px; }
  .modal-area .app-modal .row .content-box {
    text-align: center; }
    .modal-area .app-modal .row .content-box .content-inside {
      margin-top: 145px;
      width: 100%;
      padding: 0 15px; } }
footer {
  width: 100%;
  background-color: white;
  padding: 30px 0; }
  footer.container {
    padding: 40px 0; }
  @media (max-width: 768px) {
    footer .footer-container .col-xs-12.text-right,
    footer .footer-container .col-xs-12.text-left {
      text-align: left; } }
  @media (max-width: 768px) {
    footer .footer-container .nav.menu {
      margin-bottom: 10px; } }
  footer .footer-container .nav.menu .first a {
    padding-left: 0; }
  footer .footer-container .nav.menu > li {
    display: inline-block;
    width: auto;
    position: relative; }
    footer .footer-container .nav.menu > li a {
      padding: 0 5px;
      font-family: "robotoLight", sans-serif;
      font-weight: 300;
      font-size: 13px;
      color: black;
      line-height: 20px;
      text-decoration: none; }
      footer .footer-container .nav.menu > li a:hover {
        color: #a60f20;
        background-color: transparent; }
      @media (max-width: 320px) {
        footer .footer-container .nav.menu > li a {
          font-size: 12px; } }
    footer .footer-container .nav.menu > li:after {
      content: " | ";
      font-family: "robotoLight", sans-serif;
      font-weight: 300;
      font-size: 12px;
      color: black;
      position: absolute;
      top: 0;
      left: 100%; }
    footer .footer-container .nav.menu > li:last-child:after {
      content: ""; }
  footer .footer-container .share-footer-menu {
    height: 90px; }
    footer .footer-container .share-footer-menu h2 {
      display: none; }
    footer .footer-container .share-footer-menu .share-label-mobile {
      display: none; }
      @media (max-width: 768px) {
        footer .footer-container .share-footer-menu .share-label-mobile {
          font-family: "robotoLight", sans-serif;
          text-transform: uppercase;
          font-weight: 300;
          display: block;
          font-size: 12px;
          margin-top: 25px; } }
    footer .footer-container .share-footer-menu .menu {
      height: inherit;
      align-items: center;
      display: inline-flex;
      padding: 0px 0px 0px 10px;
      margin: 0; }
      @media (max-width: 768px) {
        footer .footer-container .share-footer-menu .menu {
          padding: 0; } }
      footer .footer-container .share-footer-menu .menu .menu-item {
        display: inline-block;
        list-style: none;
        margin-right: 13px; }
        @media (max-width: 768px) {
          footer .footer-container .share-footer-menu .menu .menu-item {
            height: 40px !important;
            margin: auto 0; } }
        footer .footer-container .share-footer-menu .menu .menu-item .share-label {
          top: 50%;
          position: relative;
          transform: translate(0, -50%);
          font-family: "robotoLight", sans-serif;
          font-weight: 300;
          font-size: 12px;
          text-transform: uppercase; }
          @media (max-width: 768px) {
            footer .footer-container .share-footer-menu .menu .menu-item .share-label {
              display: none; } }
        footer .footer-container .share-footer-menu .menu .menu-item a .field--name-field-media-image.field--type-image svg {
          height: 50px;
          width: 50px;
          border-radius: 50%;
          background: rgba(51, 51, 51, 0.12); }
          @media (max-width: 768px) {
            footer .footer-container .share-footer-menu .menu .menu-item a .field--name-field-media-image.field--type-image svg {
              margin-right: 12px; } }
          @media (max-width: 414px) {
            footer .footer-container .share-footer-menu .menu .menu-item a .field--name-field-media-image.field--type-image svg {
              margin-right: 20px; } }
          @media (max-width: 375px) {
            footer .footer-container .share-footer-menu .menu .menu-item a .field--name-field-media-image.field--type-image svg {
              margin-right: 13px; } }
          @media (max-width: 320px) {
            footer .footer-container .share-footer-menu .menu .menu-item a .field--name-field-media-image.field--type-image svg {
              height: 47px;
              width: 47px;
              margin-right: 8px; } }
          footer .footer-container .share-footer-menu .menu .menu-item a .field--name-field-media-image.field--type-image svg rect {
            fill: transparent; }
          footer .footer-container .share-footer-menu .menu .menu-item a .field--name-field-media-image.field--type-image svg:hover {
            background: black;
            border-radius: 50%; }
            footer .footer-container .share-footer-menu .menu .menu-item a .field--name-field-media-image.field--type-image svg:hover path {
              fill: white; }
        footer .footer-container .share-footer-menu .menu .menu-item > span {
          display: none; }
        footer .footer-container .share-footer-menu .menu .menu-item img {
          max-height: 65px;
          width: auto;
          margin-left: 10px; }
  footer .footer-container .menu--footer {
    padding-right: 10px; }
  footer .footer-container .copy-right {
    font-family: "robotoLight", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #808080;
    line-height: 20px; }
    footer .footer-container .copy-right h2 {
      display: none; }
    @media (max-width: 768px) {
      footer .footer-container .copy-right {
        line-height: 16px;
        margin-bottom: 38px;
        margin-top: 15px; } }

.top-page-100 {
  height: 100vh; }
  .top-page-100 .field--name-field-top-region .top-highlight-background {
    height: 100vh; }

.top-page-99 {
  height: 99vh; }
  .top-page-99 .field--name-field-top-region .top-highlight-background {
    height: 99vh; }

.top-page-98 {
  height: 98vh; }
  .top-page-98 .field--name-field-top-region .top-highlight-background {
    height: 98vh; }

.top-page-97 {
  height: 97vh; }
  .top-page-97 .field--name-field-top-region .top-highlight-background {
    height: 97vh; }

.top-page-96 {
  height: 96vh; }
  .top-page-96 .field--name-field-top-region .top-highlight-background {
    height: 96vh; }

.top-page-95 {
  height: 95vh; }
  .top-page-95 .field--name-field-top-region .top-highlight-background {
    height: 95vh; }

.top-page-94 {
  height: 94vh; }
  .top-page-94 .field--name-field-top-region .top-highlight-background {
    height: 94vh; }

.top-page-93 {
  height: 93vh; }
  .top-page-93 .field--name-field-top-region .top-highlight-background {
    height: 93vh; }

.top-page-92 {
  height: 92vh; }
  .top-page-92 .field--name-field-top-region .top-highlight-background {
    height: 92vh; }

.top-page-91 {
  height: 91vh; }
  .top-page-91 .field--name-field-top-region .top-highlight-background {
    height: 91vh; }

.top-page-90 {
  height: 90vh; }
  .top-page-90 .field--name-field-top-region .top-highlight-background {
    height: 90vh; }

.top-page-89 {
  height: 89vh; }
  .top-page-89 .field--name-field-top-region .top-highlight-background {
    height: 89vh; }

.top-page-88 {
  height: 88vh; }
  .top-page-88 .field--name-field-top-region .top-highlight-background {
    height: 88vh; }

.top-page-87 {
  height: 87vh; }
  .top-page-87 .field--name-field-top-region .top-highlight-background {
    height: 87vh; }

.top-page-86 {
  height: 86vh; }
  .top-page-86 .field--name-field-top-region .top-highlight-background {
    height: 86vh; }

.top-page-85 {
  height: 85vh; }
  .top-page-85 .field--name-field-top-region .top-highlight-background {
    height: 85vh; }

.top-page-84 {
  height: 84vh; }
  .top-page-84 .field--name-field-top-region .top-highlight-background {
    height: 84vh; }

.top-page-83 {
  height: 83vh; }
  .top-page-83 .field--name-field-top-region .top-highlight-background {
    height: 83vh; }

.top-page-82 {
  height: 82vh; }
  .top-page-82 .field--name-field-top-region .top-highlight-background {
    height: 82vh; }

.top-page-81 {
  height: 81vh; }
  .top-page-81 .field--name-field-top-region .top-highlight-background {
    height: 81vh; }

.top-page-80 {
  height: 80vh; }
  .top-page-80 .field--name-field-top-region .top-highlight-background {
    height: 80vh; }

.top-page-79 {
  height: 79vh; }
  .top-page-79 .field--name-field-top-region .top-highlight-background {
    height: 79vh; }

.top-page-78 {
  height: 78vh; }
  .top-page-78 .field--name-field-top-region .top-highlight-background {
    height: 78vh; }

.top-page-77 {
  height: 77vh; }
  .top-page-77 .field--name-field-top-region .top-highlight-background {
    height: 77vh; }

.top-page-76 {
  height: 76vh; }
  .top-page-76 .field--name-field-top-region .top-highlight-background {
    height: 76vh; }

.top-page-75 {
  height: 75vh; }
  .top-page-75 .field--name-field-top-region .top-highlight-background {
    height: 75vh; }

.top-page-74 {
  height: 74vh; }
  .top-page-74 .field--name-field-top-region .top-highlight-background {
    height: 74vh; }

.top-page-73 {
  height: 73vh; }
  .top-page-73 .field--name-field-top-region .top-highlight-background {
    height: 73vh; }

.top-page-72 {
  height: 72vh; }
  .top-page-72 .field--name-field-top-region .top-highlight-background {
    height: 72vh; }

.top-page-71 {
  height: 71vh; }
  .top-page-71 .field--name-field-top-region .top-highlight-background {
    height: 71vh; }

.top-page-70 {
  height: 70vh; }
  .top-page-70 .field--name-field-top-region .top-highlight-background {
    height: 70vh; }

.top-page-69 {
  height: 69vh; }
  .top-page-69 .field--name-field-top-region .top-highlight-background {
    height: 69vh; }

.top-page-68 {
  height: 68vh; }
  .top-page-68 .field--name-field-top-region .top-highlight-background {
    height: 68vh; }

.top-page-67 {
  height: 67vh; }
  .top-page-67 .field--name-field-top-region .top-highlight-background {
    height: 67vh; }

.top-page-66 {
  height: 66vh; }
  .top-page-66 .field--name-field-top-region .top-highlight-background {
    height: 66vh; }

.top-page-65 {
  height: 65vh; }
  .top-page-65 .field--name-field-top-region .top-highlight-background {
    height: 65vh; }

.top-page-64 {
  height: 64vh; }
  .top-page-64 .field--name-field-top-region .top-highlight-background {
    height: 64vh; }

.top-page-63 {
  height: 63vh; }
  .top-page-63 .field--name-field-top-region .top-highlight-background {
    height: 63vh; }

.top-page-62 {
  height: 62vh; }
  .top-page-62 .field--name-field-top-region .top-highlight-background {
    height: 62vh; }

.top-page-61 {
  height: 61vh; }
  .top-page-61 .field--name-field-top-region .top-highlight-background {
    height: 61vh; }

.top-page-60 {
  height: 60vh; }
  .top-page-60 .field--name-field-top-region .top-highlight-background {
    height: 60vh; }

.top-page-59 {
  height: 59vh; }
  .top-page-59 .field--name-field-top-region .top-highlight-background {
    height: 59vh; }

.top-page-58 {
  height: 58vh; }
  .top-page-58 .field--name-field-top-region .top-highlight-background {
    height: 58vh; }

.top-page-57 {
  height: 57vh; }
  .top-page-57 .field--name-field-top-region .top-highlight-background {
    height: 57vh; }

.top-page-56 {
  height: 56vh; }
  .top-page-56 .field--name-field-top-region .top-highlight-background {
    height: 56vh; }

.top-page-55 {
  height: 55vh; }
  .top-page-55 .field--name-field-top-region .top-highlight-background {
    height: 55vh; }

.top-page-54 {
  height: 54vh; }
  .top-page-54 .field--name-field-top-region .top-highlight-background {
    height: 54vh; }

.top-page-53 {
  height: 53vh; }
  .top-page-53 .field--name-field-top-region .top-highlight-background {
    height: 53vh; }

.top-page-52 {
  height: 52vh; }
  .top-page-52 .field--name-field-top-region .top-highlight-background {
    height: 52vh; }

.top-page-51 {
  height: 51vh; }
  .top-page-51 .field--name-field-top-region .top-highlight-background {
    height: 51vh; }

.top-page-50 {
  height: 50vh; }
  .top-page-50 .field--name-field-top-region .top-highlight-background {
    height: 50vh; }

.top-page-49 {
  height: 49vh; }
  .top-page-49 .field--name-field-top-region .top-highlight-background {
    height: 49vh; }

.top-page-48 {
  height: 48vh; }
  .top-page-48 .field--name-field-top-region .top-highlight-background {
    height: 48vh; }

.top-page-47 {
  height: 47vh; }
  .top-page-47 .field--name-field-top-region .top-highlight-background {
    height: 47vh; }

.top-page-46 {
  height: 46vh; }
  .top-page-46 .field--name-field-top-region .top-highlight-background {
    height: 46vh; }

.top-page-45 {
  height: 45vh; }
  .top-page-45 .field--name-field-top-region .top-highlight-background {
    height: 45vh; }

.top-page-44 {
  height: 44vh; }
  .top-page-44 .field--name-field-top-region .top-highlight-background {
    height: 44vh; }

.top-page-43 {
  height: 43vh; }
  .top-page-43 .field--name-field-top-region .top-highlight-background {
    height: 43vh; }

.top-page-42 {
  height: 42vh; }
  .top-page-42 .field--name-field-top-region .top-highlight-background {
    height: 42vh; }

.top-page-41 {
  height: 41vh; }
  .top-page-41 .field--name-field-top-region .top-highlight-background {
    height: 41vh; }

.top-page-40 {
  height: 40vh; }
  .top-page-40 .field--name-field-top-region .top-highlight-background {
    height: 40vh; }

.top-page-39 {
  height: 39vh; }
  .top-page-39 .field--name-field-top-region .top-highlight-background {
    height: 39vh; }

.top-page-38 {
  height: 38vh; }
  .top-page-38 .field--name-field-top-region .top-highlight-background {
    height: 38vh; }

.top-page-37 {
  height: 37vh; }
  .top-page-37 .field--name-field-top-region .top-highlight-background {
    height: 37vh; }

.top-page-36 {
  height: 36vh; }
  .top-page-36 .field--name-field-top-region .top-highlight-background {
    height: 36vh; }

.top-page-35 {
  height: 35vh; }
  .top-page-35 .field--name-field-top-region .top-highlight-background {
    height: 35vh; }

.top-page-34 {
  height: 34vh; }
  .top-page-34 .field--name-field-top-region .top-highlight-background {
    height: 34vh; }

.top-page-33 {
  height: 33vh; }
  .top-page-33 .field--name-field-top-region .top-highlight-background {
    height: 33vh; }

.top-page-32 {
  height: 32vh; }
  .top-page-32 .field--name-field-top-region .top-highlight-background {
    height: 32vh; }

.top-page-31 {
  height: 31vh; }
  .top-page-31 .field--name-field-top-region .top-highlight-background {
    height: 31vh; }

.top-page-30 {
  height: 30vh; }
  .top-page-30 .field--name-field-top-region .top-highlight-background {
    height: 30vh; }

.top-page-29 {
  height: 29vh; }
  .top-page-29 .field--name-field-top-region .top-highlight-background {
    height: 29vh; }

.top-page-28 {
  height: 28vh; }
  .top-page-28 .field--name-field-top-region .top-highlight-background {
    height: 28vh; }

.top-page-27 {
  height: 27vh; }
  .top-page-27 .field--name-field-top-region .top-highlight-background {
    height: 27vh; }

.top-page-26 {
  height: 26vh; }
  .top-page-26 .field--name-field-top-region .top-highlight-background {
    height: 26vh; }

.top-page-25 {
  height: 25vh; }
  .top-page-25 .field--name-field-top-region .top-highlight-background {
    height: 25vh; }

.top-page-24 {
  height: 24vh; }
  .top-page-24 .field--name-field-top-region .top-highlight-background {
    height: 24vh; }

.top-page-23 {
  height: 23vh; }
  .top-page-23 .field--name-field-top-region .top-highlight-background {
    height: 23vh; }

.top-page-22 {
  height: 22vh; }
  .top-page-22 .field--name-field-top-region .top-highlight-background {
    height: 22vh; }

.top-page-21 {
  height: 21vh; }
  .top-page-21 .field--name-field-top-region .top-highlight-background {
    height: 21vh; }

.top-page-20 {
  height: 20vh; }
  .top-page-20 .field--name-field-top-region .top-highlight-background {
    height: 20vh; }

.top-page-19 {
  height: 19vh; }
  .top-page-19 .field--name-field-top-region .top-highlight-background {
    height: 19vh; }

.top-page-18 {
  height: 18vh; }
  .top-page-18 .field--name-field-top-region .top-highlight-background {
    height: 18vh; }

.top-page-17 {
  height: 17vh; }
  .top-page-17 .field--name-field-top-region .top-highlight-background {
    height: 17vh; }

.top-page-16 {
  height: 16vh; }
  .top-page-16 .field--name-field-top-region .top-highlight-background {
    height: 16vh; }

.top-page-15 {
  height: 15vh; }
  .top-page-15 .field--name-field-top-region .top-highlight-background {
    height: 15vh; }

.top-page-14 {
  height: 14vh; }
  .top-page-14 .field--name-field-top-region .top-highlight-background {
    height: 14vh; }

.top-page-13 {
  height: 13vh; }
  .top-page-13 .field--name-field-top-region .top-highlight-background {
    height: 13vh; }

.top-page-12 {
  height: 12vh; }
  .top-page-12 .field--name-field-top-region .top-highlight-background {
    height: 12vh; }

.top-page-11 {
  height: 11vh; }
  .top-page-11 .field--name-field-top-region .top-highlight-background {
    height: 11vh; }

.top-page-10 {
  height: 10vh; }
  .top-page-10 .field--name-field-top-region .top-highlight-background {
    height: 10vh; }

.top-page-9 {
  height: 9vh; }
  .top-page-9 .field--name-field-top-region .top-highlight-background {
    height: 9vh; }

.top-page-8 {
  height: 8vh; }
  .top-page-8 .field--name-field-top-region .top-highlight-background {
    height: 8vh; }

.top-page-7 {
  height: 7vh; }
  .top-page-7 .field--name-field-top-region .top-highlight-background {
    height: 7vh; }

.top-page-6 {
  height: 6vh; }
  .top-page-6 .field--name-field-top-region .top-highlight-background {
    height: 6vh; }

.top-page-5 {
  height: 5vh; }
  .top-page-5 .field--name-field-top-region .top-highlight-background {
    height: 5vh; }

.top-page-4 {
  height: 4vh; }
  .top-page-4 .field--name-field-top-region .top-highlight-background {
    height: 4vh; }

.top-page-3 {
  height: 3vh; }
  .top-page-3 .field--name-field-top-region .top-highlight-background {
    height: 3vh; }

.top-page-2 {
  height: 2vh; }
  .top-page-2 .field--name-field-top-region .top-highlight-background {
    height: 2vh; }

.top-page-1 {
  height: 1vh; }
  .top-page-1 .field--name-field-top-region .top-highlight-background {
    height: 1vh; }

.top-page-0 {
  height: 0vh; }
  .top-page-0 .field--name-field-top-region .top-highlight-background {
    height: 0vh; }

.top-region {
  position: relative; }
  .top-region:not(.loaded):before {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: white;
    content: "";
    z-index: 47;
    background-image: url("../../assets/img/loading.gif");
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .top-region:before {
    opacity: 0; }

.field--name-field-top-region {
  overflow: hidden;
  visibility: hidden; }
  .field--name-field-top-region.slick-initialized {
    visibility: visible; }
  .field--name-field-top-region.slick-slider {
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 600px) {
      .field--name-field-top-region.slick-slider {
        width: 100vw; } }
  .field--name-field-top-region .slick-list {
    height: 100%; }
    .field--name-field-top-region .slick-list .slick-track {
      height: 100%; }
  .field--name-field-top-region .top--field--item {
    overflow: hidden; }
    .field--name-field-top-region .top--field--item .top-highlight-background {
      background-size: cover;
      position: relative;
      background-repeat: no-repeat; }
      .field--name-field-top-region .top--field--item .top-highlight-background.bg-black {
        background-color: black; }
      .field--name-field-top-region .top--field--item .top-highlight-background.bg-grey {
        background-color: #d7d7d7; }
      .field--name-field-top-region .top--field--item .top-highlight-background.bg-lightgrey {
        background-color: #f7f7f7; }
      .field--name-field-top-region .top--field--item .top-highlight-background.bg-white {
        background-color: white; }
      .field--name-field-top-region .top--field--item .top-highlight-background.title-white {
        color: white; }
      .field--name-field-top-region .top--field--item .top-highlight-background.title-black {
        color: black; }
      .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        text-align: center;
        z-index: 5;
        max-width: 1100px;
        padding: 0 100px;
        padding-top: 40px; }
        @media only screen and (max-width: 600px) {
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description {
            padding: 10px 0 10px 0; } }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead .bordered-bottom .field-cta-link .field--name-field-lead, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .field--name-field-lead, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead .bordered-bottom .field-cta-link .field--name-field-lead, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .field--name-field-lead {
          visibility: visible;
          height: 100px;
          margin: 0 0 10px; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .field--name-field-lead {
          font-size: 16px;
          text-shadow: none; }
        @media only screen and (max-width: 768px) {
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .field--name-field-lead {
            margin: 20px 0 10px; }
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .field--name-field-title {
            line-height: 33px;
            font-size: 25px;
            margin: 10px 0 15px; } }
        @media only screen and (min-width: 600px) {
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description {
            padding: 25px 50px; } }
        @media only screen and (max-width: 600px) {
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead .field--name-field-title {
            margin: 20px 0 15px;
            width: 95%;
            max-height: 130px;
            overflow: hidden;
            font-size: 28px;
            margin: 15px auto; }
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead .bordered.bordered-bottom {
            bottom: -170px;
            height: 185px;
            padding: 0px; }
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead .bordered.bordered-bottom .field-cta-link {
              font-weight: normal;
              text-shadow: none;
              font-size: 15px; }
              .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead .bordered.bordered-bottom .field-cta-link .field--name-field-lead {
                height: 185px; } }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead .field--name-field-title {
          margin-top: 15px; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link {
          max-width: 100%; }
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn {
            width: 400px; }
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .single-btn {
            width: 400px; }
          @media only screen and (max-width: 1024px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn {
              max-width: 350px; }
              .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a {
                font-size: 12px; }
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .single-btn {
              width: 350px; }
              .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .single-btn a {
                font-size: 12px; } }
          @media only screen and (max-width: 768px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn {
              max-width: 300px; }
              .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a {
                font-size: 10px; }
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .single-btn {
              width: 300px; }
              .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .single-btn a {
                font-size: 10px; } }
          @media only screen and (max-width: 670px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn {
              margin: 0; }
              .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn:first-child, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn:first-child, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn:first-child, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn:first-child {
                float: none;
                margin-bottom: 10px; } }
          @media only screen and (max-width: 550px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn:first-child, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn:first-child, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn:first-child, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn:first-child {
              float: none; }
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a {
              line-height: 45px; }
              .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a:after, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a:after, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a:after, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .multiple-btns .single-btn a:after {
                height: 15px;
                width: 15px;
                top: 50%;
                right: 5px;
                -webkit-transform: translate(0, -50%);
                -moz-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
                background-size: 40px;
                background-position: 19px -3px; }
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .single-btn, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .single-btn {
              width: 300px; }
              .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-cta .bordered-bottom .field-cta-link .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-lead-cta .bordered-bottom .field-cta-link .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .bordered-bottom .field-cta-link .single-btn a, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .bordered-bottom .field-cta-link .single-btn a {
                font-size: 10px; } }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title .field--name-field-title {
          font-size: 35px;
          margin: -13px 0 30px;
          line-height: 40px; }
          @media (max-width: 600px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title .field--name-field-title {
              font-size: 25px;
              line-height: 30px; } }
        @media (max-width: 600px) {
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title .field-cta-link .field--name-field-title {
            max-height: 93px;
            overflow: hidden; } }
        @media only screen and (min-width: 796px) {
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead .field--name-field-title, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-cta .field--name-field-title, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead-cta .field--name-field-title {
            font-size: 42px; } }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.no-bottom .btn-area .right-full-border,
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.no-bottom .btn-area .left-full-border {
          top: calc(50% + 16px);
          height: calc(100% + 15px); }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.no-bottom .btn-area .right-full-border {
          -webkit-transform: translate(100%, calc(-50% - 8px));
          -moz-transform: translate(100%, calc(-50% - 8px));
          -ms-transform: translate(100%, calc(-50% - 8px));
          -o-transform: translate(100%, calc(-50% - 8px));
          transform: translate(100%, calc(-50% - 8px)); }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.no-bottom .btn-area .left-full-border {
          -webkit-transform: translate(-100%, calc(-50% - 8px));
          -moz-transform: translate(-100%, calc(-50% - 8px));
          -ms-transform: translate(-100%, calc(-50% - 8px));
          -o-transform: translate(-100%, calc(-50% - 8px));
          transform: translate(-100%, calc(-50% - 8px)); }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.no-bottom .bordered-bottom .field-cta-link:before {
          margin-right: 0; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.no-bottom .bordered-bottom .field-cta-link:after {
          margin-left: 0; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.no-bottom.no-borders .bordered.bordered-top.no-section-title:before {
          content: none; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.no-bottom.no-borders .left-full-border {
          border: none; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.no-bottom.no-borders .right-full-border {
          border: none; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.no-bottom.no-borders .field-cta-link:before {
          content: none; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.no-bottom.no-borders .field-cta-link:after {
          content: none; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.title-only:not(.with-side-navigation), .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title:not(.with-side-navigation) {
          height: 90px; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.with-side-navigation:not(.lead-and-cta), .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.with-side-navigation:not(.has-lead-cta) {
          height: 140px; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.with-side-navigation.lead-and-cta, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.with-side-navigation.has-lead-cta {
          height: 240px; }
          @media only screen and (max-width: 540px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.with-side-navigation.lead-and-cta, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.with-side-navigation.has-lead-cta {
              height: 200px; } }
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.with-side-navigation.lead-and-cta .read-more, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.with-side-navigation.has-lead-cta .read-more {
            top: 41%; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .btn-area .right-full-border {
          border: 5px solid rgba(204, 206, 197, 0.3);
          top: 50%;
          right: 0;
          -webkit-transform: translate(100%, -50%);
          -moz-transform: translate(100%, -50%);
          -ms-transform: translate(100%, -50%);
          -o-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
          height: 100%;
          width: 10px;
          position: absolute; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .btn-area .left-full-border {
          border: 5px solid rgba(204, 206, 197, 0.3);
          top: 50%;
          left: 0;
          -webkit-transform: translate(-100%, -50%);
          -moz-transform: translate(-100%, -50%);
          -ms-transform: translate(-100%, -50%);
          -o-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
          height: 100%;
          width: 10px;
          position: absolute; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .top-border {
          height: -webkit-calc(40% - 25px);
          height: calc(40% - 25px);
          width: 10px;
          right: 0;
          top: 10px;
          position: absolute;
          -webkit-transform: translate(0%, 0%);
          -moz-transform: translate(0%, 0%);
          -ms-transform: translate(0%, 0%);
          -o-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
          border: 5px solid rgba(204, 206, 197, 0.3); }
          @media only screen and (max-width: 1024px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .top-border {
              top: 0;
              height: -webkit-calc(40% - 19px);
              height: calc(40% - 19px); } }
          @media only screen and (max-width: 540px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .top-border {
              right: 3.3%; } }
          @media (min-width: 540px) and (max-width: 768px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .top-border {
              right: 1.1%; } }
          @media (min-width: 768px) and (max-width: 1024px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .top-border {
              right: 1.4%; } }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .read-more {
          transform: translate(0%, 0%);
          right: -3%;
          position: absolute;
          top: 37%; }
          @media only screen and (max-width: 375px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .read-more {
              right: -8%;
              top: 35%; } }
          @media (min-width: 375px) and (max-width: 500px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .read-more {
              right: -5%; } }
          @media (min-width: 768px) and (max-width: 1024px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .read-more {
              right: -2.5%; } }
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .read-more a:after {
            content: '';
            position: absolute;
            width: 39px;
            height: 39px;
            background: url(../../assets/img/svg/arrows/arrow-right-white-small.svg) no-repeat;
            background-size: 68px;
            right: 20px;
            border-radius: 50%;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            box-shadow: 0 2px 0 0 rgba(50, 50, 50, 0.3);
            background-color: black;
            background-position: 4px 2px; }
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .read-more a:hover:after {
            background-color: white;
            background-position: -30px 0px; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .bottom-border {
          height: -webkit-calc(40% - 25px);
          height: calc(40% - 25px);
          width: 10px;
          right: 0;
          bottom: 10px;
          position: absolute;
          -webkit-transform: translate(0%, 0%);
          -moz-transform: translate(0%, 0%);
          -ms-transform: translate(0%, 0%);
          -o-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
          border: 5px solid rgba(204, 206, 197, 0.3); }
          @media only screen and (max-width: 1024px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .bottom-border {
              bottom: 0;
              height: -webkit-calc(40% - 19px);
              height: calc(40% - 19px); } }
          @media only screen and (max-width: 540px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .bottom-border {
              right: 3.3%; } }
          @media (min-width: 540px) and (max-width: 768px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .bottom-border {
              right: 1.1%; } }
          @media (min-width: 768px) and (max-width: 1024px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .right-btn-area .bottom-border {
              right: 1.4%; } }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .top-border {
          height: -webkit-calc(40% - 25px);
          height: calc(40% - 25px);
          width: 10px;
          left: 0;
          top: 10px;
          position: absolute;
          -webkit-transform: translate(0%, 0%);
          -moz-transform: translate(0%, 0%);
          -ms-transform: translate(0%, 0%);
          -o-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
          border: 5px solid rgba(204, 206, 197, 0.3); }
          @media only screen and (max-width: 1024px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .top-border {
              top: 0;
              height: -webkit-calc(40% - 19px);
              height: calc(40% - 19px); } }
          @media only screen and (max-width: 540px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .top-border {
              left: 3%; } }
          @media (min-width: 540px) and (max-width: 768px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .top-border {
              left: 1.1%; } }
          @media (min-width: 768px) and (max-width: 1024px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .top-border {
              left: 1.4%; } }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .read-more {
          transform: translate(0%, 0%);
          left: -3%;
          position: absolute;
          top: 37%; }
          @media only screen and (max-width: 375px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .read-more {
              left: -8%;
              top: 35%; } }
          @media (min-width: 375px) and (max-width: 500px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .read-more {
              left: -5%; } }
          @media (min-width: 768px) and (max-width: 1024px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .read-more {
              left: -2.5%; } }
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .read-more a:after {
            content: '';
            position: absolute;
            width: 39px;
            height: 39px;
            background: url(../../assets/img/svg/arrows/arrow-left-white-small.svg) no-repeat;
            background-size: 68px;
            left: 20px;
            border-radius: 50%;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            box-shadow: 0 2px 0 0 rgba(50, 50, 50, 0.3);
            background-color: black;
            background-position: -35px 2px; }
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .read-more a:hover:after {
            background-color: white;
            background-position: -2px 0px; }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .bottom-border {
          height: -webkit-calc(40% - 15px);
          height: calc(40% - 25px);
          width: 10px;
          left: 0;
          bottom: 10px;
          position: absolute;
          -webkit-transform: translate(0%, 0%);
          -moz-transform: translate(0%, 0%);
          -ms-transform: translate(0%, 0%);
          -o-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
          border: 5px solid rgba(204, 206, 197, 0.3); }
          @media only screen and (max-width: 1024px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .bottom-border {
              bottom: 0;
              height: -webkit-calc(40% - 19px);
              height: calc(40% - 19px); } }
          @media only screen and (max-width: 540px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .bottom-border {
              left: 3%; } }
          @media (min-width: 540px) and (max-width: 768px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .bottom-border {
              left: 1.1%; } }
          @media (min-width: 768px) and (max-width: 1024px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .left-btn-area .bottom-border {
              left: 1.4%; } }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .field--name-field-title {
          font-family: "Preon", sans-serif;
          font-weight: bold;
          font-size: 48px;
          line-height: 52px;
          text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
          margin: 0 0 15px; }
          @media only screen and (max-width: 600px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .field--name-field-title {
              margin: 10px 0 40px;
              font-size: 35px;
              line-height: 35px; } }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .field--name-field-section-title {
          font-size: 20px;
          width: 80%;
          line-height: 20px;
          font-family: "Preon", sans-serif;
          font-weight: 500;
          text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description > .field--name-field-lead {
          font-size: 25px;
          line-height: 30px;
          font-family: "Preon", sans-serif;
          font-weight: normal;
          text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
          margin: 20px 0 60px; }
          @media only screen and (max-width: 600px) {
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description > .field--name-field-lead {
              font-size: 20px;
              line-height: 22px; } }
        @media only screen and (max-width: 540px) {
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.with-side-navigation .bordered {
            width: 90%; } }
        @media (min-width: 540px) and (max-width: 1024px) {
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.with-side-navigation .bordered {
            width: 95%; } }
        @media (min-width: 540px) and (max-width: 1024px) {
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.with-side-navigation .left-full-border {
            left: 2.4%; }
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.with-side-navigation .right-full-border {
            right: 2.4%; } }
        .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered {
          overflow: hidden;
          position: absolute;
          display: block;
          text-align: center;
          left: 0;
          right: 0;
          margin: auto;
          width: 100%; }
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-top {
            top: -5px;
            height: 21px; }
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-top.no-section-title:before {
              content: "";
              position: absolute;
              height: 5px;
              border-bottom: 10px solid rgba(204, 206, 197, 0.3);
              top: 5px;
              width: 100%;
              left: 0; }
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-bottom {
            bottom: -92px;
            height: 122px;
            padding: 15px 0; }
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-bottom > div {
              max-width: 80%; }
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-bottom.title-only, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-bottom.has-title {
              bottom: auto;
              height: auto; }
              .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-bottom.title-only:not(.with-side-navigation), .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-bottom.has-title:not(.with-side-navigation) {
                top: 60px; }
              .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-bottom.title-only.with-side-navigation, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-bottom.has-title.with-side-navigation {
                top: 110px; }
                @media only screen and (max-width: 540px) {
                  .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-bottom.title-only.with-side-navigation, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-bottom.has-title.with-side-navigation {
                    top: 100px; } }
              .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-bottom.title-only .field--name-field-title, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-bottom.has-title .field--name-field-title {
                margin-top: -20px;
                font-size: 36px;
                line-height: 48px; }
                @media (max-width: 767px) {
                  .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-bottom.title-only .field--name-field-title, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered.bordered-bottom.has-title .field--name-field-title {
                    font-size: 24px;
                    line-height: 32px; } }
          .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div {
            display: inline-block;
            position: relative; }
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div:before, .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div:after {
              content: "";
              position: absolute;
              height: 5px;
              border-bottom: 10px solid rgba(204, 206, 197, 0.3);
              top: 5px;
              width: 600px; }
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div:before {
              right: 100%;
              margin-right: 15px; }
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div:after {
              left: 100%;
              margin-left: 15px; }
            .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link {
              font-family: "Preon", sans-serif;
              font-size: 16px;
              font-weight: 400;
              line-height: 18px;
              text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
              .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link .multiple-btns .single-btn {
                height: 40px;
                float: right;
                margin: -9px 5px;
                background: #333333;
                text-align: left;
                width: 122px;
                text-transform: uppercase;
                position: relative; }
                @media screen and (max-width: 540px) {
                  .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link .multiple-btns .single-btn {
                    height: 46px;
                    width: 100px;
                    margin: -9px 2px; } }
                .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link .multiple-btns .single-btn a {
                  color: #fff;
                  font-size: 14px;
                  font-weight: 500;
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  top: 0;
                  left: 0;
                  line-height: 40px;
                  padding: 0 10px 0; }
                  .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link .multiple-btns .single-btn a:after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 7px;
                    right: 5px;
                    width: 25px;
                    height: 25px;
                    background-color: white;
                    border-radius: 30px;
                    transition: background 0.5s ease;
                    background-image: url("../../assets/img/svg/arrows/arrow-right-white-small.svg");
                    background-position: -30px -2px; }
                    @media screen and (max-width: 540px) {
                      .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link .multiple-btns .single-btn a:after {
                        top: 2px;
                        right: 40px;
                        width: 20px;
                        height: 20px;
                        background-position: -35px -5px;
                        background-size: 61px; } }
                  .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link .multiple-btns .single-btn a:hover {
                    text-decoration: none; }
                  @media screen and (max-width: 540px) {
                    .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link .multiple-btns .single-btn a {
                      bottom: 0;
                      text-align: center;
                      line-height: 67px; } }
                .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link .multiple-btns .single-btn:nth-child(1) {
                  float: left; }
                .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link .multiple-btns .single-btn:hover a:after {
                  background-position: 2px -2px;
                  background-color: #333333; }
              .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link > .field--name-field-lead {
                height: 38px;
                margin-top: -5px;
                overflow: hidden; }
              .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link .field--name-field-cta-link {
                color: white;
                position: relative; }
                .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link .field--name-field-cta-link a {
                  color: white;
                  background-color: #333333;
                  padding: 17px;
                  padding-right: 47px;
                  border-radius: 5px;
                  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
                  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
                  font-family: "Preon", sans-serif;
                  font-size: 12px;
                  font-weight: bold;
                  text-transform: uppercase;
                  transition: background 0.5s ease; }
                  .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link .field--name-field-cta-link a:after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: -4px;
                    right: 8px;
                    width: 30px;
                    height: 30px;
                    background-color: white;
                    border-radius: 30px;
                    transition: background 0.5s ease;
                    background-image: url("../../assets/img/svg/arrows/arrow-right-white-small.svg");
                    background-position: -28px 0px; }
                  .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link .field--name-field-cta-link a:hover {
                    text-decoration: none;
                    color: #333333;
                    background-color: white; }
                    .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description .bordered > div.field-cta-link .field--name-field-cta-link a:hover:after {
                      background-color: #333333;
                      background-position: 2px 0px; }
    .field--name-field-top-region .top--field--item .top-highlight-news .container {
      position: relative;
      height: 100%;
      display: block; }
      .field--name-field-top-region .top--field--item .top-highlight-news .container.pull-image-left .highlighted-news {
        left: 30px;
        text-align: left; }
      .field--name-field-top-region .top--field--item .top-highlight-news .container.pull-image-right .highlighted-news {
        right: 30px;
        text-align: right; }
      .field--name-field-top-region .top--field--item .top-highlight-news .container .highlighted-news {
        position: absolute;
        height: fit-content;
        max-height: 360px;
        max-width: 460px;
        margin: auto 0;
        top: 30px;
        bottom: 0; }
        @media only screen and (max-width: 1100px) {
          .field--name-field-top-region .top--field--item .top-highlight-news .container .highlighted-news {
            max-width: 360px; } }
        .field--name-field-top-region .top--field--item .top-highlight-news .container .highlighted-news .field--name-field-date {
          font-family: "Preon", sans-serif;
          color: white;
          font-size: 10px;
          line-height: 12px;
          margin: 0 0 10px;
          font-weight: 500;
          padding: 0;
          text-transform: uppercase;
          text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
        .field--name-field-top-region .top--field--item .top-highlight-news .container .highlighted-news .field--name-field-title {
          font-family: "Preon", sans-serif;
          color: white;
          font-weight: bold;
          font-size: 55px;
          line-height: 52px;
          text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
          margin: 0 0 30px;
          border-top: 1px solid rgba(227, 228, 229, 0.2); }
          @media only screen and (max-width: 1100px) {
            .field--name-field-top-region .top--field--item .top-highlight-news .container .highlighted-news .field--name-field-title {
              margin: 10px 0 40px;
              font-size: 35px;
              line-height: 35px; } }
          @media only screen and (max-width: 1100px) {
            .field--name-field-top-region .top--field--item .top-highlight-news .container .highlighted-news .field--name-field-title {
              margin: 10px 0 40px;
              font-size: 35px;
              line-height: 35px; } }
        .field--name-field-top-region .top--field--item .top-highlight-news .container .highlighted-news .field-cta-link {
          color: white;
          position: relative; }
          .field--name-field-top-region .top--field--item .top-highlight-news .container .highlighted-news .field-cta-link a {
            color: white;
            border: 3px solid white;
            background-color: transparent;
            padding: 9px 17px;
            padding-right: 47px;
            border-radius: 5px;
            -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
            font-family: "Preon", sans-serif;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            transition: background 0.5s ease;
            position: relative; }
            .field--name-field-top-region .top--field--item .top-highlight-news .container .highlighted-news .field-cta-link a:after {
              content: "";
              display: block;
              position: absolute;
              top: 8px;
              right: 8px;
              width: 20px;
              height: 20px;
              background-color: white;
              border-radius: 30px;
              transition: background 0.5s ease;
              background-image: url("../../assets/img/svg/arrows/arrow-right-white-small.svg");
              background-position: -20px 0px;
              background-size: 43px 20px; }
            .field--name-field-top-region .top--field--item .top-highlight-news .container .highlighted-news .field-cta-link a:hover {
              text-decoration: none;
              color: #333333;
              background-color: white; }
              .field--name-field-top-region .top--field--item .top-highlight-news .container .highlighted-news .field-cta-link a:hover:after {
                background-color: #333333;
                background-position: 0px 0px; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: " ";
        width: 10px;
        height: 10px;
        line-height: 10px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.15);
        border-radius: 10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      background-color: white; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  margin-top: 0;
  padding: 0;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 4px solid rgba(173, 173, 173, 0.5);
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    display: none !important; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: white; }

.slick-prev {
  left: 25px;
  background-image: url("../../assets/img/svg/arrows/arrow-left.svg");
  background-position: -5px -5px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px;
    background-image: url("../../assets/img/svg/arrows/arrow-right.svg");
    background-position: -50px -5px; }
  .slick-prev:hover {
    background-position: -55px -5px; }
    [dir="rtl"] .slick-prev:hover {
      background-position: 0px -5px; }

.slick-next {
  right: 25px;
  background-image: url("../../assets/img/svg/arrows/arrow-right.svg");
  background-position: -50px -5px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto;
    background-image: url("../../assets/img/svg/arrows/arrow-left.svg");
    background-position: -5px -5px; }
  .slick-next:hover {
    background-position: 0px -5px; }
    [dir="rtl"] .slick-next:hover {
      background-position: -55px -5px; }

.top-page-58 .field--name-field-top-region
.top--field--item
.top-highlight-background
.top-highlight-description .field--name-field-title {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 42px; }
  @media only screen and (max-width: 600px) {
    .top-page-58 .field--name-field-top-region
    .top--field--item
    .top-highlight-background
    .top-highlight-description .field--name-field-title {
      margin: 20px 0 15px;
      width: 95%;
      max-height: 123px;
      overflow: hidden;
      font-size: 25px;
      margin: 15px auto;
      line-height: 30px; } }
.top-page-58 .field--name-field-top-region
.top--field--item
.top-highlight-background
.top-highlight-description > .field--name-field-lead {
  margin: 15px 0 30px; }

.top-page-44 .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title .bordered-top.has-section-title {
  height: 42px; }

@media (max-width: 600px) {
  .top-page-58 .field--name-field-top-region .top--field--item .top-highlight-background .top-highlight-description.has-title-lead .bordered.bordered-bottom .field-cta-link .field--name-field-lead {
    max-height: 56px; } }
.slick-list.draggable,
.slick-list.draggable * {
  outline: none; }

.content-highlight-dual,
.content-highlight-image,
.content-highlight-mosaic,
.content-highlight-static {
  position: relative; }
  .content-highlight-dual .lightgrey-background:after,
  .content-highlight-image .lightgrey-background:after,
  .content-highlight-mosaic .lightgrey-background:after,
  .content-highlight-static .lightgrey-background:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0;
    content: "";
    z-index: -1;
    display: inline-block;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #f7f7f7; }
  .content-highlight-dual .white-background,
  .content-highlight-image .white-background,
  .content-highlight-mosaic .white-background,
  .content-highlight-static .white-background {
    background-color: white; }
  .content-highlight-dual .field--item,
  .content-highlight-image .field--item,
  .content-highlight-mosaic .field--item,
  .content-highlight-static .field--item {
    position: relative; }
  .content-highlight-dual a,
  .content-highlight-image a,
  .content-highlight-mosaic a,
  .content-highlight-static a {
    color: #ee162d;
    text-decoration: none; }
    .content-highlight-dual a:hover,
    .content-highlight-image a:hover,
    .content-highlight-mosaic a:hover,
    .content-highlight-static a:hover {
      color: #a60f20; }

.content-highlight-static {
  overflow: hidden; }
  .content-highlight-static.cut-right, .content-highlight-static.cut-left {
    margin-bottom: 0px;
    padding: 30px 0 0; }
    @media only screen and (max-width: 768px) {
      .content-highlight-static.cut-right, .content-highlight-static.cut-left {
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 15px 0; } }
  .content-highlight-static .content-highlight-background {
    background-color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .content-highlight-static .content-highlight-background.cut-left {
      margin: -15px -18px -15px -18px;
      -webkit-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
      transform: rotate(-1deg); }
      .content-highlight-static .content-highlight-background.cut-left .row {
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg); }
    .content-highlight-static .content-highlight-background.cut-right {
      margin: -15px -18px -15px -18px;
      -webkit-transform: rotate(1deg);
      -ms-transform: rotate(1deg);
      transform: rotate(1deg); }
      .content-highlight-static .content-highlight-background.cut-right .row {
        -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        transform: rotate(-1deg); }
    .content-highlight-static .content-highlight-background .row {
      padding-top: 100px;
      padding-bottom: 100px; }
      .content-highlight-static .content-highlight-background .row h2 {
        padding: 0;
        margin: 0 15px;
        font-family: "Preon", sans-serif;
        font-weight: normal;
        font-size: 45px;
        line-height: 45px;
        color: #333333;
        text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
      .content-highlight-static .content-highlight-background .row .field--name-field-lead {
        margin: 0 15px;
        font-family: "Preon", sans-serif;
        font-weight: 200;
        font-size: 22px;
        color: #333;
        line-height: 25px; }

.content-highlight-dual,
.content-highlight-mosaic,
.content-highlight-image {
  padding-top: 50px; }
  .content-highlight-dual h2,
  .content-highlight-mosaic h2,
  .content-highlight-image h2 {
    font-family: "Preon", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 0 10px; }
    .content-highlight-dual h2:before, .content-highlight-dual h2:after,
    .content-highlight-mosaic h2:before,
    .content-highlight-mosaic h2:after,
    .content-highlight-image h2:before,
    .content-highlight-image h2:after {
      width: 20px;
      height: 5px;
      background-color: rgba(51, 51, 51, 0.12);
      content: "";
      display: inline-block;
      margin-bottom: 3px; }
    .content-highlight-dual h2:before,
    .content-highlight-mosaic h2:before,
    .content-highlight-image h2:before {
      margin-right: 10px; }
    .content-highlight-dual h2:after,
    .content-highlight-mosaic h2:after,
    .content-highlight-image h2:after {
      margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      .content-highlight-dual h2,
      .content-highlight-mosaic h2,
      .content-highlight-image h2 {
        text-align: center; } }
    @media only screen and (min-width: 768px) {
      .content-highlight-dual h2:after,
      .content-highlight-mosaic h2:after,
      .content-highlight-image h2:after {
        content: none; } }
  .content-highlight-dual h3,
  .content-highlight-mosaic h3,
  .content-highlight-image h3 {
    font-size: 35px;
    color: #333333;
    line-height: 35px;
    padding: 0;
    font-family: "Preon", sans-serif;
    font-weight: bold;
    margin: 0 0 10px;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
  .content-highlight-dual .field--name-field-lead,
  .content-highlight-mosaic .field--name-field-lead,
  .content-highlight-image .field--name-field-lead {
    font-family: "Preon", sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #333333;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0; }
  .content-highlight-dual .read-more,
  .content-highlight-mosaic .read-more,
  .content-highlight-image .read-more {
    margin-top: 40px; }
    .content-highlight-dual .read-more a,
    .content-highlight-mosaic .read-more a,
    .content-highlight-image .read-more a {
      color: black;
      background-color: white;
      padding: 10px 47px 10px 17px;
      position: relative;
      border-radius: 5px;
      border: 3px solid rgba(204, 206, 197, 0.3);
      font-family: "Preon", sans-serif;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      transition: all 0.5s ease;
      display: inline-block;
      line-height: 20px; }
      .content-highlight-dual .read-more a::after,
      .content-highlight-mosaic .read-more a::after,
      .content-highlight-image .read-more a::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translate(0%, -50%);
        width: 30px;
        height: 30px;
        border-radius: 30px;
        transition: background 0.5s ease;
        background-image: url(../../assets/img/svg/arrows/arrow-right-white-small.svg);
        background-position: -28px 0px; }
      .content-highlight-dual .read-more a:hover,
      .content-highlight-mosaic .read-more a:hover,
      .content-highlight-image .read-more a:hover {
        text-decoration: none;
        background-color: black;
        border: black;
        color: white; }
        .content-highlight-dual .read-more a:hover::after,
        .content-highlight-mosaic .read-more a:hover::after,
        .content-highlight-image .read-more a:hover::after {
          background-position: 4px 0px; }
  .content-highlight-dual .field--name-field-image,
  .content-highlight-mosaic .field--name-field-image,
  .content-highlight-image .field--name-field-image {
    margin-bottom: 20px; }
  .content-highlight-dual .pull-image-left .col-sm-5,
  .content-highlight-mosaic .pull-image-left .col-sm-5,
  .content-highlight-image .pull-image-left .col-sm-5 {
    float: left; }
  .content-highlight-dual .pull-image-left .col-sm-7,
  .content-highlight-mosaic .pull-image-left .col-sm-7,
  .content-highlight-image .pull-image-left .col-sm-7 {
    float: right; }
  .content-highlight-dual .img-responsive,
  .content-highlight-mosaic .img-responsive,
  .content-highlight-image .img-responsive {
    width: 100%;
    padding-top: 30px; }
    @media only screen and (min-width: 768px) {
      .content-highlight-dual .img-responsive,
      .content-highlight-mosaic .img-responsive,
      .content-highlight-image .img-responsive {
        padding-top: 0; } }

@media only screen and (max-width: 768px) {
  .content-highlight-mosaic {
    text-align: center; } }
.content-highlight-mosaic .slick-dots {
  position: relative;
  top: auto;
  bottom: auto;
  line-height: 5px;
  margin-bottom: 10px; }
  .content-highlight-mosaic .slick-dots li button:before {
    background-color: #d1d1d1; }
  .content-highlight-mosaic .slick-dots li.slick-active button:before {
    background-color: #333; }
.content-highlight-mosaic .field--group-mosaic {
  margin: 0 -5px; }
  .content-highlight-mosaic .field--group-mosaic.slick-slider {
    width: auto; }
  .content-highlight-mosaic .field--group-mosaic .col-sm-6 {
    padding: 5px; }
    .content-highlight-mosaic .field--group-mosaic .col-sm-6 a {
      position: relative;
      display: block;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        .content-highlight-mosaic .field--group-mosaic .col-sm-6 a:hover img {
          -webkit-transform: scale(1.2);
          transform: scale(1.2); } }
      .content-highlight-mosaic .field--group-mosaic .col-sm-6 a:hover .field--group-image:after {
        top: 50%; }
      .content-highlight-mosaic .field--group-mosaic .col-sm-6 a .field--group-image:after {
        content: " ";
        width: 50px;
        height: 50px;
        background-color: rgba(239, 26, 35, 0.8);
        background-image: url("../../assets/img/svg/icons/plus.svg");
        background-size: 50px;
        background-position: 0px 0px;
        border-radius: 50px;
        position: absolute;
        top: 150%;
        left: 50%;
        margin: -25px;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease; }
      .content-highlight-mosaic .field--group-mosaic .col-sm-6 a img {
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease;
        padding-top: 0; }
      .content-highlight-mosaic .field--group-mosaic .col-sm-6 a .field--group-text {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0;
        right: 0;
        padding: 10px; }
        .content-highlight-mosaic .field--group-mosaic .col-sm-6 a .field--group-text .field--field-title {
          font-family: "Preon", sans-serif;
          font-weight: 500;
          font-size: 20px;
          line-height: 20px;
          color: white;
          text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
          position: relative;
          margin: 0; }
        .content-highlight-mosaic .field--group-mosaic .col-sm-6 a .field--group-text .field--field-lead {
          display: inline-block;
          padding: 5px 10px;
          font-size: 11px;
          line-height: 14px;
          color: #fff;
          font-family: "Preon", sans-serif;
          font-weight: 500;
          background-color: rgba(0, 0, 0, 0.6);
          border-radius: 4px;
          margin: 10px 0 0 0; }
.content-highlight-mosaic h2,
.content-highlight-mosaic h3 {
  margin: 0 0 20px; }
.content-highlight-mosaic h3 {
  font-size: 20px;
  line-height: 35px; }

.content-highlight-image .field--name-field-2-cta-link .field--item {
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block; }
  .content-highlight-image .field--name-field-2-cta-link .field--item + .field--item {
    margin-left: 0px;
    margin-top: 15px; }
    @media only screen and (max-width: 600px) {
      .content-highlight-image .field--name-field-2-cta-link .field--item + .field--item {
        margin: 10px 10px 0 0; } }
  .content-highlight-image .field--name-field-2-cta-link .field--item a {
    color: #333333;
    background-color: white;
    padding-right: 47px;
    padding-left: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    border: 3px solid rgba(204, 206, 197, 0.3);
    font-family: "Preon", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.5s ease;
    display: inline;
    height: 40px;
    line-height: 33px; }
    .content-highlight-image .field--name-field-2-cta-link .field--item a:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translate(0%, -50%);
      right: 8px;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      transition: background 0.5s ease;
      background-image: url("../../assets/img/svg/arrows/arrow-right-white-small.svg");
      background-position: -28px 0px; }
    .content-highlight-image .field--name-field-2-cta-link .field--item a:hover {
      text-decoration: none;
      color: white;
      background-color: #333333;
      border: 3px solid #333333; }
      .content-highlight-image .field--name-field-2-cta-link .field--item a:hover:after {
        background-position: 2px 0px; }
  @media only screen and (max-width: 600px) {
    .content-highlight-image .field--name-field-2-cta-link .field--item {
      display: block; } }
  .content-highlight-image .field--name-field-2-cta-link .field--item a {
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
    line-height: 18px; }
    @media (min-width: 550px) {
      .content-highlight-image .field--name-field-2-cta-link .field--item a {
        min-width: 160px; } }

.content-highlight-dual .field--group-dual .field--group-text h3 {
  overflow: hidden;
  width: 100%;
  word-wrap: break-word; }
  @media (max-width: 992px) {
    .content-highlight-dual .field--group-dual .field--group-text h3 {
      font-size: 26px; } }
  @media (max-width: 550px) {
    .content-highlight-dual .field--group-dual .field--group-text h3 {
      font-size: 20px;
      line-height: 20px; } }
  @media (max-width: 375px) {
    .content-highlight-dual .field--group-dual .field--group-text h3 {
      font-size: 18px;
      line-height: 18px; } }
.content-highlight-dual.highlights-aligned a:hover {
  text-decoration: none; }
.content-highlight-dual.highlights-aligned .field--group-dual {
  padding: 15px; }
  .content-highlight-dual.highlights-aligned .field--group-dual.field--group-dual.slick-slider > div .field--group-text {
    position: relative; }
  .content-highlight-dual.highlights-aligned .field--group-dual.field--group-dual.slick-slider li button:before {
    background-color: #d1d1d1; }
  .content-highlight-dual.highlights-aligned .field--group-dual.field--group-dual.slick-slider li.slick-active button:before {
    background-color: #333; }
  .content-highlight-dual.highlights-aligned .field--group-dual .col-xs-12 {
    padding: 5px; }
    .content-highlight-dual.highlights-aligned .field--group-dual .col-xs-12:hover .field--group-image:after {
      top: 50%; }
    @media only screen and (min-width: 768px) {
      .content-highlight-dual.highlights-aligned .field--group-dual .col-xs-12:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); } }
    .content-highlight-dual.highlights-aligned .field--group-dual .col-xs-12 .field--group-image {
      position: relative;
      display: block;
      overflow: hidden; }
      .content-highlight-dual.highlights-aligned .field--group-dual .col-xs-12 .field--group-image:after {
        content: " ";
        width: 50px;
        height: 50px;
        background-color: rgba(239, 26, 35, 0.8);
        background-image: url("../../assets/img/svg/icons/plus.svg");
        background-size: 50px;
        background-position: 0px 0px;
        border-radius: 50px;
        position: absolute;
        top: 150%;
        left: 50%;
        margin: -25px;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease; }
      .content-highlight-dual.highlights-aligned .field--group-dual .col-xs-12 .field--group-image img {
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease;
        padding-top: 0; }
    .content-highlight-dual.highlights-aligned .field--group-dual .col-xs-12 .field--group-text {
      padding: 0px 10px 20px;
      border-bottom: 5px solid #d7d7d7; }
      .content-highlight-dual.highlights-aligned .field--group-dual .col-xs-12 .field--group-text .field--field-title {
        height: 45px;
        margin-bottom: 15px;
        border-bottom: 1px solid #d7d7d7; }
        .content-highlight-dual.highlights-aligned .field--group-dual .col-xs-12 .field--group-text .field--field-title h3 {
          max-height: 34px;
          overflow: hidden;
          padding: 8px 0;
          position: relative;
          text-transform: uppercase;
          font-family: "Preon", sans-serif;
          font-weight: normal;
          font-size: 10px;
          color: #333333;
          line-height: 12px;
          text-shadow: none; }
          .content-highlight-dual.highlights-aligned .field--group-dual .col-xs-12 .field--group-text .field--field-title h3:after {
            -webkit-transition: -webkit- 0.3s 0.1s all;
            transition: 0.3s 0.1s all;
            -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            position: absolute;
            bottom: 0;
            right: 2px;
            width: 100px;
            height: 14px;
            content: "";
            background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 69%, #fff 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(69%, #fff), to(#fff));
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 69%, #fff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
            opacity: 1;
            filter: alpha(opacity=100); }
      .content-highlight-dual.highlights-aligned .field--group-dual .col-xs-12 .field--group-text .field--field-lead {
        width: 100%;
        position: relative;
        padding: 0;
        margin: 0;
        height: 90px;
        overflow: hidden;
        font-family: "Preon", sans-serif;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        color: #333333; }
        .content-highlight-dual.highlights-aligned .field--group-dual .col-xs-12 .field--group-text .field--field-lead:after {
          -webkit-transition: -webkit- 0.3s 0.1s all;
          transition: 0.3s 0.1s all;
          -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          position: absolute;
          bottom: 0;
          right: 2px;
          width: 100px;
          height: 20px;
          content: "";
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 69%, #fff 100%);
          background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(69%, #fff), to(#fff));
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 69%, #fff 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
          opacity: 1;
          filter: alpha(opacity=100); }
.content-highlight-dual .field--group-dual {
  margin: 0 -5px; }
  .content-highlight-dual .field--group-dual.slick-slider {
    width: auto; }
    .content-highlight-dual .field--group-dual.slick-slider > div {
      width: 100%;
      position: relative; }
      .content-highlight-dual .field--group-dual.slick-slider > div .field--name-field-image {
        margin: 0; }
      .content-highlight-dual .field--group-dual.slick-slider > div .img-responsive {
        padding: 0; }
      .content-highlight-dual .field--group-dual.slick-slider > div .field--group-text {
        position: absolute;
        z-index: 1;
        width: 100%;
        bottom: 15px;
        left: 0;
        right: 0;
        padding: 20px 40px; }
        .content-highlight-dual .field--group-dual.slick-slider > div .field--group-text h3,
        .content-highlight-dual .field--group-dual.slick-slider > div .field--group-text div {
          color: white; }
  @media only screen and (max-width: 600px) {
    .content-highlight-dual .field--group-dual {
      margin: 0; } }
.content-highlight-dual .field--name-field-lead {
  margin-bottom: 20px; }
  @media (max-width: 375px) {
    .content-highlight-dual .field--name-field-lead {
      max-height: 100px;
      overflow-y: scroll; } }
  @media (min-width: 376px) and (max-width: 450px) {
    .content-highlight-dual .field--name-field-lead {
      max-height: 163px;
      overflow-y: scroll; } }
  @media (min-width: 450px) and (max-width: 600px) {
    .content-highlight-dual .field--name-field-lead {
      max-height: 200px;
      overflow-y: scroll; } }
.content-highlight-dual .field--name-field-link {
  display: inline-block;
  position: relative;
  margin-bottom: 40px; }
  .content-highlight-dual .field--name-field-link a {
    color: #333333;
    background-color: white;
    padding-right: 47px;
    padding-left: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    border: 3px solid rgba(204, 206, 197, 0.3);
    font-family: "Preon", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.5s ease;
    display: inline;
    height: 40px;
    line-height: 33px; }
    .content-highlight-dual .field--name-field-link a:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translate(0%, -50%);
      right: 8px;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      transition: background 0.5s ease;
      background-image: url("../../assets/img/svg/arrows/arrow-right-white-small.svg");
      background-position: -28px 0px; }
    .content-highlight-dual .field--name-field-link a:hover {
      text-decoration: none;
      color: white;
      background-color: #333333;
      border: 3px solid #333333; }
      .content-highlight-dual .field--name-field-link a:hover:after {
        background-position: 2px 0px; }
  .content-highlight-dual .field--name-field-link a {
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
    line-height: 18px; }
    @media (min-width: 550px) {
      .content-highlight-dual .field--name-field-link a {
        min-width: 160px; } }
    @media (max-width: 375px) {
      .content-highlight-dual .field--name-field-link a {
        font-size: 11px;
        line-height: 13px; } }

.content-highlight-full-width {
  min-height: 440px;
  width: 100%;
  position: relative;
  margin: 0;
  background-size: cover; }
  @media (max-width: 767px) {
    .content-highlight-full-width {
      background-image: none !important; } }
  .content-highlight-full-width .emptyBox {
    background-image: none; }
    @media (max-width: 767px) {
      .content-highlight-full-width .emptyBox {
        background-image: initial;
        background-size: cover;
        height: 240px; } }
  .content-highlight-full-width .highlight-box {
    padding: 40px 10px 40px 40px; }
    @media (max-width: 767px) {
      .content-highlight-full-width .highlight-box {
        background-color: #333333;
        padding: 17px 17px 40px; } }
    .content-highlight-full-width .highlight-box .section-title, .content-highlight-full-width .highlight-box .title {
      color: white; }
    .content-highlight-full-width .highlight-box .section-title {
      font-family: "Preon", sans-serif;
      font-weight: 500;
      font-size: 18px;
      padding-left: 30px;
      position: relative;
      min-height: 18px; }
      .content-highlight-full-width .highlight-box .section-title:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 2px;
        background-color: white;
        content: "";
        display: inline-block; }
    .content-highlight-full-width .highlight-box .title {
      font-family: "Preon", sans-serif;
      font-size: 36px;
      line-height: 48px;
      font-weight: 500;
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .content-highlight-full-width .highlight-box .title {
          font-size: 24px;
          line-height: 32px; } }
    .content-highlight-full-width .highlight-box .lead {
      font-family: "robotoRegular", sans-serif;
      font-size: 17px;
      line-height: 24px;
      color: #cccccc; }
      @media (max-width: 767px) {
        .content-highlight-full-width .highlight-box .lead {
          font-size: 14px;
          line-height: 20px; } }
      .content-highlight-full-width .highlight-box .lead strong {
        color: white; }
    .content-highlight-full-width .highlight-box .icon-btns .field-item {
      display: inline-block; }
      .content-highlight-full-width .highlight-box .icon-btns .field-item .field--name-field-icon svg {
        height: 40px;
        width: 128px;
        margin-right: 8px;
        border-radius: 4px; }
        .content-highlight-full-width .highlight-box .icon-btns .field-item .field--name-field-icon svg rect {
          fill: transparent; }
    .content-highlight-full-width .highlight-box a {
      color: #ee162d;
      text-decoration: none; }
      .content-highlight-full-width .highlight-box a:hover {
        color: #a60f20; }

.mw-720 {
  max-width: 720px !important;
  padding: 20px 10px;
  margin: 0 auto; }

.paragraph--type--text-and-html p, .paragraph--type--text-and-html li, .paragraph--type--text-and-html ul {
  font-family: 'robotoLight';
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #333333; }
  .paragraph--type--text-and-html p strong, .paragraph--type--text-and-html li strong, .paragraph--type--text-and-html ul strong {
    font-family: 'robotoBold';
    font-weight: 300; }
.paragraph--type--text-and-html p {
  padding: 0px;
  margin-bottom: 30px; }
.paragraph--type--text-and-html ul {
  padding-left: 35px;
  margin-bottom: 30px; }
.paragraph--type--text-and-html h1, .paragraph--type--text-and-html h2 {
  font-family: "Preon", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #333;
  margin-bottom: 0.83em; }
.paragraph--type--text-and-html h3, .paragraph--type--text-and-html h4 {
  font-family: "Preon", sans-serif;
  font-weight: 900;
  margin: 0 0 30px; }
.paragraph--type--text-and-html h3 {
  font-size: 30px; }
.paragraph--type--text-and-html h4 {
  font-size: 20px; }
.paragraph--type--text-and-html h3, .paragraph--type--text-and-html h5 {
  padding: 0; }
.paragraph--type--text-and-html h4 {
  padding: 0; }
.paragraph--type--text-and-html h5 {
  font-family: "Preon", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 20px; }
.paragraph--type--text-and-html h6 {
  font-family: "Preon", sans-serif;
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 20px; }
.paragraph--type--text-and-html a {
  color: #ee162d; }

article.full.announcement .head-page, article.full.news .head-page, article.full.stories .head-page {
  padding: 80px 0 73px 0;
  margin: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    article.full.announcement .head-page, article.full.news .head-page, article.full.stories .head-page {
      padding-top: 180px; } }
  article.full.announcement .head-page .field--name-field-category, article.full.news .head-page .field--name-field-category, article.full.stories .head-page .field--name-field-category {
    font-family: "Preon", sans-serif;
    color: black;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
    article.full.announcement .head-page .field--name-field-category .field--item, article.full.news .head-page .field--name-field-category .field--item, article.full.stories .head-page .field--name-field-category .field--item {
      text-transform: lowercase; }
article.full.announcement .news-image-container, article.full.news .news-image-container, article.full.stories .news-image-container {
  background-color: #f1f1f1; }
  article.full.announcement .news-image-container img.img-responsive, article.full.news .news-image-container img.img-responsive, article.full.stories .news-image-container img.img-responsive {
    margin: 0 auto; }
  article.full.announcement .news-image-container .top-highlight-news .top-highlight-background, article.full.news .news-image-container .top-highlight-news .top-highlight-background, article.full.stories .news-image-container .top-highlight-news .top-highlight-background {
    min-height: 58vh;
    position: relative;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover; }
    article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description {
      position: absolute;
      top: 40%;
      left: 50%;
      min-height: 90px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      text-align: center;
      z-index: 5;
      max-width: 1100px;
      padding: 0 100px;
      border-left: 10px solid rgba(204, 206, 197, 0.3);
      border-right: 10px solid rgba(204, 206, 197, 0.3);
      padding-top: 40px; }
      @media only screen and (max-width: 600px) {
        article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description {
          padding: 10px 0 10px 0; } }
      article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered {
        overflow: hidden;
        position: absolute;
        display: block;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%; }
        article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered .field--name-field-category, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered .field--name-field-category, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered .field--name-field-category {
          font-family: 'preon';
          font-size: 17px;
          font-weight: 500;
          line-height: 0.82;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff;
          position: relative; }
        article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div {
          display: inline-block;
          position: relative; }
          article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div:before, article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div:after, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div:before, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div:after, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div:before, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div:after {
            content: "";
            position: absolute;
            height: 5px;
            border-bottom: 10px solid rgba(204, 206, 197, 0.3);
            top: 5px;
            width: 600px; }
          article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div:before, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div:before, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div:before {
            right: 100%;
            margin-right: 15px; }
          article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div:after, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div:after, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered > div:after {
            left: 100%;
            margin-left: 15px; }
      article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered-top, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered-top, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered-top {
        top: -7px;
        height: 22px; }
      article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered-bottom, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered-bottom, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered-bottom {
        bottom: -22px;
        height: 52px;
        padding: 15px 0; }
        article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered-bottom > div, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered-bottom > div, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .bordered-bottom > div {
          max-width: 70%; }
      article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only {
        bottom: auto;
        height: auto;
        top: 60px; }
        article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only .field-title, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only .field-title, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only .field-title {
          font-family: 'preon';
          font-size: 36px;
          font-weight: 500;
          line-height: 1.33;
          text-align: center;
          color: #ffffff; }
          article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only .field-title > div, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only .field-title > div, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only .field-title > div {
            margin-top: -20px;
            font-size: 36px; }
            @media (max-width: 768px) {
              article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only .field-title > div, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only .field-title > div, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only .field-title > div {
                font-size: 24px !important; } }
            @media (max-width: 576px) {
              article.full.announcement .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only .field-title > div, article.full.news .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only .field-title > div, article.full.stories .news-image-container .top-highlight-news .top-highlight-background .top-highlight-description .title-only .field-title > div {
                font-size: 20px !important; } }
  article.full.announcement .news-image-container .top-highlight-news .container-news, article.full.news .news-image-container .top-highlight-news .container-news, article.full.stories .news-image-container .top-highlight-news .container-news {
    max-width: 724px;
    width: 100%; }
    article.full.announcement .news-image-container .top-highlight-news .container-news .field--name-field-date, article.full.news .news-image-container .top-highlight-news .container-news .field--name-field-date, article.full.stories .news-image-container .top-highlight-news .container-news .field--name-field-date {
      font-family: "robotoRegular", sans-serif;
      font-size: 14px;
      line-height: 1.43;
      text-align: left;
      color: grey;
      margin-bottom: 40px; }
    article.full.announcement .news-image-container .top-highlight-news .container-news .field--name-field-lead, article.full.news .news-image-container .top-highlight-news .container-news .field--name-field-lead, article.full.stories .news-image-container .top-highlight-news .container-news .field--name-field-lead {
      font-family: "Preon", sans-serif;
      font-size: 17px;
      font-weight: 500;
      line-height: 1.41;
      text-align: left;
      color: dimgrey;
      margin-bottom: 20px; }
    article.full.announcement .news-image-container .top-highlight-news .container-news .field--name-field-image-highlight, article.full.news .news-image-container .top-highlight-news .container-news .field--name-field-image-highlight, article.full.stories .news-image-container .top-highlight-news .container-news .field--name-field-image-highlight {
      width: 100%;
      margin-bottom: 40px; }
    article.full.announcement .news-image-container .top-highlight-news .container-news .field--name-field-central-region, article.full.news .news-image-container .top-highlight-news .container-news .field--name-field-central-region, article.full.stories .news-image-container .top-highlight-news .container-news .field--name-field-central-region {
      font-family: "robotoRegular", sans-serif;
      font-size: 17px;
      line-height: 1.41;
      text-align: left;
      color: darkgrey;
      border-bottom: 1px solid #cfcfcf;
      padding-bottom: 50px; }
      article.full.announcement .news-image-container .top-highlight-news .container-news .field--name-field-central-region strong, article.full.news .news-image-container .top-highlight-news .container-news .field--name-field-central-region strong, article.full.stories .news-image-container .top-highlight-news .container-news .field--name-field-central-region strong {
        color: #ee162d; }

.paragraph--type--indicator {
  position: relative; }

.indicator-container {
  margin: 70px auto; }
  .indicator-container .lead-field {
    text-align: center;
    color: #999;
    font-size: 13px;
    margin-top: 17px;
    font-family: preon;
    font-weight: normal; }

.indicator-header .indicator-header--title {
  position: relative; }
  .indicator-header .indicator-header--title h2 {
    padding-top: 160px;
    color: white;
    font-size: 60px;
    font-family: preon;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center; }
    @media only screen and (min-width: 630px) {
      .indicator-header .indicator-header--title h2 {
        font-size: 60px; } }
  .indicator-header .indicator-header--title .field--name-field-title {
    font-size: 16px;
    font-family: preon;
    font-weight: bold;
    margin: 0 auto 50px;
    text-align: center;
    color: white; }
  .indicator-header .indicator-header--title hr {
    border: none;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    width: -webkit-calc(100% - 285px);
    width: calc(100% - 285px);
    display: block; }
  .indicator-header .indicator-header--title .field--type-link a {
    position: relative;
    color: white;
    background-color: #333333;
    padding: 17px;
    padding-right: 47px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
    font-family: "Preon", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background 0.5s ease;
    padding: 17px 47px 17px 17px;
    border-radius: 5px;
    display: -webkit-inline-box;
    margin-bottom: 45px;
    left: 50%;
    transform: translateX(-50%); }
    .indicator-header .indicator-header--title .field--type-link a:after {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      right: 8px;
      width: 30px;
      height: 30px;
      background-color: white;
      border-radius: 30px;
      transition: background 0.5s ease;
      background-image: url("../../assets/img/svg/arrows/arrow-right-white-small.svg");
      background-position: -28px 0px; }
    .indicator-header .indicator-header--title .field--type-link a:hover {
      text-decoration: none;
      color: #333333;
      background-color: white; }
      .indicator-header .indicator-header--title .field--type-link a:hover:after {
        background-color: #333333;
        background-position: 2px 0px; }
.indicator-header .indicator-header--image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center top;
  width: 100vw;
  margin: 0 -15px; }
  @media only screen and (min-width: 630px) {
    .indicator-header .indicator-header--image {
      width: 100%;
      margin: 0 auto; } }
.indicator-header .marker {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0; }
  @media only screen and (min-width: 630px) {
    .indicator-header .marker {
      left: 50%;
      top: 0; } }
  .indicator-header .marker .circle {
    left: 12px;
    top: 44px;
    background-color: #F21B24;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: relative;
    -webkit-box-shadow: 0 0 6px 8px rgba(240, 24, 41, 0.3);
    box-shadow: 0 0 6px 8px rgba(240, 24, 41, 0.3); }
    @media only screen and (min-width: 630px) {
      .indicator-header .marker .circle {
        left: -0.7em;
        top: -1em; } }
    .indicator-header .marker .circle:after {
      content: ' ';
      background-color: #FFF;
      width: 6px;
      height: 6px;
      border-radius: 5px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-box-shadow: 0 10px 5px -4px rgba(0, 0, 0, 0.5);
      box-shadow: 0 10px 5px -4px rgba(0, 0, 0, 0.5); }
  .indicator-header .marker .top-line {
    display: none;
    width: 10px;
    height: 100px;
    right: -webkit-calc(50% + -4px);
    right: calc(50% + -4px);
    border-radius: 0;
    background: #fff;
    top: -46px;
    left: auto; }
    .indicator-header .marker .top-line:before {
      content: ' ';
      background-image: url(../../assets/img/svg/infografia/arrowdown.svg);
      width: 40px;
      position: absolute;
      height: 40px;
      top: -20px;
      left: -14px; }
    @media only screen and (min-width: 630px) {
      .indicator-header .marker .top-line {
        display: block; } }

.indicator-section {
  max-width: 410px; }

.indicator-round--image {
  position: absolute;
  overflow: visible;
  text-align: center;
  margin: 0 auto;
  top: 45%;
  left: 50%;
  transform: translate(-50%); }
  .indicator-round--image p {
    font-family: preon;
    margin: 15px;
    text-align: center; }

.indicator-circle {
  margin-top: 90px;
  min-height: 16em;
  background: url(../../assets/img/fornecedores-values-bg.png) no-repeat;
  background-size: auto;
  background-position: center; }
  .indicator-circle .indicator-round--image span {
    font-family: preon;
    font-weight: bold;
    font-size: 20px;
    padding-top: 12px;
    margin-left: 20px;
    font-size: 15px; }
  .indicator-circle .indicator-round--image .indicator-round--title span {
    font-family: preon;
    padding-top: 0.7em;
    margin-left: 0.5em;
    position: absolute; }
  .indicator-circle .indicator-round--image .indicator-round--title h3 {
    font-size: 30px;
    color: #333;
    font-family: preon;
    font-weight: bold;
    line-height: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    display: inline-block; }
    @media only screen and (min-width: 630px) {
      .indicator-circle .indicator-round--image .indicator-round--title h3 {
        font-size: 50px; } }
  .indicator-circle p {
    font-family: preon; }

.indicator-no-circle {
  background-size: auto;
  background-position: center;
  position: relative;
  overflow: visible;
  text-align: center;
  margin: 70px auto; }
  .indicator-no-circle .indicator-round--image {
    top: auto;
    left: auto;
    transform: translate(0);
    position: relative; }
    .indicator-no-circle .indicator-round--image h3 {
      display: inline-block;
      font-size: 60px;
      font-family: preon; }
      @media only screen and (min-width: 630px) {
        .indicator-no-circle .indicator-round--image h3 {
          font-size: 150px; } }
    .indicator-no-circle .indicator-round--image span {
      font-family: preon;
      font-weight: bold;
      font-size: 20px;
      padding-top: 12px;
      margin-left: 20px;
      font-weight: bold;
      font-size: 20px; }
      @media only screen and (min-width: 630px) {
        .indicator-no-circle .indicator-round--image span {
          font-size: 60px;
          padding-top: 0; } }
  .indicator-no-circle p {
    font-family: preon;
    display: none; }

.carousel-background {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.54) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.54)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.54) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#8a000000', GradientType=0);
  background-size: cover;
  margin: 0; }
  .carousel-background .slick-slider {
    height: 250px;
    width: 100%;
    /* the slides */ }
    .carousel-background .slick-slider .slick-dots {
      position: relative;
      bottom: auto; }
      .carousel-background .slick-slider .slick-dots.no-dots {
        display: none; }
    .carousel-background .slick-slider .slick-next {
      right: -35px;
      background-position: -6px -11px; }
      .carousel-background .slick-slider .slick-next:hover {
        background-color: black;
        background-position: 43px -11px; }
    .carousel-background .slick-slider .slick-prev {
      left: -35px;
      background-position: 40px -11px; }
      .carousel-background .slick-slider .slick-prev:hover {
        background-color: black;
        background-position: -11px -11px; }
    .carousel-background .slick-slider .slick-next,
    .carousel-background .slick-slider .slick-prev {
      margin-top: -10px;
      border: 0px;
      width: 30px;
      height: 30px;
      background-repeat-x: repeat; }
    .carousel-background .slick-slider .slick-slide {
      margin: 0 -10px; }
    .carousel-background .slick-slider a {
      display: block;
      margin: 0 15px; }
  .carousel-background h2 {
    font-family: "Preon", sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 70px 0 40px;
    text-align: center; }
    .carousel-background h2:before, .carousel-background h2:after {
      width: 20px;
      height: 5px;
      background-color: rgba(51, 51, 51, 0.12);
      content: "";
      display: inline-block;
      margin-bottom: 3px; }
    .carousel-background h2:before {
      margin-right: 10px; }
    .carousel-background h2:after {
      margin-left: 10px; }
  .carousel-background h3 {
    font-size: 25px;
    color: #333333;
    line-height: 25px;
    padding: 0;
    font-family: "Preon", sans-serif;
    font-weight: normal;
    margin: 0 0 30px;
    text-align: center;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
  .carousel-background .field--name-field-lead {
    font-family: "Preon", sans-serif;
    font-weight: 200;
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 60px;
    text-align: center; }
  .carousel-background .field--group-carousel {
    margin: 0 auto 70px auto;
    width: 1020px; }
    @media only screen and (max-width: 1200px) {
      .carousel-background .field--group-carousel {
        width: 855px; } }
    @media only screen and (max-width: 1000px) {
      .carousel-background .field--group-carousel {
        width: 680px; } }
    @media only screen and (max-width: 814px) {
      .carousel-background .field--group-carousel {
        width: 510px; } }
    @media only screen and (max-width: 630px) {
      .carousel-background .field--group-carousel {
        width: 340px; } }
    @media only screen and (max-width: 480px) {
      .carousel-background .field--group-carousel {
        width: 160px; } }
    .carousel-background .field--group-carousel .field--item-carousel {
      width: 160px;
      display: inline-block; }
      .carousel-background .field--group-carousel .field--item-carousel a {
        position: relative;
        display: block;
        overflow: hidden; }
        @media only screen and (min-width: 768px) {
          .carousel-background .field--group-carousel .field--item-carousel a:hover img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2); } }
        .carousel-background .field--group-carousel .field--item-carousel a:hover .field--group-image:after {
          top: 50%; }
        .carousel-background .field--group-carousel .field--item-carousel a:hover .field--group-image:before {
          top: -150%; }
        .carousel-background .field--group-carousel .field--item-carousel a .field--group-image:after, .carousel-background .field--group-carousel .field--item-carousel a .field--group-image:before {
          content: " ";
          width: 50px;
          height: 50px;
          background-color: rgba(239, 26, 35, 0.8);
          background-size: 50px;
          background-position: 0px 0px;
          border-radius: 50px;
          position: absolute;
          left: 50%;
          margin: -25px;
          -webkit-transition: 0.6s ease;
          -moz-transition: 0.6s ease;
          -ms-transition: 0.6s ease;
          -o-transition: 0.6s ease;
          transition: 0.6s ease; }
        .carousel-background .field--group-carousel .field--item-carousel a .field--group-image:after {
          background-image: url("../../assets/img/svg/icons/plus.svg");
          top: 150%; }
        .carousel-background .field--group-carousel .field--item-carousel a .field--group-image:before {
          background-image: url("../../assets/img/svg/icons/eye.svg");
          top: 50%;
          z-index: 1; }
        .carousel-background .field--group-carousel .field--item-carousel a img {
          -webkit-transition: 0.6s ease;
          -moz-transition: 0.6s ease;
          -ms-transition: 0.6s ease;
          -o-transition: 0.6s ease;
          transition: 0.6s ease;
          padding-top: 0; }
        .carousel-background .field--group-carousel .field--item-carousel a .field--group-text {
          position: absolute;
          padding: 0;
          margin: 0;
          bottom: 10px;
          left: 10px;
          right: 10px;
          color: white;
          font-family: "Preon", sans-serif;
          font-weight: 500;
          font-size: 13px;
          line-height: 15px; }

.carousel-V2 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.54) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.54)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.54) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#8a000000', GradientType=0);
  background-size: cover;
  margin: 0; }
  .carousel-V2 .slick-slider {
    height: 250px;
    width: 100%; }
    .carousel-V2 .slick-slider .slick-dots {
      position: relative;
      bottom: auto; }
    .carousel-V2 .slick-slider .slick-next {
      right: -55px;
      background-image: url("../../assets/img/svg/arrows/arrow-right.svg");
      background-position: -60px -9px; }
      .carousel-V2 .slick-slider .slick-next:hover {
        background-position: -7px -9px; }
      @media only screen and (max-width: 600px) {
        .carousel-V2 .slick-slider .slick-next {
          right: -28px; } }
    .carousel-V2 .slick-slider .slick-prev {
      left: -55px;
      background-image: url("../../assets/img/svg/arrows/arrow-left.svg");
      background-position: -8px -9px; }
      .carousel-V2 .slick-slider .slick-prev:hover {
        background-position: -64px -9px; }
      @media only screen and (max-width: 600px) {
        .carousel-V2 .slick-slider .slick-prev {
          left: -28px; } }
    .carousel-V2 .slick-slider .slick-next,
    .carousel-V2 .slick-slider .slick-prev {
      border: 5px solid rgba(255, 255, 255, 0.3);
      background-size: auto 55px;
      margin-top: -10px;
      width: 48px;
      height: 48px; }
      .carousel-V2 .slick-slider .slick-next:hover,
      .carousel-V2 .slick-slider .slick-prev:hover {
        background-color: white; }
      @media only screen and (max-width: 600px) {
        .carousel-V2 .slick-slider .slick-next,
        .carousel-V2 .slick-slider .slick-prev {
          border: none; } }
  .carousel-V2 h2 {
    font-family: "Preon", sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: white;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 70px 0 40px;
    text-align: center; }
    .carousel-V2 h2:before, .carousel-V2 h2:after {
      width: 20px;
      height: 5px;
      background-color: rgba(255, 255, 255, 0.45);
      content: "";
      display: inline-block;
      margin-bottom: 3px; }
    .carousel-V2 h2:before {
      margin-right: 10px; }
    .carousel-V2 h2:after {
      margin-left: 10px; }
  .carousel-V2 h3 {
    font-size: 25px;
    color: white;
    line-height: 25px;
    padding: 0;
    font-family: "Preon", sans-serif;
    font-weight: normal;
    margin: 0 0 30px;
    text-align: center;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
  .carousel-V2 .field--name-field-lead {
    font-family: "Preon", sans-serif;
    font-weight: 200;
    color: white;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 60px;
    text-align: center; }
  .carousel-V2 .carousel-area {
    margin: 0 auto 70px auto;
    width: 1020px; }
    @media only screen and (max-width: 1200px) {
      .carousel-V2 .carousel-area {
        width: 855px; } }
    @media only screen and (max-width: 1000px) {
      .carousel-V2 .carousel-area {
        width: 680px; } }
    @media only screen and (max-width: 814px) {
      .carousel-V2 .carousel-area {
        width: 510px; } }
    @media only screen and (max-width: 600px) {
      .carousel-V2 .carousel-area {
        width: 100%; } }
    .carousel-V2 .carousel-area .field--item-carousel {
      margin: 8px 8px 20px 8px; }
      .carousel-V2 .carousel-area .field--item-carousel a {
        position: relative;
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 25px 15px 45px;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        cursor: default; }
        .carousel-V2 .carousel-area .field--item-carousel a .field--title {
          font-family: "Preon", sans-serif;
          font-weight: 500;
          font-size: 16px;
          line-height: 20px;
          color: white;
          margin-bottom: 30px;
          height: 60px;
          overflow: hidden; }
        .carousel-V2 .carousel-area .field--item-carousel a .field--text {
          font-family: "robotoRegular", sans-serif;
          font-size: 12px;
          line-height: 16px;
          color: white;
          height: 46px;
          overflow: hidden; }
        .carousel-V2 .carousel-area .field--item-carousel a .field--action {
          position: absolute;
          bottom: -15px;
          left: 50%;
          display: block;
          width: 124px;
          padding: 5px 0;
          border-radius: 2px;
          background-color: #333333;
          font-family: "Preon", sans-serif;
          font-weight: 500;
          font-size: 12px;
          color: white;
          padding-right: 20px;
          cursor: pointer;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
          .carousel-V2 .carousel-area .field--item-carousel a .field--action:after {
            content: "";
            position: absolute;
            top: 5px;
            right: 8px;
            display: block;
            width: 16px;
            height: 16px;
            background-color: white;
            border-radius: 50%;
            background-image: url(../../assets/img/svg/arrows/arrow-right-white-small-red.svg);
            background-size: auto 100%;
            background-position: -15px 0px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
        @media only screen and (min-width: 600px) {
          .carousel-V2 .carousel-area .field--item-carousel a:hover {
            text-decoration: none;
            background-color: white; }
            .carousel-V2 .carousel-area .field--item-carousel a:hover .field--title {
              color: #333333; }
            .carousel-V2 .carousel-area .field--item-carousel a:hover .field--text {
              color: #333333; }
            .carousel-V2 .carousel-area .field--item-carousel a:hover .field--action {
              background-color: #ee162d; }
              .carousel-V2 .carousel-area .field--item-carousel a:hover .field--action:after {
                background-position: -31px 0px; } }

form#user-login-form, form#user-register-form, form#user-pass {
  position: relative;
  font-family: "Preon", sans-serif;
  max-width: 380px;
  margin: 100px auto;
  padding: 20px;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  color: #333333; }
  form#user-login-form label, form#user-register-form label, form#user-pass label {
    display: block;
    text-transform: uppercase;
    text-align: center; }
  form#user-login-form input, form#user-register-form input, form#user-pass input {
    display: block;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #eaeaea;
    color: #333333;
    width: 100%;
    text-align: center;
    min-height: 40px; }
  form#user-login-form button, form#user-register-form button, form#user-pass button {
    text-align: center;
    margin-top: 30px;
    display: block;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #333333;
    color: #eaeaea;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 40px; }
    form#user-login-form button:hover, form#user-register-form button:hover, form#user-pass button:hover {
      background-color: #ee162d; }
    form#user-login-form button span, form#user-register-form button span, form#user-pass button span {
      display: none; }
  form#user-login-form .simplesamlphp-auth-login-link, form#user-register-form .simplesamlphp-auth-login-link, form#user-pass .simplesamlphp-auth-login-link {
    position: absolute;
    width: 140px;
    left: 0;
    right: 0;
    bottom: -40px;
    text-align: center;
    margin: auto;
    display: block;
    color: #ee162d;
    background-color: transparent; }
    form#user-login-form .simplesamlphp-auth-login-link:hover, form#user-register-form .simplesamlphp-auth-login-link:hover, form#user-pass .simplesamlphp-auth-login-link:hover {
      color: #333333; }

.container--user {
  margin-top: 40px; }
  .container--user .panel--member-for .label {
    display: none; }
  .container--user .panel--member-for .form-group {
    padding: 0;
    margin: 0; }

.site-search {
  width: 100%;
  height: 60vh; }
  @media screen and (max-width: 768px) {
    .site-search {
      height: 80vh; } }
  @media screen and (max-width: 576px) {
    .site-search {
      height: calc(100% - 28vh); } }

#searchBlock {
  max-width: 50%;
  margin: 0 auto;
  color: #fff;
  position: relative; }
  #searchBlock .form-item-search-api-fulltext input {
    outline: none; }
  @media screen and (max-width: 1200px) {
    #searchBlock {
      max-width: 70%; } }
  @media screen and (max-width: 768px) {
    #searchBlock {
      max-width: 80%; } }
  @media screen and (max-width: 576px) {
    #searchBlock {
      max-width: 90%; } }
  #searchBlock .js-form-submit {
    display: none !important; }
  #searchBlock .searchIcon,
  #searchBlock .resetIcon {
    position: absolute;
    top: 15px;
    z-index: 1;
    cursor: pointer; }
  #searchBlock .resetIcon {
    display: none;
    width: 35px;
    height: 35px;
    right: 0; }
    #searchBlock .resetIcon:after {
      width: 100%;
      height: 100%;
      content: "";
      display: block;
      background-color: transparent;
      background: url(../../assets/img/svg/24_cross_white.svg) no-repeat;
      background-size: cover; }
  #searchBlock .searchIcon {
    width: 24px;
    height: 24px; }
    #searchBlock .searchIcon:after {
      width: 100%;
      height: 100%;
      content: "";
      display: block;
      background-color: transparent;
      background: url(../../assets/img/svg/24_pesquisa_white.svg) no-repeat;
      background-size: cover; }
  @media screen and (max-width: 768px) {
    #searchBlock form {
      margin-top: 30px; } }
  #searchBlock fieldset {
    width: 100%;
    margin-top: 24px; }
    @media screen and (max-width: 576px) {
      #searchBlock fieldset {
        margin-top: 0; } }
    #searchBlock fieldset legend {
      position: relative;
      height: 0px;
      width: 0px;
      margin: 0;
      padding: 0;
      overflow: hidden; }
    #searchBlock fieldset .fieldset-wrapper .form-checkboxes {
      width: 100%; }
      @media screen and (max-width: 768px) {
        #searchBlock fieldset .fieldset-wrapper .form-checkboxes {
          display: flex;
          justify-content: space-evenly;
          flex-direction: row;
          justify-content: space-between;
          flex-wrap: wrap;
          margin: auto; } }
      @media screen and (max-width: 576px) {
        #searchBlock fieldset .fieldset-wrapper .form-checkboxes {
          width: 75%; } }
      @media screen and (max-width: 320px) {
        #searchBlock fieldset .fieldset-wrapper .form-checkboxes {
          width: 85%; } }
    #searchBlock fieldset .form-type-checkbox {
      width: 110px;
      height: 32px;
      background-color: #6e6e6e;
      border-radius: 20px;
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        #searchBlock fieldset .form-type-checkbox {
          margin: 5px; } }
      #searchBlock fieldset .form-type-checkbox.checked-filter {
        background-color: #ee162d; }
        #searchBlock fieldset .form-type-checkbox.checked-filter .control-label:after {
          content: "";
          width: 18px;
          height: 18px;
          background: url(../../assets/img/svg/24_cross_bg_softgrey.svg) no-repeat;
          background-size: 100%;
          right: 5px;
          position: absolute;
          top: 7px; }
      #searchBlock fieldset .form-type-checkbox .control-label {
        font-family: "robotoRegular";
        font-size: 14px;
        width: 100%;
        height: 100%;
        line-height: 32px;
        padding-left: 10px; }
        @media screen and (max-width: 576px) {
          #searchBlock fieldset .form-type-checkbox .control-label {
            line-height: 30px;
            padding-left: 5px; } }
        #searchBlock fieldset .form-type-checkbox .control-label input[type="checkbox"] {
          margin-top: 7px;
          display: none;
          margin-left: -10px; }
  #searchBlock .form-group {
    position: relative;
    /*    @media screen and (max-width: 768px) {
          max-height: 300px;
        }*/ }
    @media screen and (max-width: 576px) {
      #searchBlock .form-group {
        margin-bottom: 5px; } }
    #searchBlock .form-group .form-item-search-api-fulltext {
      width: 100%;
      display: block;
      text-align: center; }
      #searchBlock .form-group .form-item-search-api-fulltext label {
        display: none; }
      #searchBlock .form-group .form-item-search-api-fulltext input {
        margin: 0 auto;
        font-size: 24px;
        font-weight: 500;
        font-family: "Preon";
        color: #fff;
        border-radius: 0;
        height: 60px;
        background-color: transparent;
        width: 100%;
        border: none;
        border-bottom: 2px solid #fff;
        padding: 0 45px 0 45px; }
        #searchBlock .form-group .form-item-search-api-fulltext input:focus {
          box-shadow: none; }
        @media screen and (max-width: 576px) {
          #searchBlock .form-group .form-item-search-api-fulltext input {
            font-size: 17px;
            line-height: 24px; } }
      #searchBlock .form-group .form-item-search-api-fulltext ::placeholder {
        color: #fff; }
  #searchBlock .view-header {
    padding-top: 20px;
    border-top: 1px solid #3e3e3e; }
    @media screen and (max-width: 576px) {
      #searchBlock .view-header {
        padding-top: 5px; } }
    #searchBlock .view-header .resultsCounter {
      font-size: 14px;
      font-family: "robotoRegular";
      color: #989797; }
  #searchBlock .view-content {
    height: 52vh;
    overflow-y: scroll;
    margin-top: 20px; }
    @media (max-width: 576px) {
      #searchBlock .view-content {
        margin-top: 10px; } }
    @media (max-width: 420px) {
      #searchBlock .view-content {
        height: 54vh; } }
    @media (max-width: 375px) {
      #searchBlock .view-content {
        height: 48vh; } }
    @media (max-width: 320px) {
      #searchBlock .view-content {
        height: 45vh; } }
    #searchBlock .view-content::-webkit-scrollbar {
      width: 0px !important;
      background: rgba(250, 250, 250, 0.5);
      border-radius: 5px;
      scroll-behavior: smooth; }
    #searchBlock .view-content .indicators .multiple-indicator,
    #searchBlock .view-content .indicators .single-indicator {
      height: 144px;
      background-color: #262626;
      position: relative;
      margin-bottom: 16px; }
      #searchBlock .view-content .indicators .multiple-indicator a,
      #searchBlock .view-content .indicators .single-indicator a {
        width: 100%;
        height: 100%;
        position: absolute; }
        #searchBlock .view-content .indicators .multiple-indicator a:hover,
        #searchBlock .view-content .indicators .single-indicator a:hover {
          text-decoration: none; }
      #searchBlock .view-content .indicators .multiple-indicator .search-item-stories,
      #searchBlock .view-content .indicators .multiple-indicator .search-item-news,
      #searchBlock .view-content .indicators .multiple-indicator .search-item-video,
      #searchBlock .view-content .indicators .single-indicator .search-item-stories,
      #searchBlock .view-content .indicators .single-indicator .search-item-news,
      #searchBlock .view-content .indicators .single-indicator .search-item-video {
        padding-top: 20px; }
      #searchBlock .view-content .indicators .multiple-indicator .search-item-page,
      #searchBlock .view-content .indicators .multiple-indicator .search-item-documents,
      #searchBlock .view-content .indicators .single-indicator .search-item-page,
      #searchBlock .view-content .indicators .single-indicator .search-item-documents {
        padding-top: 25px; }
      #searchBlock .view-content .indicators .multiple-indicator .search-item-video .search-item-lead,
      #searchBlock .view-content .indicators .single-indicator .search-item-video .search-item-lead {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 90%; }
      #searchBlock .view-content .indicators .multiple-indicator .search-item-video .search-item-media iframe,
      #searchBlock .view-content .indicators .single-indicator .search-item-video .search-item-media iframe {
        width: 100%; }
      #searchBlock .view-content .indicators .multiple-indicator .search-item-news-image,
      #searchBlock .view-content .indicators .multiple-indicator .search-item-video,
      #searchBlock .view-content .indicators .single-indicator .search-item-news-image,
      #searchBlock .view-content .indicators .single-indicator .search-item-video {
        position: relative;
        width: 100%;
        height: 100%; }
        #searchBlock .view-content .indicators .multiple-indicator .search-item-news-image .search-item-media,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-video .search-item-media,
        #searchBlock .view-content .indicators .single-indicator .search-item-news-image .search-item-media,
        #searchBlock .view-content .indicators .single-indicator .search-item-video .search-item-media {
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 35%;
          overflow-y: hidden; }
          #searchBlock .view-content .indicators .multiple-indicator .search-item-news-image .search-item-media img,
          #searchBlock .view-content .indicators .multiple-indicator .search-item-video .search-item-media img,
          #searchBlock .view-content .indicators .single-indicator .search-item-news-image .search-item-media img,
          #searchBlock .view-content .indicators .single-indicator .search-item-video .search-item-media img {
            height: auto;
            width: 100%; }
        #searchBlock .view-content .indicators .multiple-indicator .search-item-news-image .search-item-title,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-news-image .search-item-lead,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-video .search-item-title,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-video .search-item-lead,
        #searchBlock .view-content .indicators .single-indicator .search-item-news-image .search-item-title,
        #searchBlock .view-content .indicators .single-indicator .search-item-news-image .search-item-lead,
        #searchBlock .view-content .indicators .single-indicator .search-item-video .search-item-title,
        #searchBlock .view-content .indicators .single-indicator .search-item-video .search-item-lead {
          width: 63%; }
      #searchBlock .view-content .indicators .multiple-indicator .search-item-page,
      #searchBlock .view-content .indicators .multiple-indicator .search-item-stories,
      #searchBlock .view-content .indicators .multiple-indicator .search-item-news,
      #searchBlock .view-content .indicators .multiple-indicator .search-item-video,
      #searchBlock .view-content .indicators .multiple-indicator .search-item-documents,
      #searchBlock .view-content .indicators .single-indicator .search-item-page,
      #searchBlock .view-content .indicators .single-indicator .search-item-stories,
      #searchBlock .view-content .indicators .single-indicator .search-item-news,
      #searchBlock .view-content .indicators .single-indicator .search-item-video,
      #searchBlock .view-content .indicators .single-indicator .search-item-documents {
        padding-left: 17px; }
        #searchBlock .view-content .indicators .multiple-indicator .search-item-page .search-item-date,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-stories .search-item-date,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-news .search-item-date,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-video .search-item-date,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-documents .search-item-date,
        #searchBlock .view-content .indicators .single-indicator .search-item-page .search-item-date,
        #searchBlock .view-content .indicators .single-indicator .search-item-stories .search-item-date,
        #searchBlock .view-content .indicators .single-indicator .search-item-news .search-item-date,
        #searchBlock .view-content .indicators .single-indicator .search-item-video .search-item-date,
        #searchBlock .view-content .indicators .single-indicator .search-item-documents .search-item-date {
          font-size: 12px;
          font-family: "robotoRegular";
          line-height: 16px;
          color: #989797;
          margin-bottom: 7px; }
        #searchBlock .view-content .indicators .multiple-indicator .search-item-page .search-item-title,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-stories .search-item-title,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-news .search-item-title,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-video .search-item-title,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-documents .search-item-title,
        #searchBlock .view-content .indicators .single-indicator .search-item-page .search-item-title,
        #searchBlock .view-content .indicators .single-indicator .search-item-stories .search-item-title,
        #searchBlock .view-content .indicators .single-indicator .search-item-news .search-item-title,
        #searchBlock .view-content .indicators .single-indicator .search-item-video .search-item-title,
        #searchBlock .view-content .indicators .single-indicator .search-item-documents .search-item-title {
          font-size: 17px;
          font-family: "preon";
          font-weight: 500;
          color: #ffffff;
          margin: 0 0 7px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          max-width: 90%; }
        #searchBlock .view-content .indicators .multiple-indicator .search-item-page .search-item-lead,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-stories .search-item-lead,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-news .search-item-lead,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-video .search-item-lead,
        #searchBlock .view-content .indicators .multiple-indicator .search-item-documents .search-item-lead,
        #searchBlock .view-content .indicators .single-indicator .search-item-page .search-item-lead,
        #searchBlock .view-content .indicators .single-indicator .search-item-stories .search-item-lead,
        #searchBlock .view-content .indicators .single-indicator .search-item-news .search-item-lead,
        #searchBlock .view-content .indicators .single-indicator .search-item-video .search-item-lead,
        #searchBlock .view-content .indicators .single-indicator .search-item-documents .search-item-lead {
          font-size: 14px;
          font-family: "robotoRegular";
          color: #989797;
          line-height: 20px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          max-width: 90%; }
      #searchBlock .view-content .indicators .multiple-indicator .search-item-type,
      #searchBlock .view-content .indicators .single-indicator .search-item-type {
        position: absolute;
        bottom: 16px;
        left: 16px;
        background-color: #fff;
        border-radius: 20px;
        min-width: 64px;
        height: 24px;
        color: #ee162d;
        text-align: center;
        line-height: 24px;
        font-family: "robotoRegular";
        font-size: 12px;
        padding: 0 5px; }
      #searchBlock .view-content .indicators .multiple-indicator .search-item-attachments,
      #searchBlock .view-content .indicators .single-indicator .search-item-attachments {
        position: absolute;
        right: 35px;
        bottom: 35px;
        cursor: pointer; }
        #searchBlock .view-content .indicators .multiple-indicator .search-item-attachments a,
        #searchBlock .view-content .indicators .single-indicator .search-item-attachments a {
          display: none; }
        #searchBlock .view-content .indicators .multiple-indicator .search-item-attachments .download,
        #searchBlock .view-content .indicators .single-indicator .search-item-attachments .download {
          content: "";
          width: 24px;
          height: 24px;
          background: url(../../assets/img/svg/download_white.svg) center no-repeat;
          position: absolute; }
    #searchBlock .view-content .indicators .mobile-media .video-search {
      height: 100%; }
    @media (max-width: 576px) {
      #searchBlock .view-content .indicators .mobile-media {
        height: 250px; }
        #searchBlock .view-content .indicators .mobile-media .search-item-media {
          height: 124px !important;
          width: 100% !important; }
        #searchBlock .view-content .indicators .mobile-media .search-item-news,
        #searchBlock .view-content .indicators .mobile-media .search-item-video {
          padding-top: 134px !important; } }
  #searchBlock .view-empty {
    text-align: center;
    color: #fff; }
    #searchBlock .view-empty h4 {
      padding-top: 60px;
      border-top: 1px solid #3e3e3e;
      font-family: "preon";
      font-size: 24px;
      line-height: 32px;
      font-weight: 500; }
    #searchBlock .view-empty p {
      max-width: 40vw;
      margin: auto;
      padding-top: 10px;
      font-family: "robotoRegular";
      font-size: 14px;
      line-height: 20px;
      color: #989797; }
      @media screen and (max-width: 576px) {
        #searchBlock .view-empty p {
          max-width: 70vw; } }

.top-highlight-feed .top-highlight-background {
  min-height: 44vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  .top-highlight-feed .top-highlight-background .top-highlight-description {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 90px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    text-align: center;
    z-index: 5;
    max-width: 1100px;
    padding: 0 100px;
    border-left: 10px solid rgba(204, 206, 197, 0.3);
    border-right: 10px solid rgba(204, 206, 197, 0.3);
    padding-top: 40px; }
    @media only screen and (max-width: 600px) {
      .top-highlight-feed .top-highlight-background .top-highlight-description {
        padding: 10px 0 10px 0; } }
    .top-highlight-feed .top-highlight-background .top-highlight-description .bordered {
      overflow: hidden;
      position: absolute;
      display: block;
      text-align: center;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%; }
      .top-highlight-feed .top-highlight-background .top-highlight-description .bordered .field--name-field-category {
        font-family: 'preon';
        font-size: 17px;
        font-weight: 500;
        line-height: 0.82;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        position: relative; }
      .top-highlight-feed .top-highlight-background .top-highlight-description .bordered > div {
        display: inline-block;
        position: relative; }
        .top-highlight-feed .top-highlight-background .top-highlight-description .bordered > div:before, .top-highlight-feed .top-highlight-background .top-highlight-description .bordered > div:after {
          content: "";
          position: absolute;
          height: 5px;
          border-bottom: 10px solid rgba(204, 206, 197, 0.3);
          top: 5px;
          width: 600px; }
        .top-highlight-feed .top-highlight-background .top-highlight-description .bordered > div:before {
          right: 100%;
          margin-right: 15px; }
        .top-highlight-feed .top-highlight-background .top-highlight-description .bordered > div:after {
          left: 100%;
          margin-left: 15px; }
    .top-highlight-feed .top-highlight-background .top-highlight-description .bordered-top {
      top: -7px;
      height: 22px; }
    .top-highlight-feed .top-highlight-background .top-highlight-description .bordered-bottom {
      bottom: -22px;
      height: 52px;
      padding: 15px 0; }
      .top-highlight-feed .top-highlight-background .top-highlight-description .bordered-bottom > div {
        max-width: 70%; }
    .top-highlight-feed .top-highlight-background .top-highlight-description .title-only {
      bottom: auto;
      height: auto;
      top: 60px; }
      .top-highlight-feed .top-highlight-background .top-highlight-description .title-only .field-title {
        font-family: 'preon';
        font-size: 36px;
        font-weight: 500;
        line-height: 1.33;
        text-align: center;
        color: #ffffff; }
        .top-highlight-feed .top-highlight-background .top-highlight-description .title-only .field-title > div {
          margin-top: -20px;
          font-size: 36px; }
          @media (max-width: 768px) {
            .top-highlight-feed .top-highlight-background .top-highlight-description .title-only .field-title > div {
              font-size: 24px !important; } }
          @media (max-width: 576px) {
            .top-highlight-feed .top-highlight-background .top-highlight-description .title-only .field-title > div {
              font-size: 20px !important; } }
.top-highlight-feed .container-feed-news {
  background-color: #f5f6f6; }
  .top-highlight-feed .container-feed-news .row .field--name-field-news-feed {
    background: gray; }
    .top-highlight-feed .container-feed-news .row .field--name-field-news-feed .form-group {
      margin: 0px; }
  .top-highlight-feed .container-feed-news .sidebar .view-corp-content-feed {
    max-width: 315px;
    right: 0;
    position: absolute; }
    .top-highlight-feed .container-feed-news .sidebar .view-corp-content-feed .view-content {
      margin-top: 50px;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .top-highlight-feed .container-feed-news .sidebar .view-corp-content-feed .view-content a:hover {
        text-decoration: none; }
    .top-highlight-feed .container-feed-news .sidebar .view-corp-content-feed .views-row {
      padding: 30px 56px 30px 18px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: none;
      border-left: 2px solid rgba(0, 0, 0, 0.2); }
      .top-highlight-feed .container-feed-news .sidebar .view-corp-content-feed .views-row:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .top-highlight-feed .container-feed-news .sidebar .view-corp-content-feed .views-row .views-field-changed, .top-highlight-feed .container-feed-news .sidebar .view-corp-content-feed .views-row .views-field-title {
        font-size: 14px;
        line-height: 20px;
        font-family: "robotoRegular", sans-serif; }
      .top-highlight-feed .container-feed-news .sidebar .view-corp-content-feed .views-row .views-field-field-date {
        color: #989797; }
      .top-highlight-feed .container-feed-news .sidebar .view-corp-content-feed .views-row .views-field-title {
        font-family: "robotoBold", sans-serif;
        color: #575757; }
      .top-highlight-feed .container-feed-news .sidebar .view-corp-content-feed .views-row.active {
        background-color: #fff;
        border-left: 2px solid #ee162d; }
        .top-highlight-feed .container-feed-news .sidebar .view-corp-content-feed .views-row.active .views-field-field-date {
          color: #ee162d; }
        .top-highlight-feed .container-feed-news .sidebar .view-corp-content-feed .views-row.active:hover {
          border-left: 2px solid #ee162d; }
      .top-highlight-feed .container-feed-news .sidebar .view-corp-content-feed .views-row:hover {
        border-left: 2px solid rgba(0, 0, 0, 0.5);
        background-color: #fafafa; }
  .top-highlight-feed .container-feed-news .feed {
    background-color: #fff; }
    .top-highlight-feed .container-feed-news .feed .mw-720 {
      margin: 0 auto 0 60px; }
      @media (max-width: 992px) {
        .top-highlight-feed .container-feed-news .feed .mw-720 {
          margin: 0 auto;
          padding: 20px 18px; } }
    .top-highlight-feed .container-feed-news .feed .mw-720.updating {
      padding: 0; }
    .top-highlight-feed .container-feed-news .feed .updated-last {
      height: 60px;
      padding: 40px 130px 0 10px; }
      .top-highlight-feed .container-feed-news .feed .updated-last > div {
        display: inline-block;
        margin-right: 8px; }
      .top-highlight-feed .container-feed-news .feed .updated-last .red-circle {
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background-color: #ee162d; }
      .top-highlight-feed .container-feed-news .feed .updated-last .upd-text-bold, .top-highlight-feed .container-feed-news .feed .updated-last .upd-text {
        line-height: 16px;
        height: 16px;
        font-size: 14px; }
      .top-highlight-feed .container-feed-news .feed .updated-last .upd-text-bold {
        text-transform: uppercase;
        color: #3e3e3e;
        font-family: "robotoBold", sans-serif; }
      .top-highlight-feed .container-feed-news .feed .updated-last .upd-text {
        font-weight: bold;
        font-family: "robotoRegular", sans-serif;
        color: #989797; }
      @media (max-width: 992px) {
        .top-highlight-feed .container-feed-news .feed .updated-last {
          padding: 0;
          text-align: center;
          height: auto;
          padding-top: 20px; } }
    .top-highlight-feed .container-feed-news .feed .views-row {
      margin-top: 27px;
      padding-bottom: 24px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .top-highlight-feed .container-feed-news .feed .views-row .updated-date {
        font-family: "robotoBold", sans-serif;
        font-size: 14px;
        color: #989797; }
      .top-highlight-feed .container-feed-news .feed .views-row .feed-title {
        font-size: 24px;
        font-family: 'preon';
        color: #3e3e3e;
        font-weight: 500;
        margin-bottom: 10px; }
      .top-highlight-feed .container-feed-news .feed .views-row .content-source {
        font-family: "robotoRegular", sans-serif;
        font-size: 17px;
        color: #a2a2a2;
        margin-bottom: 28px; }
      .top-highlight-feed .container-feed-news .feed .views-row .social-feed {
        text-align: center;
        margin-bottom: 40px; }
        .top-highlight-feed .container-feed-news .feed .views-row .social-feed twitter-widget {
          margin: 10px auto; }
        @media (max-width: 576px) {
          .top-highlight-feed .container-feed-news .feed .views-row .social-feed iframe {
            width: 100%; } }
      .top-highlight-feed .container-feed-news .feed .views-row .feed-image .field--name-field-images {
        width: 100%;
        max-height: 480px;
        overflow: hidden; }
        @media (max-width: 1200px) and (min-width: 768px) {
          .top-highlight-feed .container-feed-news .feed .views-row .feed-image .field--name-field-images {
            max-height: 380px; } }
        .top-highlight-feed .container-feed-news .feed .views-row .feed-image .field--name-field-images .slick-next, .top-highlight-feed .container-feed-news .feed .views-row .feed-image .field--name-field-images .slick-prev {
          border: none; }
          @media (max-width: 767px) {
            .top-highlight-feed .container-feed-news .feed .views-row .feed-image .field--name-field-images .slick-next, .top-highlight-feed .container-feed-news .feed .views-row .feed-image .field--name-field-images .slick-prev {
              display: none !important; } }
        .top-highlight-feed .container-feed-news .feed .views-row .feed-image .field--name-field-images .slick-next {
          background: url(../../assets/img/svg/arrows/40_big_arrow_right_white.svg) center no-repeat; }
        .top-highlight-feed .container-feed-news .feed .views-row .feed-image .field--name-field-images .slick-prev {
          background: url(../../assets/img/svg/arrows/40_big_arrow_left_white.svg) center no-repeat; }
      .top-highlight-feed .container-feed-news .feed .views-row .feed-image .field--item img {
        width: 100%;
        min-height: 480px; }
        @media (max-width: 767px) {
          .top-highlight-feed .container-feed-news .feed .views-row .feed-image .field--item img {
            height: auto;
            min-height: 217px !important; } }
      .top-highlight-feed .container-feed-news .feed .views-row .feed-video iframe {
        width: 100%; }
        @media (max-width: 576px) {
          .top-highlight-feed .container-feed-news .feed .views-row .feed-video iframe {
            height: auto;
            min-height: 217px; } }
      .top-highlight-feed .container-feed-news .feed .views-row .content p {
        padding: 0;
        font-family: "robotoRegular", sans-serif;
        font-size: 17px;
        line-height: 24px;
        color: #575757; }
        .top-highlight-feed .container-feed-news .feed .views-row .content p strong {
          color: #ee162d; }
      .top-highlight-feed .container-feed-news .feed .views-row .content .paragraph--type--text-and-html {
        margin: auto; }
      .top-highlight-feed .container-feed-news .feed .views-row .footer .field--name-field-related-documents {
        border: none; }
      .top-highlight-feed .container-feed-news .feed .views-row .footer .field--name-field-social-media {
        display: none; }
  .top-highlight-feed .container-feed-news .social-feed-share {
    background-color: #fff;
    padding-bottom: 30px; }
    .top-highlight-feed .container-feed-news .social-feed-share .share-items-box {
      max-width: 720px;
      padding: 20px 10px;
      margin: 0 auto 0 60px; }
      @media (max-width: 992px) {
        .top-highlight-feed .container-feed-news .social-feed-share .share-items-box {
          margin: auto !important; } }
      .top-highlight-feed .container-feed-news .social-feed-share .share-items-box .paragraph--type--share {
        padding: 0; }
        .top-highlight-feed .container-feed-news .social-feed-share .share-items-box .paragraph--type--share .social-media-sharing {
          position: relative; }
          .top-highlight-feed .container-feed-news .social-feed-share .share-items-box .paragraph--type--share .social-media-sharing ul {
            position: absolute;
            right: 0; }
            @media (max-width: 992px) {
              .top-highlight-feed .container-feed-news .social-feed-share .share-items-box .paragraph--type--share .social-media-sharing ul {
                display: unset;
                width: 100%; } }

.teaser-img {
  position: relative; }
  .teaser-img .updating-highlight {
    position: absolute;
    bottom: 0;
    width: 103px;
    height: 24px;
    background-color: #ee162d;
    text-align: center;
    z-index: 10; }
    .teaser-img .updating-highlight .round-icon {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #fff;
      margin-right: 4px; }
    .teaser-img .updating-highlight span {
      display: inline-block;
      color: #fff;
      font-family: 'robotoRegular';
      font-size: 12px;
      line-height: 24px; }

.view .pager__item .button {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0px 70px 0 10px;
  height: 50px;
  line-height: 56px;
  text-align: left;
  position: relative;
  border-radius: 5px;
  background-color: transparent;
  font-family: "Preon", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #3e3e3e;
  border: 3px solid white; }
  .view .pager__item .button:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url("../../assets/img/svg/arrows/arrow-bottom-gray-small.svg");
    background-repeat: no-repeat;
    background-size: 32px;
    right: 10px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .view .pager__item .button:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #333333;
    border: 4px solid #333333;
    color: #fff; }
    .view .pager__item .button:hover:after {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      background-position: 0 -31px; }

html {
  min-height: 100%;
  height: 100%;
  overflow-x: hidden; }

body {
  padding: 0;
  position: relative;
  min-height: 100%;
  overflow: hidden;
  width: 100%; }
  @media only screen and (min-width: 600px) {
    body {
      padding: 15px; } }

a {
  color: #333333; }
  a:active, a:focus {
    text-decoration: none;
    outline: transparent; }

.skip-link {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  background-color: transparent;
  border: none; }

#sliding-popup.sliding-popup-top {
  left: 0;
  width: 100%; }

.dialog-off-canvas-main-canvas {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%; }

.main-container {
  flex: 1 0 auto;
  width: 100%; }

.footer {
  flex-shrink: 0; }

.flex {
  display: flex; }

.hide-overflow {
  overflow: hidden; }

.container-fluid {
  padding-left: 0px;
  padding-right: 0px; }
  .container-fluid .region.region-content > .alert {
    position: fixed;
    z-index: 100;
    width: 60%;
    top: 75px;
    left: 50%;
    margin: 0;
    display: inline-block;
    font-family: "Preon", sans-serif;
    font-weight: 700;
    border-radius: 30px;
    padding: 10px 40px;
    border: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -ms-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -o-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6); }

.area-limit {
  margin: 0 auto; }

nav.tabs {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 50; }
  nav.tabs .nav-tabs {
    border: none;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    nav.tabs .nav-tabs li {
      float: none;
      display: inline-block;
      margin: 10px 5px 0;
      border: none; }
      nav.tabs .nav-tabs li a {
        background-color: #eaeaea;
        color: #333333;
        border-radius: 30px;
        padding: 10px 40px;
        font-family: "Preon", sans-serif;
        font-weight: 700;
        border: none;
        -webkit-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        -moz-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        -ms-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        -o-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
        -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
        -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6); }
        nav.tabs .nav-tabs li a:hover {
          background-color: #333333;
          color: white;
          border: none;
          -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
          -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
          -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
          -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6); }
      nav.tabs .nav-tabs li.active a {
        background-color: #333333;
        color: #ee162d;
        border: none;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
        -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
        -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6); }

.contextual-region .contextual {
  top: 6px !important; }
  .contextual-region .contextual button.trigger {
    border: none;
    background-color: #eaeaea;
    color: #333333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    background-image: url(../../assets/img/svg/edit-icon-dark.svg);
    background-size: 20px 20px;
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%; }
    .contextual-region .contextual button.trigger:hover, .contextual-region .contextual button.trigger:focus {
      background-color: #333333;
      color: white;
      border: none;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
      -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
      -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
      background-image: url(../../assets/img/svg/edit-icon-light.svg); }
  .contextual-region .contextual.open button.trigger {
    border-radius: 20px 20px 0 0; }
  .contextual-region .contextual ul.contextual-links {
    border: none;
    border: 3px solid #333333;
    background-color: #eaeaea;
    color: #333333;
    margin: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6); }
    .contextual-region .contextual ul.contextual-links li {
      background-color: transparent;
      color: #333333;
      margin: 0; }
      .contextual-region .contextual ul.contextual-links li a {
        background-color: transparent;
        color: #333333;
        margin: 0;
        padding: 0.6em 1.3em;
        font-family: "Preon", sans-serif;
        font-weight: 700;
        -webkit-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        -moz-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        -ms-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        -o-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
        .contextual-region .contextual ul.contextual-links li a:hover {
          background-color: #333333;
          color: white; }
      .contextual-region .contextual ul.contextual-links li:hover {
        background-color: #333333;
        color: white; }
        .contextual-region .contextual ul.contextual-links li:hover a {
          background-color: #333333;
          color: white; }
          .contextual-region .contextual ul.contextual-links li:hover a:hover {
            background-color: #333333;
            color: white; }

.status-message {
  position: fixed;
  top: 200px;
  left: 50%;
  width: 80%;
  margin: 0 auto;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

@media only screen and (max-width: 800px) {
  nav.tabs {
    left: auto;
    right: 10px;
    width: auto; }
    nav.tabs .nav-tabs {
      position: relative;
      border: none;
      background-color: #eaeaea;
      color: #333333;
      border-radius: 20px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
      -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
      -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6); }
      nav.tabs .nav-tabs li {
        pointer-events: none;
        display: none;
        width: 100%; }
      nav.tabs .nav-tabs:after {
        position: relative;
        content: "";
        background-image: url(../../assets/img/svg/edit-icon-dark.svg);
        background-size: 20px 20px;
        background-position: center center;
        background-repeat: no-repeat;
        height: 30px !important;
        width: 30px !important; }
      nav.tabs .nav-tabs:hover {
        margin-left: 10px;
        padding-bottom: 40px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        nav.tabs .nav-tabs:hover li {
          pointer-events: unset;
          display: block; }
          nav.tabs .nav-tabs:hover li:last-child {
            margin-bottom: 20px; }
        nav.tabs .nav-tabs:hover:after {
          position: absolute;
          bottom: 10px; }
        nav.tabs nav.tabs .nav-tabs:hover {
          left: 10px; } }
@media only screen and (max-width: 600px) {
  .toolbar-bar {
    position: fixed !important; }

  .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }

  section.col-sm-12 {
    padding: 0; } }
.view-header {
  padding: 0 10px; }

@media (min-width: 768px) {
  .container,
  .area-limit,
  .view-header {
    max-width: 720px;
    width: auto; } }
@media (min-width: 992px) {
  .container,
  .area-limit,
  .view-header {
    max-width: 940px;
    width: auto; } }
@media (min-width: 1200px) {
  .container,
  .area-limit,
  .view-header {
    max-width: 1140px;
    width: auto; } }
.view-header {
  margin: 0 auto;
  text-align: right;
  color: #989797; }

.region.region-pre-content .form-group {
  margin-bottom: 0; }
