/* @font-face {
 font-family: "Neutraface 2 Text";
 src: url("../fonts/Neutraface2TextBook.woff2") format("woff2"),     url("../fonts/Neutraface2TextBook.woff") format("woff");
 font-style: normal;
 font-weight: 400;
 font-stretch: normal; 
 }
 @font-face{
 font-family:"Georgia W01 Regular";
 src:url("../fonts/Georgia/75be06e7-f47c-4da4-9560-6da7d93e6396.eot?#iefix");
 src:url("../fonts/Georgia/75be06e7-f47c-4da4-9560-6da7d93e6396.eot?#iefix") format("eot"),url("../fonts/Georgia/3056c93b-ddd6-4a07-b6ac-0b3947b2ee38.woff2") format("woff2"),url("../fonts/Georgia/39a18a82-9fba-4a18-9b26-872bc05243b8.woff") format("woff"),url("../fonts/Georgia/8e57c617-cc4f-47b5-8efb-392f187458ab.ttf") format("truetype");
 } */
html,
body {
  width: 100%;
  min-height: 100vh;
}

body {
  margin: auto;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

#content {
  flex-grow: 1;
  display: flex;
}

.wrapper {
  width: 100%;
}

.grecaptcha-badge {
  display: none;
}

.m-content-contact__text p {
  font-size: 15px;
}



.m-header {
  display: flex;
  z-index: 9999;
  flex-direction: row;
  padding: 20px 5% 0px 5%;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.m-header__logo__wrapper {
  flex-shrink: 0;
  flex-basis: 25%;
  padding-top: 5px;
}

.m-header__logo {
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
}

.m-header__logo___subtitle {
  text-align: center;
  font-size: 20px;
  color: gray;
}

.m-header__menu {
  flex-shrink: 1;
  flex-basis: 75%;
}

.m-header__search {
  flex: 0 1 60px;
  transform: translateY(-5px);
}

.m-header__search>svg {
  cursor: pointer;
  width: 30px;
  float: right;
}

.m-menu__item {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 0.8vw;
  font-weight: 500;
  margin-right: 7px;
  position: relative;
}

.m-menu__item:after {
  transition: 500ms all;
  opacity: 0;
  content: '';
}

.m-menu__item:hover:after,
.m-menu__item.m-menu__item--active:after {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: black;
  bottom: -11px;
  left: 0px;
}

.m-menu__item--subitem {
  color: gray;
}

.m-menu__item--subitem+.m-menu__item--subitem {
  margin-left: 15px;
}

.m-menu__item--submenu-stress {
  color: black;
}

.m-menu__wrapper {
  display: flex;
  flex-direction: row;
  padding-left: 0px;
  justify-content: space-between;
}

.space-filler {
  min-height: 250px;
}


@media (max-width: 1200px) {
  .m-menu__wrapper {
    display: none;
  }
}

.m-menu__wrapper--submenu {
  justify-content: center;
}

.m-menu__wrapper--mainmenu {
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

.m-menu__burger {
  margin-right: 25px;
  width: 50px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  float: right;
  margin-left: 25px;
  margin-top: 3px;
}

.m-burger-menu__item a {
  text-transform: uppercase;
  font-weight: 500;
  color: #c6c0c0;
  font-size: 16px;
}

.m-burger-menu__item {
  border-top: 1px #c6c0c0 solid;
  padding-top: 10px;
}

.m-burger-menu__item li a {
  font-size: 20px;
  color: #000000;
}


.m-burger-menu__container {
  padding-left: 0px;
}

.m-burger-menu__container ul a {
  font-weight: 100;
  text-transform: capitalize;
}

.m-burger-menu__container ul {
  padding: 10px 0;
}

.m-burger-menu__item ul li {
  border-top: 0px solid;
  color: #3d3d3d;
}


@media (min-width: 1200px) {
  .m-menu__burger {
    display: none;
  }
}

.m-menu__burger>div {
  width: 50px;
  height: 3px;
  background-color: black;
  margin-top: 6px;
}

#footer {
  margin-top: auto;
}

.m-footer {
  padding: 40px 0px;
  background-color: #282825;
  color: #7c7c7c;
  display: flex;
  flex-direction: column;
}

.m-footer__row {
  margin: auto;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.m-footer__row-base {
  margin: auto;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1000px) {

  .m-footer__row,
  .m-footer__row-base {
    width: 1000px;
  }
}

@media (min-width: 1200px) {

  .m-footer__row,
  .m-footer__row-base {
    width: 80%;
  }
}

.m-footer__row+.m-footer__row {
  margin-top: 60px;
}

.m-footer__item--sitename {
  font-size: 25px;
}

.m-footer__item--container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.m-footer__item {
  font-size: 14px;
}

.m-footer__link {
  display: inline-block;
  margin-left: 20px;
  fill: white;
  flex: 0 0 auto;
  font-size: 14px;
}

.m-footer__item--sitename {
  color: #fff;
  font-size: 28px;
}

.m-footer a:hover {
  color: #fff;
}

.m-readmore {
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  cursor: pointer;
  font-size: 14px !important;
  color: #000;
  border: 1px solid black;
  font-weight: 800;
  text-align: center;
  padding: 2px 60px;
  margin: 40px 0px;
  display: inline-block;
  box-sizing: border-box;
  background-color: white;
  position: relative;
}

@media (min-width: 1000px) {
  .m-readmore {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-readmore {
    font-size: 16px;
  }
}

.m-readmore:after {
  content: '';
  transition: all 500ms;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background-color: black;
  z-index: 1;
}

.m-readmore:hover {
  color: #fff;
}

.m-readmore:hover:after {
  height: 100%;
}

.m-readmore>* {
  position: relative;
  z-index: 2;
}

.m-readmore.newsletter {
  margin: 14px 0px 40px 0px !important;
}

.m-slideshow {
  position: relative;
  padding-bottom: 30%;
  margin-top: 50px;
  overflow-x: hidden;
}

.m-slideshow__slide {
  position: absolute;
  left: 11%;
  right: 11%;
  bottom: 0%;
  top: 0%;
  transition: all 1s;
}

.m-slideshow__image {
  margin: auto;
  display: block;
  width: 86%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.m-slideshow__left,
.m-slideshow__right {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.m-slideshow__left:before,
.m-slideshow__right:before,
.m-slideshow__left:after,
.m-slideshow__right:after {
  content: '';
  width: 15px;
  height: 2px;
  background-color: black;
  display: inline-block;
}

.m-slideshow__left:before,
.m-slideshow__right:before {
  transform: rotate(45deg);
  transform-origin: 100%;
}

.m-slideshow__left:after,
.m-slideshow__right:after {
  transform: rotate(-45deg);
  transform-origin: 0%;
}

.m-slideshow__right {
  right: 10%;
  transform: translate(50%) rotate(-90deg);
}

.m-slideshow__left {
  left: 10%;
  transform: translate(-50%) rotate(90deg);
}

.m-slideshow__text-container {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
}

.m-slideshow__title {
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
  text-align: center;
}

@media (min-width: 1000px) {
  .m-slideshow__title {
    font-size: 3.5vw;
  }
}

.m-slideshow__text {
  font-size: 18px;
  text-align: center;
  padding: 20px 40px;
}

@media (max-width: 950px) {
  .m-slideshow__text {
    display: none;
  }
}

.l-section {
  box-sizing: border-box;
  max-width: 1000px;
  margin: auto;
  padding: 0px;
}

@media (max-width: 600px) {
  .l-section {
    text-align: center;
  }
}

.l-section--margin-top {
  margin-top: 60px;
}

.l-section--after-slideshow {
  text-align: center;
  padding-top: 30px;
}

@media (min-width: 600px) {
  .l-section--after-slideshow {
    margin-top: -60px;
    width: 60%;
    position: relative;
    background-color: white;
  }
}

.l-section__row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  box-sizing: border-box;
  justify-content: space-between;
}

.l-section__row--top {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px;
  box-sizing: border-box;
  justify-content: space-between;
}

.l-section__column {
  flex: 0 0 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  .l-section__column {
    flex: 0 0 48.8%;
  }
}

.l-section__column--seperate {
  justify-content: space-between;
}

@media (min-width: 600px) {
  .l-section__column--small {
    flex: 0 0 35%;
  }
}

@media (min-width: 600px) {
  .l-section__column--big {
    flex: 0 0 59%;
  }
}

.m-section-images__image {
  padding-bottom: 0%;
  position: relative;
  background-size: cover;
  background-size: cover;
  width: 100%;
}

.m-section-images__image>img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media (max-width: 600px) {
  .m-section-images__image {
    margin: auto;
  }
}

.m-section-images__image--group1-short {
  padding-bottom: 60%;
  margin-bottom: -80px;
}

.m-section-images__image--group1-tall {
  padding-bottom: 127.5%;
  margin-left: auto;
  width: 90%;
}

.m-section-images__image--group2-square {
  padding-bottom: 80%;
  width: 80%;
  margin-left: auto;
}

.m-section-images__image--group2-square.margin-right {
  margin-right: auto;
  margin-left: 0;
}


.m-section-images__image--group2-long {
  padding-bottom: 70%;
  margin-top: calc(15%/3);
}

.m-section-images__image--group2-big {
  padding-bottom: 115%;
  width: 80%;
  margin-bottom: calc(25%/3);
}

.m-section-images__image--group2-big.margin-left {
  margin-left: 20%;
}



.m-section-images__image--group3-big {
  padding-bottom: 76%;
  margin-top: auto;
}

.m-section-images__image--group3-square {
  padding-bottom: 77%;
}

.m-section-images__image--group3-tall {
  padding-bottom: 113%;
  width: 85%;
}

@media (max-width: 600px) {
  .m-section-images__image--group3-tall {
    margin-top: calc(25%/3);
  }
}

.m-section-images__image--group4-tall {
  width: 83%;
  padding-bottom: 110.39%;
  margin-top: auto;
}

.m-section-images__image--group4-square {
  padding-bottom: 72%;
}

.m-section-images__image--group4-bigger-square {
  padding-bottom: 78%;
}

@media (max-width: 600px) {
  .m-section-images__image--group4-bigger-square {
    margin-top: calc(25%/3);
  }
}

.m-section-text__wrapper {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

.m-section-text__wrapper-page {
  max-width: 320px;
  margin-left: 7%;
  margin-right: auto;
}

.m-section-text__wrapper-page--negative-top-margin {
  margin-top: 50px;
}

@media (min-width: 600px) {
  .m-section-text__wrapper-page--negative-top-margin {
    margin-top: 20px;
  }
}

.m-section-text__wrapper--top-margin {
  margin-top: 50px;
}

.m-section-text__wrapper--wide {
  max-width: 660px;
}

.m-section-text__title {
  color: #737373;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0px auto 15px auto;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
}

@media (min-width: 1400px) {
  .m-section-text__title {
    font-size: 10px;
  }
}

.m-section-text__title:before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #cdcdcd;
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .m-section-text__title:before {
    margin-left: auto;
    margin-right: auto;
  }
}

.m-section-text__title.m-section-text__title--after-slideshow:before {
  margin-left: auto;
  margin-right: auto;
}

.m-section-text__headline {
  font-size: 28px;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  margin: 0px auto 15px auto;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

@media (min-width: 1400px) {
  .m-section-text__headline {
    font-size: 28px;
  }
}

.m-section-text__text {
  color: #454444;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1400px) {
  .m-section-text__text {
    font-size: 16px;
  }
}

.m-section-text__text--black {
  color: #454444;
}

.m-section-text__text a {
  color: #095286;
  text-decoration: underline;
  font-weight: 500;
}

.m-home-tabs {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
}

@media (min-width: 800px) {
  .m-home-tabs {
    margin-left: 5%;
    margin-bottom: 5%;
  }
}

.m-home-tabs__wrapper {
  margin-top: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 800px) {
  .m-home-tabs__wrapper {
    flex-wrap: wrap;
    display: none;
  }

  .l-header-container__wrapper.l-header-container__wrapper--fullheight {
    min-height: 1vh !important;
  }

  .page-id-8 .m-slideshow {
    display: none;
  }
}

.m-home-tabs__item {
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  flex-basis: 100%;
  flex-grow: 1;
  overflow: hidden;
  transition: filter 1s, flex 1s;
  cursor: pointer;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: all 1s;
  min-height: 200px;
}

@media (min-width: 470px) {
  .m-home-tabs__item {
    flex-basis: 50%;
  }
}

@media (min-width: 800px) {
  .m-home-tabs__item {
    flex-basis: 25%;
  }
}

.m-home-tabs__text__wrapper {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 1s;
}

.m-home-tabs__text {
  color: white;
  font-size: 40px;
  margin-left: 50px;
}

.m-home-tabs__menu {
  background-color: #1d1d22;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  transition: opacity 0.1s, max-height 1s;
  opacity: 0;
  color: white;
  max-height: 0px;
}

@media (min-width: 800px) {
  .m-home-tabs__wrapper:hover .m-home-tabs__item {
    filter: grayscale(100%);
  }

  .m-home-tabs__wrapper:hover .m-home-tabs__item:hover {
    filter: grayscale(0%);
    justify-content: space-between;
    padding-top: 20px;
  }

  .m-home-tabs__wrapper:hover .m-home-tabs__item:hover .m-home-tabs__text__wrapper {
    flex: 0 0 auto;
  }

  .m-home-tabs__wrapper:hover .m-home-tabs__item:hover .m-home-tabs__menu {
    opacity: 1;
    max-height: 250px;
    padding: 40px 60px;
  }
}

@media (min-width: 800px) and (min-width: 800px) {
  .m-home-tabs__wrapper:hover .m-home-tabs__item {
    flex-basis: 20%;
  }
}

@media (min-width: 800px) and (min-width: 800px) {
  .m-home-tabs__wrapper:hover .m-home-tabs__item:hover {
    flex-basis: 40%;
  }
}

.m-home-tabs__menu__item {
  font-size: 15px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #313135;
  padding: 10px 0;
  box-sizing: border-box;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  font-weight: bold;
}

.m-home-recent {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background-color: #f4f4f4;
  margin-top: 130px;
  padding: 0px 20px;
}

.m-home-recent__triangle {
  border: 15px solid white;
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.m-home-recent__divider {
  margin-top: 30px;
  width: 30px;
  height: 1px;
  background-color: #cdcdcd;
}

.m-home-recent__title {
  margin-top: 20px;
  letter-spacing: 0.4em;
  font-size: 12px;
  color: #737373;
}

.m-home-recent__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
}

@media (min-width: 500px) {
  .m-home-recent__container {
    flex-direction: row;
  }
}

.m-home-recent__post {
  flex: 0 1 48.8%;
}

.m-home-recent__post-image {
  padding-bottom: 50%;
  position: relative;
  background-size: cover;
  margin: 30px 0px;
  display: block;
}

.m-home-recent__post-image>img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.m-home-recent__post-title {
  font-size: 0.9em;
}

.m-home-recent__post-title-wrapper {
  font-size: 24px;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #44454a;
  padding: 0px 90px;
}

@media (min-width: 1000px) {
  .m-home-recent__post-title-wrapper {
    font-size: 1.5vw;
  }
}

@media (min-width: 1400px) {
  .m-home-recent__post-title-wrapper {
    font-size: 24px;
  }
}

.m-home-recent__post-date {
  font-size: 0.8em;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
}

.m-home-recent__post-date-wrapper {
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1000px) {
  .m-home-recent__post-date-wrapper {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-home-recent__post-date-wrapper {
    font-size: 16px;
  }
}

.m-home-recent__post-blurb {
  font-size: 16px;
  max-width: 400px;
  margin: 15px auto 0px;
}

.m-home-banner {
  text-align: center;
  padding-bottom: 60%;
  position: relative;
  background-size: cover;
  margin-top: 60px;
}

.m-home-banner>img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media (min-width: 450px) {
  .m-home-banner {
    padding-bottom: 45%;
    position: relative;
    background-size: cover;
  }

  .m-home-banner>img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    font-family: "object-fit: cover";
  }
}

@media (min-width: 600px) {
  .m-home-banner {
    padding-bottom: 33.855799373%;
    position: relative;
    background-size: cover;
  }

  .m-home-banner>img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    font-family: "object-fit: cover";
  }
}

.m-home-banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  z-index: 1;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
}

@media (min-width: 1000px) {
  .m-home-banner__title {
    font-size: 3.5vw;
  }
}

.m-home-banner__button {
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  cursor: pointer;
  font-size: 14px !important;
  color: #000;
  border: 1px solid black;
  font-weight: 800;
  text-align: center;
  padding: 2px 60px;
  margin: 40px 0px;
  display: inline-block;
  box-sizing: border-box;
  background-color: white;
  position: relative;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1000px) {
  .m-home-banner__button {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-home-banner__button {
    font-size: 16px;
  }
}

.m-home-banner__button:after {
  content: '';
  transition: all 500ms;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background-color: black;
  z-index: 1;
}

.m-home-banner__button:hover {
  color: #fff;
}

.m-home-banner__button:hover:after {
  height: 100%;
}

.m-home-banner__button>* {
  position: relative;
  z-index: 2;
}

.m-instagram-home {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.m-instagram-home__title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 2em;
}

@media (min-width: 1500px) {
  .m-instagram-home__title {
    font-size: 12px;
    color: #737373;
  }
}

.m-instagram-home__hash-container {
  text-transform: uppercase;
}

.m-instagram-home__hash {
  font-size: 25px;
  display: inline;
  line-height: 2em;
}

@media (min-width: 1500px) {
  .m-instagram-home__hash {
    font-size: 1.2vw;
  }
}

.m-instagram-home__hash:after {
  content: '';
  padding-right: 20px;
}

.m-instagram-home__hash--gray {
  color: gray;
}

.m-instagram-home__image-container {
  display: flex;
  margin: 20px 2%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.m-instagram-home__image {
  flex: 0 0 100%;
  padding-bottom: 100%;
  margin-bottom: 4%;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

.m-instagram-home__image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}

.m-instagram-home__image--icon {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 9px;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-bottom: 10px;
}

@media (min-width: 500px) {
  .m-instagram-home__image {
    flex: 0 0 48%;
    padding-bottom: 48%;
  }
}

@media (min-width: 800px) {
  .m-instagram-home__image {
    flex: 0 0 23.65%;
    padding-bottom: 23.65%;
    margin-bottom: 0%;
  }
}

.m-introduction {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}

.m-introduction__whitespace {
  flex: 0 0 25%;
}

@media (max-width: 800px) {
  .m-introduction__whitespace {
    display: none;
  }
}

.m-introduction__text {
  flex: 1 0 75%;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  max-width: 1000px;
  padding-right: 25px;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .m-introduction__text {
    padding: 25px;
  }
}

.m-content-hero__image {
  position: relative;
  padding-bottom: 37%;
  background-size: cover;
  overflow: hidden;
}

.m-content-hero__image>img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.m-content-paragraph {
  max-width: 1200px;
  padding: 0% 2%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 600px) {
  .m-content-paragraph {
    width: 80%;
  }
}

@media (min-width: 900px) {
  .m-content-paragraph {
    width: 60%;
  }
}

@media (min-width: 1400px) {
  .m-content-paragraph {
    width: 40%;
  }
}

.m-content-paragraph__title {
  margin-top: 60px;
  max-width: 550px;
  text-align: center;
  font-size: 24px;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}

@media (min-width: 1000px) {
  .m-content-paragraph__title {
    font-size: 1.5vw;
  }
}

@media (min-width: 1400px) {
  .m-content-paragraph__title {
    font-size: 24px;
  }
}

.m-content-paragraph__title.left {
  margin-top: 0px;
  text-align: left;
  padding-bottom: 25px;
}

.m-content-paragraph__text {
  width: 100%;
  margin-top: 4px;
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1000px) {
  .m-content-paragraph__text {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-content-paragraph__text {
    font-size: 16px;
  }
}

.m-content-paragraph__text a {
  color: #095286;
  text-decoration: underline;
  font-weight: 500;
}

.m-readmore.special a {
  text-decoration: none;
  font-weight: 800;
  color: #000000;
}

.m-readmore.special a:hover {

  text-decoration: none;
  font-weight: 800;
  color: #ffffff;
}


.m-content-paragraph__text a:hover {
  text-decoration: underline;
  color: #000;
  font-weight: 500;
}

.m-content-imagetext__text a {
  color: #095286;
  text-decoration: underline;
  font-weight: 500;
}

.m-content-imagetext__text a:hover {
  text-decoration: underline;
  color: #000;
  font-weight: 500;
}

.m-content-paragraph__text h3 {
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1em;
  margin-top: 40px;
  margin-bottom: 0px;
}

.downloads-wrapper {
  width: 100%;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  font-size: 13px;
}

.downloads-row {
  border-top: 1px solid #d1d1d1;
  min-height: 50px;
}

.downloads-box-left {
  float: left;
  width: 58%;
  padding: 1.5% 2% 0% 2%;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8e8e8e;
}

.downloads-box-right {
  float: left;
  width: 30%;
  padding: 1.5% 2% 0% 4%;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: right;
  text-transform: uppercase;
}

.downloads-box-right a:after {
  content: "";
  display: block;
  background: url("http://kingshill.staging.suttonyounghost.com/content/uploads/2019/03/download-arrow.png") no-repeat;
  width: 19px;
  height: 18px;
  float: left;
  margin: 0 12px 0 0;
}

.m-content-dual-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
}

@media (min-width: 600px) {
  .m-content-dual-images {
    flex-direction: row;
    width: 100%;
  }
}

.m-content-dual-images__wrapper {
  padding: 2%;
}

@media (min-width: 600px) {
  .m-content-dual-images__wrapper {
    flex: 0 1 48.8%;
    padding: 0%;
    text-align: right;
  }
}

.m-content-dual-images__image {
  padding-bottom: 65%;
  position: relative;
  background-size: cover;
}

.m-content-dual-images__image>img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media (min-width: 600px) {
  .m-content-dual-images__image--indented {
    margin-top: 40%;
  }
}

.m-content-dual-images__caption {
  color: #979797;
  font-size: 13px;
}

.m-content-banner {
  max-width: 1200px;
  margin: auto;
  margin-top: 10px;
}

.m-content-banner__image {
  padding-bottom: 41%;
  position: relative;
  background-size: cover;
}

.m-content-banner__image>img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.m-content-banner__caption {
  color: #979797;
  font-size: 13px;
  margin: 1em 0;
  text-align: right;
}

.m-page-related {
  margin-top: 40px;
}

.m-page-related__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}

.m-page-related__item {
  flex: 0 0 100%;
  display: flex;
  margin-top: 10px;
  cursor: pointer;
  --image-scale: 1.075;
  --image-scale-duration: 600ms;
  --image-start: 0.05s;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  background-size: cover;
}

.m-page-related__item img {
  -webkit-transition: -webkit-transform var(--image-scale-duration) ease-in-out;
  transition: -webkit-transform var(--image-scale-duration) ease-in-out;
  -o-transition: transform var(--image-scale-duration) ease-in-out;
  transition: transform var(--image-scale-duration) ease-in-out, -webkit-transform var(--image-scale-duration) ease-in-out;
  transition: transform var(--image-scale-duration) ease-in-out;
}

.m-page-related__item:hover>img {
  -webkit-transform: scale(var(--image-scale));
  -ms-transform: scale(var(--image-scale));
  transform: scale(var(--image-scale));
  -webkit-transition: -webkit-transform var(--image-scale-duration) ease-in-out var(--image-start);
  transition: -webkit-transform var(--image-scale-duration) ease-in-out var(--image-start);
  -o-transition: transform var(--image-scale-duration) ease-in-out var(--image-start);
  transition: transform var(--image-scale-duration) ease-in-out var(--image-start), -webkit-transform var(--image-scale-duration) ease-in-out var(--image-start);
  transition: transform var(--image-scale-duration) ease-in-out var(--image-start);
}

.m-page-related__item>img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media (min-width: 600px) {
  .m-page-related__item {
    flex: 0 0 50%;
    padding-bottom: 25%;
  }
}

.m-page-related__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.m-page-related__wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.2784313725490196);
  transition: all 0.5s;
}

.m-page-related__wrapper:hover:before {
  background-color: rgba(0, 0, 0, 0);
}

.m-page-related__text {
  position: relative;
  margin: auto;
  display: inline-block;
  color: #fff;
  font-size: 3vw;
  font-weight: bold;
  letter-spacing: 4px;
}

@media (min-width: 600px) {
  .m-page-related__text {
    font-size: 1.6vw;
  }
}

.m-page-related__title {
  margin: 80px auto 0px auto;
  max-width: 550px;
  text-align: center;
  font-size: 24px;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

@media (min-width: 1000px) {
  .m-page-related__title {
    font-size: 1.5vw;
  }
}

@media (min-width: 1400px) {
  .m-page-related__title {
    font-size: 24px;
  }
}

.m-page-content-schools {
  max-width: 1200px;
  margin: auto;
}

.m-page-content-schools__title {
  margin: 80px auto 0px auto;
  max-width: 550px;
  text-align: center;
  font-size: 24px;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

@media (min-width: 1000px) {
  .m-page-content-schools__title {
    font-size: 1.5vw;
  }
}

@media (min-width: 1400px) {
  .m-page-content-schools__title {
    font-size: 24px;
  }
}

.m-page-content-schools__table {
  display: table;
  width: 100%;
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1000px) {
  .m-page-content-schools__table {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-page-content-schools__table {
    font-size: 16px;
  }
}

.m-page-content-schools__image>img {
  width: 150px;
  height: auto;
}

@media (max-width: 800px) {
  .m-page-content-schools__row {
    display: flex;
    margin-left: 0px;
    flex-wrap: wrap;

  }

  .m-page-content-schools__row:not(.is-last) {
    border-bottom: 1px solid #cfcfcf;
    margin-top: 20px;
  }

  .m-page-content-schools__cell {
    padding: 0px 10px;
    flex: 1 1 100%;
    margin: auto;
    margin-left: 0px;
    text-align: center;
  }

  .m-page-content-schools__cell .m-page-content-schools__location {
    width: 120px;
    margin-bottom: 20px;
  }

  .m-page-content-schools__cell br {
    display: none;
  }
}






@media (min-width: 800px) {
  .m-page-content-schools__row {
    display: table-row;
  }

  .m-page-content-schools__cell {
    padding: 30px 10px;
    border-bottom: 1px solid #cfcfcf;
    vertical-align: middle;
    display: table-cell;
  }

  .is-last.m-page-content-schools__row .m-page-content-schools__cell {
    border-bottom: 0px;
  }

  .m-page-content-schools__image {
    margin: auto;
    display: block;
  }
}



.m-page-content-schools__location {
  background-color: #89b4e1;
  padding: 10px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 150px;
}

.m-page-content-schools__location>img {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}

.m-content-imagetext {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1200px;
}

@media (min-width: 600px) and (max-width: 850px) {
  .m-content-imagetext {
    width: 80%;
  }
}

@media (max-width: 850px) {
  .m-content-imagetext {
    flex-direction: column;
  }
}

@media (min-width: 900px) {
  .m-content-imagetext {
    width: 75%;
  }
}

@media (min-width: 1400px) {
  .m-content-imagetext {
    width: 50%;
  }
}

.m-content-imagetext__column {
  flex: 0 0 48.8%;
}

.m-content-imagetext__image {
  padding-bottom: 125%;
  position: relative;
  background-size: cover;
}

.m-content-imagetext__image>img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.m-content-imagetext__text {
  width: 80%;
  padding-left: 30px;
  margin-top: 20px;
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1000px) {
  .m-content-imagetext__text {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-content-imagetext__text {
    font-size: 16px;
  }
}

.m-content-imagetext__text .m-content-paragraph__title {
  text-align: left;
}

.m-content-imagetext__caption {
  color: #979797;
  font-size: 13px;
  margin: 1em 0;
  text-align: right;
}

.m-content-table {
  margin: 50px auto;
  border-collapse: collapse;
  max-width: 1200px;
}

.m-content-table__table {
  display: table;
  margin: auto;
}

.m-content-table__table--border-topbottom {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.m-content-table__row {
  display: table-row;
  border-top: 1px solid #e0e0e0;

}

.m-content-table__row:last-child {
  display: table-row;
  border-bottom: 1px solid #e0e0e0;
}

.m-content-table__cell {
  display: table-cell;
  padding: 10px;
}

@media (min-width: 500px) {
  .m-content-table__cell {
    padding: 20px 20px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #726b6b;
    width: 50%;
    white-space: nowrap;
  }
}

.m-content-table__cell--border {
  border: 0px solid #e0e0e0;
}

.m-content-table__title {
  margin: auto;
  margin-bottom: 30px;
  max-width: 550px;
  text-align: center;
  font-size: 24px;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

@media (min-width: 1000px) {
  .m-content-table__title {
    font-size: 1.5vw;
  }
}

@media (min-width: 1400px) {
  .m-content-table__title {
    font-size: 24px;
  }
}

.m-content-table__container {
  display: table;
  margin: auto;
}

.m-content-table__buttons-container {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.m-content-table__button {
  flex: 0 0 48%;
  border: 1px solid black;
  border-bottom: 2px solid black;
  font-weight: bold;
  padding: 15px;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.m-content-table__button:hover {
  text-decoration: underline;
  cursor: pointer;
}

.m-content-table__button-icon {
  width: 14px;
  height: auto;
  margin-right: 5px;
  fill: gray;
}

.m-content-contact {
  max-width: 1100px;
  margin: auto;
  padding: 10px;
}

.m-content-contact__title {
  margin: auto;
  margin-top: 80px;
  max-width: 550px;
  text-align: center;
  font-size: 30px;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
}

@media (min-width: 1000px) {
  .m-content-contact__title {
    font-size: 3vw;
  }
}

.m-content-contact__title {
  font-size: 24px;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;

}

.m-content-contact__container {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.m-content-contact__item {
  display: block;
  flex: 0 0 45%;
}

@media (min-width: 600px) {
  .m-content-contact__item {
    flex: 0 0 22%;
  }
}

.m-content-contact__image {
  padding-bottom: 50%;
  position: relative;
}

.m-content-contact__img-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  min-height: 100px;
}

.m-content-contact__img-wrapper img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.m-content-contact__img-wrapper img.lazyload {
  background-color: gray;
}

.m-offices {
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  margin-top: 50px;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
}

@media (min-width: 1000px) {
  .m-offices {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-offices {
    font-size: 16px;
  }
}

.m-offices__slider__title {
  text-align: center; display:none
}

.m-offices__slider__container {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
	display:none
}

@media (max-width: 500px) {
  .m-offices__slider__container {
    flex-direction: column;
  }
}

.m-offices__slider__column {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  margin-top: 0px;
}

.m-offices__slider__column__title {
  text-align: center; display:none
}

.m-offices__slider__column__title--small {
  text-align: center;
  font-size: 1em;
  color: #737373;
}

.m-offices__slider__filter {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  padding-top: 50px;
  width: 80%;
}

.m-offices__slider__filter .vue-slider-component .vue-slider-tooltip {
  color: black;
  border: 0;
  font-size: 20px;
  background: none;
}

.m-offices__slider__filter .vue-slider-component .vue-slider-tooltip:before {
  display: none;
}

.m-offices__slider__filter .vue-slider-component .vue-slider-process {
  background-color: #8bb5df;
}

.m-offices__slider__filter .vue-slider-component .vue-slider {
  background-color: #d1e1f2;
}

.m-offices__slider__seperator {
  flex: 0 0 10%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 500px) {
  .m-offices__slider__seperator {
    display: none;
  }
}

.m-offices__slider__seperator:after {
  content: '';
  flex-grow: 1;
  width: 1px;
  background-color: #000;
}

.m-offices__slider__reset {
  display: flex;
  justify-content: space-around;
	display:none
}

.m-offices__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  position: relative;
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 15px !important;
  text-align: center;
}

@media (min-width: 1000px) {
  .m-offices__container {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-offices__container {
    font-size: 16px;
  }
}

.m-offices__container-item {
  transition: all 1s;
}

.m-offices__container-leave-to {
  opacity: 0;
  transition: all 500ms;
}

.m-offices__container-leave-active {
  position: absolute;
}

.m-offices__item {
  margin-top: 25px;
  flex: 0 0 100%;
  width: 100%;
  transition: all 1s;
  display: flex;
  flex-direction: column;
}

@media (min-width: 500px) {
  .m-offices__item {
    flex: 0 0 49%;
    width: 49%;
    background-color: #f0f6f9;
  }
}

.m-offices__image {
  padding-bottom: 50%;
  position: relative;
  background-size: cover;
}

.m-offices__image>img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.m-offices__title {
  width: 85%;
  margin: auto;
  margin-top: 20px;
  line-height: 1.3em;
  letter-spacing: 2px !important;
  text-align: center;
  font-size: 24px;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 26px !important;
  color: #095286;
}

@media (min-width: 1000px) {
  .m-offices__title {
    font-size: 1.5vw;
  }
}

@media (min-width: 1400px) {
  .m-offices__title {
    font-size: 24px;
  }
}

.m-offices__text {
  margin-top: 0px;
  margin-bottom: 0px;
}

.m-offices__button {
  align-self: center;
  margin-top: auto;
}

.m-offices__empty {
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin-top: 50px;
}

@media (min-width: 1000px) {
  .m-offices__empty {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-offices__empty {
    font-size: 16px;
  }
}

.m-history-story {
  margin-top: 50px;
}

.m-history-story__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

.m-history-story__row {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  flex-direction: row;
}

@media (max-width: 500px) {
  .m-history-story__row:nth-child(odd) {
    flex-direction: column-reverse;
  }
}

.m-history-story__row--mobile-reverse {
  flex-direction: column-reverse;
}

.m-history-story__item {
  width: 100%;
  padding-top: 50px;
}

@media (min-width: 500px) {
  .m-history-story__item {
    flex: 0 0 42%;
  }
}

.m-history-story__seperator {
  flex: 0 0 16%;
  position: relative;
  display: flex;
  min-height: 50px;
}

@media (max-width: 500px) {
  .m-history-story__seperator {
    display: none;
  }
}

.m-history-story__seperator:before {
  content: '';
  width: 4px;
  height: 100%;
  background-color: #d8d8d8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.m-history-story__seperator:after {
  content: '';
  background-color: #d8d8d8;
  position: absolute;
  transform: translateX(-50%);
  border-radius: 15px;
  left: 50%;
  top: 42.5px;
  height: 15px;
  width: 15px;
}

.m-history-story__seperator--no-dot {
  margin: 0px auto;
}

.m-history-story__seperator--no-dot:after {
  display: none;
}

.m-history-story__image-wrapper {
  padding-bottom: 125%;
  position: relative;
  background-size: cover;
}

.m-history-story__image-wrapper>img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.m-history-story__text-container {
  padding: 0px 5px 0px 5px;
}

@media (min-width: 750px) {
  .m-history-story__text-container {
    padding: 0px 100px 0px 5px;
  }
}

.m-history-story__title {
  margin-top: 30px;
  font-size: 24px;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;

  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

@media (min-width: 1000px) {
  .m-history-story__title {
    font-size: 1.5vw;
  }
}

@media (min-width: 1400px) {
  .m-history-story__title {
    font-size: 24px;
  }
}

.m-history-story__text {
  margin-top: 30px;
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1000px) {
  .m-history-story__text {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-history-story__text {
    font-size: 16px;
  }
}

.m-history-story__year {
  font-size: 24px;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}

@media (min-width: 1000px) {
  .m-history-story__year {
    font-size: 1.5vw;
  }
}

@media (min-width: 1400px) {
  .m-history-story__year {
    font-size: 24px;
  }
}

.m-history-story__year>span {
  font-size: 2em;
  color: #ebe8e4;
}

.m-history-story__button {
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  cursor: pointer;
  font-size: 14px !important;
  color: #000;
  border: 1px solid black;
  font-weight: 800;
  text-align: center;
  padding: 2px 60px;
  margin: 40px 0px;
  display: inline-block;
  box-sizing: border-box;
  background-color: white;
  position: relative;
}

@media (min-width: 1000px) {
  .m-history-story__button {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-history-story__button {
    font-size: 16px;
  }
}

.m-history-story__button:after {
  content: '';
  transition: all 500ms;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background-color: black;
  z-index: 1;
}

.m-history-story__button:hover {
  color: #fff;
}

.m-history-story__button:hover:after {
  height: 100%;
}

.m-history-story__button>* {
  position: relative;
  z-index: 2;
}

.m-pagecontent-publicart {
  display: flex;
  max-width: 1000px;
  width: 98%;
  margin: auto;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 550px) {
  .m-pagecontent-publicart {
    flex-direction: row;
  }
}

@media (min-width: 900px) {
  .m-pagecontent-publicart {
    width: 60%;
  }
}

.m-pagecontent-publicart__column {
  flex: 0 0 48.8%;
}





@media (min-width: 550px) {
  .m-pagecontent-publicart__column:nth-child(even) {
    margin-top: 17.5%;
  }
}

.m-pagecontent-publicart__block {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: var(--columnside);
}

.m-pagecontent-publicart__image--wide {
  width: 100%;
}

.m-pagecontent-publicart__image--wide>.m-pagecontent-publicart__image-wrapper {
  padding-bottom: 68.85%;
  position: relative;
  background-size: cover;
}

.m-pagecontent-publicart__image--wide>.m-pagecontent-publicart__image-wrapper>img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.m-pagecontent-publicart__image--tall {
  width: 85%;
}

.m-pagecontent-publicart__image--tall>.m-pagecontent-publicart__image-wrapper {
  padding-bottom: 138.5%;
  position: relative;
  background-size: cover;
}

.m-pagecontent-publicart__image--tall>.m-pagecontent-publicart__image-wrapper>img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.m-pagecontent-publicart__text-container {
  width: 85%;
}

.m-pagecontent-publicart__title {
  margin-top: 30px;
  font-size: 1.2em;
  font-weight: bold;
  color: #7a7a7a;
}

.m-pagecontent-publicart__greytitle {
  margin-top: 5px;
  color: #737373;
  font-size: 0.7em;
}

.m-pagecontent-publicart__paragraph {
  margin-top: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  color: #454444;
  padding-right: 40px;
}

.l-header-container {
  display: flex;
}

.l-header-container__wrapper {
  padding-top: 105px;
  box-sizing: border-box;
  width: 100%;
}

.l-header-container__wrapper.l-header-container__wrapper--fullheight {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.m-map {
  position: relative;
  display: flex;
  height: calc(100vh - 105px);
}

@media (max-width: 800px) {
  .m-map {
    flex-direction: column;
  }
}

@media (max-width: 800px) and (orientation: landscape) {
  .m-map {
    flex-direction: unset;
  }
}

.m-map>.leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 8px;
}

.m-map__sidebar {
  flex: 0 0 20%;
  min-width: 150px;
  background-color: #e8e5e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Arial;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.m-map__selection-title {
  padding: 20px 10px;
}

.m-map__sidebar-wrapper {
  margin: 0 auto;
}

.m-map__select {
  -webkit-appearance: none;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-color: #fff;
  background-image: url('/content/themes/kings_hill/static/images/down-arrow.png'), -webkit-linear-gradient(top, #fff, #fff);
  background-image: url('/content/themes/kings_hill/static/images/down-arrow.png'), -moz-linear-gradient(top, #fff, #fff);
  background-image: url('/content/themes/kings_hill/static/images/down-arrow.png'), -ms-linear-gradient(top, #fff, #fff);
  background-image: url('/content/themes/kings_hill/static/images/down-arrow.png'), -o-linear-gradient(top, #fff, #fff);
  background-image: url('/content/themes/kings_hill/static/images/down-arrow.png'), linear-gradient(to bottom, #fff, #fff);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #cbc9c9;
  border-radius: 0px;
  color: #555;
  height: 40px;
  font-size: inherit;
  max-width: 300px;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 1em;
  padding-right: 3em;
}

.m-map__title {
  font-weight: bold;
  font-size: 24px;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  text-align: center;
}

@media (max-width: 800px) {
  .m-map__title {
    display: none;
  }
}

@media (min-width: 1000px) {
  .m-map__title {
    font-size: 1.5vw;
  }
}

@media (min-width: 1400px) {
  .m-map__title {
    font-size: 24px;
  }
}

.m-map__title:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #000;
  margin: 20px auto;
}

.m-map__map {
  flex: 1;
  background-color: #a3af77 !important;
}

.m-map__instructions {
  text-transform: none;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 20px 50px;
}

.m-map__export {
  position: absolute;
  top: 90px;
  z-index: 100;
  background: white;
  color: black;
  padding: 6px;
  border-radius: 4px;
  font-family: 'Helvetica Neue';
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  display: none;
}

body.logged-in .m-map__export {
  display: block;
}

#m-map__map-edit {
  display: none;
}

body.logged-in #m-map__map-edit {
  display: block;
}

.leaflet-popup-content-wrapper {
  padding: 20px 0px 20px 0px !important;
  text-align: left;
  border-radius: 0px !important;
}

.leaflet-popup-content {
  margin: 0px 0px !important;
  line-height: 1.4;
}

.leaflet-container {
  font-family: "proxima-nova", helvetica, Arial, sans-serif !important;
}

.leaflet-container p {
  padding: 0px 20px;
  font-size: 14px;
}

.leaflet-popup-content p {
  margin: 0 !important;
}

.leaflet-popup-content img {
  margin-left: 20px;
}

.leaflet-container h2 {
  font-size: 18px;
  padding: 0px 20px 0px 20px;
  margin-top: 10px;
}

.leaflet-container h2 span {
  font-size: 14px;
  font-style: italic;
}

.leaflet-popup {
  width: 260px;
}

.leaflet-tooltip {
  font-size: 16px;
}

.page-id-845 .m-content-banner__image>img {
  position: absolute;
  height: 722px;
  width: 914px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.page-id-845 .m-content-banner__image {
  padding-bottom: 65%;
}

.page-id-3179 .m-content-imagetext__image {
  padding-bottom: 105%;
  position: relative;
  background-size: cover;
}


.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0px !important;
  right: 0;
  padding: 3px 3px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.find-us-wrapper {
  width: 100%;
  margin-top: 40px;
}

.find-us-wrapper-box {
  float: left;
  width: 50%;
}

.m-search {
  position: fixed;
  width: 100%;
  top: 0px;
  bottom: 0px;
  background-color: #fff;
  overflow-y: auto;
  z-index: 8888;
  padding-top: 100px;
}

@media (min-width: 1500px) {
  .m-search {
    padding-top: 130px;
  }
}

.m-search__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: auto;
  width: 100%;
  height: 100%;
}

.m-search__close {
  width: 50px;
  height: 50px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
}

.m-search__close:after,
.m-search__close:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}

.m-search__close:after {
  transform: rotate(-45deg);
}

.m-search__container {
  margin-top: 50px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
}

.m-search__input-wrapper {
  width: 100%;
  height: 40px;
  position: relative;
  display: flex;
  flex-grow: 1;
  transition: 600ms all;
}

.m-search__input-wrapper.is-active {
  flex: 0 0 auto;
}

.m-search__button {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 30px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transform: translateY(-50%);
}

.m-search__input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid black;
  font-size: 30px;
  padding-right: 50px;
  outline: none;
  box-sizing: border-box;
  margin: auto;
}

.m-search__input:placeholder-shown {
  letter-spacing: 1px;
}

.m-search__input:focus {
  border-bottom: 1px solid #409cc9;
}

.m-search__results {
  transition: 600ms all;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 0 1px;
}

.m-search__results.is-active {
  flex: 1 0 1px;
}

.m-search__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: auto;
}

.m-search__loading:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #cef;
  border-color: #cef transparent #cef transparent;
  animation: m-search__loading 1.2s linear infinite;
}

@keyframes m-search__loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.m-search_result-count {
  text-align: right;
  margin: 10px 0px 10px 0px;
}

.m-search__item {
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
  padding-bottom: 20px;
  display: block;
  flex: 0 0 auto;
}

.m-search__item__type {
  font-weight: bold;
}

.m-search__item__title {
  color: gray;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 10px;
}

.m-search__item__synopsis {
  margin-top: 10px;
  max-width: 800px;
}

.m-search__pages-container {
  display: flex;
  justify-content: center;
}

.m-search__page {
  padding: 0px 10px;
  cursor: pointer;
  margin-bottom: 50px;
}

.m-search__page.is-current {
  text-decoration: underline;
}

.m-search__noresults {
  font-size: 1.2em;
  margin-top: 50px;
}

.m-news {
  max-width: 1400px;
  margin: auto;
  width: 100%;
}

.m-news__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

@media (min-width: 500px) {
  .m-news__container {
    flex-direction: row;
  }
}

.m-news__post {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

@media (min-width: 600px) {
  .m-news__post {
    width: calc(100%/2);
    padding: 0.5%;
  }
}

@media (min-width: 1000px) {
  .m-news__post {
    width: calc(100%/3);
  }
}

.m-news__post-image {
  padding-bottom: 50%;
  position: relative;
  background-size: cover;
  margin: 30px 0px;
  display: block;
  background: #e4e4e4;
}

.m-news__post-image>img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.m-news__post-title {
  font-size: 0.9em;
}

.m-news__post-title-wrapper {
  font-size: 24px;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #44454a;
  padding: 0px 50px;
}

@media (min-width: 1000px) {
  .m-news__post-title-wrapper {
    font-size: 1.5vw;
  }
}

@media (min-width: 1400px) {
  .m-news__post-title-wrapper {
    font-size: 24px;
  }
}

.m-news__post-date {
  font-size: 0.8em;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
}

.m-news__post-date-wrapper {
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1000px) {
  .m-news__post-date-wrapper {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-news__post-date-wrapper {
    font-size: 16px;
  }
}

.m-news__post-blurb {
  font-size: 16px;
  max-width: 400px;
  margin: 15px auto 0px;
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1000px) {
  .m-news__post-blurb {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-news__post-blurb {
    font-size: 16px;
  }
}

.m-news__pagination {
  display: flex;
  list-style-type: none;
  justify-content: center;
}

.m-news__pagination>* {
  margin: 12px;
  font-size: 1em;
  color: #999;
}

.m-news__pagination>*.current {
  color: #000;
}

.m-news__filter {
  color: #000;
  font-size: 1.1em;
  margin-left: 20px;
}

.m-news__filter>a {
  color: #999;
}

.m-news__filter>a.current {
  color: #000;
}

.m-post {
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}

.m-post__button-wrapper {
  text-transform: uppercase;
  background-color: #f6f6f6;
  padding: 30px 0px;
}

.m-post__button-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  text-align: center;
}

.m-post__button {
  width: 30%;
  padding: 0px 40px;
  font-size: 14px;
  color: #5c5c5c;
  letter-spacing: 1px;
  text-align: right;
}

.m-post__button:first-child {
  text-align: left;
}

.m-post__content {
  width: 90%;
  max-width: 800px;
  margin: auto;
}

.m-post__date {
  margin-top: 20px;
  font-size: 0.8em;
  text-align: center;
  color: #454444;
  padding: 20px 0;
}

.m-post__title {
  margin-top: 20px;
  text-align: center;
  font-weight: 100;
  font-size: 44px;
  max-width: 500px;
  text-transform: uppercase;
  margin: auto;
}

.m-post__line {
  margin: 20px 0px;
  height: 1px;
  width: 100%;
  box-sizing: border-box;
  background-color: #585858;
}

.m-post__subtitle {
  color: #585858;
}

.m-post__image {
  margin-top: 20px;
}

.m-post__image>img {
  width: 100%;
  height: auto;
}

.m-post__text {
  margin-top: 10px;
  line-height: 25.6px;
  font-size: 16px;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  color: #454444;
}

.m-post__blurb {
  font-size: 20px;
  font-weight: 100;
  color: #777;
  line-height: 150%;
  padding: 15px 0;
}

.m-sidelabel {
  max-width: 1200px;
  margin: 12px auto 0px auto;
  padding: 0% 2%;
}

.m-sidelabel:after {
  content: '';
  clear: both;
  display: table;
}

@media (min-width: 600px) {
  .m-sidelabel {
    width: 80%;
  }
}

@media (min-width: 900px) {
  .m-sidelabel {
    width: 60%;
  }
}

@media (min-width: 1400px) {
  .m-sidelabel {
    width: 40%;
  }
}

.m-sidelabel__sidecontainer {
  width: 70%;
  margin: auto;
  padding: 20px;
  display: flex;
  background-color: #f7f7f7;
}

@media (min-width: 1000px) {
  .m-sidelabel__sidecontainer {
    margin-left: -150px;
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
    max-width: 400px;
  }
}

.m-sidelabel__icon {
  margin-right: 10px;
}

.m-sidelabel__icon>svg {
  width: 30px;
  height: auto;
  fill: #b0b0b0;
}

.m-sidelabel__textcontainer {
  flex-grow: 1;
}

.m-sidelabel__sidetitle {
  font-weight: bold;
  font-size: 1.2em;
}

.m-sidelabel__sidetitle:after {
  content: '';
  display: block;
  margin-top: 5px;
  width: 40px;
  height: 3px;
  background-color: #000;
}

.m-sidelabel__sidetext {
  margin-top: 26px;
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1000px) {
  .m-sidelabel__sidetext {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-sidelabel__sidetext {
    font-size: 16px;
  }
}

.m-sidelabel__paragraph {
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1000px) {
  .m-sidelabel__paragraph {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-sidelabel__paragraph {
    font-size: 16px;
  }
}

.m-sidelabel__paragraph>a {
  color: #095286;
}

.m-sidelabel__paragraph>a:hover {
  text-decoration: underline;
  color: #000;
}

@media (max-width: 1000px) {
  .m-sidelabel__paragraph {
    width: 100%;
    margin: auto;
    margin-top: 40px;
  }
}

.m-sidelabel__sidetext a {
  color: #095286;
  text-decoration: underline;
}

.m-imagegrid {
  background-color: #f7f7f7;
}

.m-imagegrid__wrapper {
  max-width: 1000px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 50px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.m-imagegrid__item {
  margin-top: 40px;
  flex: 0 0 23%;
  margin-right: 2%;
}

.m-imagegrid__item:nth-child(2n + 1),
.m-imagegrid__item:nth-child(1) {
  margin-left: 0%;
}


@media (min-width: 700px) {
  .m-imagegrid__item {
    flex: 0 0 23%;
    margin-left: calc(8% / 3);
  }

  .m-imagegrid__item:nth-child(4n + 1),
  .m-imagegrid__item:nth-child(1) {
    margin-left: 0%;
  }
}

.m-imagegrid__image {
  position: relative;
  padding-bottom: 100%;
  background-color: #fff;
}

.m-imagegrid__image-wrapper {
  position: absolute;
  top: 10%;
  left: 20%;
  right: 20%;
  bottom: 10%;
}

.m-imagegrid__image-wrapper>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain";
}

.m-imagegrid__text {
  word-break: break-all;
  text-align: center;
  color: #7a7a7a;
  margin-top: 10px;
  font-size: 15px;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
}

.m-imagegrid__text a {
  color: #095286;
  text-decoration: underline;
  font-weight: 500;
}

.m-dualcolumn-text {
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.m-dualcolumn-text__column {
  flex: 0 0 90%;
}

@media (min-width: 500px) {
  .m-dualcolumn-text__column {
    flex: 0 0 50%;
  }
}

.m-contact {
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  margin-top: 50px;
}

.m-contact__row {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.m-contact__wrapper {
  flex: 0 0 49%;
}

.m-contact__wrapper.m-contact__wrapper--full {
  flex: 0 0 100%;
}

.m-contact__input {
  padding-top: 35px;
  position: relative;
}

.m-contact__input input,
.m-contact__input textarea {
  position: relative;
  z-index: 10;
  font-size: 18px;
  background: none;
  height: 30px;
  width: 100%;
  outline: none;
  border: 0;
  border-bottom: 1px solid #eee;
}

.m-contact__input input:focus,
.m-contact__input textarea:focus {
  border-bottom: 1px solid #409cc9;
}

.m-contact__input textarea {
  width: 100%;
}

.m-contact__checkbox .wpcf7-list-item {
  margin: 0px;
}

.m-contact__checkbox label {
  position: relative;
  cursor: pointer;
}

.m-contact__checkbox input[type=checkbox] {
  position: relative;
  visibility: hidden;
}

.m-contact__checkbox input[type=checkbox]+span {
  /*   border: 3px solid red;  */
  font-size: 0px;
}

.m-contact__checkbox input[type=checkbox]+span:before {
  display: block;
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  top: 0px;
  border: 1px solid #222;
}

.m-contact__checkbox input[type=checkbox]+span:after {
  color: black;
  display: block;
  position: absolute;
  content: '\2713';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 2px;
  left: 5px;
  visibility: hidden;
  font-size: 16px;
}

.m-contact__checkbox input[type=checkbox]:checked+span:before {
  background: transparent;
  /*     border-color: red; */
}

.m-contact__checkbox input[type=checkbox]:checked+span:after {
  /*    background: #222; */
  visibility: visible;
}

.m-contact__label {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 12px;
  transition: all 300ms;
}


.m-contact__label-special {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  transition: all 300ms;

}

.wpcf7-form-control {
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
}



/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.m-contact__label.m-contact__label--required:after {
  content: '*';
  color: red;
}

textarea:placeholder-shown+.m-contact__label,
input:placeholder-shown+.m-contact__label {
  top: 35px;
  font-size: 18px;
}

textarea:focus+.m-contact__label,
input:focus+.m-contact__label {
  top: 0px;
  font-size: 12px;
}

.m-contact__select {
  position: relative;
  display: inline-block;
}

.m-contact__select:after {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  display: block;
  width: 40px;
  height: 30px;
  content: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAcCAQAAABM4r7tAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfjAwEEADccrNPqAAAA4klEQVRIx+2UPQ/BUBSGn6qIgd1iM5kNxhqM/oN/h5VEImEQicUi1pKQWCsWX0GOoRpXm1abNrH0vdM9N+fNee6552oiJKRMUkapVWqlKBszXwtR1R0r0OPALSygzpQNflO1Z4LuLtB/Bu8MKFNTGd5aYtIi7wJEAvSUoZie6Fb68nA2fFZgBzMYLDC/YjvmGB64H4C2zoypUH3v1qxoUlTyQwLaukpXLBEROUpPTt+HCuDPqgAsRtTJMaNByUUVAdDB7HChTcFzQZGt4IJmtz++lY/CDE50pVZ/sYr7iypP6QUPHq/KNb3zvgAAAABJRU5ErkJggg==');
}

.m-contact__select select {
  font-size: 16px;
  padding: 15px 40px 15px 0px;
  border: 0;
  border-bottom: 1px solid #eee;
  background: none;
  outline: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
}


.m-contact__input select {
  width: 100px;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  margin-right: 10px;
  border: 1px solid #9a9696;
  background: none;
  outline: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  border-radius: 0px;

}


.m-contact__submit {
  color: #454444;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  cursor: pointer;
  font-size: 14px !important;
  color: #000;
  border: 1px solid black;
  font-weight: 800;
  text-align: center;
  padding: 2px 60px;
  margin: 40px 0px;
  display: inline-block;
  box-sizing: border-box;
  background-color: white;
  position: relative;
  margin: 0px !important;
}

@media (min-width: 1000px) {
  .m-contact__submit {
    font-size: 1.6vw;
  }
}

@media (min-width: 1400px) {
  .m-contact__submit {
    font-size: 16px;
  }
}

.m-contact__submit:after {
  content: '';
  transition: all 500ms;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background-color: black;
  z-index: 1;
}

.m-contact__submit:hover {
  color: #fff;
}

.m-contact__submit:hover:after {
  height: 100%;
}

.m-contact__submit>* {
  position: relative;
  z-index: 2;
}

.m-contact__submit:hover input {
  color: white;
}

.m-contact__submit input {
  cursor: pointer;
  background: 0;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.m-contact__submit .ajax-loader {
  top: 30px;
}

.m-burger-menu {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #fff;
  overflow-y: scroll;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms, visibility 0s ease-in 500ms;
}

.m-burger-menu.is-toggled {
  opacity: 1;
  visibility: visible;
  transition: opacity 500ms, visibility 500ms;
}

.m-burger-menu__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.m-burger-menu__close {
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
  font-weight: 100;
}

.m-burger-menu__close:after,
.m-burger-menu__close:before {
  content: '';
  width: 25px;
  height: 2px;
  display: block;
  position: relative;
  top: 0px;
  transform-origin: 50%;
  background-color: #000;
}

.m-burger-menu__close:before {
  top: -5px;
  transform: rotate(45deg);
}

.m-burger-menu__close:after {
  top: -7px;
  transform: rotate(-45deg);
}

.m-burger-menu__container {
  list-style-type: none;
}

.m-burger-menu__container>li {
  margin-bottom: 10px;
}

.m-burger-menu__container .m-burger-menu__container>li {
  text-indent: 0px;
  margin-bottom: 0px;
}

.m-burger-menu__container .m-burger-menu__container>li:before {
  content: "";
  text-indent: 0px;
}

.m-burger-menu__item {
  font-size: 20px;
}

.m-content-page-exhibition {
  max-width: 1000px;
  margin: auto;
  margin-top: 20px;
  transition: all 0.3 linear;
}

.m-content-page-exhibition a {
  color: #105384;
  text-decoration: underline;
}

@media (max-width: 800px) {
  .m-content-page-exhibition__row {
    padding: 15px;
  }
}

@media (min-width: 800px) {
  .m-content-page-exhibition__row {
    margin: 35px;
    display: flex;
    justify-content: space-between;
  }

  .m-content-page-exhibition__row>* {
    flex: 0 0 48%;
  }

  .m-content-page-exhibition__row:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

.m-content-page-exhibition__image {
  padding-bottom: 100%;
  position: relative;
}

.m-content-page-exhibition__image>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media (max-width: 800px) {
  .m-content-page-exhibition__text-container {
    margin-top: 5px;
  }
}

.m-content-page-exhibition__artist {
  font-size: 19px;
}

.m-content-page-exhibition__location {
  margin-top: 5px;
  font-size: 0.7em;
  color: #737373;
  text-transform: uppercase;
}

.m-content-page-exhibition__text {
  font-size: 16px;
  line-height: 1.6em;
  font-family: "kepler-std";
  -webkit-font-smoothing: antialiased;
  color: #454444;
}

.m-content-exhibition-date {
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid black;
  transition: all 0.3s linear;
}

.m-content-exhibition-date h1 {
  font-weight: normal !important;
}

.m-home-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  z-index: 99999;
}

.m-home-popup.is-toggled {
  opacity: 0;
  visibility: hidden;
  transition: 600ms all;
}

.m-home-popup__background {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.m-home-popup__container {
  width: 90%;
  max-width: 600px;
  margin: auto;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 10px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}

.m-home-popup__container>* {
  flex: 0 0 98%;
}

@media (min-width: 500px) {
  .m-home-popup__container>* {
    flex: 0 0 48%;
  }
}

@media (max-width: 500px) {
  .m-home-popoup__image-wrapper {
    display: none;
  }
}

.m-home-popoup__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.m-home-popup__text-container {
  display: flex;
  flex-direction: column;
}

.m-home-popup__close-button-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
}

.m-home-popup__close-button-icon {
  margin-left: 5px;
  width: 16px;
  height: 14px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
}

.m-home-popup__close-button-icon:before,
.m-home-popup__close-button-icon:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
}

.m-home-popup__close-button-icon:before {
  transform: rotate(45deg);
}

.m-home-popup__close-button-icon:after {
  transform: translateY(-2px) rotate(-45deg);
}

.m-home-popup__text-wrapper {
  text-align: center;
  padding: 30px 0px;
  margin: auto;
}

.m-home-popup__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.m-home-popup__text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
  padding-right: 30px;
}

.m-youtube-iframe {
  position: relative;
  padding-bottom: 56.25%;
}

.m-youtube-iframe>iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}



.legend-scale {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  border: 0px solid black;
  min-height: 24px;


}

.legend-labels-left {
  float: left;
  width: 20%;
}

.legend-labels-right {
  float: right;
  width: 80%;
  padding-bottom: 20px;
}



.legend-labels-left span {
  display: block;
  height: 14px;
  width: 80%;
  margin-right: 5px;
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.home-white-spacer {
  min-height: 100px;
}

.future-resi-data {
  display: none;
}

@media (max-width: 600px) {
  .m-introduction {
    margin-bottom: 0px;
    margin-top: 60px;
  }

  .l-header-container__wrapper {
    padding-top: 20px;
  }

  .m-section-images__image--group1-tall {
    margin-top: 20px;
  }

  .m-section-images__image--group2-big.margin-left {
    margin-left: auto;
  }

  .m-section-images__image--group2-square.margin-right {
    margin-left: auto;
  }

  .m-section-images__image--group2-long {
    width: 90%;
    padding-bottom: 50%;
  }

  .m-section-images__image--group1-short {
    width: 90%;
  }

  .m-section-images__image--group2-square {
    width: 90%;
    padding-bottom: 50%;
  }

  .page-id-8 .m-section-images__image--group2-square {
    margin-top: 20px;
  }

  .l-section__row {
    padding-top: 0px;
  }

  .m-instagram-home {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .m-instagram-home__image-container {
    margin: 20px 5%;
  }

  .m-home-recent__post-title-wrapper {
    padding: 0px 20px;
  }

  .m-home-banner {
    display: none;
  }
}

@media (max-width: 600px) {
  .m-section-images__image--group2-big {
    margin-top: calc(15%/3);
    width: 90%;
  }

  .m-footer {
    padding: 0px 0px
  }

  .m-footer__row-base {
    flex-direction: column;
  }

  .m-footer__item {
    text-align: center;
  }

  .m-footer__item--container {
    display: block;
    padding-top: 10px;
  }

  .m-footer__row+.m-footer__row {
    margin-top: 30px;
  }

  .m-footer__link {
    margin: 0 10px;
  }

  .m-header {
    padding: 20px 5% 10px 5%;
  }

  .m-content-hero__image {
    padding-bottom: 60%;
    margin-top: 50px;
  }

  .m-content-paragraph__text {
    width: 90%;
  }

  .m-content-paragraph__title {
    margin-top: 30px;
    width: 90%;
  }

  .m-content-imagetext__column {
    width: 90%;
    margin: 0 auto;
  }

  .m-content-dual-images {
    margin-top: 0px;
    width: 90%;
  }

  .m-content-dual-images__wrapper {
    padding: 2% 0%;
  }

  .m-content-imagetext__text {
    padding-left: 0px;
    width: 100%;
  }

  .m-page-related {
    margin-top: 0px;
  }

  .m-page-related__title {
    margin: 40px auto 0px auto;
  }

  .m-page-related__item {
    margin-bottom: 10px;
    margin-top: 0px;
  }

  .m-section-text__wrapper--wide {
    max-width: 290px;
  }


  .m-history-story__item {
    padding-top: 0px;
  }

  .m-history-story__image-wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .m-history-story__text-container {
    width: 90%;
    margin: 0 auto;
  }

  .m-history-story__year {
    margin-top: 20px;
  }

  .m-history-story__title {
    margin-top: 30px;
  }

  .m-history-story__button {
    margin: 10px 0px 30px 0;
  }

  .m-content-banner {
    width: 90%
  }

  .future-resi-data {
    background: #f7f7f7;
    display: block;
    padding: 10px;
  }

  .future-resi-data span {
    color: #095286;
    font-family: "proxima-nova", helvetica, Arial, sans-serif;
    font-size: 22px;
  }

  .future-resi-data p {
    font-family: "proxima-nova", helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
  }

  .page-id-742 .m-content-banner__image {
    display: none;
  }

  .downloads-box-left {
    padding: 3% 2% 3% 0%;
    width: 62%;
    line-height: 1.3em;
    letter-spacing: 0.4px;
  }

  .downloads-box-right {
    padding: 2% 0% 0% 4%;
    width: 32%;
    text-align: right;
  }



  .m-sidelabel__paragraph {
    width: 90%;
    margin: 0 auto;
  }

  .m-sidelabel__sidecontainer {
    margin-bottom: 20px;
  }

  .m-pagecontent-publicart__image--wide {
    width: 90%;
  }

  .m-pagecontent-publicart__block {
    margin-top: 30px;
  }

  .m-pagecontent-publicart__paragraph {
    padding-right: 0px;
  }

  .m-page-content-schools__title {
    margin: 40px auto 0px auto;
  }

  .m-content-dual-images__image {
    margin-top: 20px;
  }

  .page-id-845 .m-content-banner__image>img {
    height: 300px;
    width: 100%;
  }

  .page-id-845 .m-content-banner {
    margin-bottom: 10px;
  }

  .page-id-845 .m-content-banner__image {
    padding-bottom: 100%;
  }


  .m-dualcolumn-text__column {
    flex: 0 0 100%;
  }

  .m-dualcolumn-text {
    margin-top: 20px;
  }

  .m-imagegrid__wrapper {
    margin: 0 60px;
  }



  .m-content-table__buttons-container {
    display: block;
    width: 90%;
    margin: 30px auto 0px;
  }

  .m-content-table__button {
    margin: 10px;
  }

  .m-content-contact__title {
    margin-top: 0px;
  }

  .m-content-contact__item {
    flex: 0 0 100%;
  }

  .m-content-contact__container {
    width: 70%;
    margin: 0 auto;
  }

  .m-content-contact__text {
    text-align: center;
  }

  .m-content-contact__img-wrapper {
    margin-top: 30px;
  }

  .m-content-table {
    margin: 20px auto;
  }

  .m-news__post-image {
    margin: 10px 0px;
  }

  .m-readmore {
    margin: 30px 0px;
  }

  .m-news__filter {
    margin-top: 20px;
  }

  .m-news__post {
    padding: 0px 10px;
  }

  .m-imagegrid__item {

    flex: 0 0 100%;
    margin-right: 0%;
  }

  .home-white-spacer {
    min-height: 10px;
  }

  .m-content-page-exhibition__image-wrapper {}

  .m-content-page-exhibition__image {
    position: static;
    padding-bottom: 0px;
  }

  .m-content-page-exhibition__image>img {
    position: static;
  }

  .space-filler {
    min-height: 0px;
  }

  .m-content-exhibition-date {
    width: 90%;
    margin: 0 auto;
  }


  .m-offices__slider__column__title {
    margin-top: 60px;
  }


  .m-content-table__cell {
    display: block;
    padding: 8px 15px;
    text-align: center;
  }

  .m-content-table__cell br {
    display: none;
  }
}


.page-id-2842 .m-content-paragraph {
  width: 100%;
}

.error404 .wrapper {
  text-align: center;
  margin-top: 100px;
}

@media (min-width: 600px) {
  .gap__artworks {
    min-height: 200px
  }
}

.residents_survey input {
  background-color: red
}

.residents_survey input:checked~.checkmark {
  background-color: #2196F3;
}

.page-id-3509 .wpcf7-list-item {
  margin-top: 30px;
  margin-left: 0px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  /*The change*/
  display: inline-block;
  /*or display:block;*/
}


input[type=radio] {
  border: 0px;
  width: 1.6em;
  height: 1.6em;
}

.filler_form__1 {
  padding-left: 48px
}

.w3-container,
.w3-panel {
  padding: 0.01em 16px;
}

.accord_outer {
  width: 100%;
  padding-top: 30px
}

.accord_outer p {
  margin: 0 auto;
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
}

.w3-hide {
  display: none !important
}

.w3-show-block,
.w3-show {
  display: block !important
}

.w3-show-inline-block {
  display: inline-block !important
}

.w3-block {
  display: block;
  width: 100%;
}

.w3-black {
  color: #000000 !important;
  background-color: #eee !important;

}

.w3-black:hover {
  color: #000000 !important;
  background-color: #ccc !important;
  border-bottom: 1px solid #858585;
}

.w3-container,
.w3-panel {
  padding: 1em 16px;
}

.w3-container p {
  margin: 10px 0;
}

.w3-left-align {
  text-align: left !important;
}

.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
  content: "";
  display: table;
  clear: both
}

.w3-btn,
.w3-button {
  font-family: "proxima-nova", helvetica, Arial, sans-serif;
  font-weight: 500;
  border: none;
  display: inline-block;
  padding: 24px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  white-space: nowrap;
  color: #000;
  border-bottom: 1px solid #858585;
}

@media (min-width: 1400px) {
  .page-id-3179 .m-content-paragraph {
    width: 60%;
  }
}

@media (min-width: 600px) {
  .page-id-3179 .m-content-dual-images {
    flex-direction: row;
    width: 60%;
  }
}