/*
 * Theme Name: Timber Theme
 * Description: Starter Theme
 * Author: doop
*/
.gform_wrapper p {
  line-height: 1.45em;
}
.gform_wrapper .gfield_label {
  color: #000;
}
.gform_wrapper .gfield_error {
  background-color: transparent !important;
  margin-bottom: 0px !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  box-sizing: border-box;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #000;
}
.gform_wrapper .validation_error {
  text-align: left !important;
  color: #ff1212 !important;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: none !important;
  border-bottom: none !important;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.gform_wrapper .validation_message {
  color: #ff1212;
  text-align: left !important;
}
.gform_wrapper div.ginput_container_radio ul.gfield_radio {
  text-align: left;
}
.gform_wrapper div.ginput_container_radio ul.gfield_radio li {
  display: block !important;
  text-align: left;
}
.gform_wrapper .validation_message {
  text-align: left !important;
  float: left !important;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"] {
  width: 30px;
  /*Desired width*/
  height: 30px;
  /*Desired height*/
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"] + label {
  cursor: pointer;
  background-image: url('static/images/checkbox.png');
  background-repeat: no-repeat;
  padding-left: 40px;
  min-height: 45px;
  margin-top: 5px;
  margin-left: -2px;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  cursor: pointer;
  background-image: url('static/images/checkbox_ticked.png');
}
.gform_wrapper input[type=text],
.gform_wrapper textarea {
  border-radius: 4px !important;
  border: 1px solid #d2d2d2 !important;
  background: #f4f5f6;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) .modal-background {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) .modal-background .modal-close {
  background: #d20400;
  /* width: 25px; */
  float: right;
  /* padding-left: 10px; */
  border-radius: 3px;
  color: #fff;
  font-size: 3rem;
  font-weight: 100;
  padding: 8px;
  margin-top: 0;
  line-height: 0.3;
  padding-bottom: 11px;
  cursor: pointer;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) .modal-background .modal-wrapper {
  background-color: #e0e1e2 !important;
  position: fixed;
  top: 20%;
  right: 0;
  bottom: 10%;
  left: 0;
  z-index: 1001;
  max-width: 800px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0px auto;
  background: #fff;
  padding: 33px 26px 33px 56px;
}
#field_1_11 {
  padding-top: 20px;
  padding-bottom: 30px;
}
.gform_footer {
  border-top: none;
}
.gform_footer .gform_next_button,
.gform_footer .gform_previous_button,
.gform_footer .gform_button {
  background: #2f93f4;
  border: 0;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem !important;
  padding: 10px 15px;
  min-width: 100px;
  margin-bottom: 10px !important;
}
.gform_footer .gform_button {
  font-family: 'Open Sans', serif;
  font-weight: 400 !important;
}
@media (min-width: 769px) {
  .gform_footer .gform_button {
    min-width: 100px !important;
    margin: 10px 15px !important;
    float: right;
  }
}
.gform_footer .gform_button .gform_previous_button {
  margin-left: 0px;
  margin-bottom: 10px !important;
}
.hero {
  padding-top: 120px;
}
@media (min-width: 768px) {
  .hero {
    padding-top: 160px;
  }
}
@media (min-width: 992px) {
  .hero {
    padding-top: 205px;
  }
}
.hero .n2-ss-widget {
  overflow: visible;
}
.hero .n2-ss-widget > div {
  min-height: 30vw;
}
.hero .nextend-bar {
  min-height: 450px;
  width: 400px;
  overflow: visible;
  position: relative;
}
.hero .nextend-bar div {
  display: block;
  width: 200%;
  height: 120px;
  position: absolute;
  overflow: hidden;
  animation: marquee 10s linear infinite;
}
@media (min-width: 768px) {
  .hero .nextend-bar div {
    animation: marquee 40s linear infinite;
  }
}
.hero .nextend-bar span {
  float: left;
  width: 50%;
  min-height: 500px;
}
@keyframes marquee {
  0% {
    left: 20%;
  }
  100% {
    left: -80%;
  }
}
.hero .n2-section-smartslider span.n2-ow {
  font-size: 36px !important;
  font-weight: 500 !important;
}
@media (min-width: 768px) {
  .hero .n2-section-smartslider span.n2-ow {
    font-size: 72px !important;
    font-weight: 500 !important;
  }
}
@media (min-width: 992px) {
  .hero .n2-section-smartslider span.n2-ow {
    font-size: 108px !important;
    font-weight: 500 !important;
  }
}
pre {
  background-color: transparent !important;
  border: none !important;
}
.home section.article-content {
  background: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.header {
  height: 120px;
}
@media (min-width: 768px) {
  .header {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .header {
    height: 205px;
  }
}
.header .header-top {
  max-width: 960px;
  padding: 10px 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header .header-top {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .header .header-top {
    padding: 42px 0;
  }
}
.header .hdr-logo {
  position: relative;
  z-index: 9;
  width: 100%;
  max-width: 242px;
  display: block;
}
@media (max-width: 767px) {
  .header .hdr-logo {
    padding-top: 15px;
    max-width: 150px;
  }
}
.header .hdr-logo img {
  transition: all 0.1s linear 0s;
  display: block;
  max-width: 100%;
}
@media (max-width: 740px) {
  .header .hdr-logo img {
    margin: 0px auto;
  }
}
.header .navbar-wrapper {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .header .nav-main {
    background: transparent;
  }
}
.header .navigation-wrapper {
  display: block;
  float: left;
  position: absolute;
  right: 0;
  min-width: 150px;
}
@media (min-width: 992px) {
  .header .navigation-wrapper {
    margin-top: 20px;
  }
}
.header .info-open-btn {
  display: block;
  position: absolute;
  top: 38px;
  right: 80px;
  width: 35px;
  height: 35px;
}
.header .info-open-btn:hover {
  cursor: pointer;
}
.header .info-open-btn img {
  width: 35px;
  height: 35px;
  max-width: 35px;
}
.header .language {
  max-width: 133px;
  position: absolute;
  right: 15px;
  top: 75px;
  color: #293747;
}
@media (min-width: 768px) {
  .header .language {
    top: 82px;
  }
}
.header .language a {
  color: #293747;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  .header .language a {
    font-size: 20px;
  }
}
.white-top {
  background: #fff;
}
.white-bg {
  background: rgba(255, 255, 255, 0.58039216);
  transition: all 0.1s linear 0s;
}
.white-bg .hdr-logo {
  transition: all 0.1s linear 0s;
  max-width: 150px !important;
}
.white-bg .hdr-logo img {
  transition: all 0.1s linear 0s;
  max-width: 150px !important;
}
@media (min-width: 768px) {
  .white-bg .header-top {
    padding-top: 27px;
    transition: all 0.1s linear 0s;
  }
}
@media (min-width: 768px) {
  .white-bg.header {
    height: 120px !important;
  }
}
@media (min-width: 992px) {
  .white-bg.header {
    height: 120px !important;
  }
}
@media (min-width: 768px) {
  .white-bg .info-open-btn {
    top: 9px;
    right: 80px;
    width: 35px;
    height: 35px;
    transition: all 0.1s linear 0s;
  }
}
@media (min-width: 768px) {
  .white-bg .hamburger {
    top: -10px;
    transition: all 0.1s linear 0s;
  }
}
@media (min-width: 768px) {
  .white-bg .language {
    top: 52px;
    transition: all 0.1s linear 0s;
  }
}
.hamburger {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 10;
  cursor: pointer;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}
.html {
  overflow: hidden;
}
@media (min-width: 768px) {
  .white-bg .navbar-overlay .overlay-logo img {
    width: 150px;
    max-width: 150px;
    display: block;
    margin-top: 0;
  }
}
.navbar-overlay {
  position: fixed;
  width: 100%;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #474e58;
  transition: all 0.3s linear 0s;
}
.navbar-overlay .overlay-logo {
  padding-top: 25px;
}
.navbar-overlay .overlay-logo img {
  width: 100%;
  max-width: 150px;
}
@media (min-width: 768px) {
  .navbar-overlay .overlay-logo img {
    width: 230px;
    max-width: 230px;
    display: block;
    margin-top: 20px;
  }
}
.navbar-overlay.navbar-show {
  visibility: visible;
  z-index: 9;
  opacity: 1;
  float: left;
  height: 1000px;
}
@media (min-width: 767px) {
  .navbar-overlay.navbar-show {
    height: 100%;
    overflow-y: auto;
  }
}
.navbar-overlay.navbar-show .navbar-default {
  height: 500px;
  overflow-y: auto;
}
@media (min-width: 767px) {
  .navbar-overlay.navbar-show .navbar-default {
    height: 100%;
    overflow-y: auto;
  }
}
.navbar-menu-container {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .overlay-menu-container {
    border-left: 1px solid white;
  }
}
.navbar-overlay ul.nav.navbar-nav.navbar-default {
  z-index: 10;
  position: relative;
  display: block;
  opacity: 1;
  max-width: 1137px;
  margin: 0 auto;
  float: left;
}
.navbar-overlay .navbar-collapse {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.navbar-overlay .artcentre-info-text p {
  color: #fff;
  padding-top: 27px;
}
.navbar-overlay .nav li.current-menu-item > a {
  color: #9ecdec !important;
}
.navbar-overlay .nav a {
  font-weight: 400;
  font-size: 2.5rem;
  margin: 0.5rem;
  margin-bottom: 0.2rem;
  padding-bottom: 0;
  color: #fff !important;
}
.navbar-overlay .nav .menu-item-has-children > a {
  padding-bottom: 0 !important;
}
.navbar-overlay .nav > li:nth-child(4) {
  clear: left;
}
.navbar-overlay .nav > li {
  display: block !important;
  float: left !important;
  max-width: 32%;
  width: 32%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .navbar-overlay .nav > li {
    width: 48%;
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  .navbar-overlay .nav > li {
    width: 95%;
    max-width: 95%;
  }
}
.navbar-overlay .nav > li > a {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .navbar-overlay .nav.navbar-nav > li {
    float: none;
    display: block;
  }
}
.navbar-overlay .nav.navbar-nav .dropdown-menu {
  position: relative;
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
}
.navbar-overlay .nav.navbar-nav .dropdown-menu li a {
  color: #fff;
  font-size: 18px;
  white-space: normal !important;
}
.navbar-overlay .nav.navbar-nav .dropdown-menu li a:hover,
.navbar-overlay .nav.navbar-nav .dropdown-menu li a:focus {
  background: transparent;
}
.lift-wrapper {
  margin: 20px 0;
}
.lift {
  min-height: 10vw !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.lift .lift-image {
  position: relative;
  float: right;
  background-size: 12.73px 12.73px;
}
.lift .lift-image img {
  transition: all 0.1s ease-out;
  margin: 0;
  width: 100%;
}
.lift .lift-image-mobile {
  position: relative;
  float: left;
  width: 100%;
}
.lift .lift-image-mobile img {
  margin: 0;
  width: 100%;
}
.lift:hover .lift-image img {
  transition: all 0.15s ease-out;
  margin-top: -10px;
  margin-right: -10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.lift .lift-text {
  position: absolute;
  bottom: 0;
  bottom: 25px;
  left: 10px;
  width: 90%;
}
@media (min-width: 768px) {
  .lift .lift-text {
    left: 41px;
  }
}
@media (max-width: 767px) {
  .lift .lift-text {
    position: relative;
    float: left;
    margin-top: 50px;
  }
  .lift .lift-text.color-gray * {
    color: #293747 !important;
  }
  .lift .lift-text.color-white * {
    color: #293747 !important;
  }
}
.lift .lift-text.color-gray * {
  color: #293747;
}
.lift .lift-text.color-white * {
  color: #fff;
}
.lift .lift-text .lift-link {
  font-size: 40px;
  font-weight: 600;
}
.general-lifts {
  padding-top: 2rem;
  padding-bottom: 15rem;
}
.general-lift {
  min-height: 10vw !important;
  padding-top: 20px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
}
.general-lift .general-lift-wrapper {
  background: white;
  box-shadow: 6px 8px 20px 1px rgba(0, 0, 0, 0.1);
  width: 85%;
  float: right;
}
@media (max-width: 767px) {
  .general-lift .general-lift-wrapper {
    width: 100%;
    margin-bottom: 25px;
  }
}
.general-lift .general-lift-wrapper .general-lift-image {
  box-sizing: border-box;
  position: static;
  float: right;
  margin-left: 20px;
}
.general-lift .general-lift-wrapper .general-lift-image img {
  float: right;
  margin: 20px;
  width: 115%;
}
.general-lift .post-category h4 {
  text-transform: uppercase;
  padding-left: 2rem;
  padding-top: 1rem;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}
.general-lift .general-lift-text {
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.general-lift .general-lift-text .general-lift-title a {
  text-decoration: none;
  color: #293747;
}
.general-lift .general-lift-text .general-lift-title a:hover {
  color: #3f6998;
}
.general-lift .general-lift-text .general-lift-title h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #293747;
}
.general-lift .general-lift-text .general-lift-title h3:hover {
  color: #3f6998;
}
.general-lift .general-lift-text .general-lift-link {
  font-size: 40px;
  font-weight: 600;
}
.info-banner {
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 250px;
  background-color: #474e58;
  color: #fff;
}
.info-banner .info-col {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .info-banner .info-col {
    padding-top: 2rem;
  }
}
@media (max-width: 1199px) {
  .info-banner .info-col {
    padding-top: 3rem;
  }
}
.info-banner .info-logo {
  padding-bottom: 20px;
}
.info-banner .info-logo img {
  max-width: 150px !important;
}
.info-banner .info-close-btn {
  display: block;
  float: right;
  margin: 0px auto;
}
.info-banner .info-close-btn:hover {
  cursor: pointer !important;
}
.info-banner .info-close-btn img {
  position: absolute;
  top: 34px;
  max-width: 35px;
  right: 0;
  cursor: pointer !important;
}
@media (max-width: 767px) {
  .info-banner .info-close-btn img {
    top: 20px;
    max-width: 35px;
    right: 30px;
  }
}
button:focus {
  outline: 0;
}
.page-content-wrap {
  position: relative;
  overflow: hidden;
  background-position: center top !important;
  background-size: auto !important;
}
.white-box {
  background: #fff;
}
body {
  min-height: 1000px;
}
.body-background {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
}
.body-backgroundimg {
  width: 100%;
}
.page-template-page-frontpage-artcentre .article-content {
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-template-page-frontpage-artcentre .article-content .main-text {
  padding: 50px;
  box-shadow: 6px 8px 20px 1px rgba(0, 0, 0, 0.1);
}
.page-template-page-frontpage .article-content .main-text {
  font-size: 20px;
}
.skip-link {
  display: none;
}
.sidebar {
  padding-bottom: 30px;
}
.sidebar h3 {
  text-transform: uppercase;
  margin-top: 2.7rem;
  padding-left: 5%;
  padding-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 740px) {
  .sidebar h3 {
    padding-left: 0;
  }
}
.sidebar a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding-left: 5%;
}
.sidebar a:before {
  content: ">";
  color: #000;
  padding-right: 5px;
}
@media (min-width: 740px) {
  .main-text {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
.no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.article-header {
  margin-top: 10px;
}
.article-header .header-image {
  max-width: 100%;
}
footer {
  margin-top: -70px;
  position: absolute;
  width: 100%;
  background-color: #474e58;
  font-size: 16px;
}
footer a {
  font-weight: 500;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5 {
  font-size: 16px;
  font-weight: 600;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer .footer-container--bottom {
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 3rem;
}
@media (max-width: 740px) {
  footer .footer-container--bottom .col {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  footer .footer-container--bottom .col-first {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  footer .footer-container--bottom .col-last {
    padding-right: 0;
  }
}
footer .footer-container--bottom .col-text {
  margin-top: 20px;
}
footer .footer-container--bottom h1,
footer .footer-container--bottom h2,
footer .footer-container--bottom h3,
footer .footer-container--bottom h4,
footer .footer-container--bottom h5 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
footer .footer-container--bottom p {
  color: #fff;
}
footer .footer-container--bottom a {
  color: #fff;
}
footer .footer-container--bottom .logo-artcentre {
  max-height: 250px;
  max-width: 100px;
}
footer .footer-container--bottom .logo-villa-arttu {
  max-width: 84px;
  padding-bottom: 2px;
}
footer .footer-container--bottom .footer-logo {
  display: inline-block;
  width: 49%;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  footer .footer-container--bottom .footer-logo {
    display: inline-block;
    width: 40%;
    vertical-align: bottom;
    padding-right: 5%;
  }
}
@media (max-width: 991px) {
  footer .footer-container--bottom .footer-logo {
    display: inline-block;
    width: 40%;
    vertical-align: bottom;
    padding-right: 5%;
  }
}
footer .footer-container--bottom .footer-social-media {
  max-width: 160px;
}
footer .footer-container--bottom .footer-social-media .some a:first-child {
  float: left;
}
footer .footer-container--bottom .footer-social-media .some a:first-child img {
  padding-left: 0;
  margin-left: 0;
}
footer .footer-container--bottom .footer-social-media .some a:last-child {
  float: right;
}
footer .footer-container--bottom .footer-social-media .some a:last-child img {
  padding-right: 0;
  margin-right: 0;
}
footer .footer-container--bottom .footer-social-media .some a {
  display: inline-block;
  width: 42%;
}
@media (max-width: 991px) {
  footer .footer-container--bottom .footer-social-media .some a {
    width: auto;
  }
  footer .footer-container--bottom .footer-social-media .some a img {
    float: left;
    margin-top: 30px;
  }
}
footer .footer-container--bottom .footer-social-media .some a img {
  display: block;
  margin: 0px auto;
}
footer .footer-container--bottom .footer-social-media img {
  margin: 35px auto 0 0;
  max-width: 155px;
  height: auto;
}
footer .footer-container--copyright {
  font-size: 14px;
  color: #fff;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  footer .footer-container--copyright .col {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .footer-container--copyright a {
  font-size: 16px -2;
  color: #fff;
}
footer .bread-crumbs {
  padding-top: 20px;
  color: #fff;
}
footer .bread-crumbs a:hover {
  text-decoration: underline !important;
  color: #fff;
}
footer .bread-crumbs * {
  color: #fff;
}
section.article-content .main-content {
  padding-top: 3rem;
  padding-bottom: 20rem;
}
section.article-content .main-content a {
  color: #00a7fa;
}
.wpml-ls-item {
  float: left;
}
@media (max-width: 740px) {
  .wpml-ls-item {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 740px) {
  .wpml-ls-item {
    float: right !important;
  }
}
.wpml-ls-item.current-menu-item a:after {
  content: '';
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.wpml-ls-item:hover > ul {
  display: block !important;
}
.wpml-ls-item .dropdown-menu {
  float: left;
  border-radius: 0;
  background-color: #0c263e;
}
@media (max-width: 740px) {
  .wpml-ls-item .dropdown-menu {
    display: inline-block !important;
    float: left;
    max-width: 200px;
    border: none;
  }
}
.wpml-ls-item .dropdown-menu li a {
  padding: 10px 15px;
}
.navbar-collapse.in {
  overflow-y: none;
  min-height: 500px;
}
header .icon-bar {
  background-color: #fff;
}
.home section.article-content {
  background: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section.lifts {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 10rem;
}
.slider {
  visibility: hidden;
  padding-top: 10px;
}
.slider img {
  border-right: 3px solid white;
  border-left: 3px solid white;
}
.slider .slick-active img {
  opacity: 0.5;
}
.slider .slick-current img {
  opacity: 1;
}
.slider.slick-initialized {
  visibility: visible;
}
.info {
  margin-top: 8rem;
  margin-bottom: 4rem;
}
.info h2,
.info h3,
.info h4,
.info p {
  padding-left: 3rem;
  padding-right: 3rem;
}
img.aligncenter {
  display: block;
  margin: 0 auto !important;
}
img.alignright {
  display: block;
  float: right;
}
@media (max-width: 991px) {
  img.alignright {
    display: block;
    float: left;
    clear: both;
    margin-right: 20%;
  }
}
img.reunat {
  margin: 0 50px 0 50px;
}
@media (max-width: 991px) {
  img.reunat {
    margin: 50px 50% 50px 0;
  }
}
.main-content .main-text {
  display: block;
  margin: -90px 40px 0 40px;
  padding: 70px 130px 50px 130px !important;
  background: #fff;
  box-shadow: 6px 8px 20px 1px rgba(0, 0, 0, 0.1);
}
.main-content .main-text img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .main-content .main-text {
    padding: 50px 15px 30px 15px !important;
    margin: -50px 5px 0 5px;
  }
}
.sub-page .article-header {
  text-align: center;
  margin-top: 120px;
}
@media (min-width: 768px) {
  .sub-page .article-header {
    margin-top: 160px;
  }
}
@media (min-width: 992px) {
  .sub-page .article-header {
    margin-top: 205px;
  }
}
.sub-page .article-header h1 {
  font-size: 27px;
}
@media (min-width: 991px) {
  .sub-page .article-header h1 {
    font-size: 79.92px;
    padding-bottom: 2rem;
  }
}
.sub-menu ul {
  list-style-type: none;
  margin: 10px auto;
  max-width: 992px;
  padding: 0;
}
.sub-menu ul li {
  display: inline-block;
}
.sub-menu ul li.current-menu-item a {
  background: url('static/images/icons/thin-blue-line.png');
  background-repeat: repeat-x;
  background-position: bottom;
}
.sub-menu ul li a {
  display: block;
  font-size: 20px;
  color: #0066b4;
  font-weight: 500;
  margin: 0.5rem 1rem;
  padding: 0 0 10px 0 !important;
}
.sub-menu ul li a:hover {
  text-decoration: none;
  background: url('static/images/icons/thin-blue-line.png');
  background-repeat: repeat-x;
  background-position: bottom;
}
.sub-menu ul li a:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .sub-menu ul li a {
    padding: 1rem;
  }
}
.sub-article-content {
  margin-top: 10rem;
}
.sub-article-content p {
  line-height: 1.6;
}
.sub-article-content h3 {
  font-size: 20px;
  color: #293747;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
}
.sub-article-content .link-back {
  text-decoration: none;
  display: block;
  margin-bottom: 50px;
}
.sub-article-content .link-back:before {
  content: '\2039  ';
  font-size: 20px;
}
@media (min-width: 992px) {
  .sub-article-content .link-back {
    margin-left: -75px;
    margin-top: -20px;
  }
}
.sub-article-content h2 {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .sub-article-content h2 {
    margin-left: -75px;
  }
}
.header-image {
  width: 100%;
}
.iframe-container {
  min-height: 1080px;
  margin-top: 0;
  padding-top: 120px;
  overflow: hidden;
}
#exhibitionsFrame {
  margin-top: -600px;
  padding-bottom: 50px;
  min-height: 1591px;
  width: 100%;
  height: 100%;
}
.page-template-exhibitions header,
.page-template-exhibitions .article-header {
  margin-top: 0;
  background: #f7f9fa !important;
}
.page-template-exhibitions header h1,
.page-template-exhibitions .article-header h1 {
  padding: 0 0 50px 0;
}
@media (min-width: 992px) {
  .page-template-exhibitions header h1,
  .page-template-exhibitions .article-header h1 {
    font-size: 72px !important;
  }
}
/*# sourceMappingURL=./styles.css.map */