body {
  color: #393C41;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }

.base-container {
  padding-top: 72px; }
  @media (min-width: 1024px) {
    .base-container {
      padding-top: 90px; } }

.container {
  max-width: 1440px !important;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .container {
      padding: 0 20px; } }
  @media (min-width: 1024px) {
    .container {
      padding: 0 40px; } }
  @media (min-width: 1366px) {
    .container {
      padding: 0 80px; } }
  .container.container-slim {
    max-width: 1024px !important; }
  .container.container-no-padding {
    padding: 0 !important; }

.background-100 {
  background-repeat: no-repeat; }

.overlay-bottom {
  position: relative; }
  .overlay-bottom:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #393C41, rgba(57, 60, 65, 0));
    mix-blend-mode: multiply; }

.image-container {
  display: block;
  position: relative;
  padding-bottom: 120%;
  overflow: hidden;
  background: #D0021B; }
  @media (min-width: 992px) {
    .image-container {
      padding-bottom: 67%; } }
  .image-container img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto; }
  .image-container .custom-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .image-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.main {
  padding-top: 72px; }
  @media (min-width: 1024px) {
    .main {
      padding-top: 90px; } }

.h1, .h2, .h3, .h4, .location-page .banner-sidebar .link-block a, .h5, .panel .panel-body .panel-text .title, .panel-image-list .image-item .title, .h6, .home-h1 {
  font-weight: 300;
  line-height: 1.1; }

.title-margin {
  margin-bottom: 0.7em; }

.border-title {
  position: relative;
  padding-bottom: 0.7em;
  margin-bottom: 1em; }
  .border-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 2px;
    background: #2672A1; }

.home-h1 {
  color: #fff;
  font-size: 28px;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .home-h1 {
      font-size: 44px;
      font-size: 4.167vw;
      padding: 45px 0; } }
  @media (min-width: 1024px) {
    .home-h1 {
      font-size: 60px;
      padding: 60px 0; } }
  @media (min-width: 1440px) {
    .home-h1 {
      font-size: 60px; } }

.h1 {
  font-size: 29px; }
  @media (min-width: 768px) {
    .h1 {
      font-size: 44px;
      font-size: 4.167vw; } }
  @media (min-width: 1024px) {
    .h1 {
      font-size: 60px;
      font-size: 4.167vw; } }
  @media (min-width: 1440px) {
    .h1 {
      font-size: 60px; } }

.h2 {
  font-size: 24px; }
  @media (min-width: 768px) {
    .h2 {
      font-size: 33px;
      font-size: 2.639vw; } }
  @media (min-width: 1024px) {
    .h2 {
      font-size: 38px;
      font-size: 2.639vw; } }
  @media (min-width: 1440px) {
    .h2 {
      font-size: 38px; } }

.h3 {
  font-size: 20px; }
  @media (min-width: 768px) {
    .h3 {
      font-size: 24px;
      font-size: 1.944vw; } }
  @media (min-width: 1024px) {
    .h3 {
      font-size: 28px;
      font-size: 1.944vw; } }
  @media (min-width: 1440px) {
    .h3 {
      font-size: 28px; } }

.h4, .location-page .banner-sidebar .link-block a {
  font-size: 16px; }
  @media (min-width: 768px) {
    .h4, .location-page .banner-sidebar .link-block a {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .h4, .location-page .banner-sidebar .link-block a {
      font-size: 22px;
      font-size: 1.528vw; } }
  @media (min-width: 1440px) {
    .h4, .location-page .banner-sidebar .link-block a {
      font-size: 22px;
      font-size: 1.528vw; } }

.h5, .panel .panel-body .panel-text .title, .panel-image-list .image-item .title {
  font-size: 14px; }
  @media (min-width: 768px) {
    .h5, .panel .panel-body .panel-text .title, .panel-image-list .image-item .title {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    .h5, .panel .panel-body .panel-text .title, .panel-image-list .image-item .title {
      font-size: 16px; } }

.h6 {
  font-size: 12px; }
  @media (min-width: 768px) {
    .h6 {
      font-size: 11px; } }
  @media (min-width: 1024px) {
    .h6 {
      font-size: 12px; } }

.p-small {
  font-size: 12px; }

.p {
  font-size: 14px; }
  @media (min-width: 768px) {
    .p {
      font-size: 16px; } }

.p-large {
  font-size: 16px; }
  @media (min-width: 1024px) {
    .p-large {
      font-size: 18px; } }

.footer-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 1.2em; }

.img-caption, .te .image-and-caption .caption {
  font-size: 12px;
  color: #333;
  padding: 5px 0; }

.break-line {
  display: block; }

.btn-list {
  max-width: 350px;
  display: flex;
  flex-direction: column; }
  .btn-list .btn {
    border-bottom: 1px solid #BDBDBD; }

.btn {
  cursor: pointer;
  color: #333;
  display: inline-block;
  width: auto;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 10px 20px;
  text-align: left; }
  @media (min-width: 768px) {
    .btn {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    .btn {
      font-size: 16px; } }
  .btn.btn-default.btn-next:after {
    background-image: url("../img/chevron-right-blue.svg"); }
  .btn.btn-primary {
    border: 1px solid #2672A1;
    background: #2672A1;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.active {
      border: 1px solid #1c5578 !important;
      background: #1c5578 !important; }
  .btn.btn-white {
    color: #fff; }
    .btn.btn-white.btn-next:after {
      background-image: url("../img/chevron-right.svg"); }
  .btn.btn-next {
    position: relative;
    padding-right: 40px; }
    .btn.btn-next:after {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      background-image: url("../img/chevron-right.svg");
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      right: 11px;
      top: 10px; }
  .btn.btn-search {
    position: relative;
    padding-right: 40px;
    background-image: url("../img/search@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 16px 16px;
    background-position: 80px center; }
    .btn.btn-search:hover {
      background-image: url("../img/search@2x.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-size: 16px 16px;
      background-position: 80px center; }

.btn-arrow {
  width: 36px;
  height: 36px;
  display: block;
  border: none;
  outline: none;
  background-image: url("../img/arrow-right.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center; }
  .btn-arrow.btn-left {
    transform: rotate(180deg);
    transform-origin: 50% 50%; }

.datepicker .ui-datepicker-inline {
  width: 100%;
  padding: 0px;
  border: 1px solid #E0E0E0;
  border-radius: 0px; }
.datepicker .ui-datepicker-header {
  background: #F2F2F2;
  border: none;
  border-radius: none; }
  .datepicker .ui-datepicker-header .ui-datepicker-title {
    font-weight: 300;
    font-size: 23px; }
  .datepicker .ui-datepicker-header .ui-datepicker-prev, .datepicker .ui-datepicker-header .ui-datepicker-next {
    border: 1px solid #E0E0E0;
    width: 30px;
    height: 30px;
    top: 8px;
    left: 10px; }
    .datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon, .datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
      display: none; }
  .datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 10px;
    left: auto; }
.datepicker .ui-widget-content .ui-state-default {
  background: #fff;
  border-color: #E0E0E0;
  margin: 0; }
.datepicker .ui-widget-content .ui-state-hover {
  background: #2672A1;
  color: #fff; }
.datepicker .ui-widget-content .ui-state-active {
  background: #2672A1;
  color: #fff; }

.pagination-control {
  text-align: center;
  padding: 30px; }
  .pagination-control .pagination-text {
    font-size: 14px;
    margin-bottom: 0.5em; }
  .pagination-control .pagination-buttons {
    list-style: none;
    padding: 0;
    margin: 0; }
    .pagination-control .pagination-buttons li {
      display: inline-block;
      position: relative;
      width: 36px;
      height: 36px;
      text-align: center;
      line-height: 34px;
      font-size: 15px;
      background: #F2F2F2; }
      .pagination-control .pagination-buttons li.current {
        background: #1c5578;
        color: #fff; }
      .pagination-control .pagination-buttons li.previous, .pagination-control .pagination-buttons li.next {
        width: auto;
        padding: 0 10px; }
      .pagination-control .pagination-buttons li a {
        display: block;
        color: #333333;
        width: 100%;
        top: 0;
        left: 0; }

.share-this-page-control .share-this-page-title {
  font-weight: 300;
  border-top: 1px solid #E0E0E0;
  padding-top: 5px;
  margin: 30px 0 7px 0; }

.top-bar {
  background: #393C41;
  height: 72px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
  @media (min-width: 1024px) {
    .top-bar {
      height: 90px; } }
  .top-bar .logo {
    width: 96px;
    height: 38px; }
    @media (min-width: 1024px) {
      .top-bar .logo {
        width: 133px;
        height: 55px; } }
    .top-bar .logo a {
      display: block;
      width: 100%; }
      .top-bar .logo a img {
        width: 100%; }
  .top-bar .nav-trigger {
    color: #fff;
    float: right;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center; }
    @media (min-width: 1024px) {
      .top-bar .nav-trigger {
        display: none; } }
    .top-bar .nav-trigger .menu-label {
      color: #fff;
      font-weight: 300;
      font-size: 16px;
      display: inline-block;
      margin-left: 10px; }
    .top-bar .nav-trigger .burger-menu-inner {
      display: inline-block;
      height: 20px;
      width: 36px;
      left: 0px;
      top: 0px;
      position: relative; }
      .top-bar .nav-trigger .burger-menu-inner span {
        display: block;
        position: absolute;
        height: 2.5px;
        border-radius: 1px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.3s ease-in-out; }
        .top-bar .nav-trigger .burger-menu-inner span:nth-child(1) {
          top: 0px;
          left: 0;
          width: 100%; }
        .top-bar .nav-trigger .burger-menu-inner span:nth-child(2) {
          top: 8px;
          width: 100%; }
        .top-bar .nav-trigger .burger-menu-inner span:nth-child(3) {
          top: 8px;
          width: 100%; }
        .top-bar .nav-trigger .burger-menu-inner span:nth-child(4) {
          top: 16px;
          left: 0;
          width: 100%; }
    .top-bar .nav-trigger.open {
      transition: 0.3s; }
      .top-bar .nav-trigger.open .burger-menu-inner span {
        background: #fff; }
        .top-bar .nav-trigger.open .burger-menu-inner span:nth-child(1) {
          top: 10px;
          width: 0%;
          left: 50%; }
        .top-bar .nav-trigger.open .burger-menu-inner span:nth-child(2) {
          transform: rotate(45deg);
          width: 100%; }
        .top-bar .nav-trigger.open .burger-menu-inner span:nth-child(3) {
          transform: rotate(-45deg);
          width: 100%; }
        .top-bar .nav-trigger.open .burger-menu-inner span:nth-child(4) {
          top: 10px;
          width: 0%;
          left: 50%; }
  .top-bar .menu {
    position: static; }
  .top-bar .dropdown {
    width: 100%;
    position: absolute;
    height: calc(100vh - 72px);
    background: #393C41;
    top: 72px;
    left: -100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end; }
    @media (min-width: 1024px) {
      .top-bar .dropdown {
        display: block;
        position: static;
        width: auto;
        height: auto;
        background: none;
        text-align: right; } }
    .top-bar .dropdown.active {
      left: 0; }
    @media (min-width: 1024px) {
      .top-bar .dropdown .container {
        max-width: 100%;
        padding: 0; } }
  .top-bar .top-menu {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #393C41;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 0 15px; }
    @media (min-width: 1024px) {
      .top-bar .top-menu {
        width: 100%;
        float: left;
        position: static;
        background: none;
        padding: 0;
        text-align: right;
        margin-top: 12px; } }
    @media (min-width: 1024px) {
      .top-bar .top-menu .container {
        padding: 0; } }
    .top-bar .top-menu li {
      display: block;
      width: 50%;
      float: left; }
      @media (min-width: 1024px) {
        .top-bar .top-menu li {
          display: inline-block;
          width: 30px;
          float: none; } }
      .top-bar .top-menu li .top-link {
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 13px;
        padding: 20px 0px; }
        @media (min-width: 1024px) {
          .top-bar .top-menu li .top-link {
            padding: 5px; } }
        .top-bar .top-menu li .top-link:before {
          content: "";
          display: inline-block;
          width: 16px;
          height: 16px;
          margin-right: 10px;
          position: relative;
          top: 1px; }
        @media (min-width: 1024px) {
          .top-bar .top-menu li .top-link span {
            opacity: 0;
            position: absolute; } }
      .top-bar .top-menu li.search .top-link:before {
        background-image: url("../img/search.png");
        background-repeat: no-repeat;
        background-size: contain; }
      .top-bar .top-menu li.login .top-link:before {
        background-image: url("../img/user.png"); }
  .top-bar .nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    height: calc(100vh - 90px);
    padding-bottom: 81px;
    padding-top: 60px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 1024px) {
      .top-bar .nav-menu {
        width: 100%;
        height: auto;
        float: right;
        padding: 0;
        overflow: visible;
        margin-top: 4px; } }
    @media (min-width: 1024px) {
      .top-bar .nav-menu .nav-item {
        display: inline-block; } }
    .top-bar .nav-menu .nav-item.has-children {
      display: flex; }
      @media (min-width: 1024px) {
        .top-bar .nav-menu .nav-item.has-children {
          display: inline-block; } }
      .top-bar .nav-menu .nav-item.has-children .nav-link {
        width: calc(100% - 63px); }
        @media (min-width: 1024px) {
          .top-bar .nav-menu .nav-item.has-children .nav-link {
            width: auto; } }
    .top-bar .nav-menu .nav-item .nav-link {
      font-size: 24px;
      line-height: 23px;
      color: #fff;
      padding: 20px 0;
      display: inline-block; }
      @media (min-width: 1024px) {
        .top-bar .nav-menu .nav-item .nav-link {
          padding: 15px 0;
          margin: 0 7px;
          font-size: 15px;
          line-height: 15px;
          position: relative; } }
      @media (min-width: 1366px) {
        .top-bar .nav-menu .nav-item .nav-link {
          margin: 0 12px;
          font-size: 16px; } }
      @media (min-width: 1024px) {
        .top-bar .nav-menu .nav-item .nav-link:after {
          content: "";
          display: block;
          width: 0%;
          height: 1px;
          background: #fff;
          position: absolute;
          bottom: 0;
          left: 0;
          transition: 0.3s; } }
      @media (min-width: 1024px) {
        .top-bar .nav-menu .nav-item .nav-link.active:after, .top-bar .nav-menu .nav-item .nav-link:hover:after {
          width: 100%;
          transition: 0.3s; } }
    .top-bar .nav-menu .nav-item .submenu-arrow {
      display: inline-block;
      width: 63px;
      height: 63px;
      background-image: url("../img/chevron-right.png");
      background-repeat: no-repeat;
      background-size: 24px 24px;
      background-position: center;
      background-color: #222; }
      @media (min-width: 1024px) {
        .top-bar .nav-menu .nav-item .submenu-arrow {
          display: none; } }
    .top-bar .nav-menu .nav-item .submenu {
      width: 100%;
      height: 100%;
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      left: 0;
      top: 0;
      left: -100%;
      transition: 0.3s;
      background: #484B51; }
      @media (min-width: 1024px) {
        .top-bar .nav-menu .nav-item .submenu {
          text-align: left;
          width: 100%;
          float: left;
          padding: 60px 0;
          left: 0;
          top: -9999px;
          opacity: 0;
          height: calc(75vh - 90px); } }
      .top-bar .nav-menu .nav-item .submenu.active {
        left: 0;
        transition: 0.3s; }
        @media (min-width: 1024px) {
          .top-bar .nav-menu .nav-item .submenu.active {
            opacity: 1;
            top: 90px;
            transition: opacity 0.3s; } }
      @media (min-width: 1024px) {
        .top-bar .nav-menu .nav-item .submenu .submenu-inner {
          max-width: 1024px;
          margin: 0 auto; } }
      .top-bar .nav-menu .nav-item .submenu .submenu-title {
        font-size: 28px;
        background: red;
        padding: 20px 0;
        background: #393C41;
        color: #fff; }
        @media (min-width: 1024px) {
          .top-bar .nav-menu .nav-item .submenu .submenu-title {
            background: none;
            line-height: 60px;
            font-size: 60px;
            margin-bottom: 30px; } }
        .top-bar .nav-menu .nav-item .submenu .submenu-title span {
          position: relative;
          font-weight: 300;
          display: block;
          padding-left: 35px; }
          @media (min-width: 1024px) {
            .top-bar .nav-menu .nav-item .submenu .submenu-title span {
              padding: 0; } }
          .top-bar .nav-menu .nav-item .submenu .submenu-title span:before {
            content: "";
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            background-image: url("../img/arrow-left.png");
            background-size: contain;
            background-repeat: no-repeat;
            margin-right: 15px;
            top: 10px;
            left: 0; }
            @media (min-width: 1024px) {
              .top-bar .nav-menu .nav-item .submenu .submenu-title span:before {
                display: none; } }
      .top-bar .nav-menu .nav-item .submenu .nav-link {
        font-size: 18px;
        line-height: 25px;
        margin: 0; }
        @media (min-width: 1024px) {
          .top-bar .nav-menu .nav-item .submenu .nav-link {
            padding: 15px 0;
            line-height: 15px;
            font-size: 20px; }
            .top-bar .nav-menu .nav-item .submenu .nav-link:hover:after {
              display: none; } }

.footer .bg-social {
  background: #F2F2F2; }
  .footer .bg-social .h2 {
    margin-bottom: 1em; }
  .footer .bg-social .social {
    border-bottom: 1px solid #BDBDBD; }
    @media (min-width: 576px) {
      .footer .bg-social .social {
        border: none;
        border-right: 1px solid #BDBDBD; } }
    .footer .bg-social .social .social-inner {
      padding: 30px 20px; }
      @media (min-width: 1024px) {
        .footer .bg-social .social .social-inner {
          padding: 60px 0; } }
    .footer .bg-social .social .icons a {
      display: inline-block;
      width: 26px;
      height: 26px;
      margin-right: 10px; }
      .footer .bg-social .social .icons a img {
        width: 100%; }
  .footer .bg-social .newsletter .newsletter-inner {
    padding: 30px 20px; }
    @media (min-width: 1024px) {
      .footer .bg-social .newsletter .newsletter-inner {
        padding: 60px; } }
.footer .links-row, .footer .menu-row, .footer .legal-row {
  padding: 15px 0; }
.footer .legal-row {
  padding-bottom: 0; }
.footer .bg-links {
  padding: 20px 0;
  background: #393C41;
  color: #fff; }
  .footer .bg-links .links-list {
    padding-bottom: 20px; }
    .footer .bg-links .links-list .title {
      font-size: 17px; }
    .footer .bg-links .links-list ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer .bg-links .links-list ul li a {
        font-size: 14px;
        line-height: 28px;
        color: #fff; }
@media (min-width: 1024px) {
  .footer .footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; } }
.footer .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer .footer-menu ul li a {
    font-size: 17px;
    color: #fff;
    display: block;
    width: 50%;
    float: left;
    padding: 7px 0; }
    @media (min-width: 1024px) {
      .footer .footer-menu ul li a {
        display: inline-block;
        width: auto;
        margin-right: 30px; } }
.footer .credit-suisse .logo {
  display: inline-block;
  width: 113px;
  height: 49px; }
  @media (min-width: 1024px) {
    .footer .credit-suisse .logo {
      width: 152px;
      height: 66px; } }
  .footer .credit-suisse .logo a {
    display: block;
    width: 100%; }
    .footer .credit-suisse .logo a img {
      width: 100%; }
.footer .legal-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer .legal-menu ul li a {
    font-size: 10px;
    color: #fff;
    display: block;
    width: 50%;
    float: left;
    padding: 10px 0; }
    @media (min-width: 1024px) {
      .footer .legal-menu ul li a {
        display: inline-block;
        width: auto;
        margin-right: 30px; } }
.footer .language-switcher a {
  position: relative;
  display: inline-block !important; }
  .footer .language-switcher a:after {
    content: "";
    display: inline-block;
    right: 0;
    width: 20px;
    height: 10px;
    background-image: url("../img/gb.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
    margin-left: 10px; }

.cta {
  left: 0;
  top: 0;
  background: #F2F2F2;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 30px; }
  .cta .cta-inner {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px; }
    @media (min-width: 1024px) {
      .cta .cta-inner {
        padding: 40px; } }
  .cta.cta-dark {
    background: #393C41;
    color: #fff; }
    .cta.cta-dark .btn {
      color: #fff; }
      .cta.cta-dark .btn:after {
        background-image: url("../img/chevron-right.svg"); }
  .cta.cta-img {
    background: #000;
    color: #fff; }
    .cta.cta-img .btn {
      color: #fff; }
      .cta.cta-img .btn:after {
        background-image: url("../img/chevron-right.svg"); }
  @media (min-width: 768px) {
    .cta.cta-full {
      padding-bottom: 56.25%; } }
  .cta .btn {
    align-self: flex-start; }

#bg-welcome {
  background: black;
  position: relative; }
  #bg-welcome .home-hero {
    color: #fff;
    height: calc(100vh - 141px); }
    @media (min-width: 1024px) {
      #bg-welcome .home-hero {
        height: 100vh; } }
  @media (min-width: 1024px) {
    #bg-welcome .opening-times {
      background: #222;
      position: fixed;
      z-index: 2;
      width: 100%;
      left: 0;
      padding: 7px;
      text-align: center;
      top: 90px;
      transition: 0.3s; }
      #bg-welcome .opening-times.hidden {
        top: 51px;
        transition: 0.3s; } }
  #bg-welcome .opening-times span {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: -0.01em;
    display: block; }
    @media (min-width: 1024px) {
      #bg-welcome .opening-times span {
        display: inline-block;
        padding: 0 5px;
        font-size: 12px; }
        #bg-welcome .opening-times span:after {
          content: " | ";
          padding-left: 5px; }
        #bg-welcome .opening-times span:last-of-type:after {
          display: none; } }
  #bg-welcome .credit-suisse-logo {
    width: 100%;
    background: #fff;
    padding: 20px 0; }
    @media (min-width: 1024px) {
      #bg-welcome .credit-suisse-logo {
        position: absolute;
        bottom: 0;
        background: none;
        padding: 80px 60px; } }
    #bg-welcome .credit-suisse-logo img {
      width: 127px;
      height: 29px; }
      @media (min-width: 1024px) {
        #bg-welcome .credit-suisse-logo img {
          width: 152px;
          height: 66px; } }

#bg-exhibitions {
  padding: 30px 0; }
  #bg-exhibitions .background-100 {
    position: relative;
    background: #000;
    color: #fff;
    padding-bottom: 57.4%; }
  #bg-exhibitions .block-content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: #fff; }
    @media (min-width: 1024px) {
      #bg-exhibitions .block-content {
        padding: 20px; } }
  #bg-exhibitions .button-cta {
    background: #F2F2F2;
    border-bottom: 5px solid #2672A1;
    padding: 20px;
    position: absolute;
    height: 100%; }
    @media (min-width: 1024px) {
      #bg-exhibitions .button-cta {
        padding: 40px; } }

#home-collection {
  padding: 30px 0; }
  #home-collection .block-content {
    padding-top: 30px; }
    @media (min-width: 768px) {
      #home-collection .block-content {
        padding: 20px; } }
    @media (min-width: 1024px) {
      #home-collection .block-content {
        padding: 40px; } }
    @media (min-width: 1366px) {
      #home-collection .block-content {
        padding: 80px; } }
  #home-collection .block-image {
    width: 75%;
    float: right;
    position: relative;
    right: -15px; }
    @media (min-width: 768px) {
      #home-collection .block-image {
        width: 100%;
        right: -20px; } }
    @media (min-width: 1024px) {
      #home-collection .block-image {
        right: -40px; } }
    @media (min-width: 1366px) {
      #home-collection .block-image {
        right: -80px; } }
    #home-collection .block-image .image-container {
      padding-bottom: 100%;
      background: #000; }

#home-learning {
  padding: 30px 0;
  position: relative; }
  #home-learning:before {
    content: "";
    background: #F2F2F2;
    display: block;
    width: 100%;
    height: 130%;
    position: absolute;
    top: 40px; }
    @media (min-width: 1024px) {
      #home-learning:before {
        top: 70px; } }
  #home-learning .block-image {
    width: 50%;
    float: left;
    position: relative;
    left: -15px; }
    @media (min-width: 768px) {
      #home-learning .block-image {
        width: 100%;
        left: -20px; } }
    @media (min-width: 1024px) {
      #home-learning .block-image {
        left: -40px; } }
    @media (min-width: 1366px) {
      #home-learning .block-image {
        left: -80px; } }
    #home-learning .block-image .image-container {
      padding-bottom: 100%;
      background: #000; }
  #home-learning .block-content {
    min-width: 300px;
    margin: 30px auto 0px;
    width: 80%; }
    @media (min-width: 768px) {
      #home-learning .block-content {
        width: 100%;
        max-width: 600px;
        margin: 0;
        padding-bottom: 15px; } }
    @media (min-width: 1024px) {
      #home-learning .block-content {
        padding-bottom: 30px; } }

#home-ctas .home-ctas-inner {
  padding: 30px 0px; }
  @media (min-width: 768px) {
    #home-ctas .home-ctas-inner {
      padding: 20px; } }
  @media (min-width: 1024px) {
    #home-ctas .home-ctas-inner {
      padding: 40px; } }
  @media (min-width: 1366px) {
    #home-ctas .home-ctas-inner {
      padding: 80px; } }

#home-shop {
  padding: 30px 0; }

.section-header {
  padding: 15px 0; }
  @media (min-width: 1024px) {
    .section-header {
      padding: 30px 0; } }
  .section-header .h2 {
    max-width: 240px;
    position: relative;
    padding-bottom: 10px; }
    .section-header .h2:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 120px;
      height: 2px;
      background: #E0E0E0; }

.block-row {
  width: calc(100% + 30px);
  margin: 0 -15px;
  float: left; }
  .block-row:after {
    content: "";
    clear: both;
    display: table; }
  .block-row .block {
    width: 100%;
    float: left;
    padding: 15px; }
    .block-row .block.one-third-block {
      width: 33%; }
      .block-row .block.one-third-block .image-container {
        padding-bottom: 73%; }
    .block-row .block.two-thirds-block {
      width: 66%; }
      .block-row .block.two-thirds-block .image-container {
        padding-bottom: 35%; }
    .block-row .block.half-block {
      width: 50%; }
      .block-row .block.half-block .image-container {
        padding-bottom: 47%; }
    .block-row .block .image-container {
      padding-bottom: 27%; }
    .block-row .block .block-header {
      margin-bottom: 12px; }
      .block-row .block .block-header .h3 {
        margin-bottom: 10px; }
  .block-row .block-body-image {
    width: 100%;
    margin-bottom: 12px;
    position: relative; }
  .block-row .block-body-text {
    margin-bottom: 12px; }
  .block-row .block-links {
    list-style: none;
    padding: 0;
    margin: 0; }
    .block-row .block-links li a {
      color: #2672A1;
      display: inline-block;
      width: auto;
      border-radius: 0;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.02em;
      position: relative;
      padding: 4px 30px 4px 0;
      text-align: left; }
      @media (min-width: 768px) {
        .block-row .block-links li a {
          font-size: 15px; } }
      @media (min-width: 1024px) {
        .block-row .block-links li a {
          font-size: 16px; } }
      .block-row .block-links li a:after {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url("../img/chevron-right-blue.svg");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 0px;
        top: 5px; }

.card {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px; }
  .card .card-tag {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    padding: 10px;
    font-size: 16px; }
    @media (min-width: 1024px) {
      .card .card-tag {
        font-size: 24px; } }
  .card .image-container {
    widtH: 100%; }
    .card .image-container img {
      width: 100%;
      height: 100%; }
  .card .card-content {
    padding: 15px; }
  .card .card-dt .dates-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .card .card-dt .dates-list ul li {
      margin: 0; }
  .card .card-text {
    margin-top: 15px; }

.panel {
  padding-top: 30px; }
  .panel .panel-header .h3 {
    margin-bottom: 0.7em;
    position: relative;
    padding-bottom: 10px; }
    .panel .panel-header .h3:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 90px;
      height: 2px;
      background: #E0E0E0; }
  .panel .panel-body .panel-text .title {
    margin-top: 10px;
    margin-bottom: 0.4em; }
    .panel .panel-body .panel-text .title a {
      color: #333333; }
  .panel .panel-body .panel-text .artist, .panel .panel-body .panel-text .date {
    font-size: 14px; }

@media (min-width: 600px) {
  .panel-image-list {
    width: calc(100% + 30px);
    margin: 0 -15px; } }
@media (min-width: 600px) {
  .panel-image-list .h3 {
    padding-left: 15px;
    padding-right: 15px; }
    .panel-image-list .h3:after {
      left: 15px !important; } }
.panel-image-list .image-item {
  width: 100%;
  float: left;
  padding: 0 0 15px 0; }
  @media (min-width: 600px) {
    .panel-image-list .image-item {
      padding: 0 15px 15px;
      width: 50%; } }
  @media (min-width: 768px) {
    .panel-image-list .image-item {
      width: 33.33%; } }
  @media (min-width: 1024px) {
    .panel-image-list .image-item {
      width: 25%; } }
  .panel-image-list .image-item .title {
    color: #333333;
    margin-top: 10px;
    margin-bottom: 0.4em; }
  .panel-image-list .image-item .description {
    font-size: 14px; }

.document-page .banner-image {
  margin-top: 30px; }
  .document-page .banner-image .image-container {
    padding-bottom: 0; }
    .document-page .banner-image .image-container img {
      position: relative;
      width: 100%; }
.document-page .h1 {
  margin-top: 30px; }

.share-this-page-control {
  width: 100%; }

.link-sidebar {
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .link-sidebar {
      padding: 60px 0; } }
  .link-sidebar .link-section {
    overflow: hidden;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .link-sidebar .link-section {
        margin-bottom: 60px; } }
    .link-sidebar .link-section:after {
      content: "";
      clear: both;
      display: table; }
    .link-sidebar .link-section h2 {
      font-weight: 300;
      max-width: 240px;
      position: relative;
      padding-bottom: 10px;
      font-size: 20px; }
      @media (min-width: 768px) {
        .link-sidebar .link-section h2 {
          font-size: 24px;
          font-size: 1.944vw; } }
      @media (min-width: 1024px) {
        .link-sidebar .link-section h2 {
          font-size: 28px;
          font-size: 1.944vw; } }
      @media (min-width: 1440px) {
        .link-sidebar .link-section h2 {
          font-size: 28px; } }
      .link-sidebar .link-section h2:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 120px;
        height: 2px;
        background: #E0E0E0; }
  .link-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .link-sidebar ul {
        width: calc(100% + 30px);
        margin: 0 -15px; } }
  .link-sidebar .link-block {
    width: 100%;
    float: left; }
    @media (min-width: 768px) {
      .link-sidebar .link-block {
        width: 33.333%; } }
    .link-sidebar .link-block a {
      display: block;
      padding: 15px; }
      .link-sidebar .link-block a:hover {
        text-decoration: none; }
      .link-sidebar .link-block a .thumbnail {
        width: 100%;
        background: #F2F2F2;
        padding: 15px; }
        .link-sidebar .link-block a .thumbnail img {
          width: 100%; }
      .link-sidebar .link-block a .body {
        background: #F2F2F2;
        color: #333333;
        padding: 12px 15px 15px; }
        .link-sidebar .link-block a .body .title {
          font-weight: 300;
          font-size: 20px;
          margin-bottom: 0.7em; }
          @media (min-width: 768px) {
            .link-sidebar .link-block a .body .title {
              font-size: 24px;
              font-size: 1.944vw; } }
          @media (min-width: 1024px) {
            .link-sidebar .link-block a .body .title {
              font-size: 28px;
              font-size: 1.944vw; } }
          @media (min-width: 1440px) {
            .link-sidebar .link-block a .body .title {
              font-size: 28px; } }
        .link-sidebar .link-block a .body .description {
          font-size: 18px;
          line-height: 23px;
          position: relative;
          padding-top: 15px; }
          .link-sidebar .link-block a .body .description:before {
            content: "";
            display: block;
            width: 90px;
            height: 2px;
            position: absolute;
            top: 0;
            left: 0;
            background: #E0E0E0; }

.te h1, .te h2, .te h3, .te h4, .te h5, .te h6, .te p, .te ul, .te ol, .te a {
  font-weight: 300;
  margin: 0em 0 0.7em 0; }
.te h1, .te h2, .te h3, .te h4, .te h5, .te h6 {
  margin: 1em 0 0.7em 0; }
  .te h1:first-child, .te h2:first-child, .te h3:first-child, .te h4:first-child, .te h5:first-child, .te h6:first-child {
    margin-top: 0; }
.te h2 {
  font-size: 28px; }
.te a {
  color: #2672A1;
  text-decoration: none; }
.te ul {
  list-style: none;
  padding: 0; }
  .te ul li {
    padding-left: 1.6em;
    position: relative;
    margin-bottom: 0.5em; }
    .te ul li:before {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      left: 0.2em;
      top: 6px;
      background-image: url("../img/diamond.png");
      background-repeat: no-repeat;
      background-size: contain; }

.banner .banner-image {
  position: relative;
  min-height: 300px;
  min-height: 40vh; }
  .banner .banner-image .image-container {
    background: gray;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
.banner .banner-content {
  padding: 30px 30px;
  background: #F2F2F2; }
  @media (min-width: 768px) {
    .banner .banner-content {
      padding: 30px 30px; } }
  @media (min-width: 1024px) {
    .banner .banner-content {
      padding: 60px 40px; } }
  @media (min-width: 1366px) {
    .banner .banner-content {
      padding: 60px 80px; } }
  .banner .banner-content .btn {
    margin-top: 30px; }

.search-form {
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .search-form {
      margin-bottom: 60px; } }
  .search-form input[type="text"] {
    display: block;
    width: 100%;
    font-weight: 300;
    font-size: 24px;
    line-height: 25px;
    padding: 15px 20px;
    box-shadow: none;
    border: 1px solid #E0E0E0;
    outline: none;
    padding-right: 100px; }
  .search-form .btn {
    position: absolute;
    right: 23px;
    top: 7px; }
    @media (min-width: 768px) {
      .search-form .btn {
        top: 7px; } }
    @media (min-width: 1024px) {
      .search-form .btn {
        top: 5.5px; } }

.listing-page {
  min-height: 100vh;
  background: #484B51;
  color: #fff;
  padding-top: 30px; }
  @media (min-width: 1024px) {
    .listing-page {
      padding-top: 60px; } }

.location-list {
  display: none; }

.floorplan-image-map {
  text-align: center; }

.tabbed-menu-wrapper {
  height: 48px; }
  .tabbed-menu-wrapper .tabbed-menu {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #E0E0E0; }
    .tabbed-menu-wrapper .tabbed-menu.fixed {
      z-index: 2;
      position: fixed;
      top: 90px;
      left: 0;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      border: none; }
    .tabbed-menu-wrapper .tabbed-menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (min-width: 600px) {
        .tabbed-menu-wrapper .tabbed-menu ul {
          display: inline-block;
          display: flex;
          align-items: center;
          justify-content: center; } }
      .tabbed-menu-wrapper .tabbed-menu ul li {
        display: block; }
        @media (min-width: 600px) {
          .tabbed-menu-wrapper .tabbed-menu ul li {
            display: inline-block; } }
        .tabbed-menu-wrapper .tabbed-menu ul li a {
          font-size: 16px;
          display: block;
          float: left;
          padding: 12px 15px;
          color: #393C41;
          position: relative;
          opacity: 0.9;
          text-align: center; }
          .tabbed-menu-wrapper .tabbed-menu ul li a:after {
            content: "";
            position: absolute;
            display: block;
            width: 0;
            background: #2672A1;
            height: 1px;
            bottom: 0;
            left: 0;
            transition: 0.3s; }
          .tabbed-menu-wrapper .tabbed-menu ul li a:hover, .tabbed-menu-wrapper .tabbed-menu ul li a.active {
            text-decoration: none;
            opacity: 1; }
            .tabbed-menu-wrapper .tabbed-menu ul li a:hover:after, .tabbed-menu-wrapper .tabbed-menu ul li a.active:after {
              width: 100%;
              transition: 0.3s; }

.accordion-page .document-accordion .ui-accordion-header {
  outline: none;
  font-family: 'Roboto', sans-serif;
  border: none;
  background: none;
  font-weight: 300;
  padding: 20px 40px 20px 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #E0E0E0;
  font-size: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .accordion-page .document-accordion .ui-accordion-header {
      font-size: 24px;
      font-size: 1.944vw; } }
  @media (min-width: 1024px) {
    .accordion-page .document-accordion .ui-accordion-header {
      font-size: 28px;
      font-size: 1.944vw; } }
  @media (min-width: 1440px) {
    .accordion-page .document-accordion .ui-accordion-header {
      font-size: 28px; } }
  .accordion-page .document-accordion .ui-accordion-header span {
    display: none; }
  .accordion-page .document-accordion .ui-accordion-header:after {
    content: "";
    position: absolute;
    right: 0;
    top: 21px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../img/arrow-right.svg");
    transform: rotate(0deg);
    transition: 0.3s; }
    @media (min-width: 1024px) {
      .accordion-page .document-accordion .ui-accordion-header:after {
        top: 23px; } }
  .accordion-page .document-accordion .ui-accordion-header.ui-state-active:after {
    transform: rotate(-90deg);
    transition: 0.3s; }
.accordion-page .document-accordion .ui-accordion-content {
  border: none;
  padding: 15px 0;
  font-family: 'Roboto', sans-serif;
  font-size: inherit; }

.location-page .banner {
  background: #F2F2F2;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .location-page .banner {
      margin-bottom: 60px; } }
  .location-page .banner .h1 {
    margin: 0;
    padding: 0; }
.location-page .banner-sidebar {
  list-style: none;
  margin: 0;
  padding: 30px 0 40px; }
  .location-page .banner-sidebar .link-block {
    width: 100%; }
    .location-page .banner-sidebar .link-block a {
      display: block;
      position: relative;
      text-transform: none;
      color: #333333;
      border-bottom: 1px solid #E0E0E0;
      padding: 12px 15px; }
      .location-page .banner-sidebar .link-block a:after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 10px;
        background-image: url("../img/chevron-right-blue.svg");
        background-repeat: no-repeat;
        background-size: contain; }
      .location-page .banner-sidebar .link-block a:hover {
        text-decoration: none; }
      .location-page .banner-sidebar .link-block a .body .title {
        margin: 0; }
      .location-page .banner-sidebar .link-block a .body .description {
        margin-top: 5px;
        font-size: 14px; }
.location-page .main-body {
  margin-top: 30px; }

.feed-page {
  padding-top: 161px;
  min-height: 100vh;
  background: #fff; }
  @media (min-width: 992px) {
    .feed-page {
      padding-top: 161px; } }
  .feed-page .filter-form {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 72px; }
    @media (min-width: 1024px) {
      .feed-page .filter-form {
        top: 88px; } }
  .feed-page .filter-form-top {
    position: relative;
    z-index: 10;
    background: #222222;
    color: #fff; }
    @media (min-width: 992px) {
      .feed-page .filter-form-top {
        padding: 3px 0; } }
    @media (min-width: 992px) {
      .feed-page .filter-form-top .row {
        display: flex;
        align-items: center; } }
  .feed-page .filter-form-bottom {
    position: relative;
    z-index: 8;
    background: #F2F2F2; }
  .feed-page .filter-form-overlay {
    width: 100%;
    height: calc(100vh - 181px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    z-index: 9;
    top: -100vh;
    background: #393C41;
    color: #fff; }
    @media (min-width: 992px) {
      .feed-page .filter-form-overlay {
        height: 400px;
        position: absolute;
        z-index: 9; } }
    .feed-page .filter-form-overlay.active {
      top: 181px;
      transition: 0.3s; }
      @media (min-width: 992px) {
        .feed-page .filter-form-overlay.active {
          top: 76px; } }
      .feed-page .filter-form-overlay.active .filter-by .filter-buttons {
        position: fixed;
        z-index: 99; }
        @media (min-width: 992px) {
          .feed-page .filter-form-overlay.active .filter-by .filter-buttons {
            position: static; } }
  .feed-page .filter-feed {
    width: 100%; }

.filter-search {
  padding: 12px 0; }
  .filter-search label {
    display: none; }
    @media (min-width: 992px) {
      .filter-search label {
        display: inline-block;
        margin-right: 20px; } }
  .filter-search .search-input {
    font-size: 14px;
    padding: 9px 13px;
    width: 100%; }
    @media (min-width: 768px) {
      .filter-search .search-input {
        font-size: 15px; } }
    @media (min-width: 992px) {
      .filter-search .search-input {
        font-size: 16px;
        display: inline-block;
        width: calc(100% - 180px); } }

.filter-filter {
  padding: 12px 0;
  display: flex;
  justify-content: flex-end; }
  @media (min-width: 992px) {
    .filter-filter {
      justify-content: center; } }

.filter-organise {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 0;
  /* The slider */
  /* Rounded sliders */ }
  @media (min-width: 992px) {
    .filter-organise {
      justify-content: center;
      border-left: 1px solid rgba(255, 255, 255, 0.5); } }
  .filter-organise .switch-label {
    font-size: 12px;
    display: inline-block;
    padding: 0;
    margin: 0; }
    @media (min-width: 992px) {
      .filter-organise .switch-label {
        font-size: 14px; } }
  .filter-organise .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
    margin: 0;
    margin-left: 15px; }
  .filter-organise .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .filter-organise .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s; }
  .filter-organise .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 1px;
    bottom: 1px;
    background-color: #393C41;
    transition: .4s; }
  .filter-organise input:checked + .slider {
    background-color: #2196F3; }
  .filter-organise input:focus + .slider {
    box-shadow: 0 0 1px #393C41; }
  .filter-organise input:checked + .slider:before {
    transform: translateX(15px); }
  .filter-organise .slider.round {
    border-radius: 34px; }
  .filter-organise .slider.round:before {
    border-radius: 50%; }

.filter-view-as {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 0; }
  @media (min-width: 992px) {
    .filter-view-as {
      justify-content: center;
      border-left: 1px solid rgba(255, 255, 255, 0.5); } }
  .filter-view-as label {
    font-size: 12px;
    display: inline-block;
    padding: 0;
    margin: 0; }
    @media (min-width: 992px) {
      .filter-view-as label {
        font-size: 14px; } }
  .filter-view-as .feed-view {
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 10px;
    opacity: 0.7; }
    .filter-view-as .feed-view.grid-view {
      background-image: url("../img/grid.svg"); }
    .filter-view-as .feed-view.list-view {
      background-image: url("../img/list.svg"); }
    .filter-view-as .feed-view.active {
      opacity: 1; }

.filter-active-filters {
  background: #F2F2F2; }
  .filter-active-filters .active-filter {
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    background: #4F4F4F;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    margin: 5px;
    padding: 8px 34px 8px 12px;
    position: relative; }
    .filter-active-filters .active-filter:after {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      right: 12px;
      top: 9px;
      background: url("../img/x.svg");
      background-repeat: no-repeat;
      background-size: contain; }

.filter-show-by {
  background: #222222;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  @media (min-width: 992px) {
    .filter-show-by {
      padding: 5px 0; } }
  .filter-show-by .legend {
    color: #F2F2F2;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0.5em; }
    @media (min-width: 992px) {
      .filter-show-by .legend {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 0; } }
  .filter-show-by .filter-element {
    color: #F2F2F2;
    padding: 5px 0; }
    @media (min-width: 992px) {
      .filter-show-by .filter-element {
        display: inline-block;
        margin-right: 20px; } }

.filter-by {
  background: #393C41;
  padding: 15px 0;
  padding-bottom: 63px; }
  @media (min-width: 992px) {
    .filter-by {
      padding: 15px 0; } }
  .filter-by .legend {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0.5em; }
  .filter-by .filter-buttons {
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    width: 100%;
    background: #393C41; }
    @media (min-width: 992px) {
      .filter-by .filter-buttons {
        padding: 0;
        margin-top: 20px; } }
  .filter-by .filter-section .filter-section-title {
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    padding: 5px 0;
    padding-right: 30px;
    width: 100%; }
    @media (min-width: 992px) {
      .filter-by .filter-section .filter-section-title {
        width: 320px; } }
    .filter-by .filter-section .filter-section-title:after {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      position: absolute;
      right: 0;
      top: 12px;
      background-image: url("../img/chevron-right-small.svg");
      background-repeat: no-repeat;
      background-size: contain; }
  .filter-by .filter-section .filter-section-content {
    display: none;
    width: 100%;
    height: calc(100vh - 181px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 181px;
    background: #393C41;
    left: 0;
    padding: 15px;
    z-index: 99;
    padding-bottom: 70px; }
    @media (min-width: 992px) {
      .filter-by .filter-section .filter-section-content {
        height: 100vh;
        position: absolute;
        top: 0;
        left: 360px;
        padding: 0 20px;
        width: calc(100% - 360px); } }
    .filter-by .filter-section .filter-section-content.active {
      display: block; }
    .filter-by .filter-section .filter-section-content .close-filter-section {
      cursor: pointer;
      display: block;
      position: absolute;
      top: 15px;
      right: 15px;
      width: 24px;
      height: 24px;
      background-image: url("../img/x.svg");
      background-repeat: no-repeat;
      background-size: contain; }
      @media (min-width: 992px) {
        .filter-by .filter-section .filter-section-content .close-filter-section {
          display: none; } }
    .filter-by .filter-section .filter-section-content legend {
      font-size: 20px;
      font-weight: 300;
      color: #fff;
      margin-bottom: 0.5em; }
    @media (min-width: 992px) {
      .filter-by .filter-section .filter-section-content .filter-section-content-inner {
        display: flex;
        flex-wrap: wrap; } }

.filter-checkbox {
  display: block;
  padding: 10px 0;
  flex: 1;
  min-width: 250px;
  max-width: 300px; }
  @media (min-width: 600px) {
    .filter-checkbox {
      padding: 10px 15px 10px 0; } }
  .filter-checkbox input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }
  .filter-checkbox input + label {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    margin: 0; }
    .filter-checkbox input + label:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border: 1px solid #fff;
      position: absolute;
      left: 0;
      top: 0; }
    .filter-checkbox input + label:after {
      content: "";
      display: none;
      width: 16px;
      height: 12px;
      position: absolute;
      left: 2px;
      top: 4px;
      background-image: url("../img/tick.svg");
      background-repeat: no-repeat;
      background-size: contain; }
  .filter-checkbox input:checked + label:before {
    background: #fff; }
  .filter-checkbox input:checked + label:after {
    display: block; }

.filter-slider {
  position: relative;
  width: 100%;
  max-width: 600px !important;
  display: flex;
  flex-direction: row-reverse;
  padding-right: 20px;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .filter-slider {
      display: block;
      max-width: 100% !important;
      margin-left: 4%; } }
  .filter-slider .ui-slider {
    background: #828282;
    border-color: #828282;
    height: 400px;
    width: 4px; }
    @media (min-width: 992px) {
      .filter-slider .ui-slider {
        width: 100%;
        height: 6px; } }
    .filter-slider .ui-slider .ui-slider-range {
      background: #fff;
      border-color: #fff; }
    .filter-slider .ui-slider .ui-slider-handle {
      border-radius: 50%;
      width: 16px;
      height: 16px;
      left: -7px; }
      @media (min-width: 992px) {
        .filter-slider .ui-slider .ui-slider-handle {
          left: auto;
          top: -7px; } }
  .filter-slider .slider-label {
    display: block;
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 992px) {
      .filter-slider .slider-label {
        width: 108%;
        left: -4%;
        height: 180px;
        position: relative; } }
    .filter-slider .slider-label .slider-step-labels {
      display: flex;
      align-items: flex-end;
      justify-content: space-around;
      flex-direction: column;
      width: 100%;
      height: 108%;
      position: absolute;
      top: -4%;
      left: 0; }
      @media (min-width: 992px) {
        .filter-slider .slider-label .slider-step-labels {
          width: 100%;
          height: 100%;
          top: auto;
          bottom: 0;
          flex-direction: row;
          align-items: center;
          justify-content: space-around; } }
      .filter-slider .slider-label .slider-step-labels .slider-step-label {
        width: 100%;
        position: relative;
        text-align: left;
        font-size: 16px; }
        @media (min-width: 992px) {
          .filter-slider .slider-label .slider-step-labels .slider-step-label {
            width: auto;
            height: 100%; } }
        .filter-slider .slider-label .slider-step-labels .slider-step-label:after {
          content: "";
          display: block;
          position: absolute;
          background: linear-gradient(to left, rgba(255, 255, 255, 0.1), #fff);
          width: calc(100% - 50px);
          right: 0;
          height: 2px;
          top: calc(50% - 1px); }
          @media (min-width: 992px) {
            .filter-slider .slider-label .slider-step-labels .slider-step-label:after {
              height: calc(100% - 40px);
              width: 2px;
              background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #fff);
              left: calc(50% - 1px);
              top: auto;
              bottom: 0; } }
        .filter-slider .slider-label .slider-step-labels .slider-step-label.short:after {
          content: "";
          background: linear-gradient(to left, rgba(255, 255, 255, 0.1), #fff);
          width: calc(100% - 100px); }
          @media (min-width: 992px) {
            .filter-slider .slider-label .slider-step-labels .slider-step-label.short:after {
              background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #fff);
              height: calc(100% - 60px);
              width: 2px; } }

.groups {
  font-size: 16px;
  width: 100%; }
  @media (min-width: 992px) {
    .groups {
      width: 50%; } }
  .groups .group {
    width: 100%; }
    .groups .group .group-name {
      cursor: pointer;
      width: 100%;
      padding: 10px 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      position: relative; }
      .groups .group .group-name:after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 10px;
        right: 0;
        background-image: url("../img/chevron-down.svg");
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(0deg);
        transition: 0.3s; }
      .groups .group .group-name.active:after {
        transform: rotate(180deg);
        transition: 0.3s; }
    .groups .group .group-section {
      cursor: pointer;
      padding: 10px 15px;
      display: none; }
      .groups .group .group-section.active {
        display: block; }
      .groups .group .group-section .group-section-artists {
        display: none;
        padding: 15px 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch; }
        @media (min-width: 992px) {
          .groups .group .group-section .group-section-artists {
            overflow: auto;
            -webkit-overflow-scrolling: touch; } }
        .groups .group .group-section .group-section-artists.active {
          display: block;
          background: #222222;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 99; }
          @media (min-width: 992px) {
            .groups .group .group-section .group-section-artists.active {
              width: 50%;
              height: auto;
              left: 50%;
              top: 30px; } }
        .groups .group .group-section .group-section-artists .close-artist-section {
          cursor: pointer;
          display: block;
          position: absolute;
          top: 15px;
          right: 15px;
          width: 24px;
          height: 24px;
          background-image: url("../img/x.svg");
          background-repeat: no-repeat;
          background-size: contain; }
          @media (min-width: 992px) {
            .groups .group .group-section .group-section-artists .close-artist-section {
              display: none; } }
        .groups .group .group-section .group-section-artists .artist-checkbox {
          width: 100%;
          float: left; }
          .groups .group .group-section .group-section-artists .artist-checkbox input {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0; }
          .groups .group .group-section .group-section-artists .artist-checkbox input + label {
            display: block;
            width: 100%;
            padding: 10px 15px; }
          .groups .group .group-section .group-section-artists .artist-checkbox input:checked + label {
            background: #1E5A80; }

.filter-grid {
  overflow: hidden;
  width: calc(100% + 30px);
  margin: 0 -15px;
  min-height: 100vh; }
  .filter-grid.list-view .grid-item {
    width: 100%; }
    .filter-grid.list-view .grid-item .grid-item-inner {
      display: flex;
      align-items: center; }
    .filter-grid.list-view .grid-item .grid-item-image {
      max-width: 298px;
      float: left; }
      .filter-grid.list-view .grid-item .grid-item-image .image {
        width: 100%;
        float: left; }
        .filter-grid.list-view .grid-item .grid-item-image .image img {
          float: left; }
    .filter-grid.list-view .grid-item .grid-item-content {
      max-width: 298px;
      float: left;
      text-align: left;
      padding: 15px; }
    @media (min-width: 768px) {
      .filter-grid.list-view .grid-item.height-2 .grid-item-image {
        padding: 0%; } }
  .filter-grid .grid-item {
    width: 50%;
    float: left;
    padding: 15px;
    align-items: center; }
    @media (min-width: 768px) {
      .filter-grid .grid-item {
        width: 33.333%; } }
    @media (min-width: 1024px) {
      .filter-grid .grid-item {
        width: 25%; } }
    @media (min-width: 1300px) {
      .filter-grid .grid-item {
        width: 20%; } }
    .filter-grid .grid-item .grid-item-inner {
      display: block;
      color: #333333;
      width: 100%;
      float: left;
      background: #fff; }
    .filter-grid .grid-item .grid-item-image {
      width: 100%;
      float: left; }
      .filter-grid .grid-item .grid-item-image .image {
        width: 100%;
        float: left; }
        .filter-grid .grid-item .grid-item-image .image img {
          width: 100%;
          float: left; }
    .filter-grid .grid-item .grid-item-content {
      width: 100%;
      float: left;
      padding: 15px; }
      @media (min-width: 992px) {
        .filter-grid .grid-item .grid-item-content {
          text-align: center; } }
    .filter-grid .grid-item.height-2 {
      width: 50%; }
      @media (min-width: 768px) {
        .filter-grid .grid-item.height-2 {
          width: 33.333%; } }
      @media (min-width: 1024px) {
        .filter-grid .grid-item.height-2 {
          width: 25%; } }
      @media (min-width: 1300px) {
        .filter-grid .grid-item.height-2 {
          width: 20%; } }
      @media (min-width: 768px) {
        .filter-grid .grid-item.height-2 .grid-item-image {
          padding: 0 10%; } }
    .filter-grid .grid-item.width-2 {
      width: 100%; }
      @media (min-width: 768px) {
        .filter-grid .grid-item.width-2 {
          width: 66.6%; } }
      @media (min-width: 1024px) {
        .filter-grid .grid-item.width-2 {
          width: 50%; } }
      @media (min-width: 1300px) {
        .filter-grid .grid-item.width-2 {
          width: 40%; } }
    .filter-grid .grid-item.width-3 {
      width: 100%; }
      @media (min-width: 768px) {
        .filter-grid .grid-item.width-3 {
          width: 100%; } }
      @media (min-width: 1024px) {
        .filter-grid .grid-item.width-3 {
          width: 75%; } }
      @media (min-width: 1300px) {
        .filter-grid .grid-item.width-3 {
          width: 50%; } }

.painting-page .painting-hero {
  position: relative;
  height: calc(100vh - 71px);
  background: #383C45; }
  @media (min-width: 1024px) {
    .painting-page .painting-hero {
      height: calc(100vh - 90px); } }
.painting-page .painting-hero-inner {
  position: relative; }
.painting-page .painting-container {
  height: calc(100vh - 72px);
  position: relative; }
  @media (min-width: 1024px) {
    .painting-page .painting-container {
      height: calc(100vh - 90px); } }
  .painting-page .painting-container:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: -1px;
    left: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(35, 34, 34, 0) 0%, rgba(35, 34, 34, 0.7) 100%) 30%;
    background-repeat: no-repeat; }
  .painting-page .painting-container.active {
    z-index: 10; }
    .painting-page .painting-container.active .painting-img {
      width: 100%;
      transition: 0.3s; }
      @media (min-width: 1024px) {
        .painting-page .painting-container.active .painting-img {
          width: 50%;
          left: 50%; } }
    .painting-page .painting-container.active .painting-overlay {
      left: 0;
      transition: 0.3s; }
      @media (min-width: 1024px) {
        .painting-page .painting-container.active .painting-overlay {
          width: 50%; } }
    .painting-page .painting-container.active.wider .painting-img {
      transition: 0.3s; }
      @media (min-width: 1024px) {
        .painting-page .painting-container.active.wider .painting-img {
          width: 30%;
          left: 70%; } }
    .painting-page .painting-container.active.wider .painting-overlay {
      transition: 0.3s; }
      @media (min-width: 1024px) {
        .painting-page .painting-container.active.wider .painting-overlay {
          width: 70%; } }
  @media (min-width: 1024px) {
    .painting-page .painting-container .container {
      position: static; } }
  .painting-page .painting-container .painting {
    width: 100%;
    position: relative;
    padding: 0px 15px;
    height: calc(100vh - 132px); }
    @media (min-width: 1024px) {
      .painting-page .painting-container .painting {
        height: calc(100vh - 132px); } }
  .painting-page .painting-container .painting-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1024px) {
      .painting-page .painting-container .painting-img {
        padding: 20px 0 30px; } }
    .painting-page .painting-container .painting-img img {
      display: inline-block;
      width: 100%; }
      @media (min-width: 1024px) {
        .painting-page .painting-container .painting-img img {
          height: 100%;
          width: auto; } }
  .painting-page .painting-container .painting-overlay {
    text-align: left;
    background: #fff;
    position: absolute;
    left: -100vw;
    top: 0;
    height: calc(100vh - 132px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    transition: 0.3s;
    z-index: 99; }
    @media (min-width: 1024px) {
      .painting-page .painting-container .painting-overlay {
        width: 40%; } }
    .painting-page .painting-container .painting-overlay .painting-overlay-tab {
      display: none; }
      .painting-page .painting-container .painting-overlay .painting-overlay-tab.active {
        display: block; }
    .painting-page .painting-container .painting-overlay .painting-overlay-menu {
      width: 100%;
      float: left;
      padding: 15px;
      position: absolute;
      top: 0; }
      @media (min-width: 1024px) {
        .painting-page .painting-container .painting-overlay .painting-overlay-menu {
          padding: 30px 30px 30px 60px; } }
    .painting-page .painting-container .painting-overlay .painting-overlay-display-toggle {
      float: left; }
      .painting-page .painting-container .painting-overlay .painting-overlay-display-toggle .item-toggle {
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        border-radius: 2px;
        position: relative;
        padding: 2px 5px; }
        .painting-page .painting-container .painting-overlay .painting-overlay-display-toggle .item-toggle:after {
          content: "";
          opacity: 0;
          display: block;
          width: 0;
          height: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 6px solid #BDBDBD;
          position: absolute;
          bottom: -6px;
          left: calc(50% - 8px); }
        .painting-page .painting-container .painting-overlay .painting-overlay-display-toggle .item-toggle.active {
          background: #BDBDBD;
          color: #fff; }
          .painting-page .painting-container .painting-overlay .painting-overlay-display-toggle .item-toggle.active:after {
            opacity: 1; }
    .painting-page .painting-container .painting-overlay .painting-overlay-actions {
      float: right;
      width: 65%;
      text-align: right;
      padding: 15px;
      z-index: 10;
      position: relative;
      right: 0; }
      @media (min-width: 1024px) {
        .painting-page .painting-container .painting-overlay .painting-overlay-actions {
          padding: 30px 15px; } }
      .painting-page .painting-container .painting-overlay .painting-overlay-actions .item-action {
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-left: 28px;
        font-size: 15px;
        margin-left: 10px; }
        .painting-page .painting-container .painting-overlay .painting-overlay-actions .item-action:before {
          content: "";
          display: block;
          width: 24px;
          height: 24px;
          position: absolute;
          left: 0;
          background-repeat: no-repeat;
          background-size: contain; }
        .painting-page .painting-container .painting-overlay .painting-overlay-actions .item-action.increase-overlay-width {
          display: none; }
          @media (min-width: 1024px) {
            .painting-page .painting-container .painting-overlay .painting-overlay-actions .item-action.increase-overlay-width {
              display: inline-block; }
              .painting-page .painting-container .painting-overlay .painting-overlay-actions .item-action.increase-overlay-width:before {
                background-image: url("../img/maximize-2.svg"); } }
        .painting-page .painting-container .painting-overlay .painting-overlay-actions .item-action.close-overlay:before {
          background-image: url("../img/x-overlay.svg"); }
    .painting-page .painting-container .painting-overlay .painting-overlay-content {
      width: 100%;
      float: left;
      padding: 15px;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
      @media (min-width: 1024px) {
        .painting-page .painting-container .painting-overlay .painting-overlay-content {
          padding: 20px 60px;
          height: calc(100vh - 220px); } }
      .painting-page .painting-container .painting-overlay .painting-overlay-content .painting-overlay-content-inner {
        padding-bottom: 60px; }
      .painting-page .painting-container .painting-overlay .painting-overlay-content .h2 {
        margin-bottom: 0.3em; }
      .painting-page .painting-container .painting-overlay .painting-overlay-content .h5, .painting-page .painting-container .painting-overlay .painting-overlay-content .panel .panel-body .panel-text .title, .panel .panel-body .panel-text .painting-page .painting-container .painting-overlay .painting-overlay-content .title, .painting-page .painting-container .painting-overlay .painting-overlay-content .panel-image-list .image-item .title, .panel-image-list .image-item .painting-page .painting-container .painting-overlay .painting-overlay-content .title {
        margin-bottom: 40px; }
      .painting-page .painting-container .painting-overlay .painting-overlay-content .btn {
        margin-top: 15px; }
      .painting-page .painting-container .painting-overlay .painting-overlay-content .painting-overlay-section {
        margin-bottom: 30px; }
.painting-page .painting-back {
  display: none; }
  @media (min-width: 1024px) {
    .painting-page .painting-back {
      display: block;
      z-index: 10;
      position: absolute;
      left: 0;
      top: 0;
      padding: 30px 0; } }
  .painting-page .painting-back .btn-back {
    font-size: 15px;
    color: #fff;
    position: relative;
    padding-left: 30px; }
    .painting-page .painting-back .btn-back:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0px;
      background-image: url("../img/chevron-left.svg");
      background-repeat: no-repeat;
      background-size: contain; }
.painting-page .painting-full {
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0;
  padding: 30px 0;
  z-index: 10; }
  @media (min-width: 1024px) {
    .painting-page .painting-full {
      padding: 30px 0; } }
  .painting-page .painting-full .view-full-screen {
    cursor: pointer;
    font-size: 15px;
    display: block;
    width: 32px;
    height: 32px;
    left: 0;
    top: 2px;
    background-image: url("../img/maximize.svg");
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 1024px) {
      .painting-page .painting-full .view-full-screen {
        width: 42px;
        height: 42px; } }
    .painting-page .painting-full .view-full-screen span {
      display: none; }
.painting-page .painting-title {
  width: 100%;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0;
  bottom: 0px;
  padding: 30px 0px;
  z-index: 3; }
  @media (min-width: 1024px) {
    .painting-page .painting-title {
      padding: 30px 0; } }
.painting-page .painting-menu {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222222; }
  .painting-page .painting-menu .menu-item {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 84px;
    color: #fff;
    position: relative;
    width: 70px;
    height: 60px;
    font-size: 16px; }
    @media (min-width: 1024px) {
      .painting-page .painting-menu .menu-item {
        line-height: 1;
        width: auto;
        height: auto;
        padding: 15px 30px;
        padding-left: 50px; } }
    .painting-page .painting-menu .menu-item:after {
      content: "";
      display: inline-block;
      width: 34px;
      height: 34px;
      background-repeat: no-repeat;
      background-size: contain; }
      @media (min-width: 1024px) {
        .painting-page .painting-menu .menu-item:after {
          width: 20px;
          height: 20px;
          position: absolute;
          left: 10px;
          top: 12.5px; } }
    .painting-page .painting-menu .menu-item span {
      display: none; }
      @media (min-width: 1024px) {
        .painting-page .painting-menu .menu-item span {
          display: inline; } }
    .painting-page .painting-menu .menu-item.description:after {
      background-image: url("../img/align-left.svg"); }
    .painting-page .painting-menu .menu-item.details:after {
      background-image: url("../img/description.svg"); }
    .painting-page .painting-menu .menu-item.download:after {
      background-image: url("../img/download.svg"); }
    @media (min-width: 1024px) {
      .painting-page .painting-menu .menu-item.more {
        line-height: 1;
        width: auto;
        height: auto;
        padding: 15px 30px;
        padding-right: 50px;
        float: right; } }
    .painting-page .painting-menu .menu-item.more:after {
      background-image: url("../img/chevron-down.svg"); }
      @media (min-width: 1024px) {
        .painting-page .painting-menu .menu-item.more:after {
          right: 10px;
          left: auto; } }
    .painting-page .painting-menu .menu-item.active {
      background: #2672A1; }

.table th {
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  align-items: center; }
.table td {
  vertical-align: middle; }
  .table td a {
    color: #2672A1;
    display: block;
    width: 100%;
    padding-right: 30px;
    position: relative; }
    .table td a:after {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-left: 5px;
      position: relative;
      top: 7px;
      background-image: url("../img/chevron-right-blue.svg");
      background-repeat: no-repeat;
      background-size: contain; }

.form-element-checkbox {
  display: block;
  padding: 10px 0; }
  @media (min-width: 600px) {
    .form-element-checkbox {
      padding: 10px 15px 10px 0; } }
  .form-element-checkbox input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }
  .form-element-checkbox input + label {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    margin: 0; }
    .form-element-checkbox input + label:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border: 1px solid #E0E0E0;
      position: absolute;
      left: 0;
      top: 0; }
    .form-element-checkbox input + label:after {
      content: "";
      opacity: 0;
      width: 16px;
      height: 12px;
      position: absolute;
      left: 2px;
      top: 4px;
      background-image: url("../img/tick.svg");
      background-repeat: no-repeat;
      background-size: contain; }
  .form-element-checkbox input:checked + label:before {
    background: #fff; }
  .form-element-checkbox input:checked + label:after {
    opacity: 1; }

/*# sourceMappingURL=base.css.map */
