/*
Theme Name: Hiap
Theme URI: http://www.hiap.fi/
Description: Theme for Hiap
Author: Crop
Author URI: http://www.crop-agency.com/
Version: 1.0
Text Domain: hiap
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
}

html, body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif, serif;
  -webkit-font-smoothing: antialiased;
  /* fix-list */
  -moz-osx-font-smoothing: grayscale;
  /* fix-list */
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, #content li a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Scto Grotesk A Medium";
  src: url("assets/fonts/Scto-Grotesk-A-Medium.eot?") format("eot");
  src: url("assets/fonts/Scto-Grotesk-A-Medium.otf") format("opentype"), url("assets/fonts/Scto-Grotesk-A-Medium.woff") format("woff");
}
@font-face {
  font-family: "Scto Grotesk A Regular";
  src: url("assets/fonts/Scto-Grotesk-A-Regular.eot?") format("eot");
  src: url("assets/fonts/Scto-Grotesk-A-Regular.otf") format("opentype"), url("assets/fonts/Scto-Grotesk-A-Regular.woff") format("woff");
}
@font-face {
  font-family: "Scto Grotesk A Regular Italic";
  src: url("assets/fonts/Scto-Grotesk-A-Regular-Italic.eot?") format("eot");
  src: url("assets/fonts/Scto-Grotesk-A-Regular-Italic.otf") format("opentype"), url("assets/fonts/Scto-Grotesk-A-Regular-Italic.woff") format("woff");
}
/* Color palette */
/* Media query */
/** FONTS **/
html {
  font-size: 10px;
}

body {
  counter-reset: item;
}

body.noscroll {
  position: fixed;
  overflow: hidden;
}

h1 {
  font-family: "Scto Grotesk A Regular", sans-serif;
  /* fix-list */
  font-size: 3.83rem;
  line-height: 1em;
  color: #000;
}
@media screen and (min-width: 700px) {
  h1 {
    font-size: 7rem;
    line-height: 7rem;
    letter-spacing: -6px;
  }
}

h2 {
  font-family: "Scto Grotesk A Medium", sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
  margin: 0 0 1rem 0;
  color: #000;
}
@media screen and (min-width: 700px) {
  h2 {
    font-size: 3.83rem;
    line-height: 1em;
  }
}

h3 {
  font-family: "Scto Grotesk A Medium", sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

h4 {
  font-family: "Scto Grotesk A Medium", sans-serif;
  font-size: 2.5rem;
  line-height: 2.85rem;
  /* fix list */
  letter-spacing: -0.02em;
  /* fix list */
  margin: 0 0 2rem 0;
}

h5 {
  font-family: "Scto Grotesk A Medium", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #000;
  margin: 0 0 10px 0;
}

h6 {
  font-family: "Scto Grotesk A Medium", sans-serif;
  font-size: 2.5rem;
  /* same as p style */
  line-height: 3rem;
  color: #000;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  h6 {
    font-size: 1.33rem;
    line-height: 1.5rem;
  }
}

p {
  font-family: "Scto Grotesk A Regular", sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000;
  margin: 0 0 2.5rem 0;
}

p.date {
  font-family: "Scto Grotesk A Medium", sans-serif;
  font-size: 1.33rem;
  line-height: 1em;
}

ul, ol {
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0 30px 25px;
}

ul li {
  font-family: "Scto Grotesk A Regular", sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000;
  margin: 0 0 40px 0;
}

ol li {
  font-family: "Scto Grotesk A Regular", sans-serif;
  color: #000;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000;
  margin: 0 0 40px 0;
}

strong, p b {
  font-family: "Scto Grotesk A Medium", sans-serif;
}

em {
  font-family: "Scto Grotesk A Medium", sans-serif;
}

i {
  font-family: "Scto Grotesk A Regular Italic", sans-serif;
}

a {
  font-family: "Scto Grotesk A Regular", sans-serif;
  font-size: 1.33rem;
  line-height: 1.5rem;
  color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, #content li a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover, #content li a:hover {
  border-color: #fff200;
}

.secondary-link-style {
  font-family: "Scto Grotesk A Medium", sans-serif;
  font-size: 1.5rem;
  line-height: 1em;
}

small {
  font-family: "Scto Grotesk A Regular", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

hr {
  border: none;
  height: 1px;
  background-color: #000;
  margin: 4rem 0;
}

/* vertical centering */
.table {
  display: table;
  width: 100%;
  height: 100%;
}

.top {
  display: table-cell;
  vertical-align: top;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.bottom {
  display: table-cell;
  vertical-align: bottom;
}

/* align */
.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

/** GENERAL BLOCK STYLES **/
body {
  position: relative;
}

.block {
  padding: 4rem 0;
  overflow: hidden;
}

.block.disable-top-margin {
  padding-top: 0;
}

.block.disable-bottom-margin {
  padding-bottom: 0;
}

.pagewidth {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}

.narrow {
  max-width: 920px;
  margin: 0 auto;
}

.column-container {
  font-size: 0px;
}

.col {
  display: block;
  width: 100%;
  margin-bottom: 4rem;
}
.col:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .col {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
  }
}

.block.center-content .col {
  text-align: center;
}

.block.middle-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block.hide {
  display: none;
}

.block.grey-bg {
  background-color: #f4f4ee;
}

.block.multiple-columns {
  background-color: #f4f4ee;
  border-bottom: 1px solid #000;
}
.block.multiple-columns .column-container {
  position: relative;
}
@media screen and (min-width: 385px) {
  .block.multiple-columns .column-container {
    margin: 0 -1.5rem;
  }
  .block.multiple-columns .col {
    display: inline-block;
    vertical-align: top;
    padding: 0 1.5rem;
    margin-bottom: 4rem;
  }
  .block.multiple-columns.cols-2 .col, .block.multiple-columns.cols-3 .col, .block.multiple-columns.cols-4 .col, .block.multiple-columns.cols-5 .col {
    width: 50%;
  }
}
@media screen and (min-width: 800px) {
  .block.multiple-columns.cols-3 .col, .block.multiple-columns.cols-4 .col, .block.multiple-columns.cols-5 .col {
    width: 33.33%;
  }
}
@media screen and (min-width: 1200px) {
  .block.multiple-columns.cols-4 .col, .block.multiple-columns.cols-5 .col {
    width: 25%;
  }
}
@media screen and (min-width: 1600px) {
  .block.multiple-columns.cols-5 .col {
    width: 20%;
  }
}

/* Block small/medium/large column */
@media screen and (min-width: 385px) {
  .block.multiple-columns .col.small {
    width: 33.33% !important;
  }
  .block.multiple-columns .col.medium {
    width: 50% !important;
  }
  .block.multiple-columns .col.large {
    width: 100% !important;
  }
}

/* Block resident style for line over */
@media screen and (min-width: 385px) {
  .block.multiple-columns .col.resident {
    padding-bottom: 4rem;
  }
  .block.multiple-columns .col.resident:nth-child(2n):after {
    content: "";
    display: block;
    height: 1px;
    background: #000;
    width: 1600px;
    position: absolute;
    left: 0;
    margin-top: 4rem;
  }
  .block.multiple-columns .col.resident:last-of-type:after {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .block.multiple-columns .col.resident:nth-child(2n):after {
    display: none;
  }
  .block.multiple-columns .col.resident:nth-child(3n):after {
    content: "";
    display: block;
    height: 1px;
    background: #000;
    width: 1600px;
    position: absolute;
    left: 0;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .block.multiple-columns .col.resident:nth-child(2n):after, .block.multiple-columns .col.resident:nth-child(3n):after {
    display: none;
  }
  .block.multiple-columns .col.resident:nth-child(4n):after {
    content: "";
    display: block;
    height: 1px;
    background: #000;
    width: 1600px;
    position: absolute;
    left: 0;
    margin-top: 4rem;
  }
}

.block.single {
  padding: 2rem 0;
}
.block.single .mobile-primary .related-information:first-of-type {
  padding-top: 0;
  border-top: none;
}
.block.single .mobile-primary .related-information:last-of-type {
  border-bottom: 1px solid #000;
}
.block.single .mobile-secondary .related-information:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 800px) {
  .block.single .mobile-secondary .related-information:first-of-type {
    border-top: none;
  }
}
.block.single img {
  margin-bottom: 4rem;
}
@media screen and (min-width: 800px) {
  .block.single {
    padding: 4rem 0;
  }
  .block.single .column-container {
    margin: 0 -65px;
  }
  .block.single .col {
    display: inline-block;
    vertical-align: top;
    padding: 0 65px;
  }
  .block.single .col-1 {
    width: 30.8%;
  }
  .block.single .col-2 {
    width: 69.2%;
  }
  .block.single .content {
    max-width: 700px;
  }
}

.block.title {
  border-bottom: 1px solid #000;
}
.block.title h1 {
  text-transform: uppercase;
}

.block.application {
  border-bottom: 1px solid #000;
}

.block.time {
  padding: 2rem 0;
  border-bottom: 1px solid #000;
}
.block.time h5 {
  text-transform: uppercase;
  margin: 0;
}

.block.password-protected input[type=password] {
  font-family: "Scto Grotesk A Regular", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #000;
  padding: 0 0 5px 0;
  margin: 0 0 0 5px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #000;
  -webkit-appearance: none;
}
.block.password-protected input[type=password]::-webkit-input-placeholder {
  color: #000;
}
.block.password-protected input[type=password]::-moz-placeholder {
  color: #000;
}
.block.password-protected input[type=password]:-ms-input-placeholder {
  color: #000;
}
.block.password-protected input[type=password]::-ms-input-placeholder {
  color: #000;
}
.block.password-protected input[type=password]::placeholder {
  color: #000;
}
.block.password-protected input[type=password]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.block.password-protected input[type=submit] {
  display: inline-block;
  position: relative;
  top: -7px;
  left: -26px;
  font-size: 0;
  width: 20px;
  height: 17px;
  padding: 0;
  background-image: url(./assets/img/next-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.block.text .pagewidth {
  position: relative;
}
.block.text .content {
  max-width: 800px;
  margin: 0 auto;
}
.block.text .header-text {
  padding-bottom: 4rem;
}
@media screen and (min-width: 700px) {
  .block.text .header-text {
    text-align: center;
  }
}
.block.text .header-text h1 {
  margin-top: 4rem;
}
.block.text .header-text .date {
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media screen and (min-width: 700px) {
  .block.text .header-text .date {
    position: absolute;
    margin-bottom: 0;
    top: 0;
    left: 15px;
  }
}
.block.text .header-text .category-type {
  font-family: "Scto Grotesk A Medium", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.block.text .header-text .author {
  margin: 0;
}
.block.text blockquote {
  margin: 2rem 0;
  padding: 4rem 0;
}
.block.text blockquote p {
  font-family: "Scto Grotesk A Medium", sans-serif;
  margin: 0;
}
@media screen and (min-width: 700px) {
  .block.text blockquote p {
    text-align: center;
    font-size: 5.8rem;
    line-height: 1em;
    letter-spacing: -5px;
  }
}
.block.text img {
  margin-bottom: 4rem;
}
@media screen and (min-width: 700px) {
  .block.text img.full-width {
    max-width: 1570px;
    width: 100vw;
    margin-left: calc((100vw - 800px) / 2 * -1);
  }
}
@media screen and (min-width: 1570px) {
  .block.text img.full-width {
    margin-left: -385px;
  }
}
.block.text .wp-caption {
  width: auto !important;
}
.block.text .wp-caption .wp-caption-text {
  text-align: center;
  font-size: 1.33rem;
  line-height: 1em;
  margin: 0 0 4rem 0;
}

.block.about {
  border-bottom: 1px solid #000;
}
.block.about .content img {
  margin: 0 20px 20px 0;
}
.block.about .acf-map {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .block.about .column-container {
    margin: 0 -30px;
  }
  .block.about .col {
    padding: 0 30px;
  }
  .block.about .col-1 {
    width: 41.66%;
  }
  .block.about .col-1 .content {
    max-width: 530px;
  }
  .block.about .col-2 {
    width: 58.34%;
  }
  .block.about .col-2 .content {
    max-width: 800px;
    font-size: 0;
    margin: 0 -15px;
  }
  .block.about .col-2 .content .left, .block.about .col-2 .content .right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .block.about .col-2 .content .left {
    padding: 0 1.5rem 0 15px;
  }
  .block.about .col-2 .content .right {
    padding: 0 15px 0 1.5rem;
  }
  .block.about .col-2 .content .left p, .block.about .col-2 .content .right p {
    font-size: 1.33rem;
    line-height: 1.5rem;
    letter-spacing: -0.02em;
    /*fix-list */
    margin: 0 0 20px 0;
  }
}

.block.no-pagewidth-padding .pagewidth {
  padding: 0;
}

#search {
  display: none;
  padding: 2rem 0;
  min-height: 100vh;
  background-color: #fff200;
}
#search .pagewidth {
  position: relative;
}
#search .search-spinner {
  font-size: 2.5rem;
  display: block;
  text-align: center;
  margin: 2rem 0;
}
#search .search-close {
  display: inline-block;
  width: 8.3%;
  vertical-align: bottom;
}
#search .search-close a.close {
  display: block;
  width: 23px;
  height: 23px;
  background: url(assets/img/menu-toggle.svg) no-repeat;
}
@media screen and (min-width: 700px) {
  #search .search-close a.close {
    width: 50px;
    height: 50px;
  }
}
#search .search-form {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  margin: 0 auto;
  width: 83.33%;
  display: inline-block;
  vertical-align: bottom;
}
#search .screen-reader-text {
  display: none;
}
#search .search-form .search-field {
  font-family: "Scto Grotesk A Regular", sans-serif;
  font-size: 16px;
  line-height: normal !important;
  background-color: transparent;
  color: #000;
  outline: none;
  border: none;
  width: 100%;
  -webkit-appearance: textfield;
  text-transform: uppercase;
  padding-left: 0;
  margin: 0;
}
#search .search-form .search-field::-webkit-input-placeholder {
  color: #000;
}
#search .search-form .search-field::-moz-placeholder {
  color: #000;
}
#search .search-form .search-field:-ms-input-placeholder {
  color: #000;
}
#search .search-form .search-field::-ms-input-placeholder {
  color: #000;
}
#search .search-form .search-field::placeholder {
  color: #000;
}
#search .search-form .search-field::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#search .search-form .search-field::-webkit-input-placeholder {
  color: #000;
}
#search .search-form .search-field:-ms-input-placeholder {
  color: #000;
}
@media screen and (min-width: 700px) {
  #search .search-form .search-field {
    font-size: 2.5rem;
  }
}
#search .search-form .search-field::-ms-clear {
  display: none;
}
#search .search-submit {
  position: absolute;
  top: 2px;
  right: 15px;
}
@media screen and (min-width: 700px) {
  #search .search-submit {
    top: 0;
    right: 42px;
  }
}
#search .submit {
  background: url(assets/img/search.svg) no-repeat;
  background-size: contain;
  font-size: 0;
  padding: 0;
  width: 25px;
  height: 22px;
  position: relative;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 700px) {
  #search .submit {
    width: 55px;
    height: 49px;
  }
}
#search .search-form .submit:focus {
  outline: none;
}
#search a.load-more.search {
  display: none;
}
#search .search-results {
  max-width: 800px;
  margin: 4rem auto;
}

/** COMMON ELEMENTS **/
.rolling-banner {
  display: none;
  padding: 1.5rem 0;
  background-color: #000;
  min-height: 75px;
  overflow-x: hidden;
  position: relative;
}
.rolling-banner .rolling-animation {
  white-space: nowrap;
  position: absolute;
}
.rolling-banner p {
  display: inline-block;
  margin: 0;
  color: #fff200;
  padding-left: 405px;
  padding-right: 40px;
  background-image: url(assets/img/hiap_notification.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.rolling-banner a {
  color: #fff200;
  border-color: #fff200;
}

.rolling-animation {
  -webkit-animation: rolling 20s linear infinite;
  animation: rolling 20s linear infinite;
}
@keyframes rolling {
  0% {
    -webkit-transform: translateX(105vw);
    transform: translateX(105vw);
  }
  100% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
}
@-webkit-keyframes rolling {
  0% {
    -webkit-transform: translateX(105vw);
  }
  100% {
    -webkit-transform: translateX(-105%);
  }
}

.filter {
  background-color: #f4f4ee;
  padding: 12px 0 14px;
  /* 1rem */
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 700px) {
  .filter .pagewidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.filter .filter-menu {
  margin: 0;
}
.filter .filter-menu li {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.filter .filter-menu li a {
  font-family: "Scto Grotesk A Medium", sans-serif;
  display: block;
  font-size: 1.33rem;
  line-height: 1em;
  color: black;
  text-transform: uppercase;
  padding: 8px 10px 6px 10px;
  border: 1px solid transparent;
}
.filter .filter-menu li a:hover {
  background-color: #fff200;
  border-color: #000;
}
.filter .filter-menu li.current-menu-item a, .filter .filter-menu li.current-menu-parent a, .filter .filter-menu li.current-menu-ancestor a {
  background-color: #fff200;
  border-color: #000;
}
.filter .filter-dropdown {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 10px 0 0 10px;
}
@media screen and (min-width: 700px) {
  .filter .filter-dropdown {
    margin: 0;
  }
}
.filter .filter-dropdown .dropdown-toggle {
  font-family: "Scto Grotesk A Medium", sans-serif;
  display: block;
  font-size: 1.33rem;
  line-height: 1.5rem;
  color: black;
  text-transform: uppercase;
  padding: 8px 10px 5px 10px;
  border: 1px solid #000;
  background-color: transparent;
}
.filter .filter-dropdown .dropdown-toggle img {
  width: 22px;
  height: 13px;
  margin: 0 55px 0 0;
}
.filter .filter-dropdown .dropdown-toggle:hover {
  background-color: #fff200;
  border-color: #000;
}
.filter .filter-dropdown .dropdown-toggle:focus {
  outline: 0;
}
.filter .filter-dropdown .filter-menu {
  font-family: "Scto Grotesk A Medium", sans-serif;
  font-size: 1.33rem;
  line-height: 1.5rem;
  color: black;
  text-transform: uppercase;
  padding: 10px 16px 10px 90px;
  border: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
  background-image: url(assets/img/arrow-down.svg);
  background-size: 22px 13px;
  background-position: 18px 11px;
  background-repeat: no-repeat;
  /* Overide default display */
  -moz-appearance: none;
  -webkit-appearance: none;
}
.filter .filter-dropdown .filter-menu:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.filter .filter-dropdown .filter-menu::-ms-expand {
  display: none;
}
.filter .filter-dropdown .filter-menu:focus {
  outline: 0;
}

#content ul.page-numbers {
  text-align: center;
  margin: 0;
  border-top: 1px solid black;
  padding-top: 4rem;
  margin-bottom: -1.5rem;
  font-size: 0;
}
#content ul.page-numbers li {
  list-style: none;
  display: inline-block;
  margin: 0 15px 0 0;
}
#content ul.page-numbers li:last-child {
  margin-right: 0;
}
#content ul.page-numbers li a {
  font-family: "Scto Grotesk A Medium", sans-serif;
  display: block;
  font-size: 1.33rem;
  line-height: 1.5rem;
  padding: 12px 24px;
  color: #000;
  border: 1px solid #000;
  margin-bottom: 1.5rem;
}
#content ul.page-numbers li a:hover {
  background-color: #fff200;
}
#content ul.page-numbers li span {
  font-family: "Scto Grotesk A Medium", sans-serif;
  display: block;
  font-size: 1.33rem;
  line-height: 1.5rem;
  padding: 12px 24px;
  color: #000;
  border: 1px solid #000;
  background-color: #fff200;
}

.resident ul.page-numbers {
  margin-top: -4rem;
}

/* Button */
.cta-button {
  font-family: "Scto Grotesk A Medium", sans-serif;
  font-size: 1.33rem;
  line-height: 1.5rem;
  color: #000;
  display: inline-block;
  text-decoration: none !important;
  background-color: #fff200;
  padding: 10px 15px 8px !important;
  border: 1px solid #000 !important;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.cta-button:hover {
  color: #fff;
}

.label {
  font-family: "Scto Grotesk A Regular", sans-serif;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #fff200;
  padding-bottom: 3px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #fff200;
}
.label:hover {
  text-decoration: none;
}

.card {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .card {
    height: auto;
  }
}
.card .card-bg {
  position: relative;
  padding: 5.7% 5.7%;
  margin-bottom: 4rem;
  background-color: #fff;
}
.card .card-bg img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
}
.card .card-content {
  text-align: center;
}
.card .card-content > * {
  color: #000;
  text-align: center;
}
.card .card-content img {
  width: 100%;
}
.card .card-content h2 {
  font-size: 2rem;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.card .card-content h4 {
  font-size: 1.33rem;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.card:hover .card-bg {
  background-color: #fff200;
}
.card:hover img {
  mix-blend-mode: multiply;
}

.card.card-frontpage .card-content h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  max-width: 15em;
  margin: 0 auto 0.66rem;
}

.inline-navigation {
  background-color: #f4f4ee;
  padding: 12px 0 11px;
  /* 1rem */
  border-bottom: 1px solid #000;
}
.inline-navigation a {
  font-family: "Scto Grotesk A Regular", sans-serif;
  font-size: 1.33rem;
  line-height: 1.5rem;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 700px) {
  .inline-navigation a {
    font-size: 2rem;
    line-height: 1em;
  }
}
.inline-navigation a img {
  position: relative;
  width: 13px;
  height: 13px;
  top: 1px;
  margin-right: 5px;
}
@media screen and (min-width: 700px) {
  .inline-navigation a img {
    width: 17px;
    height: 17px;
    top: 2px;
  }
}

.carousel .carousel-navigation {
  padding: 1rem 0;
  margin-bottom: 4rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.carousel .carousel-navigation p {
  margin: 0;
}
.carousel .carousel-navigation a {
  border-bottom: none;
  padding-bottom: 0;
}
.carousel .carousel-navigation .current-slide {
  margin-left: 25px;
}
.carousel .carousel-navigation .total-slides {
  margin-right: 25px;
}
.carousel .flexslider {
  margin: 0 !important;
  border: 0 !important;
  background-color: #f4f4ee;
}
.carousel .flexslider .slides p {
  font-size: 1.33rem;
  line-height: 1em;
  margin: 0 0 2rem 0;
  text-align: center;
}
.carousel .flexslider img {
  margin-bottom: 2rem;
}

.related-information {
  padding: 2rem 0;
  border-top: 1px solid #000;
}
.related-information ul {
  margin: 0;
  list-style: none;
}
.related-information ul li {
  margin: 0;
  letter-spacing: -0.02em;
  /*fix-list */
}
.related-information p {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0;
}
.related-information h5 {
  margin: 0;
  text-transform: uppercase;
}
.related-information a {
  font-family: "Scto Grotesk A Regular", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #000;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
.related-information a:hover {
  border-color: #fff200;
}
.related-information a.cta-button {
  font-family: "Scto Grotesk A Medium", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 2rem 0;
}

.acf-map {
  height: 400px;
  margin: 2rem 0;
}

/* Resident form */
.block.user-form .pagewidth {
  max-width: 800px;
}
.block.user-form #acf-form {
  /*.acf-field[data-name='dates'], .acf-field[data-name='partners'] {
      display: none;
  }*/
}
.block.user-form #acf-form .acf-fields > .acf-field {
  padding-left: 0;
  padding-right: 0;
  border-top: none;
}
.block.user-form #acf-form input[type=text] {
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.block.user-form #acf-form input[type=text]:focus {
  border-color: #000;
}
.block.user-form #acf-form .acf-label {
  font-family: "Scto Grotesk A Regular", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}
.block.user-form #acf-form .description {
  font-family: "Scto Grotesk A Regular", sans-serif;
  font-size: 1.33rem;
  line-height: 1.5rem;
}
.block.user-form #acf-form .acf-button {
  font-family: "Scto Grotesk A Medium", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #000;
  display: inline-block;
  text-decoration: none !important;
  background-color: #fff200;
  padding: 10px 15px 8px !important;
  border: 1px solid #000 !important;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.block.user-form #acf-form .acf-button:hover {
  color: #fff;
}
.block.user-form #acf-form .wp-editor-tabs {
  float: none;
}
.block.user-form #acf-form .wp-editor-tabs .wp-switch-editor.switch-tmce {
  margin-left: 0;
}

.select2-container ul li {
  font-family: "Scto Grotesk A Regular", sans-serif;
  font-size: 1.33rem;
  line-height: 1.5rem;
  margin: 0;
}

.ff-stream .ff-loadmore-wrapper {
  margin: 50px 0 2rem;
}
.ff-stream .ff-loadmore-wrapper .ff-btn {
  font-family: "Scto Grotesk A Medium", sans-serif;
  font-size: 1.5rem;
  line-height: 1em;
  border-radius: 0;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: inherit;
  background-color: transparent !important;
  color: #000;
}

/* Cookiebot */
#CybotCookiebotDialogHeader,
#CybotCookiebotDialogPoweredbyLink,
#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a,
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  color: #000 !important;
}

/* Footer */
footer {
  background-color: #fff200;
}
footer .block {
  padding: 4rem 0 6rem;
}
footer .column-container {
  margin: 0 -25px;
}
footer .col {
  padding: 0 25px;
  margin: 0 0 40px 0;
}
footer p {
  font-size: 2rem;
  line-height: 2.5rem;
}
footer li {
  font-size: 2rem;
  line-height: 2.5rem;
}
footer ul, footer ol {
  list-style: none;
}
footer ol {
  margin: 0;
}
footer ul {
  margin: 0 0 50px 0;
}
footer ol li {
  counter-increment: item;
}
footer ol li:before {
  margin-right: 15px;
  content: counter(item);
  background: #000;
  border-radius: 50%;
  color: #fff200;
  width: 25px;
  height: 25px;
  font-size: 19px;
  line-height: 27px;
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 700px) {
  footer ol li:before {
    display: inline-block;
    margin-bottom: 0;
  }
}
footer ol li:last-child {
  margin: 0;
}
footer ul li {
  margin: 0;
}
footer a {
  font-size: inherit;
  line-height: inherit;
  color: #000;
}
footer a:hover, footer a:active {
  color: #fff;
}
footer .col-1 img {
  display: block;
}
footer .col-1 img:first-child {
  margin-bottom: 30px;
}
footer .nf-row {
  position: relative;
  max-width: 400px;
}
footer .nf-row .nf-cell {
  width: auto !important;
  float: none !important;
  padding: 0 !important;
  vertical-align: bottom;
  width: 100% !important;
}
footer .nf-row .nf-cell:nth-child(2) {
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px !important;
}
footer .nf-field-container {
  margin-bottom: 10px;
}
footer .nf-field-container.hidden-container {
  display: none;
}
footer .nf-field-container input[type=email],
footer .nf-field-container input[type=text] {
  font-family: "Scto Grotesk A Regular", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #000;
  padding: 0 0 5px 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #000;
  -webkit-appearance: none;
}
footer .nf-field-container input[type=email]::-webkit-input-placeholder, footer .nf-field-container input[type=text]::-webkit-input-placeholder {
  color: #000;
}
footer .nf-field-container input[type=email]::-moz-placeholder, footer .nf-field-container input[type=text]::-moz-placeholder {
  color: #000;
}
footer .nf-field-container input[type=email]:-ms-input-placeholder, footer .nf-field-container input[type=text]:-ms-input-placeholder {
  color: #000;
}
footer .nf-field-container input[type=email]::-ms-input-placeholder, footer .nf-field-container input[type=text]::-ms-input-placeholder {
  color: #000;
}
footer .nf-field-container input[type=email]::placeholder,
footer .nf-field-container input[type=text]::placeholder {
  color: #000;
}
footer .nf-field-container input[type=email]::-moz-placeholder,
footer .nf-field-container input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
footer .nf-field-container input[type=email] {
  padding: 0 25px 5px 0;
}
footer .nf-field-container input[type=button],
footer .nf-field-container input[type=submit] {
  display: inline-block;
  width: 100% !important;
  height: 17px !important;
  font-size: 0;
  height: 20px;
  padding: 0;
  background-image: url(./assets/img/next-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
footer .nf-field-container .nf-error-wrap {
  display: none;
}
footer .nf-field-container .nf-error .ninja-forms-field {
  color: #e80000;
  border: 0;
  border-bottom: 1px solid #000;
}
footer .nf-field-container .nf-error .ninja-forms-field::-webkit-input-placeholder {
  color: #e80000;
}
footer .nf-field-container .nf-error .ninja-forms-field::-moz-placeholder {
  color: #e80000;
}
footer .nf-field-container .nf-error .ninja-forms-field:-ms-input-placeholder {
  color: #e80000;
}
footer .nf-field-container .nf-error .ninja-forms-field::-ms-input-placeholder {
  color: #e80000;
}
footer .nf-field-container .nf-error .ninja-forms-field::placeholder {
  color: #e80000;
}
footer .nf-field-container .nf-error .ninja-forms-field::-moz-placeholder {
  color: #e80000;
}
@media screen and (min-width: 700px) {
  footer .col {
    text-align: left;
    margin: 0;
  }
  footer .col-1 {
    width: 33.33%;
  }
  footer .col-1 img {
    margin: 0;
  }
  footer .col-1 img:first-child {
    margin-bottom: 230px;
  }
  footer .col-2 {
    position: relative;
    width: 25%;
  }
  footer .col-3 {
    width: 16.67%;
  }
  footer .col-4 {
    width: 25%;
  }
  footer ol li:before {
    float: left;
    position: absolute;
    left: -30px;
  }
}

@media screen and (min-width: 700px) {
  .pagewidth {
    padding: 0 42px;
  }

  .mobile {
    display: none;
  }

  img.alignleft {
    clear: both;
    float: left;
    margin: 2px 20px 10px 0;
  }

  img.alignright {
    clear: both;
    float: right;
    margin: 2px 0 10px 20px;
  }

  img.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
  }

  .wp-caption.alignleft {
    clear: both;
    float: left;
    margin: 8px 20px 0 0;
  }

  .wp-caption.alignright {
    clear: both;
    float: right;
    margin: 8px 0 0 20px;
  }

  .wp-caption.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
  }

  .rolling-banner {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 11px;
  }
}
/*# sourceMappingURL=style.css.map */