body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}
.sweet-alert {
  background-color: white;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert fieldset {
  border: none;
  position: relative;
}
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  -webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  -webkit-transition: padding 0.25s, max-height 0.25s;
  transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sweet-alert input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sweet-alert input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 3px #c4e6f5;
          box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder {
  -moz-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus:-ms-input-placeholder {
  -ms-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #a1d9f2;
}
.sweet-alert button:active {
  background-color: #81ccee;
}
.sweet-alert button.cancel {
  background-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}
.sweet-alert button.cancel:focus {
  -webkit-box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
          box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.row {
  max-width: 1260px;
}
/*foundation custom column separation*/
.column,
.columns {
  padding-left: 20px;
  padding-right: 20px;
}
.row .row {
  margin-left: -20px;
  margin-right: -20px;
}
.bgcover {
  background-position: center;
  background-size: cover;
}
.block {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.devurl:before {
  position: absolute;
  top: -140px;
  left: -140px;
  width: 200px;
  padding-top: 175px;
  color: #fff;
  content: 'DEV';
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100000;
  text-align: center;
  background: #f00;
  height: 200px;
}
.clearul {
  margin: 0;
  padding: 0;
}
.clearul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*foundation animated accordion*/
.accordion .accordion-navigation > .content,
.accordion dd > .content {
  max-height: 0;
  display: block;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  max-height: 1000px;
  opacity: 1;
}
p:last-child {
  margin-bottom: 0;
}
.valignout {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}
.valignin {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  display: table-cell;
}
figure {
  padding: 0;
  margin: 0;
}
.op0 {
  opacity: 0;
}
.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#cboxOverlay {
  background-color: #000;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxNext,
#cboxPrevious {
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 0;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 0;
}
#cboxNext:after,
#cboxPrevious:after {
  display: none;
}
#cboxPrevious {
  right: 42px;
}
#cboxClose {
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  background: none !important;
  color: #fff;
  padding: 10px;
  text-align: center;
  top: 30px;
  right: 40px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: 0;
}
#cboxClose:after {
  display: none;
  width: 100%;
  height: 2px;
  background: #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  mix-blend-mode: normal;
  z-index: 2;
}
#cboxClose:before {
  width: 100%;
  height: 2px;
  background: #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  mix-blend-mode: normal;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.font1 {
  font-family: 'Rubik', sans-serif;
}
.font2 {
  font-family: 'Open Sans', sans-serif;
}
.fontc {
  font-family: 'Open Sans Condensed', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
}
html {
  background: #fff;
}
body {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
h1,
h2 {
  font-family: 'Rubik', sans-serif;
  line-height: 1.2;
}
h3,
h4,
h5 {
  font-family: 'Rubik', sans-serif;
  line-height: 1.5;
}
.show-for-tablet {
  display: none;
}
.button,
button {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #6cbfb6;
  font-size: 14px;
  padding: 15px 25px;
  text-transform: uppercase;
  position: relative;
}
.button i,
button i {
  margin-right: 10px;
}
.button.medium,
button.medium {
  padding: 10px 20px;
}
.button.grey,
button.grey {
  background: #999999;
}
.button.grey:before,
button.grey:before {
  background: #00483f;
}
.button:last-child,
button:last-child {
  margin-bottom: 0;
}
.button:before,
button:before {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  background: #398c83;
  width: 100%;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  mix-blend-mode: screen;
}
.button:hover,
button:hover,
.button:focus,
button:focus {
  background: #6cbfb6;
}
.button:hover:before,
button:hover:before,
.button:focus:before,
button:focus:before {
  width: 100%;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-top: 5px solid #6cbfb6;
  z-index: 100;
  height: 80px;
  background: #fff;
}
header:after {
  top: 100%;
  left: 0;
  height: 26px;
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
header .searchlinkmobile {
  display: none;
}
.scroll header .logo {
  top: 10px;
}
.scroll header .mainnav {
  top: 22px;
}
.scroll header .mobilemenu {
  top: 15px;
}
.scroll header:after {
  opacity: 1;
}
header .logo {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 120px;
  height: 53px;
  background: url(../img/logo.svg) no-repeat;
  position: absolute;
  top: 30px;
  left: 50px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .mainnav {
  position: absolute;
  top: 40px;
  right: 100px;
  right: 40px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .mainnav ul {
  margin: 0;
  padding: 0;
}
header .mainnav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .mainnav ul li {
  padding: 0 15px;
  min-height: 31px;
}
header .mainnav li {
  display: inline-block;
}
header .mainnav li a {
  color: #000000;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .mainnav li a:hover:not(.page-template-page-exhibitions *, .single-exhibition *),
header .mainnav li a:focus {
  color: #fff;
  border-color: transparent;
}
header .mainnav li a:hover:not(.page-template-page-exhibitions *, .single-exhibition *):before,
header .mainnav li a:focus:before {
  right: 0px;
}
header .mobilemenu {
  position: absolute;
  width: 36px;
  height: 36px;
  padding-top: 10px;
  top: 30px;
  right: 50px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 101;
  display: block;
  display: none;
}
header .mobilemenu span {
  display: block;
  height: 1px;
  background: #333;
  margin-bottom: 9px;
  margin: 0 auto 9px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menuopen header .mobilemenu span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.menuopen header .mobilemenu span:nth-child(2) {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.menuopen header .mobilemenu span:nth-child(3) {
  width: 0;
}
.no-touchevents header .mobilemenu:hover span,
.no-touchevents header .mobilemenu:focus span {
  background: #6cbfb6;
}
.no-touchevents header .mobilemenu:hover span:nth-child(1),
.no-touchevents header .mobilemenu:focus span:nth-child(1) {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.no-touchevents header .mobilemenu:hover span:nth-child(2),
.no-touchevents header .mobilemenu:focus span:nth-child(2) {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.no-touchevents header .mobilemenu:hover span:nth-child(3),
.no-touchevents header .mobilemenu:focus span:nth-child(3) {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
nav {
  background: #fff;
  border-left: 1px solid #ddd;
  -webkit-box-shadow: -20px 0 50px rgba(0, 0, 0, 0.2);
          box-shadow: -20px 0 50px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 400px;
  height: 100vh;
  top: 0;
  z-index: 100;
  right: 0;
  padding: 80px 30px 0;
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: -20px 0 50px rgba(0, 0, 0, 0);
          box-shadow: -20px 0 50px rgba(0, 0, 0, 0);
}
.menuopen nav {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-box-shadow: -20px 0 50px rgba(0, 0, 0, 0.2);
          box-shadow: -20px 0 50px rgba(0, 0, 0, 0.2);
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
nav ul a {
  display: block;
  padding: 10px;
  color: #333;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav ul a:hover,
nav ul a:focus {
  color: #6cbfb6;
}
.btn {
  color: #333333;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn i {
  margin-left: 10px;
}
.btn:after {
  position: absolute;
  background: #6cbfb6;
  width: 0;
  left: 0;
  bottom: -10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  content: '';
  height: 1px;
}
.btn:hover,
.btn:focus {
  color: #6cbfb6;
}
.btn:hover:after,
.btn:focus:after {
  width: 50px;
}
.hero .text {
  padding: 160px 500px 60px 50px;
  position: relative;
}
.hero .text h1 {
  font-size: 40px;
  color: #333333;
  margin-bottom: 30px;
}
.hero .text h1 a {
  color: #333333;
  display: inline-block;
  border-bottom: 1px solid #333;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hero .text h1 a:before {
  position: absolute;
  background: #6cbfb6;
  left: -3px;
  top: 0px;
  bottom: 0px;
  content: '';
  display: block;
  right: 100%;
  margin-right: 3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hero .text h1 a span {
  position: relative;
}
.hero .text h1 a:hover,
.hero .text h1 a:focus {
  color: #fff;
  border-color: transparent;
}
.hero .text h1 a:hover:before,
.hero .text h1 a:focus:before {
  margin-right: 0px;
  right: -3px;
}
.hero form {
  position: absolute;
  top: 210px;
  right: 50px;
  width: 400px;
}
.hero form input {
  height: 75px;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 75px;
  border: none;
  font-size: 22px;
  padding: 0 30px;
  font-family: 'Rubik', sans-serif;
}
.hero form label {
  position: absolute;
  top: 22px;
  right: 25px;
  font-size: 20px;
}
.hero .access {
  padding: 0 35px;
}
.hero .access li {
  padding: 0 25px;
}
.hero .access a {
  padding-bottom: 75%;
  position: relative;
  display: block;
}
.hero .access a .bgout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero .access a .bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.hero .access a .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.hero .access a .t {
  position: absolute;
  left: 20px;
  padding: 0 20px 0 0;
  bottom: 30px;
  font-size: 38px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}
.hero .access a .t .s {
  display: inline-block;
  background: #6cbfb6;
  padding: 0 10px 0 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: -40px;
}
.hero .access a .t:before {
  width: 100%;
  content: '';
  display: block;
  height: 100%;
  background: #4a9d94;
  position: absolute;
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 0;
}
.hero .access a .t > span {
  position: relative;
  display: block;
}
.hero .access a:hover .bg,
.hero .access a:focus .bg {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hero .access a:hover .t .s,
.hero .access a:focus .t .s {
  background: #4a9d94;
}
.hero .access a:hover .t:before,
.hero .access a:focus .t:before {
  width: 100%;
}
.homegrey {
  background: #F5F5F5;
  margin: -130px 0 0;
  padding-top: 130px;
  padding-bottom: 100px;
}
.homegrey + .featured {
  margin-top: -100px;
}
.singlehighlight {
  margin: 100px 0;
}
.singlehighlight .row.collapse .textcol {
  padding: 60px 50px;
  background: #fff;
}
.singlehighlight h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
.singlehighlight p {
  font-size: 18px;
  margin-bottom: 30px;
}
.singlehighlight .img {
  height: 100%;
  background-position: center;
  background-size: cover;
}
.singlehighlight .topicico {
  width: 58px;
  height: 58px;
  background: #E87722;
  font-size: 24px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  top: 30px;
  right: 30px;
  padding-top: 10px;
}
.title {
  color: #6cbfb6;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  border-bottom: 1px solid #6cbfb6;
  float: left;
  margin-bottom: -1px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.titleline {
  margin-top: -3px;
  height: 1px;
  background: #DDDDDD;
  clear: both;
}
.tags a {
  background: #6cbfb6;
  color: #fff;
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 13px;
  line-height: 1;
  padding: 7px 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tags a:hover,
.tags a:focus {
  background: #4a9d94;
}
.tags .moretags {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tags.moretagsopen .moretags {
  max-height: 200px;
}
.tags.moretagsopen .more i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tags a.more {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 16px;
  padding: 5px;
}
.tags a.more i {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured {
  margin-bottom: 100px;
}
.featured ul {
  margin: 0;
  padding: 0;
}
.featured ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.featured .featuredslider {
  position: relative;
}
.featured .bx-controls {
  position: absolute;
  top: -30px;
  right: 0;
}
.featured .bx-controls a {
  color: #666666;
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
}
.featured .bx-controls .bx-pager {
  display: inline-block;
  font-size: 15px;
  margin-right: 10px;
}
.featured .bx-controls .bx-controls-direction {
  display: inline-block;
}
.featured .row.collapse .textcol {
  border-bottom: 5px solid #6cbfb6;
  padding: 30px 50px 30px;
  background: #fff;
}
.featured h2 {
  margin: 30px 0;
  font-size: 38px;
}
.featured h2 a {
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured h2 a:hover {
  color: #6cbfb6;
}
.featured h2 a:focus {
  color: #6cbfb6;
}
.featured p {
  font-size: 17px;
}
.featured .tags {
  margin: 30px 0 20px;
}
.featured .imgslider {
  height: 100%;
  border-bottom: 5px solid #6cbfb6;
  background: #6cbfb6;
  max-height: 600px;
  overflow: hidden;
}
.featured .imgslider ul {
  height: 100% !important;
}
.featured .imgslider li {
  height: 100% !important;
  position: relative;
}
.featured .imgslider .bx-wrapper {
  height: 100% !important;
}
.featured .imgslider .bx-viewport {
  height: 100% !important;
}
.featured .imgslider .img {
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured .imgslider .img:hover {
  opacity: 0.7;
}
.featured .imgslider .img:focus {
  opacity: 0.7;
}
.featured .topicslider {
  position: absolute;
  top: 80px;
  width: 58px;
  right: -29px;
  border-radius: 100%;
  background: #fff;
  z-index: 10;
}
.featured .topicslider .topicico {
  width: 58px;
  height: 58px;
  background: #E87722;
  font-size: 24px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}
.featured .topicslider ul {
  opacity: 0;
}
.featured .topicslider .bx-wrapper ul {
  opacity: 1;
}
.topics {
  padding: 50px;
  position: relative;
}
.topics .norightshadow.topicsin .nextshadow {
  opacity: 0;
  pointer-events: none;
}
.topics .noleftshadow.topicsin .prevshadow {
  opacity: 0;
  pointer-events: none;
}
.topics .topicsin {
  margin-top: 50px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  height: 500px;
}
.topics .topicsin:after {
  content: '';
}
.topics .topicsin .prevshadow {
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
  margin: 0;
}
.topics .topicsin .prevshadow:hover {
  width: 150px;
}
.topics .topicsin .prevshadow:focus {
  width: 150px;
}
.topics .topicsin .nextshadow {
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
}
.topics .topicsin .nextshadow:hover {
  width: 150px;
}
.topics .topicsin .nextshadow:focus {
  width: 150px;
}
.topics .topicsin a {
  width: 240px;
  display: block;
  display: inline-block;
  margin: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
}
.topics .topicsin a:hover .h {
  opacity: 0.3;
}
.topics .topicsin a:hover .bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.topics .topicsin a:focus .h {
  opacity: 0.3;
}
.topics .topicsin a:focus .bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.topics .topicsin a .h {
  background: #6cbfb6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.topics .topicsin a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.topics .topicsin a .i {
  position: relative;
  padding-bottom: 100%;
  display: block;
}
.topics .topicsin a .t {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  padding: 30px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  z-index: 1;
  white-space: normal;
}
.topics .topicsin a.large {
  width: 490px;
}
.topics .topicsin a.large .t {
  font-size: 40px;
}
.topics .topicsin a.wide {
  width: 490px;
}
.topics .topicsin a.wide .i {
  padding-bottom: calc(50% - 5px);
}
.topics .topicsin a.wide .t {
  font-size: 40px;
}
.topics .topicsin2 {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  position: absolute;
}
.topics .col {
  display: inline-block;
  vertical-align: top;
}
.topics .nav {
  position: absolute;
  top: 40px;
  right: 50px;
}
.topics .nav a {
  display: inline-block;
  font-size: 20px;
  color: #333;
  margin-left: 15px;
}
.topics .grid-sizer {
  width: 250px;
}
.topics.topicspage {
  padding: 0 50px 50px;
}
.topics.topicspage .topicsin {
  margin-top: 0;
  white-space: normal;
  height: auto;
}
.topics.topicspage .topicsin:after {
  display: none;
}
footer {
  padding: 50px;
  background: #F5F5F5;
}
footer p {
  font-size: 15px;
  max-width: 530px;
}
footer p a {
  color: #6cbfb6;
}
footer p a:hover,
footer p a:focus {
  text-decoration: underline;
  color: #6cbfb6;
}
footer img {
  mix-blend-mode: multiply;
  margin: 20px 0;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul a {
  font-size: 15px;
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer ul a:hover,
footer ul a:focus {
  color: #6cbfb6;
}
footer ul h5 {
  font-size: 15px;
  font-weight: bold;
}
footer ul.legal li {
  display: inline-block;
}
footer ul.legal li:after {
  content: '-';
  display: inline-block;
  margin: 0 5px;
}
footer ul.legal li:last-child:after {
  display: none;
}
footer .social {
  margin-top: 20px;
}
footer .social a {
  color: #333;
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .social a:hover,
footer .social a:focus {
  color: #6cbfb6;
}
.heritageout {
  padding-bottom: 2px;
}
.heritage {
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  background: url(../img/heritage-creative.svg) no-repeat center;
  display: block;
  width: 172px;
  height: 30px;
  margin: 20px auto 20px;
}
.searchmodal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  border-top: 5px solid #6cbfb6;
  background: #F5F5F5;
  padding: 30px 0;
  z-index: 1000;
  padding-top: 175px;
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-100%) translateY(0px);
          transform: translateX(-100%) translateY(0px);
}
.searchopen .searchmodal {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.searchmodal .searchmodaltop {
  position: fixed;
  top: 0;
  left: 0;
  background: #f5f5f5;
  width: 100%;
  padding: 30px 0;
}
.searchmodal .searchmodalbottom {
  overflow-y: auto;
  height: 100%;
}
.searchmodal form input {
  height: 75px;
  border-radius: 75px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-size: 22px;
  padding: 0 40px;
}
.searchmodal form input:focus {
  background: #fff;
}
.searchmodal form .input {
  position: relative;
}
.searchmodal form .input i.fa-search {
  position: absolute;
  top: 28px;
  right: 28px;
  font-size: 20px;
  pointer-events: none;
}
.searchmodal form .input .clear {
  position: absolute;
  top: 100%;
  right: 20px;
  font-size: 14px;
  color: #333;
  margin-top: 15px;
  white-space: nowrap;
  display: none;
}
.searchmodal form .input .clear i {
  margin-right: 10px;
}
.searchmodal form .input .fa-spinner {
  position: absolute;
  top: 28px;
  left: 10px;
  font-size: 18px;
  color: #999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.searchmodal form .input.loading .fa-spinner {
  opacity: 1;
}
.searchmodal form .info {
  padding-left: 30px;
  font-size: 16px;
  color: #999999;
}
.searchmodal form .info i {
  margin-right: 10px;
}
.searchmodal hr {
  margin: 30px 0;
}
.searchmodal h5 {
  color: #6cbfb6;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
.searchmodal .popular {
  margin-top: 10px;
}
.searchmodal .popular h5 {
  margin-bottom: 0;
}
.searchmodal .popular a {
  display: inline-block;
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 20px 10px 0;
}
.searchmodal .popular a:hover,
.searchmodal .popular a:focus {
  color: #6cbfb6;
}
.searchmodal .searchtopics h5 {
  margin-bottom: 20px;
}
.searchmodal .searchtopics .a {
  height: 50px;
  background: #fff;
  padding: 12px 20px;
  color: #333;
  font-size: 16px;
  border-bottom: 4px solid #6cbfb6;
  position: relative;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.searchmodal .searchtopics .a.hasimg {
  padding-left: 70px;
}
.searchmodal .searchtopics .a img {
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.searchmodal .results .i {
  position: relative;
}
.searchmodal .results .i.hasimg {
  padding-left: 130px;
}
.searchmodal .results .i figure {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.searchmodal .results .topicico {
  width: 30px;
  height: 30px;
  background: #E87722;
  font-size: 16px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  top: 5px;
  right: -15px;
  padding-top: 2px;
}
.searchmodal .results .h2 {
  font-size: 24px;
}
.searchmodal .results .h2 a {
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.searchmodal .results .h2 a:hover,
.searchmodal .results .h2 a:focus {
  color: #6cbfb6;
}
.searchmodal .results p {
  font-size: 16px;
  line-height: 1.5;
}
.searchmodal .results .a {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 15px 10px 0;
}
.searchmodal .results .a i {
  color: #6cbfb6;
  margin-right: 5px;
  font-size: 16px;
}
.searchmodal .close {
  position: absolute;
  top: 30px;
  right: 20px;
}
.searchmodal .close span {
  display: block;
  width: 40px;
  margin: 0 auto;
  height: 2px;
  background: #CCCCCC;
}
.searchmodal .close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.searchmodal .close span:nth-child(2) {
  -webkit-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
}
.searchmodal .close .t {
  font-size: 12px;
  color: #111;
  font-family: 'Rubik', sans-serif;
  margin-top: 15px;
}
.pageheader {
  margin: 130px 50px 50px;
  position: relative;
  background: #F5F5F5;
  min-height: 300px;
  padding: 40px 50px 40px 350px;
}
.pageheader.flexible {
  min-height: 0;
}
.pageheader figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
  background-position: center;
  background-size: cover;
}
.pageheader figure.hasbg img {
  display: none;
}
.pageheader.noimage {
  padding-left: 40px;
}
.pageheader.group {
  padding-left: 40px;
  height: 500px;
}
.pageheader.group .text {
  max-width: 270px;
}
.pageheader.group .bg {
  position: absolute;
  top: 0;
  left: 340px;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.pageheader.group .tags {
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 230px;
}
.pageheader .topicico {
  width: 58px;
  height: 58px;
  background: #E87722;
  font-size: 24px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}
.pageheader h1 {
  font-size: 42px;
  margin: 20px 0 5px;
}
.pageheader p {
  font-size: 18px;
}
.pageheader .buttons {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.pageheader .buttons .button {
  margin-bottom: 0;
}
.pageheader.object {
  padding-left: 50%;
}
.pageheader.object .img {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-position: center;
  background-size: cover;
}
.pageheader.object .p {
  min-height: 180px;
}
.pageheader.object .backtoobjects {
  background: #666666;
  height: 60px;
  border-radius: 60px 0 0 60px;
  display: block;
  color: #fff;
  position: relative;
  padding: 10px 70px 0 70px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
}
.pageheader.object .backtoobjects .topicico {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.pageheader.object .backtoobjects .b {
  position: absolute;
  top: 6px;
  right: 10px;
  text-align: right;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  font-size: 11px;
  width: 40px;
}
.pageheader.object .backtoobjects .b i {
  display: block;
  font-size: 20px;
}
.pagecontent {
  margin: 70px 0;
}
.pagecontent p {
  line-height: 1.8;
  font-size: 17px;
}
.pagecontent p a {
  color: #6cbfb6;
}
.pagecontent p a:hover,
.pagecontent p a:focus {
  text-decoration: underline;
}
.pagecontent figure .foot {
  background: #F5F5F5;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
  font-size: 15px;
}
.pagecontent figure .foot a {
  color: #6cbfb6;
}
.pagecontent figure .foot a:hover,
.pagecontent figure .foot a:focus {
  text-decoration: underline;
}
.pagecontent h1,
.pagecontent h2,
.pagecontent h3,
.pagecontent h4 {
  font-family: 'Rubik', sans-serif;
}
.pagecontent h1,
.pagecontent h2 {
  margin-bottom: 30px;
}
.pagecontent.defaultblock.paragraph {
  margin: 0 0 10px;
}
.pagecontent.defaultblock.heading {
  margin: 50px 0 10px;
}
.singlepageheader + .pagecontent.defaultblock.paragraph {
  margin-top: 70px;
}
.pagecontent.defaultblock.paragraph + footer {
  margin-top: 70px;
}
.faqs,
.tabssection {
  margin: 70px 0;
}
.faqs h2,
.tabssection h2 {
  margin-bottom: 30px;
}
.faqs .accordion,
.tabssection .accordion {
  margin: 0;
}
.faqs .accordion .accordion-navigation,
.tabssection .accordion .accordion-navigation {
  border-bottom: 1px solid #eee;
}
.faqs .accordion .accordion-navigation > a,
.tabssection .accordion .accordion-navigation > a {
  background: none;
  font-family: 'Rubik', sans-serif;
  position: relative;
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faqs .accordion .accordion-navigation > a:after,
.tabssection .accordion .accordion-navigation > a:after {
  content: '+';
  position: absolute;
  top: 14px;
  right: 12px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faqs .accordion .accordion-navigation > a:hover,
.tabssection .accordion .accordion-navigation > a:hover,
.faqs .accordion .accordion-navigation > a:focus,
.tabssection .accordion .accordion-navigation > a:focus {
  color: #6cbfb6;
}
.faqs .accordion .accordion-navigation > a:hover:after,
.tabssection .accordion .accordion-navigation > a:hover:after,
.faqs .accordion .accordion-navigation > a:focus:after,
.tabssection .accordion .accordion-navigation > a:focus:after {
  color: #fff;
  background: #6cbfb6;
}
.faqs .accordion .accordion-navigation .content,
.tabssection .accordion .accordion-navigation .content {
  padding: 0 20px;
}
.faqs .accordion .accordion-navigation.active .content,
.tabssection .accordion .accordion-navigation.active .content {
  padding: 10px 20px 20px;
}
.faqs .accordion .accordion-navigation.active > a:after,
.tabssection .accordion .accordion-navigation.active > a:after {
  content: '-';
}
.tabssection .tabs {
  border-bottom: 1px solid #eee;
  height: 59px;
}
.tabssection .tabs dd {
  margin: 0 10px 0px 0;
  height: 60px;
}
.tabssection .tabs dd a {
  border: 1px solid #eee;
  border-bottom: 1px solid #fff;
  font-family: 'Rubik', sans-serif;
}
.tabssection .imgcol {
  text-align: right;
}
.cta {
  margin: 50px 0;
}
.gallery {
  padding: 50px;
  position: relative;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.gallery .galleryin {
  margin-top: 50px;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.gallery .galleryin2 {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}
.gallery .col {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  height: 300px;
}
@media(max-width:800px){
.gallery .col {
  width: 300px;
    height: 250px;
}
.gallery .columns{
padding-left: 0;
padding-right:0;
}
}

@media(max-width:480px){
.gallery .col {
  width: 245px;
height: 220px;
}
}
.gallery .col a {
  display: block;
  display: inline-block;
  margin: 0 0 70px 0;
  position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}
.gallery .col a img {
  display: block;
  max-height: 300px;
    width: 100%;
    object-fit: cover;
height: 100%;
}
.gallery .col a .t {
  color: #000;
  font-size: 14px;
  position: absolute;
  top: 100%;
  padding-top: 10px;
  left: 0;
  width: 100%;
  white-space: normal;
  line-height: 1.4;
}
.gallery .col a .h {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 15px;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery .col a .h i {
  margin-right: 15px;
  font-size: 16px;
}
.gallery .col a figure {
  position: relative;
  overflow: hidden;
width: 100%;
height: 100%;
}
.gallery .col a:hover .h,
.gallery .col a:focus .h {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.gallery .nav {
  position: absolute;
  top: 40px;
  right: 50px;
}
.gallery .nav a {
  display: inline-block;
  font-size: 20px;
  color: #333;
  margin-left: 15px;
}
.gallery .nav button {
    display: inline-block;
    font-size: 20px;
    color: #333;
    margin-left: 15px;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    border: none;
    opacity: 1;
    cursor: pointer;
}

.gallery .nav .button:before, .gallery .nav button:before{
 display: none !important;
}
.gallery .nav button:hover{
    color: #333333;
}
.gallery .nav button i{
    margin: 0;
    color: #333333;
}
.bigquote {
  position: relative;
}
.bigquote .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-position: top;
}
.bigquote.solidbg .t {
  background: none;
}
.bigquote .t {
  position: relative;
  width: 50%;
  padding: 50px 50px 50px 60px;
  color: #fff;
  font-size: 32px;
  font-style: italic;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.bigquote .t .a {
  padding-top: 15px;
  font-style: normal;
  font-size: 80%;
}
.bigquote i {
  z-index: 1;
  position: absolute;
  left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 28px;
  background: #6cbfb6;
  top: 40px;
  padding-top: 15px;
}
.bigquote.small .t {
  font-size: 24px;
}
.bigquote.alignright .t {
  margin-left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.bigquote.alignright i {
  left: auto;
  right: -30px;
}
.bigquote.alignwide .t {
  width: 100%;
}
.topicgrid {
  padding: 0 50px;
  margin: 50px 0;
}
.topicgrid.grey {
  padding: 50px;
  background: #f5f5f5;
}
.topicgrid.grey .i {
  background: #fff;
}
.topicgrid .filter {
  float: right;
  margin: -30px 0 30px;
}
.topicgrid .titleline + ul {
  margin-top: 30px;
}
.topicgrid h4 a {
  color: #222;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.topicgrid h4 a:hover,
.topicgrid h4 a:focus {
  color: #6cbfb6;
}
.topicgrid .i {
  background: #f5f5f5;
  padding: 0 20px 20px;
}
.topicgrid .i figure {
  position: relative;
  margin: 0 -20px 20px;
  min-height: 150px;
  background: #ddd;
}
.topicgrid .i figure img {
  width: 100%;
}
.topicgrid .i figure .tags {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0;
}
.topicgrid .i figure .tags a {
  padding: 7px 10px;
  display: inline-block;
  vertical-align: top;
}
.topicgrid .i figure .tags .more {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 16px;
  padding: 5px;
}
.topicgrid .i figure .tags .morecats {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.topicgrid .i figure .tags.moretagsopen .morecats {
  max-height: 200px;
}
.topicgrid .i figure .topicico {
  width: 36px;
  height: 36px;
  background: #E87722;
  font-size: 18px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  bottom: -18px;
  right: 30px;
  padding-top: 2px;
}
.btns a {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 15px 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btns a i {
  color: #6cbfb6;
  margin-right: 5px;
  font-size: 16px;
}
.btns a:hover,
.btns a:focus {
  color: #6cbfb6;
}
.filter {
  float: right;
  margin: -30px 0 30px;
  position: relative;
  padding-bottom: 5px;
  z-index: 10;
}
.filter .dd {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px 20px;
  background: #fff;
  min-width: 100%;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filter .dd a {
  display: block;
  color: #333;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filter .dd a:hover,
.filter .dd a:focus {
  color: #6cbfb6;
}
.filter .l {
  font-weight: 300;
  color: #666666;
  display: inline-block;
  margin-right: 10px;
}
.filter > a {
  color: #333;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filter > a:hover,
.filter > a:focus {
  color: #6cbfb6;
}
.filter > a:after {
  content: '\f0d7';
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.filter.open .dd {
  max-height: 300px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.objects {
  margin: 50px 50px 100px;
}
.objects .removesearch {
  color: #333;
  font-size: 14px;
  display: none;
}
.objects .removesearch i {
  margin-right: 5px;
}
.objects .removesearchout {
  padding-left: 20px;
  padding-top: 5px;
}
.objects .objectssearch {
  max-width: 290px;
  position: relative;
}
.objects .objectssearch input {
  border-radius: 50px;
  height: 50px;
  background: #f5f5f5;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 20px;
}
.objects .objectssearch button {
  background: none;
  height: 50px;
  width: 50px;
  padding: 0;
  color: #333;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.objects ul {
  margin: 0;
  padding: 0;
  margin: 0 -15px 0;
  margin-top: 40px;
}
.objects ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.objects ul li {
  display: block;
  max-width: 390px;
  padding: 0 15px 30px;
  width: 25%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.objects .i {
  background: #f5f5f5;
  padding: 0 20px 20px;
}
.objects .i figure {
  position: relative;
  margin: 0 -20px 20px;
  background: #6cbfb6;
}
.objects .i figure img {
  width: 100%;
}
.objects .i figure .tags {
  position: absolute;
  top: 10px;
  left: 10px;
}
.objects .i figure .tags a {
  padding: 7px 10px;
}
.objects .i figure .tags .more {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 16px;
  padding: 5px;
}
.objects .i figure .topicico {
  width: 36px;
  height: 36px;
  background: #E87722;
  font-size: 18px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  bottom: -18px;
  right: 30px;
  padding-top: 2px;
}
.objects .i .seen {
  position: absolute;
  width: 35px;
  height: 35px;
  background: #FACB41;
  color: #fff;
  text-align: center;
  top: 0;
  right: 0;
  font-size: 18px;
  padding-top: 3px;
}
.objects .i .date {
  color: #666666;
  font-size: 15px;
}
.objects .i .detail {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.objects .i .rm {
  color: #333;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.objects .i .rm i {
  margin-left: 10px;
}
.objects .i .opendetail {
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.objects .i .opendetail img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.objects .i .opendetail:hover,
.objects .i .opendetail:focus {
  color: #6cbfb6;
}
.objects .i .opendetail:hover img,
.objects .i .opendetail:focus img {
  opacity: 0.7;
}
.objects .open {
  z-index: 100;
}
.objects .open .detail {
  margin-top: 15px;
  max-height: 500px;
}
.objects .openitem li {
  opacity: 0.3;
  pointer-events: none;
}
.objects .openitem li.open {
  opacity: 1;
  pointer-events: inherit;
}
.objects .openitem li.open .i {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.singlepageheader {
  height: 500px;
  background: #f5f5f5;
  position: relative;
  margin: 130px 50px 0;
}
.singlepageheader h1 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: #6cbfb6;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding: 10px 40px;
}
.singlepageheader .bg {
  position: absolute;
  top: 0;
  left: 300px;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.mapsection .filters,
.taxfilters .filters {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 15px 20px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mapsection .filters .themesfilter + .themesfilter,
.taxfilters .filters .themesfilter + .themesfilter {
  margin-left: 20px;
}
.mapsection .filters .themesfilter,
.taxfilters .filters .themesfilter {
  display: inline-block;
  vertical-align: top;
}
.mapsection .filters .themesfilter form,
.taxfilters .filters .themesfilter form {
  height: 100%;
  overflow-y: auto;
}
.mapsection .filters .themesfilter > .a,
.taxfilters .filters .themesfilter > .a {
  color: #333;
  font-size: 15px;
}
.mapsection .filters .themesfilter > .a i,
.taxfilters .filters .themesfilter > .a i {
  font-size: 16px;
  margin-right: 10px;
}
.mapsection .filters .themesfilter > .a:after,
.taxfilters .filters .themesfilter > .a:after {
  content: '\f0d7';
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  font-weight: 900;
  color: #6cbfb6;
}
.mapsection .filters .themesfilter.open > .a:after,
.taxfilters .filters .themesfilter.open > .a:after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.mapsection .filters .themesfilter.open .dd,
.taxfilters .filters .themesfilter.open .dd {
  height: 500px;
  padding: 20px 10px 100px 0;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}
.mapsection .filters .themesfilter .dd,
.taxfilters .filters .themesfilter .dd {
  position: absolute;
  left: 0px;
  background: #fff;
  top: 100%;
  z-index: 10;
  width: 400px;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0);
  padding: 0 10px 0 0;
}
.mapsection .filters .themesfilter .dd .button,
.taxfilters .filters .themesfilter .dd .button {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.mapsection .filters .themesfilter .dd ul,
.taxfilters .filters .themesfilter .dd ul {
  margin: 0;
  padding: 0;
}
.mapsection .filters .themesfilter .dd ul li,
.taxfilters .filters .themesfilter .dd ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mapsection .filters .themesfilter .dd > ul,
.taxfilters .filters .themesfilter .dd > ul {
  height: 100%;
  overflow-y: auto;
}
.mapsection .filters .themesfilter .dd .accordion-navigation ul li,
.taxfilters .filters .themesfilter .dd .accordion-navigation ul li {
  padding-left: 20px;
}
.mapsection .filters .themesfilter .dd .accordion-navigation ul li label,
.taxfilters .filters .themesfilter .dd .accordion-navigation ul li label {
  padding: 6px 10px;
  display: block;
}
.mapsection .filters .themesfilter .dd .accordion-navigation ul li > span,
.taxfilters .filters .themesfilter .dd .accordion-navigation ul li > span {
  left: 0;
}
.mapsection .filters .themesfilter .dd .accordion-navigation ul li > input,
.taxfilters .filters .themesfilter .dd .accordion-navigation ul li > input {
  left: 0;
}
.mapsection .filters .themesfilter .dd .accordion-navigation,
.taxfilters .filters .themesfilter .dd .accordion-navigation,
.mapsection .filters .themesfilter .dd .accordion-navigation li,
.taxfilters .filters .themesfilter .dd .accordion-navigation li {
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #fff;
}
.mapsection .filters .themesfilter .dd .accordion-navigation .content,
.taxfilters .filters .themesfilter .dd .accordion-navigation .content,
.mapsection .filters .themesfilter .dd .accordion-navigation li .content,
.taxfilters .filters .themesfilter .dd .accordion-navigation li .content {
  padding: 0;
}
.mapsection .filters .themesfilter .dd .accordion-navigation > span,
.taxfilters .filters .themesfilter .dd .accordion-navigation > span,
.mapsection .filters .themesfilter .dd .accordion-navigation li > span,
.taxfilters .filters .themesfilter .dd .accordion-navigation li > span {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 20px;
  border: 1px solid #333;
  border-radius: 100%;
  display: block;
}
.mapsection .filters .themesfilter .dd .accordion-navigation > span em,
.taxfilters .filters .themesfilter .dd .accordion-navigation > span em,
.mapsection .filters .themesfilter .dd .accordion-navigation li > span em,
.taxfilters .filters .themesfilter .dd .accordion-navigation li > span em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
}
.mapsection .filters .themesfilter .dd .accordion-navigation > input,
.taxfilters .filters .themesfilter .dd .accordion-navigation > input,
.mapsection .filters .themesfilter .dd .accordion-navigation li > input,
.taxfilters .filters .themesfilter .dd .accordion-navigation li > input {
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0;
  z-index: 1;
}
.mapsection .filters .themesfilter .dd .accordion-navigation > input:checked + span em,
.taxfilters .filters .themesfilter .dd .accordion-navigation > input:checked + span em,
.mapsection .filters .themesfilter .dd .accordion-navigation li > input:checked + span em,
.taxfilters .filters .themesfilter .dd .accordion-navigation li > input:checked + span em {
  opacity: 1;
}
.mapsection .filters .themesfilter .dd .accordion-navigation > a,
.taxfilters .filters .themesfilter .dd .accordion-navigation > a,
.mapsection .filters .themesfilter .dd .accordion-navigation li > a,
.taxfilters .filters .themesfilter .dd .accordion-navigation li > a,
.mapsection .filters .themesfilter .dd .accordion-navigation > .a,
.taxfilters .filters .themesfilter .dd .accordion-navigation > .a,
.mapsection .filters .themesfilter .dd .accordion-navigation li > .a,
.taxfilters .filters .themesfilter .dd .accordion-navigation li > .a {
  background: none;
  padding: 7px 10px;
  font-size: 14px;
  display: block;
  position: relative;
  font-style: normal;
}
.mapsection .filters .themesfilter .dd .accordion-navigation > a:after,
.taxfilters .filters .themesfilter .dd .accordion-navigation > a:after,
.mapsection .filters .themesfilter .dd .accordion-navigation li > a:after,
.taxfilters .filters .themesfilter .dd .accordion-navigation li > a:after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: '\f078';
  font-family: "Font Awesome 5 Pro";
  color: #999;
}
.mapsection .filters .themesfilter .dd .accordion-navigation.active,
.taxfilters .filters .themesfilter .dd .accordion-navigation.active {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px !important;
}
.mapsection .filters .themesfilter .dd .accordion-navigation.active > a:after,
.taxfilters .filters .themesfilter .dd .accordion-navigation.active > a:after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.mapsection .filters .themesfilter .dd .accordion-navigation.active .content,
.taxfilters .filters .themesfilter .dd .accordion-navigation.active .content {
  padding-bottom: 20px;
}
.mapsection .filters .filter,
.taxfilters .filters .filter {
  margin: 0 0 0 15px;
}
.mapsection .filters .filter > a:after,
.taxfilters .filters .filter > a:after {
  display: none;
}
.taxfilters {
  margin: 0 50px;
}
.taxfilters .filters {
  position: relative;
  border: none;
  padding: 0;
  height: 40px;
}
.taxfilters .filters .themesfilter .dd {
  border-top: none;
}
.taxfilters .filters .themesfilter.open .dd {
  height: 400px;
}
.mapsection {
  height: 100vh;
  padding-top: 120px;
  position: relative;
  padding-left: 400px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.mapsection ::-webkit-scrollbar {
  width: 5px;
}
.mapsection ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.mapsection ::-webkit-scrollbar-thumb {
  background: #6cbfb6;
}
.mapsection ::-webkit-scrollbar-thumb:hover {
  background: #398c83;
}
.mapsection .sidebar {
  width: 400px;
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0;
  padding-top: 60px;
}
.mapsection .itemsout {
  position: relative;
  height: 100%;
}
.mapsection .items {
  height: 100%;
  overflow-y: auto;
  padding: 20px 20px 0;
}
.mapsection .items a {
  display: block;
  padding-left: 120px;
  min-height: 100px;
  margin-bottom: 20px;
  position: relative;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: 'Rubik', sans-serif;
}
.mapsection .items a:hover,
.mapsection .items a:focus {
  background: #f5f5f5;
}
.mapsection .items a figure {
  width: 100px;
  position: absolute;
  background: #eee;
  top: 0;
  left: 0;
  height: 100px;
}
.mapsection .items a figure .topicico {
  width: 36px;
  height: 36px;
  background: #E87722;
  font-size: 18px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  top: 10px;
  left: -18px;
  padding-top: 5px;
}
.mapsection .items a .t {
  font-size: 18px;
  color: #333333;
  display: block;
  margin-bottom: 5px;
}
.mapsection .items a .a {
  font-size: 15px;
  color: #999;
  line-height: 1.4;
  display: block;
}
.mapsection .items a .h {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0px;
  height: 100%;
  background: #6cbfb6;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mapsection .items a.selected {
  background: #f5f5f5;
}
.mapsection .items a.selected .h {
  width: 7px;
}
.mapsection .map {
  height: 100%;
  background: #eee;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.mapsection .map #map {
  height: 100%;
}
.mapsection .map .maptoolbar {
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  background: #fff;
  width: 100%;
  text-align: right;
  z-index: 10;
}
.mapsection .map .maptoolbar a {
  background: #F5F5F5;
  height: 40px;
  display: inline-block;
  width: 40px;
  text-align: center;
  color: #333;
  vertical-align: top;
  padding-top: 10px;
}
.mapsection .map .maptoolbar a i {
  margin: 0;
}
.mapsection .map .maptoolbar a.disabled {
  background: #999;
}
.mapsection .map .maptoolbar a.active {
  background: #6cbfb6;
  color: #fff;
}
.mapsection .map .maptoolbar .fullscreen {
  width: auto;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 0 20px;
}
.mapsection .map .maptoolbar .fullscreen i {
  margin-right: 10px;
}
.mapsection .map .maptoolbar .markerdefault {
  font-size: 15px;
}
.mapsection .map .maptoolbar .markerdefault i {
  color: #E87722;
}
.mapsection .map .maptoolbar .markerlarge {
  font-size: 20px;
  padding-top: 5px;
}
.mapsection .map .maptoolbar .markerlarge i {
  color: #E87722;
}
.mapsection .map .maptoolbar .l {
  display: inline-block;
  text-align: right;
  font-size: 12px;
  line-height: 1.1;
  margin: 6px 10px;
  vertical-align: top;
}
.buttongrid .accessgridfigure {
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
}
.buttongrid a {
  display: block;
  position: relative;
  background: #000;
}
.buttongrid a figure {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.buttongrid a figure:after {
  content: '';
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.buttongrid a .t {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  color: #fff;
  font-size: 20px;
}
.buttongrid a:hover figure {
  opacity: 0.8;
}
.buttongrid a:focus figure {
  opacity: 0.8;
}
.simpleheader {
  margin: 150px 0 50px;
}
.simpleheader .row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
body .gm-style .gm-style-iw-d {
  overflow: visible !important;
  padding-top: 10px;
}
body .gm-style .gm-style-iw-c {
  border: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  padding-left: 200px;
  min-height: 180px;
  padding-right: 20px !important;
}
body .gm-style .gm-style-iw-c img {
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
}
body .gm-style .gm-style-iw-c .topicico {
  width: 36px;
  height: 36px;
  background: #E87722;
  font-size: 18px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  top: 18px;
  left: -18px;
  padding-top: 5px;
  z-index: 1;
}
body .gm-style .gm-style-iw-c h3 {
  font-size: 22px;
  font-family: 'Rubik', sans-serif;
  margin: 0 0 5px;
}
body .gm-style .gm-style-iw-c a {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body .gm-style .gm-style-iw-c a:hover,
body .gm-style .gm-style-iw-c a:focus {
  color: #6cbfb6;
}
body .gm-style .gm-style-iw-c a i {
  margin-left: 5px;
}
body .gm-style .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
}
body .gm-style .border .tip {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -6px;
}
body .gm-style .gm-style-iw-t::after {
  display: none;
}
body .gm-style button.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
body .gm-style button.gm-ui-hover-effect:before {
  display: none;
}
/*map fs*/
.fs header {
  height: 0;
}
.fs header .mainnav {
  display: none;
}
.fs .mapsection {
  padding-top: 0;
}
.articles-topper p {
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  /* 182.353% */
}
.articles-topper figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .articles-topper figure {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .articles-topper figure img {
    max-width: 200px;
  }
}
.articles img {
  margin-bottom: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .articles .article-list {
    gap: 12px;
  }
}
.articles .featured-row {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .articles .featured-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.articles .i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.articles .featured-post {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
}
.articles .featured-post img {
  width: 100%;
  height: 100%;
}
.articles .featured-post a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 14px;
  display: inline;
}
.articles .featured-post h2 a {
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
}
@media screen and (max-width: 600px) {
  .articles .featured-post h2 a {
    font-size: 23px;
    line-height: 35px;
    font-weight: 400;
    color: #222;
  }
}
.articles .featured-post span {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 7px;
  color: #6cbfb6;
}
@media screen and (max-width: 800px) {
  .articles .featured-post {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
  }
  .articles .featured-post img {
    aspect-ratio: 2;
  }
}
.articles .i .bottom {
  min-height: 216px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.articles h2 a {
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
  color: #222;
  display: block;
}
.articles .archives-title {
  margin: 64px 0 24px 0;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
}
@media screen and (max-width: 500px) {
  .articles .archives-title {
    margin: 24px 0 24px 0;
  }
}
.articles ul {
  display: -ms-grid;
  display: grid;
  list-style-type: none;
  gap: 24px;
  margin-left: 0;
  margin-bottom: 0;
}
.articles ul li p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #222;
  margin-bottom: 20px;
}
.articles ul li .btns a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #222;
}
.articles ul li img {
  width: 100%;
  aspect-ratio: 2;
}
.articles ul.main-loop {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .articles ul.main-loop {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .articles ul.main-loop {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.articles ul.main-loop .i .bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.articles ul.main-loop.mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .articles ul.main-loop.mobile {
    display: -ms-grid;
    display: grid;
  }
}
@media screen and (max-width: 800px) {
  .articles ul.main-loop.desktop {
    display: none;
  }
}
.articles ul.from-the-archive {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 64px;
}
@media screen and (max-width: 800px) {
  .articles ul.from-the-archive {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .articles ul.from-the-archive {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.articles ul.from-the-archive .i {
  height: auto;
}
.articles ul.from-the-archive h2 a {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 182.353% */
}
.articles ul.latest-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .articles ul.latest-loop {
    display: none;
  }
}
.articles .pagination-container.desktop {
  display: block;
}
@media screen and (max-width: 800px) {
  .articles .pagination-container.desktop {
    display: none;
  }
}
.articles .pagination-container.mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .articles .pagination-container.mobile {
    display: block;
  }
}
.articles .archive-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin: 24px 0 100px 0;
}
@media screen and (max-width: 800px) {
  .articles .archive-pagination {
    margin: 16px 0 50px 0;
  }
}
.articles .archive-pagination .page-numbers {
  padding: 12px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #000;
}
.articles .archive-pagination .page-numbers.next {
  position: relative;
}
.articles .archive-pagination .page-numbers.next::after {
  position: absolute;
  content: '';
  background-color: #fff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../img/chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.articles .archive-pagination .page-numbers.prev {
  position: relative;
}
.articles .archive-pagination .page-numbers.prev::after {
  position: absolute;
  content: '';
  background-color: #fff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../img/chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.articles .archive-pagination .current {
  background-color: #6cbfb6;
  color: #fff;
}
.paged .articles .featured-row {
  display: none;
}
.page-template-page-exhibitions .exhibition-container h2 {
  font-size: 28px;
  line-height: 35px;
  margin: 20px 0;
}
.page-template-page-exhibitions,
.single-exhibition {
  background-color: #000;
}
.page-template-page-exhibitions .pageheader,
.single-exhibition .pageheader {
  margin-top: 80px;
}
.page-template-page-exhibitions p:not(footer *, header *),
.single-exhibition p:not(footer *, header *),
.page-template-page-exhibitions a:not(footer *, header *),
.single-exhibition a:not(footer *, header *),
.page-template-page-exhibitions li:not(footer *, header *),
.single-exhibition li:not(footer *, header *),
.page-template-page-exhibitions h1:not(footer *, header *),
.single-exhibition h1:not(footer *, header *),
.page-template-page-exhibitions h2:not(footer *, header *),
.single-exhibition h2:not(footer *, header *),
.page-template-page-exhibitions h3:not(footer *, header *),
.single-exhibition h3:not(footer *, header *),
.page-template-page-exhibitions h4:not(footer *, header *),
.single-exhibition h4:not(footer *, header *),
.page-template-page-exhibitions h5:not(footer *, header *),
.single-exhibition h5:not(footer *, header *),
.page-template-page-exhibitions h6:not(footer *, header *),
.single-exhibition h6:not(footer *, header *),
.page-template-page-exhibitions span:not(footer *, header *),
.single-exhibition span:not(footer *, header *) {
  color: #fff;
}
.page-template-page-exhibitions .pageheader,
.single-exhibition .pageheader,
.page-template-page-exhibitions .exhibition-container,
.single-exhibition .exhibition-container {
  background-color: #000;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .page-template-page-exhibitions .pageheader,
  .single-exhibition .pageheader,
  .page-template-page-exhibitions .exhibition-container,
  .single-exhibition .exhibition-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .page-template-page-exhibitions .pageheader,
  .single-exhibition .pageheader,
  .page-template-page-exhibitions .exhibition-container,
  .single-exhibition .exhibition-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-page-exhibitions .exhibition-container,
.single-exhibition .exhibition-container {
  padding: 0px 50px;
  margin: 50px auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .page-template-page-exhibitions .exhibition-container,
  .single-exhibition .exhibition-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .page-template-page-exhibitions .exhibition-container,
  .single-exhibition .exhibition-container {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-page-exhibitions img,
.single-exhibition img {
  width: 100%;
  aspect-ratio: 1.33333333;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-exhibitions footer img,
.single-exhibition footer img {
  width: unset;
}
.page-template-page-exhibitions .exhibition-archive,
.single-exhibition .exhibition-archive {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .page-template-page-exhibitions .exhibition-archive,
  .single-exhibition .exhibition-archive {
    gap: 50px;
  }
}
@media screen and (max-width: 800px) {
  .page-template-page-exhibitions .exhibition-archive,
  .single-exhibition .exhibition-archive {
    gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page-template-page-exhibitions .exhibition-archive .item-container:nth-child(2n),
.single-exhibition .exhibition-archive .item-container:nth-child(2n) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-template-page-exhibitions .exhibition-archive .item-container:nth-child(2n) .item,
.single-exhibition .exhibition-archive .item-container:nth-child(2n) .item {
  margin-top: 250px;
}
@media screen and (max-width: 1200px) {
  .page-template-page-exhibitions .exhibition-archive .item-container:nth-child(2n) .item,
  .single-exhibition .exhibition-archive .item-container:nth-child(2n) .item {
    margin-top: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-page-exhibitions .exhibition-archive .item-container:nth-child(2n) .item,
  .single-exhibition .exhibition-archive .item-container:nth-child(2n) .item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .page-template-page-exhibitions .exhibition-archive .item-container:nth-child(2n) .item,
  .single-exhibition .exhibition-archive .item-container:nth-child(2n) .item {
    margin-top: 0px;
  }
}
.page-template-page-exhibitions .exhibition-archive .item-container,
.single-exhibition .exhibition-archive .item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-template-page-exhibitions .exhibition-archive .item,
.single-exhibition .exhibition-archive .item {
  max-width: 520px;
}
@media screen and (max-width: 800px) {
  .page-template-page-exhibitions .exhibition-archive .item,
  .single-exhibition .exhibition-archive .item {
    max-width: unset;
    width: 100%;
  }
}
/***** SUB MENU SUPPORT  ******/
body {
  height: unset;
}
body .heritageout {
  display: inline-block;
  width: 100%;
  background-color: #fff;
}
body footer img {
  width: unset;
}
body header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
body .logo {
  position: relative;
  top: 10px;
}
body .mainnav {
  top: 22px;
}
body .mobilemenu {
  top: 15px;
}
body:after {
  opacity: 1;
}
body .mainnav {
  position: relative;
}
body .mainnav > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .menu-item {
  line-height: 30px;
  white-space: nowrap;
  display: list-item;
}
body .menu-item a {
  padding: 10px 0;
  color: #000 !important;
}
body .menu-item a:before {
  position: absolute;
  background: #fff;
  left: 0px;
  top: 0px;
  z-index: -1;
  bottom: 0px;
  content: '';
  display: block;
  right: 100%;
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
body .menu-item a:hover {
  color: #6cbfb6;
  text-decoration: none;
}
body .menu-item-has-children {
  position: relative;
}
body .menu-item-has-children .sub-menu {
  background-color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  max-width: 230px;
  left: -10px;
  padding: 5px;
  position: absolute;
  z-index: 1000;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(143, 143, 143, 0.39);
          box-shadow: 0px 4px 16px 0px rgba(143, 143, 143, 0.39);
}
body .menu-item-has-children::after {
  color: #6cbfb6;
  content: "\f077";
  cursor: pointer;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body .menu-item-has-children:hover::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .menu-item-has-children:not(nav *) {
  display: inline-block;
  position: relative;
}
body .menu-item-has-children:not(nav *):hover .sub-menu {
  opacity: 1;
}
body .menu-item-has-children:not(nav *) .sub-menu {
  left: -5px;
  opacity: 0;
  top: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 230px;
}
body .menu-item-has-children:not(nav *) .sub-menu::before {
  bottom: 100%;
  content: '';
  height: 5px;
  position: absolute;
  width: 100%;
}
body .menu-item-has-children:not(nav *) .sub-menu a {
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body .menu-item-has-children:not(nav *) .sub-menu li {
  white-space: break-spaces;
}
body .menu-item-has-children:not(nav *) .sub-menu li:last-of-type {
  border-bottom: 0;
}
body .menu-item-has-children:not(nav *) .sub-menu li:hover a {
  color: #6cbfb6 !important;
}
body .menu-item-has-children:not(nav *):not(:hover) .sub-menu {
  opacity: 0;
  visibility: hidden;
}
body .mobile-menu-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
body .mobile-menu-container .menu-item a {
  display: inline-block;
  padding: 0;
}
body .mobile-menu-container .menu-item {
  white-space: unset;
}
body .mobile-menu-container .menu-item-has-children {
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  padding-top: 10px;
}
body .mobile-menu-container .menu-item-has-children > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
body .mobile-menu-container .menu-item-has-children::after {
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .mobile-menu-container .menu-item-has-children:first-child::after {
  top: 10px;
}
body .mobile-menu-container .sub-menu {
  background-color: unset;
  display: block;
  display: -ms-grid !important;
  display: grid !important;
  gap: 10px;
  left: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  -webkit-transition: max-height 0.5s, opacity 0.5s;
  transition: max-height 0.5s, opacity 0.5s;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: unset;
}
body .mobile-menu-container .sub-menu li {
  border: none;
}
body .mobile-menu-container .sub-menu li:first-of-type {
  margin-top: 8px;
}
body .mobile-menu-container .open-submenu::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body .mobile-menu-container .open-submenu .sub-menu {
  max-height: 400px;
  opacity: 1;
}
.interactive-slider-container {
  position: relative;
}
.interactive-slider-container .interactive-slider-actual {
  position: absolute;
  top: 80px;
  bottom: 0;
  right: 0;
  left: 0;
}
.interactive-slider-container.in-view .interactive-slider-actual {
  position: fixed;
}
.single-exhibition .pageheader {
  padding-top: 110px;
  padding-bottom: 60px;
  margin-right: 0;
  margin-left: 0;
}
.single-exhibition .pageheader .title-block {
  margin-top: 110px;
}
.single-exhibition .pageheader p {
  margin-bottom: 0;
}
.single-exhibition .pageheader h1 {
  margin-top: 11px;
  margin-bottom: 24px;
}
.single-exhibition .pageheader .backlink {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 300;
}
.single-exhibition .pageheader .backlink i {
  color: #6cbfb6;
  margin-left: 10px;
}
@media screen and (max-width: 700px) {
  .single-exhibition .pageheader {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .single-exhibition .pageheader .title-block {
    margin-top: 50px;
  }
}
.single-exhibition .defaultblock,
.single-exhibition .defaultblock.paragraph {
  margin-top: 120px;
  margin-bottom: 120px;
  display: inline-block;
}
.single-exhibition .defaultblock,
.single-exhibition .defaultblock.embed {
  margin-top: 120px;
  margin-bottom: 120px;
  display: block;
}
.single-exhibition cite {
  color: #fff !important;
}
.single-exhibition .singlehighlight p,
.single-exhibition .singlehighlight h2 {
  color: #000;
}
.single-exhibition .singlehighlight .tag {
  color: #6cbfb6;
  margin-bottom: 14px;
}
.single-exhibition .singlehighlight h2 {
  margin-bottom: 42px;
}
.contained-content,
.audio,
.singlehighlight,
.text_image {
  margin: 120px 0;
  display: inline-block;
  width: 100%;
}
.contained-content h2,
.audio h2,
.singlehighlight h2,
.text_image h2 {
  font-size: 27px;
  line-height: 41px;
  margin-bottom: 24px;
}
.contained-content p,
.audio p,
.singlehighlight p,
.text_image p {
  font-size: 17px;
  line-height: 31px;
}
html {
  scroll-behavior: smooth;
}
.to-top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 99;
  position: relative;
}
.to-top-link .to-top-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.to-top-link span {
  background-color: #6cbfb6;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.to-top-link i {
  font-size: 24px;
}
.to-top-link p {
  margin-top: 10px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Rubik', 'sans-serif';
}
.audio .audio-container {
  background-color: #fff;
  padding: 48px;
}
.audio .audio-container h1,
.audio .audio-container h2,
.audio .audio-container h3,
.audio .audio-container h4,
.audio .audio-container h5,
.audio .audio-container h6,
.audio .audio-container li,
.audio .audio-container p {
  color: #000 !important;
}
.audio .audio-controls {
  background-color: #fff;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 48px;
}
.audio .audio-controls audio {
  width: 100%;
}
.audio .audio-controls audio::-webkit-media-controls-panel {
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .audio h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .audio .audio-container {
    padding: 24px;
  }
  .audio .audio-controls {
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
}
.interactive-slider.desktop-version,
.interactive-slider-mobile.desktop-version {
  display: block;
}
.interactive-slider.mobile-version,
.interactive-slider-mobile.mobile-version {
  display: none;
}
@media screen and (max-width: 700px) {
  .interactive-slider.desktop-version,
  .interactive-slider-mobile.desktop-version {
    display: none;
  }
  .interactive-slider.mobile-version,
  .interactive-slider-mobile.mobile-version {
    display: block;
  }
}
.interactive-slider ul,
.interactive-slider-mobile ul {
  margin-left: 0;
}
.interactive-slider li,
.interactive-slider-mobile li {
  height: calc(100vh - 85px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interactive-slider h2,
.interactive-slider-mobile h2 {
  font-size: 27px;
  line-height: 41px;
  margin-bottom: 24px;
}
.interactive-slider .date,
.interactive-slider-mobile .date {
  margin-bottom: 8px;
}
.interactive-slider .image_underlay .underlay,
.interactive-slider-mobile .image_underlay .underlay {
  position: relative;
}
.interactive-slider .image_underlay img,
.interactive-slider-mobile .image_underlay img {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
  padding: 50px;
}
.interactive-slider .image_underlay .image,
.interactive-slider-mobile .image_underlay .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.interactive-slider .image_caption figure .foot,
.interactive-slider-mobile .image_caption figure .foot {
  color: #000 !important;
}
.interactive-slider .image_caption figure,
.interactive-slider-mobile .image_caption figure {
  margin: 0 auto;
  max-width: 540px;
}
.interactive-slider .image_caption img,
.interactive-slider-mobile .image_caption img {
  max-height: 560px;
  aspect-ratio: unset;
}
.interactive-slider .interactive-slider-container,
.interactive-slider-mobile .interactive-slider-container {
  position: relative;
}
.interactive-slider .interactive-slider-container .interactive-slider-actual,
.interactive-slider-mobile .interactive-slider-container .interactive-slider-actual {
  position: relative;
  top: 80px;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 700px) {
  .interactive-slider .interactive-slider-container .interactive-slider-actual,
  .interactive-slider-mobile .interactive-slider-container .interactive-slider-actual {
    top: 0;
  }
  .interactive-slider .interactive-slider-container .interactive-slider-actual p,
  .interactive-slider-mobile .interactive-slider-container .interactive-slider-actual p {
    font-size: 16px;
    line-height: 1.6;
  }
  .interactive-slider .interactive-slider-container .interactive-slider-actual h2,
  .interactive-slider-mobile .interactive-slider-container .interactive-slider-actual h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .interactive-slider .interactive-slider-container .interactive-slider-actual li,
  .interactive-slider-mobile .interactive-slider-container .interactive-slider-actual li {
    margin: 50px 0;
  }
}
.interactive-slider .interactive-slider-container.in-view .interactive-slider-actual,
.interactive-slider-mobile .interactive-slider-container.in-view .interactive-slider-actual {
  position: fixed;
}
.interactive-slider-mobile li {
  position: relative;
  height: unset;
}
.interactive-slider-mobile .interactive-slider-container {
  position: relative;
}
.interactive-slider-mobile .interactive-slider-container .interactive-slider-actual {
  position: relative;
  top: 80px;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 700px) {
  .interactive-slider-mobile .interactive-slider-container .interactive-slider-actual {
    top: 0;
  }
  .interactive-slider-mobile .interactive-slider-container .interactive-slider-actual p {
    font-size: 16px;
    line-height: 1.6;
  }
  .interactive-slider-mobile .interactive-slider-container .interactive-slider-actual h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .interactive-slider-mobile .interactive-slider-container .interactive-slider-actual li {
    margin: 50px 0;
  }
}
.interactive-slider-mobile .interactive-slider-container.in-view .interactive-slider-actual {
  position: relative;
}
@media screen and (max-width: 700px) {
  .single-exhibition .defaultblock,
  .single-exhibition .defaultblock.embed {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .single-exhibition .singlehighlight h2 {
    margin-bottom: 14px;
  }
  .single-exhibition .wp-block-pullquote {
    padding: 0;
  }
  .single-exhibition .wp-block-pullquote p {
    font-size: 18px;
  }
  .single-exhibition .contained-content,
  .single-exhibition .audio,
  .single-exhibition .singlehighlight,
  .single-exhibition .text_image {
    margin: 25px 0;
  }
  .single-exhibition .pagecontent figure {
    margin-bottom: 0;
  }
  .single-exhibition .contained-content h2,
  .single-exhibition .audio h2,
  .single-exhibition .singlehighlight h2,
  .single-exhibition .text_image h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .single-exhibition .contained-content p,
  .single-exhibition .audio p,
  .single-exhibition .singlehighlight p,
  .single-exhibition .text_image p {
    font-size: 16px;
    line-height: 1.6;
  }
  .single-exhibition .text_image.pagecontent h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.slider ul {
  margin-left: 0;
}
.slider li {
  height: calc(810px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider h2 {
  font-size: 27px;
  line-height: 41px;
  margin-bottom: 24px;
}
.slider .date {
  margin-bottom: 8px;
}
.slider .image_underlay .underlay {
  position: relative;
}
.slider .image_underlay img {
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0px;
  height: 100%;
}
.slider .image_underlay .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.slider .content-container {
  position: absolute;
  top: 0;
  bottom: 72px;
  right: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.slider .content-container .contrast {
  background-color: #fff;
  padding: 24px;
}
.slider .content-container .contrast h1,
.slider .content-container .contrast h2,
.slider .content-container .contrast h3,
.slider .content-container .contrast h4,
.slider .content-container .contrast h5,
.slider .content-container .contrast h6,
.slider .content-container .contrast p,
.slider .content-container .contrast li {
  color: #000 !important;
}
.slider .content-container .contrast p {
  margin-bottom: 0;
}
.slider .bx-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.slider .bx-controls {
  position: absolute;
  z-index: 100;
  max-width: 1260px;
  padding: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider .bx-controls .bx-controls-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slider .bx-controls-custom {
  background-color: #fff;
  border-radius: 100px;
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider .bx-controls-custom i {
  color: #6cbfb6;
}
.slider .bx-controls-custom.bx-controls-custom-right {
  padding-left: 2px;
}
.slider .underlay {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 700px) {
  .slider .content-container {
    bottom: 24px;
  }
  .slider li {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slider .bx-controls {
    -webkit-transform: unset;
            transform: unset;
    top: 80px;
  }
  .slider h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .slider p {
    font-size: 16px;
    line-height: 1.6;
  }
  .slider h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.timeline {
  height: 100vh;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  position: relative;
  /* Track */
  /* Handle */
  /* Handle on hover */
  /*
	.imp1:after{ background: #eee }
	.imp2:after{ background: #ccc }
	.imp3:after{ background: #bbb }
	.imp4:after{ background: #999 }
	.imp5:after{ background: #777 }
	*/
}
.timeline .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
  color: #666;
  font-size: 40px;
  text-align: center;
}
.timeline ::-webkit-scrollbar {
  width: 5px;
}
.timeline ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.timeline ::-webkit-scrollbar-thumb {
  background: #6cbfb6;
}
.timeline ::-webkit-scrollbar-thumb:hover {
  background: #398c83;
}
.timeline .decade {
  display: inline-block;
}
.timeline .event {
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  display: block;
  position: relative;
  cursor: pointer;
}
.timeline .event svg {
  position: absolute;
  top: 7px;
  left: 7px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.no-touchevents .timeline .event:hover svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.timeline .keyevents {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline .keyevents .keyevent {
  position: absolute;
  border-left: 1px solid #DDDDDD;
  color: #999;
  bottom: 0;
  height: 400px;
  font-size: 15px;
  padding-left: 10px;
}
.timeline .event.loading svg {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.timeline .event.loading:after {
  content: '\f3f4';
  font-family: "Font Awesome 5 Pro";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0px;
  left: 0;
  color: #fff;
  z-index: 10;
  display: block;
  font-size: 10px;
  text-align: center;
  padding-top: 4px;
  -webkit-animation: eventspin 1s infinite;
  animation: eventspin 1s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.timeline .active .eventdetail {
  pointer-events: initial;
}
.timeline .active .eventdetail .eventdetailin {
  /*
				border: 1px solid #eee;
				max-height: 400px;
				padding: 15px;
				*/
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.timeline .active .eventdetail .topicico {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.timeline .eventdetail {
  width: 240px;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  bottom: 100%;
  margin-bottom: 0px;
  white-space: normal;
  pointer-events: none;
  cursor: default;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.timeline .eventdetail .eventdetailin {
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  position: relative;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.timeline .eventdetail figure {
  margin: -15px -15px 15px;
  position: relative;
  text-align: center;
  background: #f5f5f5;
}
.timeline .eventdetail h3 {
  font-size: 20px;
  line-height: 1.4;
}
.timeline .eventdetail h3 a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #222222;
}
.timeline .eventdetail h3 a:hover {
  color: #6cbfb6;
}
.timeline .eventdetail p {
  font-size: 14px;
  line-height: 1.5;
}
.timeline .eventdetail .detailyear {
  position: absolute;
  top: 0;
  left: 0;
  background: #6cbfb6;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
}
.timeline .eventdetail .rm {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.timeline .eventdetail .rm:hover {
  color: #6cbfb6;
}
.timeline .eventdetail .rm i {
  margin-left: 5px;
}
.timeline .eventdetail .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.timeline .eventdetail .topicico {
  width: 30px;
  height: 30px;
  background: #E87722;
  font-size: 16px;
  border-radius: 0 0 100% 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  left: 50%;
  margin-left: -15px;
  bottom: -25px;
  padding-top: 2px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
}
.timeline .eventdetail .close {
  position: absolute;
  top: -25px;
  right: 0;
  color: #333;
  font-size: 16px;
}
.timeline.loadingevents .event:last-child {
  height: 22px;
}
.timeline.loadingevents .event {
  -webkit-transform: translate3d(0, 0, 0) scale(0);
          transform: translate3d(0, 0, 0) scale(0);
}
.timeline .timelinein {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  padding: 0 45px 120px;
  padding-bottom: 300px;
}
.timeline .timelinein .timelinescroll {
  height: 100%;
}
.timeline .toolbar {
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  background: #fff;
  width: 100%;
  text-align: right;
  z-index: 10;
}
.timeline .toolbar a {
  background: #F5F5F5;
  height: 40px;
  display: inline-block;
  width: 40px;
  text-align: center;
  color: #333;
  vertical-align: top;
  padding-top: 10px;
}
.timeline .toolbar a i {
  margin: 0;
}
.timeline .toolbar a.disabled {
  background: #999;
}
.timeline .toolbar a.active {
  background: #6cbfb6;
  color: #fff;
}
.timeline .toolbar .fullscreen {
  width: auto;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 0 20px;
}
.timeline .toolbar .fullscreen i {
  margin-right: 10px;
}
.timeline .toolbar .markerdefault {
  font-size: 15px;
}
.timeline .toolbar .markerdefault i {
  color: #E87722;
}
.timeline .toolbar .markerlarge {
  font-size: 20px;
  padding-top: 5px;
}
.timeline .toolbar .markerlarge i {
  color: #E87722;
}
.timeline .toolbar .l {
  display: inline-block;
  text-align: right;
  font-size: 12px;
  line-height: 1.1;
  margin: 6px 10px;
  vertical-align: top;
}
.timeline .yearsout {
  position: relative;
}
.timeline .years {
  /*
		height: 100%;
		background: #eee;
		position: absolute;
		bottom: 0;
		left: 0;
		*/
  bottom: 0;
  left: 0;
  position: absolute;
}
.timeline .year {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  width: 22px;
  opacity: 0;
  width: 0;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /*
		background: #eee;
		&:after{
			position: absolute;
			transform: rotate(-90deg);
			color: #666;
			font-size: 13px;
			line-height: 1;
			top: -30px;
			left: 0;
			.fontc;
			content: attr(data-year);
		}
		&.followgap:after{
			color: red;
		}
		*/
  /*
		&:before{
				width: 8px;
				height: 8px; 
				position: absolute;
				bottom: 7px;
				left: 7px;
				background: #eee; 
				border-radius: 100%;
				content: '';
				display: block;
			}
		*/
}
.timeline .year.close {
  opacity: 0;
  width: 0;
}
.timeline .year.activeyear {
  z-index: 1;
}
.timeline.zoom5 .year {
  width: 22px;
  opacity: 1;
}
.timeline.zoom4 {
  /*
		.yearreference li:nth-child(2n-1){
			width: 110px;
			opacity: 1;
		}
		*/
}
.timeline.zoom4 .year:nth-child(2n-1) {
  width: 22px;
  opacity: 1;
}
.timeline.zoom3 {
  /*
		.yearreference li:nth-child(4n-3){
			width: 110px;
			opacity: 1;
		}
		*/
}
.timeline.zoom3 .year:nth-child(4n-3) {
  width: 22px;
  opacity: 1;
}
.timeline.zoom2 {
  /*
		.yearreference li:nth-child(8n-7){
			width: 110px;
			opacity: 1;
		}
		*/
}
.timeline.zoom2 .year:nth-child(8n-7) {
  width: 22px;
  opacity: 1;
}
.timeline.zoom1 {
  /*
		.yearreference li:nth-child(16n-15){
			width: 110px;
			opacity: 1;
		}
		*/
}
.timeline.zoom1 .year:nth-child(16n-15) {
  width: 22px;
  opacity: 1;
}
.timeline .gaps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline .gaps .gap {
  width: 6px;
  height: 250px;
  content: '';
  display: block;
  background: #fff;
  margin-left: -55px;
  top: -1px;
  position: absolute;
}
.timeline .gaps .gap i {
  position: absolute;
  top: 220px;
  left: -7px;
  color: #999;
  font-size: 20px;
}
.timeline .gaps .gap:before,
.timeline .gaps .gap:after {
  height: 10px;
  top: -5px;
  left: -1px;
  background: #999;
  position: absolute;
  content: '';
  width: 1px;
}
.timeline .gaps .gap:after {
  left: auto;
  right: -1px;
}
.timeline .periods {
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 10px;
}
.timeline .periods .p {
  height: 28px;
  margin-bottom: 1px;
  position: relative;
  position: absolute;
  /*
			&:hover{
				.timelinetitle{
					max-width: 1000px;
					padding-right: 15px;
				}
			}
			*/
}
.timeline .periods .p .timelinetitle {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 15px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  overflow: hidden;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-right: 0px;
}
.timeline .periods .p .timelinetitle em {
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-style: normal;
  padding: 3px 10px;
  margin-right: 5px;
}
.timeline .periods .p.clear .timelinetitle {
  color: #111;
}
.timeline .yearreference {
  height: 250px;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  padding: 0 55px;
}
.timeline .yearreference .yearreferenceout {
  position: relative;
  height: 100%;
}
.timeline .yearreference .yearreferencein {
  position: absolute;
  cursor: e-resize;
}
.timeline .yearreference .yearreferencein:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.timeline .yearreference ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.timeline .yearreference ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.timeline .yearreference li {
  display: inline-block;
  position: relative;
  height: 20px;
  height: 69px;
  height: 230px;
  width: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /*
			.yearreference li{
				width: 110px;
				opacity: 1;
			}
			*/
  width: 110px;
  opacity: 1;
}
.timeline .yearreference li:before {
  width: 1px;
  height: 40px;
  height: 225px;
  background: #ddd;
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
}
.timeline .yearreference li span {
  position: absolute;
  font-size: 13px;
  top: 220px;
  left: -20px;
  width: 40px;
  text-align: center;
}
.timeline .yearreference li.close {
  opacity: 0;
  width: 0;
}
.timeline .themesfilter {
  position: absolute;
  bottom: 15px;
  left: 10px;
  z-index: 11;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
}
.timeline .themesfilter form {
  height: 100%;
  overflow-y: auto;
}
.timeline .themesfilter > .a {
  color: #333;
  font-size: 15px;
  margin-left: 10px;
}
.timeline .themesfilter > .a i {
  font-size: 16px;
  margin-right: 10px;
}
.timeline .themesfilter > .a:after {
  content: '\f0d7';
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  font-weight: 900;
  color: #6cbfb6;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.timeline .themesfilter .dd {
  position: absolute;
  left: 0px;
  background: #fff;
  bottom: 100%;
  margin-bottom: 13px;
  z-index: 10;
  width: 400px;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  padding-top: 20px;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 -20px 20px rgba(0, 0, 0, 0);
  box-shadow: 0 -20px 20px rgba(0, 0, 0, 0);
  padding: 0 10px 0 0;
}
.timeline .themesfilter .dd .button {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.timeline .themesfilter .dd ul {
  margin: 0;
  padding: 0;
}
.timeline .themesfilter .dd ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.timeline .themesfilter .dd > ul {
  height: 100%;
  overflow-y: auto;
}
.timeline .themesfilter .dd .accordion-navigation {
  font-family: 'Rubik', sans-serif;
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #fff;
}
.timeline .themesfilter .dd .accordion-navigation ul li {
  padding-left: 20px;
}
.timeline .themesfilter .dd .accordion-navigation ul li label {
  padding: 6px 10px;
  display: block;
}
.timeline .themesfilter .dd .accordion-navigation ul li > span {
  left: 0;
}
.timeline .themesfilter .dd .accordion-navigation ul li > input {
  left: 0;
}
.timeline .themesfilter .dd .accordion-navigation li {
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #fff;
}
.timeline .themesfilter .dd .accordion-navigation li .content {
  padding: 0;
}
.timeline .themesfilter .dd .accordion-navigation li > span {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 20px;
  border: 1px solid #333;
  border-radius: 100%;
  display: block;
}
.timeline .themesfilter .dd .accordion-navigation li > span em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
}
.timeline .themesfilter .dd .accordion-navigation li > input {
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0;
  z-index: 1;
}
.timeline .themesfilter .dd .accordion-navigation li input:checked + span em {
  opacity: 1;
}
.timeline .themesfilter .dd .accordion-navigation li > a {
  background: none;
  padding: 7px 10px;
  font-size: 14px;
  display: block;
  position: relative;
  font-style: normal;
  font-family: 'Rubik', sans-serif;
}
.timeline .themesfilter .dd .accordion-navigation li > a span {
  opacity: 0.5;
  display: block;
  font-size: 80%;
}
.timeline .themesfilter .dd .accordion-navigation li > .a {
  background: none;
  padding: 7px 10px;
  font-size: 14px;
  display: block;
  position: relative;
  font-style: normal;
  font-family: 'Rubik', sans-serif;
}
.timeline .themesfilter .dd .accordion-navigation li > .a span {
  opacity: 0.5;
  display: block;
  font-size: 80%;
}
.timeline .themesfilter .dd .accordion-navigation .content {
  padding: 0;
}
.timeline .themesfilter .dd .accordion-navigation > span {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 20px;
  border: 1px solid #333;
  border-radius: 100%;
  display: block;
}
.timeline .themesfilter .dd .accordion-navigation > span em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
}
.timeline .themesfilter .dd .accordion-navigation > input {
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0;
  z-index: 1;
}
.timeline .themesfilter .dd .accordion-navigation > input:checked + span em {
  opacity: 1;
}
.timeline .themesfilter .dd .accordion-navigation > a {
  background: none;
  padding: 7px 10px;
  font-size: 14px;
  display: block;
  position: relative;
  font-style: normal;
  font-family: 'Rubik', sans-serif;
}
.timeline .themesfilter .dd .accordion-navigation > a span {
  opacity: 0.5;
  display: block;
  font-size: 80%;
}
.timeline .themesfilter .dd .accordion-navigation > .a {
  background: none;
  padding: 7px 10px;
  font-size: 14px;
  display: block;
  position: relative;
  font-style: normal;
  font-family: 'Rubik', sans-serif;
}
.timeline .themesfilter .dd .accordion-navigation > .a span {
  opacity: 0.5;
  display: block;
  font-size: 80%;
}
.timeline .themesfilter .dd .accordion-navigation.active {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px !important;
}
.timeline .themesfilter .dd .accordion-navigation.active > a:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.timeline .themesfilter .dd .accordion-navigation.active .content {
  padding-bottom: 20px;
}
.timeline .themesfilter.periodsfilter {
  left: 180px;
}
.timeline .themesfilter.open > .a:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.timeline .themesfilter.open .dd {
  height: 500px;
  padding: 20px 10px 100px 0;
  -webkit-box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.2);
}
.timeline .helpbutton {
  position: absolute;
  top: 100px;
  right: 20px;
}
@-webkit-keyframes "eventspin" {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes "eventspin" {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes "eventloading" {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.5;
  }
}
@keyframes "eventloading" {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.5;
  }
}
#mobileeventdetail.reveal-modal {
  padding: 0;
}
#mobileeventdetail.reveal-modal .close-reveal-modal {
  top: 0px;
  right: 0px;
  background: #fff;
  font-size: 36px;
  padding-top: 2px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.mobileeventdetail .content {
  max-width: 400px;
  margin: 0 auto;
  white-space: normal;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mobileeventdetail .content .eventdetailin {
  background: #fff;
  padding: 15px;
  position: relative;
}
.mobileeventdetail .content figure {
  margin: -15px -15px 15px;
  position: relative;
  text-align: center;
  background: #f5f5f5;
}
.mobileeventdetail .content h3 {
  font-size: 20px;
  line-height: 1.2;
}
.mobileeventdetail .content h3 a {
  color: #222;
}
.mobileeventdetail .content p {
  font-size: 14px;
  line-height: 1.5;
}
.mobileeventdetail .content .detailyear {
  position: absolute;
  top: 0;
  left: 0;
  background: #6cbfb6;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
}
.mobileeventdetail .content .rm {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mobileeventdetail .content .rm:hover {
  color: #6cbfb6;
}
.mobileeventdetail .content .rm i {
  margin-left: 5px;
}
.mobileeventdetail .content .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.mobileeventdetail .content .topicico {
  width: 30px;
  height: 30px;
  background: #E87722;
  font-size: 16px;
  border-radius: 0 0 100% 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  left: 50%;
  margin-left: -15px;
  bottom: -25px;
  padding-top: 2px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobileeventdetail .content .close {
  display: none;
}
@media only screen and (min-width: 641px) and (max-height: 800px) {
  .timeline .keyevents .keyevent {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/*
@media only screen and (min-width: 641px) and (max-height: 730px) {
	.timeline{
		.keyevents .keyevent{
			transform: scale(.8);
			transform-origin: 0 100%;
		}
	}
}
*/
/*
@media only screen and (min-width: 641px) and (max-height: 700px) {
	.timeline{
		height: calc( ~'100vh - 50px');
		.keyevents .keyevent{
			transform: scale(.7);
			transform-origin: 0 100%;
		}
	}
}
*/
@media only screen and (max-width: 820px) and (orientation: landscape), only screen and (max-width: 640px) and (orientation: portrait) {
  .timeline {
    height: calc(100vh - 50px);
    min-height: 570px;
  }
  .timeline .timelinein {
    padding-bottom: 225px;
  }
  .timeline .themesfilter > .a i {
    display: none;
  }
  .timeline .themesfilter > .a:after {
    margin-left: 5px;
  }
  .timeline .themesfilter .dd {
    width: 100vw;
    max-width: 400px;
    left: -10px;
  }
  .timeline .themesfilter.open .dd {
    height: 400px;
  }
  .timeline .themesfilter.periodsfilter {
    left: 110px;
  }
  .timeline .themesfilter.periodsfilter .dd {
    left: -110px;
  }
  .timeline .themesfilter.periodsfilter.open .dd {
    padding-bottom: 20px;
  }
  .timeline .toolbar .fullscreen i {
    margin-right: 0;
  }
  .timeline .yearreference {
    height: 175px;
  }
  .timeline .yearreference li {
    height: 175px;
  }
  .timeline .yearreference li span {
    top: 150px;
    top: 0;
    background: #f5f5f5;
  }
  .timeline .periods {
    top: 30px;
  }
  .timeline .periods .p {
    height: 18px;
    cursor: pointer;
  }
  .timeline .periods .p .timelinetitle {
    font-size: 13px;
    line-height: 0.95;
  }
  .timeline .periods .p:nth-child(2) {
    margin-top: -9px;
  }
  .timeline .periods .p:nth-child(3) {
    margin-top: -18px;
  }
  .timeline .periods .p:nth-child(4) {
    margin-top: -27px;
  }
  .timeline .periods .p:nth-child(5) {
    margin-top: -36px;
  }
  .timeline .periods .p:nth-child(6) {
    margin-top: -45px;
  }
  .timeline .periods .p:nth-child(7) {
    margin-top: -54px;
  }
  .timeline .keyevents .keyevent {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    font-size: 18px;
  }
  .timeline .helpbutton {
    top: 90px;
    padding: 10px 20px;
    right: 20px;
    z-index: 10;
    font-size: 0;
    border-radius: 100%;
    padding: 10px;
  }
  .timeline .helpbutton i {
    font-size: 18px;
    margin-right: 0px;
  }
}
.iosbody .timeline .toolbar .fullscreen {
  display: none !important;
}
@media only screen and (max-width: 900px) and (min-width: 701px) {
  .tablet-1 {
    width: 8.33333%;
  }
  .tablet-2 {
    width: 16.66667%;
  }
  .tablet-3 {
    width: 25%;
  }
  .tablet-4 {
    width: 33.33333%;
  }
  .tablet-5 {
    width: 41.66667%;
  }
  .tablet-6 {
    width: 50%;
  }
  .tablet-7 {
    width: 58.33333%;
  }
  .tablet-8 {
    width: 66.66667%;
  }
  .tablet-9 {
    width: 75%;
  }
  .tablet-10 {
    width: 83.33333%;
  }
  .tablet-11 {
    width: 91.66667%;
  }
  .tablet-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .hero .text h1 {
    font-size: 38px;
  }
  .hero .access a .t {
    font-size: 35px;
  }
  .bigquote i {
    left: -10px;
  }
  .bigquote .t {
    padding-left: 70px;
    font-size: 28px;
  }
  .topicgrid {
    padding: 0 20px;
  }
  .topicgrid.grey {
    padding: 50px 20px;
  }
  .pageheader {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pageheader h1 {
    font-size: 38px;
  }
  .pageheader.object .p {
    min-height: auto;
    margin-bottom: 20px;
  }
  .pageheader.object .tags {
    margin-bottom: 50px;
  }
  .singlepageheader {
    margin-left: 20px;
    margin-right: 20px;
  }
  .objects {
    margin: 50px 20px;
  }
  .objects .detail p {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1200px) {
  .hero .text {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .hero .access {
    padding: 0 10px;
  }
  .hero .access li {
    padding: 0 20px;
  }
  .hero .access a .t {
    font-size: 32px;
  }
  .singlehighlight .row.collapse .textcol {
    padding: 40px;
  }
  .singlehighlight h2 {
    font-size: 36px;
  }
  .topics {
    padding: 50px 20px;
  }
  .topics .col a {
    width: 220px;
  }
  .topics .col a.large {
    width: 450px;
  }
  .topics .col a.wide {
    width: 450px;
  }
  .topics .col a .t {
    padding: 20px;
  }
  .pageheader {
    padding: 30px 30px 55px 330px;
  }
  .pageheader .buttons {
    bottom: 20px;
    right: 20px;
  }
  .gallery {
    padding: 50px 20px;
  }
  .bigquote {
    padding-bottom: 42%;
  }
  .bigquote .t {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  footer {
    padding: 50px 0;
  }
  .pageheader.group {
    padding-left: 30px;
  }
  .pageheader.group .tags {
    left: 30px;
    bottom: 20px;
  }
  .mapsection {
    padding-left: 360px;
  }
  .mapsection .sidebar {
    width: 360px;
  }
  .mapsection .items a {
    padding-left: 115px;
  }
  .singlepageheader {
    height: 400px;
  }
  .objects ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .objects ul li {
    padding: 0 10px 30px;
    width: 25%;
  }
  header .mobilemenu {
    display: block;
  }
  nav {
    max-width: 100%;
    overflow-y: auto;
  }
  header {
    z-index: 1000;
  }
  header .mainnav {
    display: none;
  }
  header .logo {
    left: 20px;
    top: 20px;
  }
  header .mobilemenu {
    top: 20px;
    right: 20px;
  }
  header .searchlinkmobile {
    color: #333;
    font-size: 24px;
    position: absolute;
    top: 20px;
    right: 80px;
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .show-for-tablet {
    display: inherit;
  }
  .hide-for-tablet {
    display: none;
  }
  .hero .text {
    padding: 150px 40px 0 40px;
  }
  .hero form {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .hero .access {
    padding: 0 15px;
  }
  .hero .access li {
    padding: 0 5px;
  }
  .hero .access a .t {
    left: 20px;
    bottom: 20px;
    font-size: 26px;
    line-height: 1.3;
  }
  .hero .access a .t .s {
    margin-left: -20px;
  }
  .topics .nav {
    display: none;
  }
  .topics .topicsin {
    margin-top: 20px;
    overflow-x: auto;
  }
  .topics .topicsin:after {
    display: none;
  }
  .singlehighlight .row.collapse .textcol {
    padding: 30px;
  }
  .singlehighlight h2 {
    font-size: 32px;
  }
  .featured .row.collapse .textcol {
    padding: 30px 20px 30px 40px;
  }
  .featured h2 {
    margin: 20px 0;
    font-size: 32px;
  }
  .featured .tags {
    margin: 20px 0;
  }
  .featured .button .hide-for-small-only {
    display: none !important;
  }
  .pageheaderbuttons {
    margin: -30px 20px 0;
    text-align: right;
  }
  .bigquote {
    padding-bottom: 45%;
  }
  .bigquote .t {
    padding-top: 20px;
    font-size: 24px;
  }
  .topicgrid.topic4 ul li {
    width: 33.33%;
  }
  .topicgrid.topic4 ul li:nth-child(4) {
    display: none;
  }
  .pageheader.group {
    height: 400px;
  }
  .pageheader.group h1 {
    font-size: 32px;
  }
  .mapsection {
    padding-left: 0;
    padding-top: 180px;
  }
  .mapsection .sidebar {
    position: absolute;
    width: 100%;
    top: 120px;
    pointer-events: none;
  }
  .mapsection .sidebar * {
    pointer-events: initial;
  }
  .mapsection .filters {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .mapsection .itemsout {
    width: 340px;
    position: absolute;
    top: 60px;
    height: auto;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .mapsection .itemsout .toggleresults {
    left: 100%;
    top: 0;
    background: #6cbfb6;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    padding: 10px 20px;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .mapsection .itemsout .toggleresults:after {
    content: 'Show results';
  }
  .mapsection .itemsout.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mapsection .itemsout.open .toggleresults:after {
    content: 'Hide results';
  }
  .objects ul li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 700px) {
  .hero .text {
    padding: 130px 20px 0 20px;
  }
  .hero .text h1 {
    font-size: 26px;
  }
  .hero form {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .hero form input {
    height: 60px;
    font-size: 18px;
  }
  .hero form label {
    top: 15px;
  }
  .hero .access {
    background: #F5F5F5;
    padding-bottom: 60px;
  }
  .hero .access a {
    padding-bottom: 100%;
  }
  .hero .access a .t {
    color: #333;
    font-size: 16px;
    padding-right: 10px;
    left: 10px;
    bottom: auto;
    top: 100%;
    margin-top: -20px;
    line-height: 1.5;
  }
  .hero .access a .t .s {
    margin-left: -10px;
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
  }
  .homegrey {
    margin-top: 0;
    padding-top: 0;
  }
  .singlehighlight {
    margin: 50px 0;
  }
  .singlehighlight .columns {
    height: auto !important;
  }
  .singlehighlight .img {
    padding-bottom: 50%;
    height: auto;
  }
  .singlehighlight .row.collapse .textcol {
    padding: 20px;
  }
  .singlehighlight h2 {
    font-size: 28px;
  }
  .singlehighlight p {
    font-size: 16px;
  }
  .featured {
    margin-bottom: 0px;
  }
  .featured .imgslider {
    height: auto;
  }
  .featured .imgslider ul,
  .featured .imgslider li,
  .featured .imgslider .bx-wrapper,
  .featured .imgslider .bx-viewport {
    height: auto !important;
  }
  .featured .imgslider .img {
    padding-bottom: 70%;
    height: auto;
  }
  .featured .row.collapse .textcol {
    padding: 20px;
  }
  .featured .topicslider {
    width: 48px;
    height: 48px;
    top: 10px;
    right: 10px;
  }
  .featured .topicslider .topicico {
    width: 48px;
    height: 48px;
    padding-top: 5px;
  }
  .featured h2 {
    font-size: 28px;
    margin: 15px 0;
  }
  .featured p {
    font-size: 16px;
  }
  .featured .button {
    padding: 10px 15px;
  }
  .topics .col a,
  .topics .col a.large,
  .topics .col a.wide {
    width: calc(100vw - 40px);
  }
  .topics .col a .i,
  .topics .col a.large .i,
  .topics .col a.wide .i {
    padding-bottom: 100%;
  }
  .topics .col a .t,
  .topics .col a.large .t,
  .topics .col a.wide .t {
    font-size: 36px;
  }
  .topics .col br {
    display: none;
  }
  .topics .nav {
    display: none;
  }
  .topics .topicsin {
    margin-top: 20px;
    overflow-x: auto;
  }
  .topics .topicsin:after {
    display: none;
  }
  footer {
    text-align: center;
  }
  .searchmodal {
    padding-top: 120px;
  }
  .searchmodal .close {
    top: 30px;
    right: 10px;
  }
  .searchmodal .close .t {
    display: none;
  }
  .searchmodal form input {
    height: 50px;
  }
  .searchmodal form .input {
    margin-right: 40px;
  }
  .searchmodal form .input i.fa-search {
    top: 15px;
    right: 20px;
  }
  .searchmodal form .input .fa-spinner {
    top: 18px;
  }
  .searchmodal form .info {
    padding-left: 0;
  }
  .searchmodal .popular {
    margin-top: 10px;
    display: none;
  }
  .searchmodal hr {
    margin: 20px 0;
  }
  .searchmodal .searchmodaltop {
    padding: 20px 0;
  }
  .singlepageheader {
    height: auto;
    margin-top: 100px;
  }
  .singlepageheader .bg {
    position: relative;
    left: 0;
    padding-bottom: 50%;
  }
  .singlepageheader h1 {
    position: relative;
    font-size: 28px;
    padding: 10px 20px;
    left: 0;
    margin-left: 20px;
    bottom: 20px;
  }
  .objects .objectsandfilters {
    position: relative;
    padding-right: 100px;
  }
  .objects .filter {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .objects .filter > a .l {
    display: block;
  }
  .objects .filter .dd {
    white-space: nowrap;
  }
  .objects ul li {
    width: 100%;
  }
  /*
	.mapsection {
		padding-top: 140px;
		.filters {
			padding: 10px 20px;
			height: 50px;
			.themesfilter .dd{
				max-width: 100%;
			}
			.themesfilter.open .dd{
				z-index: 100;
			}

		}
		.map .maptoolbar .fullscreen{
			font-size: 0;
			i{
				font-size: 16px;
				margin: 0;
			}
		}
		.itemsout{
			max-width: calc(100vw - 38px);
			top: 50px;
		}
		.sidebar{
			z-index: 100;
			top: 90px;
			padding-top: 50px;
		}
		.items{
			a{
				padding-left: 85px;
				padding-top: 0;
				min-height: 70px;
				figure{
					width: 70px;
					height: 70px;
					.topicico{
						width: 30px;
						height: 30px;
						top: 5px;
						left: -15px;
						font-size: 16px;
						padding-top: 3px;
					}
				}
				.t{
					font-size: 16px;
				}
			}
		}
	}
	*/
  .mapsection {
    padding-top: 100px;
  }
  .mapsection .filters {
    top: auto;
    bottom: 0;
    background: #fff;
    z-index: 10;
    height: 60px;
  }
  .mapsection .filters .themesfilter .dd {
    top: auto;
    bottom: 100%;
    width: 100%;
  }
  .mapsection .filters .themesfilter.open .dd {
    -webkit-box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.2);
  }
  .mapsection .map {
    padding-bottom: 140px;
  }
  .mapsection .map .maptoolbar {
    background: none;
    bottom: 145px;
    pointer-events: none;
    z-index: 9;
  }
  .mapsection .map .maptoolbar a {
    pointer-events: all;
    background: #6cbfb6;
    color: #fff;
  }
  .mapsection .map .maptoolbar .fullscreen {
    float: left;
    font-size: 0;
    margin: 0;
  }
  .mapsection .map .maptoolbar .fullscreen i {
    font-size: 16px;
    margin: 0;
  }
  .mapsection .map .maptoolbar .l {
    display: none;
  }
  .mapsection .map .maptoolbar .markerlarge,
  .mapsection .map .maptoolbar .markerdefault {
    display: none;
  }
  .mapsection .itemsout {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    height: 80px;
    background: #FAFAFA;
    top: auto;
    bottom: 60px;
    z-index: 9;
    overflow-y: hidden;
  }
  .mapsection .itemsout .toggleresults {
    display: none;
  }
  .mapsection .items {
    padding: 0 10px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .mapsection .items a {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    padding-left: 70px;
    padding-top: 10px;
    padding-right: 10px;
    white-space: normal;
    overflow: hidden;
    height: 70px;
    min-height: 70px;
    margin-bottom: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .mapsection .items a .h {
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
  }
  .mapsection .items a.selected .h {
    width: 100%;
    height: 3px;
  }
  .mapsection .items a .t {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .mapsection .items a .a {
    line-height: 1.2;
  }
  .mapsection .items a figure {
    width: 60px;
    height: 60px;
    top: 10px;
  }
  .mapsection .items a figure .topicico {
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 12px;
    margin-left: 0;
    top: 0;
    left: 0;
    border-radius: 0;
    padding-top: 2px;
  }
  ::-webkit-scrollbar {
    height: 3px;
  }
  body .gm-style .gm-style-iw-c {
    padding-left: 75px;
    z-index: 100;
  }
  body .gm-style .gm-style-iw-c img {
    width: 60px;
  }
  body .gm-style .gm-style-iw-c .topicico {
    width: 30px;
    height: 30px;
    font-size: 16px;
    top: 5px;
    padding-top: 3px;
  }
  body .gm-style .gm-style-iw-c h3 {
    font-size: 16px;
  }
  body .gm-style .gm-style-iw-c p {
    font-size: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
  }
  .pageheader {
    margin-top: 100px;
    padding: 20px ;
    min-height: 0;
  }
  .pageheader figure {
    position: relative;
    padding-bottom: 70%;
    background-position: top;
    height: auto;
    margin: -20px -20px 20px;
    width: auto;
  }
  .pageheader p {
    font-size: 16px;
  }
  .pageheader h1 {
    font-size: 28px;
  }
  .pageheader .buttons {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 20px;
  }
  .pageheader .buttons .button {
    font-size: 13px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 15px;
  }
  .pageheader .topicico {
    margin-top: -50px;
    position: relative;
  }
  .pageheader.object {
    padding-left: 0;
    padding: 0;
  }
  .pageheader.object .img {
    position: relative;
    left: 0;
    width: auto;
    padding-bottom: 50%;
  }
  .pageheader.object .backtoobjects {
    height: 40px;
    float: right;
    margin-top: -50px;
    margin-right: -20px;
    padding: 5px 50px 0 50px;
    font-size: 13px;
  }
  .pageheader.object .backtoobjects .topicico {
    width: 34px;
    height: 34px;
    top: 3px;
    left: 3px;
    font-size: 18px;
    padding-top: 6px;
  }
  .pageheader.object .backtoobjects .b {
    font-size: 0;
    top: 10px;
  }
  .pageheader.object .backtoobjects .b i {
    font-size: 18px;
  }
  .pageheader.object .text {
    padding: 0 20px ;
  }
  .pageheader.object h1 {
    margin-top: 30px;
  }
  .pageheader.object .tags {
    margin-bottom: 0px;
  }
  .pagecontent {
    margin: 50px 0;
  }
  .pagecontent figure {
    margin-bottom: 30px;
  }
  .buttongrid ul {
    margin: 0 -5px;
  }
  .buttongrid ul li {
    padding: 0 5px 10px;
  }
  .buttongrid a .t {
    padding: 20px;
    font-size: 16px;
  }
  .searchmodal h5 {
    margin-bottom: 20px;
  }
  .searchmodal form .input .clear {
    display: none !important;
  }
  .searchmodal form .info {
    font-size: 14px;
  }
  .searchmodal .results .topicico {
    width: 26px;
    height: 26px;
    right: auto;
    left: -13px;
    font-size: 14px;
  }
  .searchmodal .results p {
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .searchmodal .results .h2 {
    font-size: 20px;
  }
  .searchmodal .results .i figure {
    width: 70px;
  }
  .searchmodal .results .i.hasimg {
    padding-left: 85px;
  }
  .topicgrid.topic4 ul li {
    width: 100%;
  }
  .heritageout {
    padding-bottom: 1px;
  }
  .topics .topicsin {
    height: 340px;
    height: calc(100vw - 30px);
  }
  .taxfilters {
    margin: 0 20px;
  }
  .taxfilters .filters .themesfilter .dd {
    width: auto;
    right: 0;
  }
}
