body {
  background-color: #f7f6f8;
  font-family: 'Messina sans', sans-serif;
  color: #4b4d52;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.5px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Ourdomain final', sans-serif;
  color: #1d1a1e;
  font-size: 89px;
  line-height: 117px;
  font-weight: 700;
  letter-spacing: 0.68px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: 'Ourdomain final', sans-serif;
  color: #1d1a1e;
  font-size: 50px;
  line-height: 78px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-family: 'Ourdomain final', sans-serif;
  color: #8bbdc6;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1.25px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Messinasans, sans-serif;
  color: #007589;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 1.12px;
}

p {
  max-width: 480px;
  margin-bottom: 8px;
  font-family: 'Messina sans', sans-serif;
  color: #4b4d52;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.5px;
}

a {
  margin-right: -2px;
  margin-left: -2px;
  padding: 2px 4px;
  box-shadow: inset 0 -4px 0 0 #8bbdc6;
  -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  color: #4b4d52;
  text-decoration: none;
}

a:hover {
  box-shadow: inset 0 -34px 0 0 #fd6551;
  color: #fff;
}

a:active {
  box-shadow: inset 0 -34px 0 0 #e54834;
}

ul {
  max-width: 480px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  max-width: 480px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 20px;
  padding-left: 2px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 12px;
  color: #004854;
  font-weight: 700;
  letter-spacing: 1.12px;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left-style: none;
  opacity: 1;
  font-family: 'Ourdomain final', sans-serif;
  color: #8bbdc6;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1.25px;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
}

.type-column-1 {
  padding-right: 20px;
}

.input {
  height: 48px;
  margin-bottom: 32px;
  padding-top: 12px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(58, 68, 85, .5);
  border-radius: 3px;
  background-color: #e3e3e8;
  -webkit-transition: all 300ms cubic-bezier(.23, 1, .32, 1);
  transition: all 300ms cubic-bezier(.23, 1, .32, 1);
  color: #1d1a1e;
  font-size: 18px;
  line-height: 27px;
}

.input:hover {
  border-color: #636363;
  box-shadow: 0 20px 27px -18px rgba(26, 46, 77, .47);
}

.input:focus {
  border-color: #007589;
  background-color: #fff;
}

.input::-webkit-input-placeholder {
  color: rgba(29, 26, 30, .4);
  line-height: 27px;
}

.input:-ms-input-placeholder {
  color: rgba(29, 26, 30, .4);
  line-height: 27px;
}

.input::-ms-input-placeholder {
  color: rgba(29, 26, 30, .4);
  line-height: 27px;
}

.input::placeholder {
  color: rgba(29, 26, 30, .4);
  line-height: 27px;
}

.input.cc-long {
  height: auto;
  min-height: 180px;
}

.input.email {
  width: 440px;
  max-width: 440px;
  margin-right: 18px;
  margin-bottom: 18px;
  border-radius: 3px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card {
  margin: 15px;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}

.style-guide-label-link {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  text-decoration: none;
}

.style-guide-label-link:hover {
  text-decoration: none;
}

.tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: #aaa;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #333;
  color: #222;
}

.tab-menu {
  padding-right: 5px;
  padding-left: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: inset 0 -1px 0 0 #ccc;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.cc-brand-color-3 {
  background-color: #007589;
}

.color-block.cc-body-color-light {
  background-color: #dbdad7;
}

.color-block.cc-brand-color-1 {
  background-color: #1d1a1e;
}

.color-block.cc-brand-color-2 {
  background-color: #dee0e3;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-heading-color-light {
  background-color: #f7f4f0;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-background-black {
  background-color: #181e1e;
}

.color-block.cc-brand-color-4 {
  background-color: #cfc4b0;
}

.color-block.cc-light-grey-1 {
  background-color: #f7f6f8;
}

.color-block.cc-heading-color-dark {
  background-color: #1d1a1e;
}

.color-block.cc-body-color-dark {
  background-color: #524e4b;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}

.success-message {
  padding: 12px;
  border: 4px solid #95c2ac;
  background-color: transparent;
  text-align: left;
}

.card-paragraph {
  margin-bottom: 0px;
}

.style-guide-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0px 0px;
  background-size: 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.tab-pane {
  padding: 30px 40px 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.style-guide-subhead {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(236, 56, 114, .1);
  color: #ec3872;
}

.error-message {
  margin-top: 40px;
  padding: 12px;
  border: 4px solid #e9a2ab;
  background-color: transparent;
}

.card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f3f3f5;
}

.button {
  margin-right: 0px;
  margin-left: 0px;
  padding: 17px 24px 15px;
  border-radius: 3px;
  background-color: #ff7a68;
  box-shadow: none;
  -webkit-transition: all 300ms cubic-bezier(.23, 1, .32, 1);
  transition: all 300ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fd6551;
  box-shadow: 0 22px 19px -10px rgba(85, 58, 72, .47), 0 1px 4px 0 rgba(85, 58, 72, .16);
}

.button:active {
  background-color: #e54834;
  box-shadow: none;
}

.button.with-icon {
  min-width: 20em;
}

.button.with-icon.right {
  float: right;
}

.button.with-icon.right.apartments {
  min-width: 20em;
  margin-bottom: -24px;
  background-color: #ff7a68;
}

.button.with-icon.right.apartments:hover {
  background-color: #fd6551;
}

.button.with-icon.right.apartments:active {
  background-color: #e54834;
}

.button.with-icon.right.apartments.rentcafe {
  min-width: 300px;
  background-color: #ff7a68;
}

.button.with-icon.facilities {
  display: inline-block;
  min-width: 20em;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.button.with-icon.tour-button {
  margin-top: 40px;
}

.button.with-icon.see-more {
  margin-top: 40px;
}

.button.with-icon.tour {
  min-width: 16em;
}

.button.with-icon.full-width-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button.with-icon.full-width-button.directions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 526px;
  margin-top: 24px;
}

.button.with-icon.insta {
  margin-top: 40px;
  float: right;
}

.button.with-icon.directions {
  margin-top: 24px;
  background-color: #ff7a68;
}

.button.secondary {
  border: 2px solid #007589;
  background-color: #fff;
  color: #1d1a1e;
}

.button.secondary:active {
  background-color: #f7f4f0;
}

.button.small {
  min-width: 16em;
  padding: 11px 12px 8px;
  background-color: #ff7a68;
  text-align: center;
}

.button.small:hover {
  background-color: #fd6551;
}

.button.small.nav-button {
  min-width: 0px;
  margin-top: 8px;
}

.button.small.insta {
  display: block;
  max-width: 220px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.button.small.see-more {
  margin-top: 40px;
}

.button.small.events {
  min-width: 150px;
  margin-top: 40px;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff7a68;
}

.button.email {
  height: 50px;
}

.card-title {
  margin-top: 0px;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.heading {
  color: #1d1a1e;
}

.heading-2 {
  font-family: 'Ourdomain final', sans-serif;
}

.number {
  font-family: 'Ourdomain final', sans-serif;
  color: #1d1a1e;
  font-size: 43px;
  line-height: 50px;
  letter-spacing: 0.43px;
}

.number.right-align.price {
  color: #007589;
}

.number.right-align.price.no-from {
  margin-top: 16px;
}

.number.location {
  color: #007589;
  font-size: 33px;
  line-height: 43px;
  text-align: center;
}

.number.day {
  margin-bottom: 4px;
  opacity: 0.6;
  color: #007589;
  text-align: right;
}

.link {
  -webkit-transition: all 250ms cubic-bezier(.165, .84, .44, 1);
  transition: all 250ms cubic-bezier(.165, .84, .44, 1);
}

.button-icon {
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-icon.small {
  height: 16px;
  margin-top: -2px;
}

.text-block {
  float: left;
}

.button-text {
  margin-right: 12px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.button-text.small {
  padding-top: 0px;
}

.form-block {
  display: block;
  max-width: 520px;
  padding: 52px 40px;
  background-color: #dfe0e4;
}

.form-block.contact-form {
  display: block;
  max-width: 526px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.field-label {
  margin-bottom: 8px;
  padding-left: 12px;
}

.radio-button {
  margin-right: 12px;
  color: #ff7a68;
}

.checkbox {
  margin-top: 6px;
  margin-right: 12px;
}

.checkbox-label {
  color: #4b4d52;
}

.checkbox-label.small {
  font-size: 12px;
  line-height: 21px;
}

.checkbox-label.small.p-light {
  margin-top: 4px;
}

.radio-button-label {
  color: #4b4d52;
}

.checkbox-field {
  margin-bottom: 8px;
}

.checkbox-field.last {
  margin-bottom: 32px;
}

.radio-button-field {
  margin-bottom: 8px;
}

.radio-button-field.last {
  margin-bottom: 32px;
}

.text-block-2 {
  color: #4b4d52;
}

.rich-text h4 {
  display: block;
  max-width: 604px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text ul {
  display: block;
  max-width: 604px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 27px;
}

.rich-text img {
  width: 100%;
  max-width: none;
}

.rich-text a {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  font-size: 18px;
  line-height: 27px;
}

.rich-text a:hover {
  box-shadow: inset 0 -35px 0 0 #fd6551;
  color: #fff;
}

.rich-text h2 {
  display: block;
  margin: 56px auto 40px;
  text-align: center;
}

.rich-text.accordion {
  padding-top: 32px;
  padding-bottom: 0px;
}

.rich-text p {
  display: block;
  max-width: 604px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.rich-text figure {
  margin-top: 80px;
  margin-bottom: 80px;
}

.rich-text h3 {
  display: block;
  margin: 56px auto 24px;
  color: #8bbdc6;
  font-size: 35px;
  line-height: 57px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.rich-text figcaption {
  display: block;
  max-width: 424px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.33px;
}

.rich-text ol {
  display: block;
  max-width: 604px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 27px;
}

.rich-text blockquote {
  display: block;
  max-width: 604px;
  margin-right: auto;
  margin-left: auto;
}

.nav-link {
  margin-right: 16px;
  margin-left: 16px;
  padding: 12px 4px 4px;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.nav-link:hover {
  box-shadow: inset 0 -4px 0 0 #fff;
}

.nav-link.w--current {
  box-shadow: inset 0 -4px 0 0 #ff7a68;
  color: #fff;
}

.nav-link.english {
  margin-right: 0px;
  padding-right: 4px;
}

.nav-link.dutch {
  margin-left: 0px;
  padding-left: 4px;
}

.nav-link.bar {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 8px;
  padding-right: 0px;
  padding-left: 0px;
}

.nav-link.bar:hover {
  box-shadow: none;
}

.main-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 8px;
  padding-bottom: 16px;
  background-color: rgba(0, 0, 0, .2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), hsla(0, 0%, 100%, 0));
}

.section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.first {
  padding-top: 200px;
}

.section.first.apartments {
  overflow: hidden;
}

.section.tour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.residents {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.tour-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.cta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007589), to(#007589));
  background-image: linear-gradient(180deg, #007589, #007589);
}

.section.footer {
  background-color: #004854;
}

.section.footer.bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.footer {
  padding-bottom: 40px;
}

.section.apartments {
  overflow: hidden;
}

.section.green-minds {
  position: relative;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .34)), to(rgba(0, 0, 0, .34))), url('../images/OurCampus-72.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/OurCampus-72.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.video {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007589), to(#007589));
  background-image: linear-gradient(180deg, #007589, #007589);
}

.section.virtual-tour {
  padding-top: 140px;
}

.section.banner {
  padding-top: 0px;
  padding-bottom: 0px;
}

.brand-logo {
  box-shadow: none;
}

.brand-logo:hover {
  box-shadow: none;
}

.logo-text {
  font-family: 'Ourdomain final', sans-serif;
  color: #f7f4f0;
  line-height: 20px;
  letter-spacing: 0.15px;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(86%, rgba(0, 0, 0, .75))), url('../images/HEADER_OURDOMAIN_WEB_.jpg');
  background-image: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, .75) 86%), url('../images/HEADER_OURDOMAIN_WEB_.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-container {
  margin-bottom: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-paragraph {
  display: block;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  color: #f7f4f0;
  font-size: 32px;
  line-height: 38.4px;
  text-align: center;
}

.hero-header {
  margin-bottom: 24px;
  color: #f7f4f0;
  text-align: left;
}

.hero-header.mobile {
  display: none;
}

.your-apartment-container {
  max-width: 648px;
  margin-right: -56px;
  margin-bottom: -184px;
  padding: 56px 112px 224px 40px;
  float: right;
  background-color: #007589;
}

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

.right-align.light {
  color: #f7f4f0;
}

.right-align.light.apartments-mobile.residents {
  margin-bottom: 70px;
}

.right-align.light.apt-subheading {
  opacity: 0.59;
}

.right-align.light.centred.green {
  max-width: 450px;
  margin-top: 0px;
}

.right-align.p-light {
  float: right;
  color: #f7f4f0;
}

.right-align.p-light.apartment-text {
  float: none;
}

.right-align.p-light.facilities-text {
  line-height: 22px;
}

.right-align.from-price {
  margin-bottom: 0px;
  color: #007589;
  font-weight: 700;
}

.right-align.name {
  margin-top: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.right-align.insta {
  margin-bottom: 40px;
  color: #8bbdc6;
}

.right-align.month {
  max-width: 480px;
  margin-bottom: 4px;
  opacity: 1;
  font-family: 'Ourdomain final', sans-serif;
  color: rgba(85, 58, 72, .5);
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.right-align.month.blog {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #8bbdc6;
  text-align: center;
}

.right-align.year {
  opacity: 0.6;
  font-weight: 700;
}

.right-align.apt-info-text {
  margin-top: 40px;
}

.right-align.facilities-text {
  line-height: 22px;
}

.right-align.per-month {
  margin-bottom: 32px;
  color: #007589;
  font-size: 14px;
}

.right-align.virtual-tour {
  max-width: 11em;
}

.right-align.testimonial {
  max-width: 24em;
}

.apartments-slider {
  height: 460px;
  max-width: 648px;
  margin-bottom: 64px;
}

.price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  max-width: 100%;
  padding-top: 40px;
  padding-right: 56px;
  padding-bottom: 0px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #dee0e3;
}

.price-container.left {
  padding-right: 0px;
  padding-left: 56px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide {
  background-image: url('../images/OURBLOG_OURDOMAIN_WEB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/SHARE_OURDOMAIN_WEB.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007589), to(#007589));
  background-image: linear-gradient(180deg, #007589, #007589);
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slider-icon:hover {
  opacity: 1;
}

.apartments-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 76px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.apartments-row._2nd {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-wrapper.apt-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-wrapper.contact-icons {
  width: 100%;
}

.icon-wrapper.location {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 40px;
}

.icon-block {
  margin-right: 8px;
  margin-bottom: 24px;
  margin-left: 8px;
}

.icon-block.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-block.apt-icon {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.centred {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centred.map-info {
  margin-top: 24px;
}

.centred.map-heading {
  max-width: 540px;
  margin-bottom: 64px;
}

.centred.join-us {
  margin-bottom: 80px;
}

.centred.contact {
  margin-bottom: 64px;
  font-size: 75px;
  line-height: 90px;
}

.centred.contact-copy {
  margin-bottom: 80px;
}

.centred.get-here {
  margin-top: 80px;
  margin-bottom: 40px;
}

.centred.more {
  margin-top: 40px;
}

.centred.includes {
  margin-top: 0px;
  margin-bottom: 40px;
}

.centred.facilities-cat-heading {
  margin-bottom: 40px;
}

.centred.related {
  margin-top: 80px;
}

.centred.thanks {
  margin-top: 24px;
  margin-bottom: 40px;
}

.centred.thank-you {
  margin-bottom: 24px;
}

.centred.services-text {
  max-width: 18em;
}

.feature-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.feature-icon.furnished {
  max-height: 44px;
}

.feature-icon.access {
  max-height: 45px;
}

.icon-heading {
  margin-top: 16px;
  color: #516d72;
  text-align: center;
}

.heading-4 {
  font-size: 50px;
}

.image-row-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 160px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.homepage-image-1 {
  position: relative;
  margin-bottom: -96px;
}

.homepage-image-1.image-shadow {
  z-index: 2;
}

.homepage-image-2 {
  position: relative;
  margin-bottom: 160px;
}

.homepage-image-2.image-shadow {
  z-index: 2;
}

.homepage-image-3 {
  position: relative;
  max-width: 75%;
}

.homepage-image-3.image-shadow {
  z-index: 1;
}

.homepage-image-4 {
  position: relative;
  margin-top: 104px;
  margin-bottom: 64px;
}

.homepage-image-4.image-shadow {
  z-index: 4;
}

.homepage-image-5 {
  position: relative;
}

.homepage-image-5.image-shadow {
  z-index: 4;
}

.homepage-video.image-shadow {
  z-index: 5;
}

.map-shortcode {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.map-container {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 526px;
}

.map-container.contact {
  display: block;
  width: 526px;
  margin-right: auto;
  margin-left: auto;
}

.number-unit {
  font-size: 26px;
}

.number-block {
  max-width: 360px;
  margin-bottom: 56px;
}

.map-row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.number-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 328px;
  padding-top: 56px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dee0e3;
}

.number-wrapper.left {
  margin-right: -20px;
  padding-right: 40px;
}

.number-wrapper.right {
  margin-left: -20px;
  padding-left: 40px;
}

.map-subheading {
  margin-top: 16px;
  color: #f7f4f0;
  text-align: center;
}

.map-column {
  width: 600px;
}

.your-apartment-container-copy {
  max-width: 648px;
  margin-right: -56px;
  margin-bottom: -184px;
  padding: 56px 112px 224px 40px;
  float: right;
  background-color: #007589;
}

.our-facilities-container {
  margin-bottom: -720px;
  padding: 56px 56px 840px;
  background-color: #007589;
}

.facilities-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -32px;
  margin-right: -512px;
  padding: 32px 504px 104px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #dee0e3;
}

.facilities-list-container.services {
  background-color: #007589;
}

.facilities-list-container.sports {
  background-color: #007589;
}

.facilities-list-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #007589;
  text-align: right;
}

.facilities-list-heading.light {
  margin-bottom: 36px;
  float: right;
  color: #f7f4f0;
}

.facilities-block {
  position: relative;
  overflow: hidden;
  width: 226px;
  height: 226px;
  margin-right: 12px;
  margin-bottom: 12px;
  margin-left: 0px;
  padding: 0px;
  background-image: url('../images/OurCampus-84.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
}

.facilities-block:hover {
  z-index: 99;
  box-shadow: none;
}

.facilities-block.security {
  background-image: url('../images/OurCampus-facilities-2.jpg');
  background-position: -25px 50%;
  background-size: cover;
}

.facilities-block.community-room {
  background-image: url('../images/OurCampus-6.jpg');
  background-position: 0px 50%;
}

.facilities-block.study-room {
  background-image: url('../images/_N1A2462.jpg');
  background-position: 50% 50%;
}

.facilities-block.garden {
  background-image: url('../images/_N1A1867.jpg');
  background-position: 0px 50%;
}

.facilities-block.bike {
  background-image: url('../images/_N1A0728.jpg');
  background-position: 50% 50%;
}

.facilities-block.albert-heijn {
  background-image: url('../images/OurCampus-supermarket-Albert-Heijn.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-block.fitness-center {
  background-image: url('../images/_N1A3659.jpg');
  background-position: 50% 50%;
}

.facilities-block.more {
  background-image: url('../images/_N1A0233.jpg');
  background-position: 50% 50%;
}

.facilities-block.blank {
  background-image: none;
}

.facilities-block.service-desk {
  background-image: url('../images/OurCampus-facilities.jpg');
  background-position: 50% 50%;
}

.facilities-block.public-transport {
  background-image: url('../images/OurCampus-Diemen-Station.jpg');
  background-position: 44% 50%;
}

.facilities-block.medical-centre {
  background-image: url('../images/OurCampus-Medical-Centre.jpg');
  background-position: 50% 50%;
}

.facilities-block.car {
  background-image: url('../images/OurCampus-52.jpg');
  background-position: 50% 50%;
}

.facilities-block.launderette {
  background-image: url('../images/OurCampus-Launderette.jpg');
}

.facilities-block.jacobs {
  background-image: url('../images/OurCampus-Jacobs-kitchen.jpg');
  background-position: 50% 50%;
}

.facilities-block.pizza {
  background-image: url('../images/OurCampus-Pizzeria-Margherita-Tutta-la-Vita.jpg');
  background-position: 50% 50%;
}

.facilities-block.louffee {
  background-image: url('../images/_N1A0650.jpg');
  background-position: 100% 50%;
}

.facilities-block.fitness-full {
  background-image: url('../images/OurCampus-50.jpg');
  background-position: 88% 50%;
}

.facilities-block.basketball {
  background-image: url('../images/OurCampus-78.jpg');
}

.facilities-block.basketball._2 {
  background-image: url('../images/OurCampus-Football-Basketball-Court.jpg');
  background-position: 50% 50%;
}

.facilities-block.basketball._3 {
  background-image: url('../images/OurCampus-77.jpg');
  background-position: 50% 50%;
}

.facilities-block.tennis {
  background-image: url('../images/OurCampus-73.jpg');
  background-position: 50% 50%;
}

.facilities-block.extra1 {
  background-image: url('../images/OurCampus-30.jpg');
  background-position: 0px 50%;
}

.facilities-block.extra2 {
  background-image: url('../images/OurCampus-57.jpg');
  background-position: 50% 50%;
}

.facilities-block.extra3 {
  background-image: url('../images/OurCampus-50.jpg');
  background-position: 91% 50%;
}

.facilities-block.tennis2 {
  background-image: url('../images/OurCampus-74.jpg');
  background-position: 63% 50%;
}

.facilities-block.dance {
  background-image: url('../images/OurCampus-Dance-Centre.jpg');
  background-position: 50% 50%;
}

.facilities-block.pool {
  background-image: url('../images/OurCampus-pool-table.jpg');
  background-position: 34% 50%;
}

.facilities-block.sushi {
  background-image: url('../images/OurCampus-Daily-Sushi.jpg');
}

.facilities-block.beauty {
  background-image: url('../images/OutCampus-Mos-Fox-hair-and-beauty.jpg');
  background-position: 42% 50%;
}

.facilities-block.bike-storage {
  background-image: url('../images/OurCampus-Bike-Storage.jpg');
  background-position: 50% 50%;
}

.facilities-block.package {
  background-image: url('../images/OurCampus-Package-service.jpg');
  background-position: 50% 50%;
}

.facilities-block.climbing-wall {
  background-image: url('../images/OurCampus-climbing-wall.jpg');
  background-position: 63% 50%;
}

.facilities-block.vegetable {
  background-image: url('../images/OurCampus-Vegetable-Garden.jpg');
}

.facilities-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.facilities-overlay:hover {
  opacity: 1;
}

.facilities-overlay.maroon {
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #007589;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.facilities-overlay.maroon:hover {
  opacity: 1;
}

.facilities-overlay.black {
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #004854;
  opacity: 0.02;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.facilities-overlay.grey {
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #dee0e3;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.facilities-overlay.grey:hover {
  opacity: 1;
}

.light {
  opacity: 1;
  color: #f7f4f0;
}

.light.cta-heading {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 60px;
  line-height: 74px;
  text-align: right;
}

.light.footer-heading {
  margin-bottom: 24px;
  text-align: center;
}

.light.right-align {
  margin-bottom: 24px;
}

.light.right-align.apartments-heading {
  text-align: center;
}

.light.right-align.facilities-heading {
  text-align: center;
}

.light.right-align.blog-title {
  display: block;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  font-size: 54px;
  line-height: 65px;
  text-align: center;
}

.light.right-align.businss-heading {
  max-width: 1220px;
  font-size: 72px;
  line-height: 1.2em;
  text-align: center;
}

.light.apt-stat-heading {
  opacity: 0.81;
  text-align: right;
  letter-spacing: 1.88px;
  text-transform: uppercase;
}

.light.apt-stat-heading.left {
  text-align: left;
}

.light.fac-block-heading {
  opacity: 0.6;
  text-align: right;
}

.facilities-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.facilities-block-wrapper.single {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.facility-block-heading {
  opacity: 1;
  color: #f7f4f0;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
}

.facility-block-heading.small {
  font-size: 16px;
  line-height: 18px;
}

.test-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map {
  height: 100%;
}

.map-embed {
  overflow: hidden;
  height: 100%;
}

.tour-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 560px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tour-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tour-column {
  padding-top: 180px;
  padding-bottom: 180px;
}

.tour-column.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dee0e3), to(#dee0e3));
  background-image: linear-gradient(180deg, #dee0e3, #dee0e3);
}

.tour-image {
  background-image: url('../images/_N1A3887.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-slider {
  width: 100%;
  background-color: transparent;
}

.testimonial-slide {
  width: 100%;
}

.testimonial-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f7f6f8;
  -webkit-transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  transition: all 500ms cubic-bezier(.23, 1, .32, 1);
}

.testimonial-block:hover {
  margin-top: -8px;
  box-shadow: 0 2px 4px 0 rgba(99, 99, 99, .23), 0 20px 36px -6px rgba(0, 0, 0, .27);
}

.testimonial-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-image {
  width: 128px;
  height: 223px;
}

.testimonial-image.france {
  height: 223px;
  background-image: url('../images/Rectangle-12.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.testimonial-image.spain {
  width: 160px;
  height: 258px;
  background-image: url('../images/OurCampus-student-2.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.testimonial-image.spain-copy {
  width: 160px;
  height: 250px;
  background-image: url('../images/Rectangle-1222.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-image.france {
  width: 160px;
  height: 258px;
  background-image: url('../images/OurCampus-student-3.jpg');
  background-position: 62% 50%;
  background-size: cover;
}

.testimonial-image.netherlands {
  width: 160px;
  height: 258px;
  background-image: url('../images/OurCampus-student.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mask {
  padding-top: 10px;
}

.slide-nav {
  margin-bottom: -40px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.italic-text {
  margin-bottom: 8px;
}

.column-6 {
  padding-right: 56px;
}

.column-7 {
  padding-left: 56px;
}

.insta-shortcode {
  text-align: center;
}

.events {
  margin-bottom: 40px;
}

.p-light {
  color: #f7f4f0;
}

.p-light.centred {
  margin-bottom: 32px;
}

.p-light.centred.cta-link {
  margin-right: 1px;
}

.p-light.centred.email {
  max-width: 580px;
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 16px;
}

.p-light.cta-link {
  margin-right: 8px;
  font-size: 16px;
}

.p-light.cta-link.or {
  display: inline-block;
}

.p-light.cta-link.en {
  position: static;
}

.p-light.cta-link.en.footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-light.cta-link.en.apt {
  display: inline-block;
  margin-right: 16px;
}

.p-light.cta-link.nl {
  position: static;
  bottom: -75px;
}

.p-light.cta-link.nl.footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-light.cta-link.nl.apt {
  display: inline-block;
}

.p-light.managed {
  display: block;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}

.p-light.dl-brochure {
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
}

.p-light.apt-stat-text {
  text-align: right;
}

.p-light.apt-stat-text.left {
  color: #f7f4f0;
  text-align: left;
}

.p-light._404 {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.p-light.success {
  text-align: center;
}

.p-light.r {
  position: absolute;
  top: 0px;
  right: -12px;
}

.p-light.r.menu {
  top: 4px;
  right: -8px;
  font-size: 15px;
}

.p-light.r.footer {
  top: 1px;
  right: -13px;
  font-size: 19px;
}

.link-4 {
  color: #f7f4f0;
}

.link-4.footer {
  box-shadow: inset 0 -4px 0 0 hsla(327, 6%, 66%, 0);
}

.link-4.footer:hover {
  box-shadow: inset 0 -30px 0 0 #fd6551;
}

.cta-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 48px;
  padding-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cta-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  display: inline-block;
  margin-bottom: 26px;
  box-shadow: inset 0 -4px 0 0 rgba(193, 118, 146, 0);
  color: #f7f4f0;
  text-align: center;
}

.footer-link:hover {
  box-shadow: inset 0 -35px 0 0 #fd6551;
}

.footer-link.address:hover {
  box-shadow: inset 0 -90px 0 0 #fd6551;
}

.footer-link.brochure {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.email-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-2 {
  border-radius: 0px;
}

.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-container.sidebar {
  position: relative;
  margin-top: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007589;
  opacity: 0.7;
  -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
  transition: all 400ms cubic-bezier(.23, 1, .32, 1);
}

.social-container.sidebar:hover {
  padding-left: 8px;
  opacity: 1;
}

.social-icon {
  max-width: 60px;
  margin-right: 40px;
  margin-left: 40px;
  box-shadow: none;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.social-icon:hover {
  box-shadow: none;
  opacity: 1;
}

.social-icon.sidebar-icon {
  max-width: 35px;
  margin: 4px 8px;
  opacity: 1;
}

.social-icon.sidebar-icon.youtube {
  max-width: 40px;
}

.image-2 {
  padding-top: 4px;
}

.image-3 {
  padding-top: 3px;
}

.paragraph {
  display: inline-block;
}

.bar {
  display: inline-block;
  margin-top: 4px;
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 0px;
  color: #f7f4f0;
}

.footer-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-item-container.bottom {
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item-container.top {
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-ilogo-container {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.od-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.od-logo:hover {
  opacity: 0.8;
}

.od-logo._2 {
  opacity: 1;
}

.od-logo._2:hover {
  opacity: 0.8;
}

.link-block {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: none;
}

.link-block:hover {
  box-shadow: none;
}

.link-block.category {
  float: right;
}

.link-block.blog {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-left: 8px;
}

.link-block.tags {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-left: 8px;
  padding: 0px;
}

.link-block.tags:hover {
  color: #fd6551;
}

.link-block.homepage-image-2 {
  z-index: 5;
}

.link-block.blog-page {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-field-2.contact-check {
  margin-bottom: 40px;
}

.contact-link {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #516d72;
  font-weight: 700;
}

.contact-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.directions-text-row {
  max-width: 1220px;
  margin-top: 80px;
}

.directions-list {
  margin-bottom: 40px;
}

.social-sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-shadow {
  box-shadow: 0 18px 13px -10px rgba(85, 58, 72, .23), 0 1px 3px 0 rgba(85, 58, 72, .23);
  -webkit-transition: box-shadow 400ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 400ms cubic-bezier(.23, 1, .32, 1);
}

.image-shadow:hover {
  box-shadow: 0 22px 19px -10px rgba(85, 58, 72, .23), 1px 1px 3px 0 rgba(85, 58, 72, .15);
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-section.blog-header {
  position: relative;
  height: auto;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/_N1A7436.jpg');
  background-position: 50% 61%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.header-section.faq {
  position: relative;
  height: auto;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(transparent)), url('../images/OURBLOG_OURDOMAIN_WEB_P13.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent), url('../images/OURBLOG_OURDOMAIN_WEB_P13.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.apartments {
  position: relative;
  height: auto;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(transparent)), url('../images/FURNISHED_OURDOMAIN_WEB.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent), url('../images/FURNISHED_OURDOMAIN_WEB.jpg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.facilities {
  position: relative;
  height: auto;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(transparent)), url('../images/_N1A3659.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent), url('../images/_N1A3659.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.minds-are-green {
  position: relative;
  height: auto;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(transparent)), url('../images/_N1A1867.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent), url('../images/_N1A1867.jpg');
  background-position: 0px 0px, 50% 77%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.business {
  position: relative;
  height: auto;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(transparent)), url('../images/OURBLOG_OURDOMAIN_WEB_P14.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent), url('../images/OURBLOG_OURDOMAIN_WEB_P14.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.events-photo {
  position: relative;
  height: auto;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(transparent)), url('../images/SHARE_OURDOMAIN_WEB.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent), url('../images/SHARE_OURDOMAIN_WEB.jpg');
  background-position: 0px 0px, 50% 23%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.virtual-tour {
  position: relative;
  height: auto;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(transparent)), url('../images/HEADER_OURDOMAIN_WEB_.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent), url('../images/HEADER_OURDOMAIN_WEB_.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-section.default {
  position: relative;
  height: auto;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-section.privacy {
  position: relative;
  height: auto;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(transparent)), url('../images/OurCampus-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent), url('../images/OurCampus-2.jpg');
  background-position: 0px 0px, 50% 71%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.blog-block {
  max-width: 502px;
  margin-bottom: 80px;
}

.blog-image {
  width: 100%;
  height: 326px;
  margin-bottom: 9px;
  background-image: url('../images/_N1A0233.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: none;
}

.blog-image:hover {
  box-shadow: none;
}

.blog-text-wrap {
  display: block;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.blog-date {
  max-width: 150px;
  margin-right: 32px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.blog-date.single-post {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.blog-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-heading {
  margin-bottom: 4px;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.88px;
  text-transform: uppercase;
}

.blog-category {
  margin-bottom: 12px;
  opacity: 0.6;
  color: #007589;
  font-weight: 400;
}

.blog-category.header {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #f7f4f0;
  text-align: right;
}

.blog-category.header:hover {
  opacity: 1;
}

.blog-category.header.categories {
  margin-bottom: 0px;
  font-weight: 400;
}

.blog-category.header.tags {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
}

.blog-summary {
  margin-bottom: 12px;
}

.nav-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.nav-block:hover {
  box-shadow: inset 0 -4px 0 0 #d0cba5;
}

.nav-block.w--current {
  box-shadow: inset 0 -4px 0 0 #9e975d;
}

.link-5 {
  box-shadow: none;
  color: #666;
}

.link-5:hover {
  color: #222;
}

.header-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 560px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/Sandbanks-community-group-8.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Sandbanks-community-group-8.jpg');
  background-position: 0px 0px, 50% 91%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-section-2.news-article {
  position: relative;
  z-index: -1;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dropdown-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 24px 32px;
  box-shadow: none;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1)undefined;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1)undefined;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.9px;
}

.dropdown-link:hover {
  color: #222;
}

.dropdown-link.w--current {
  color: #5c5c5c;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  width: 216px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
}

.featured-news-intro {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 18px rgba(0, 0, 0, .5);
}

.featured-news-intro.news-page {
  position: relative;
  z-index: 1;
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
}

.hero-title {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .5);
}

.hero-title.short-header {
  position: relative;
  z-index: 1;
  margin-top: 102px;
}

.footer-heading {
  margin-bottom: 22px;
}

.div-block-3 {
  display: block;
  max-width: 209px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
}

.nav-text {
  color: #474747;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.9px;
}

.nav-text:hover {
  box-shadow: none;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.toogle-icon {
  display: none;
}

.nav-icon {
  margin-bottom: 8px;
}

.primary-button {
  padding: 22px 28px;
  border-radius: 4px;
  background-color: #d0cba5;
  -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
  color: rgba(0, 0, 0, .65);
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

.primary-button:hover {
  border-bottom-style: none;
  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, .27);
  color: rgba(0, 20, 33, .8);
}

.primary-button:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 36, 51, .2)), to(rgba(10, 36, 51, .2)));
  background-image: linear-gradient(180deg, rgba(10, 36, 51, .2), rgba(10, 36, 51, .2));
  box-shadow: none;
}

.primary-button.cta-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.footer-link-2 {
  margin-bottom: 22px;
}

.footer-link-2.centred.last {
  margin-top: 80px;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dropdown-toggle {
  padding: 0px;
}

.cta-heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 36px;
  line-height: 57.6px;
  text-align: right;
}

.nav-logo {
  margin-top: 17px;
  margin-bottom: 0px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-small {
  display: block;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  text-align: center;
}

.footer-small.last {
  margin-top: 0px;
}

.more-news-heading {
  margin-bottom: 24px;
}

.container-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection-item {
  display: block;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, .1), 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.news-items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  box-shadow: none;
}

.brand:hover {
  box-shadow: none;
}

.heading-link {
  margin-left: -4px;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  color: #5c5c5c;
}

.heading-link:hover {
  box-shadow: inset 0 -35px 0 0 #d0cba5;
}

.dropdown {
  margin-left: 32px;
}

.footer-container {
  padding-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #000;
}

.footer-container.padding-mobile {
  border-top-color: #9e975d;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.next-post-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-6 {
  float: right;
}

.link-7 {
  float: left;
}

.pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-link {
  margin-right: 6px;
  margin-left: 6px;
}

.row-2 {
  margin-top: 80px;
}

.brand-logo-image {
  margin-top: 8px;
  margin-bottom: -8px;
}

.accordion-item-content {
  overflow: hidden;
  padding-top: 24px;
  padding-right: 32px;
  padding-left: 32px;
}

.accordion-item-trigger {
  margin-left: -2px;
  background-color: #007589;
}

.rich-text-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-block.accordion {
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.price-number {
  color: #9e975d;
  font-size: 58px;
  line-height: 57px;
  font-weight: 700;
}

.price-number.list {
  min-width: 64px;
  margin-right: 16px;
  opacity: 0.5;
}

.price-number.list.faq {
  text-align: left;
}

.list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.faq-question {
  color: #5c5c5c;
}

.accordion-item {
  margin-bottom: 64px;
  padding-left: 1px;
  border: 1px solid #007589;
  background-color: #fff;
}

.faq-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  box-shadow: none;
  font-family: Messinasans, sans-serif;
  color: #f7f4f0;
}

.faq-link:hover {
  box-shadow: none;
}

.faq-question {
  display: block;
  max-width: 89%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 22px;
  padding-bottom: 16px;
  padding-left: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
  color: #f7f4f0;
}

.plus-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-right: 20px;
  float: right;
}

.plus {
  display: block;
}

.accordion-item-content-2 {
  overflow: hidden;
  padding-top: 24px;
}

.accordion-item-trigger-2 {
  margin-left: -2px;
}

.accordion-item-2 {
  margin-bottom: 64px;
}

.faq-link-2 {
  color: #5c5c5c;
}

.accordion-item-3 {
  margin-bottom: 40px;
  border: 1px solid #007589;
  background-color: #fff;
}

.accordion-item-trigger-3 {
  position: relative;
  display: block;
  margin-right: -1px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007589), to(#007589));
  background-image: linear-gradient(180deg, #007589, #007589);
}

.heading-6 {
  cursor: pointer;
}

.accordion-item-content-3 {
  overflow: hidden;
  padding-right: 32px;
  padding-bottom: 0px;
  padding-left: 32px;
  box-shadow: 0 20px 27px -18px rgba(85, 58, 72, .47), 1px 1px 4px 0 rgba(85, 58, 72, .16);
}

.faq-text {
  max-width: none;
  margin-bottom: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.faq-category {
  margin-bottom: 24px;
}

.plusblock {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-5 {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #f7f4f0;
}

.div-block-6 {
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #f7f4f0;
}

.faq-heading-desktop {
  margin-top: 0px;
  margin-bottom: 56px;
}

.faq-section {
  margin-bottom: 80px;
}

.faq-category-list {
  margin-left: 32px;
  padding: 24px 32px 1px;
  background-color: #dee0e3;
}

.faq-cat-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #8bbdc6;
}

.category-link {
  margin-bottom: 0px;
  color: #516d72;
  font-weight: 700;
}

.category-link-block {
  display: block;
  margin-bottom: 24px;
  box-shadow: none;
}

.category-link-block:hover {
  box-shadow: none;
}

.category-link-block.category {
  float: right;
}

.faq-heading-mobile {
  display: none;
  margin-top: 0px;
  margin-bottom: 56px;
}

.apartment-detail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 648px;
  margin-right: -56px;
  padding-top: 56px;
  padding-right: 112px;
  padding-left: 40px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #007589;
}

.apt-stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.apt-stat.left {
  margin-right: 20px;
  margin-left: 0px;
}

.apt-stat-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.apt-1-person-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 648px;
  margin-right: -56px;
  margin-bottom: -184px;
  padding: 56px 112px 224px 40px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #007589;
}

.apt-1-person-slider {
  height: 460px;
  max-width: 648px;
  margin-bottom: 64px;
}

.apt-brochure-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.apt-2nd-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 648px;
  margin-right: 0px;
  margin-bottom: -184px;
  margin-left: -56px;
  padding: 56px 40px 224px 112px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #007589;
}

.apt-2nd-slider {
  height: 460px;
  max-width: 648px;
  margin-bottom: 64px;
}

.apt-2nd-slider.image-shadow {
  z-index: 5;
  width: 100%;
  float: right;
}

.apartments-left-align-column {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-11 {
  bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.facilities-cat-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
  cursor: pointer;
}

.facilities-cat-block:hover {
  box-shadow: 0 22px 19px -10px rgba(85, 58, 72, .47), 1px 1px 4px 0 rgba(85, 58, 72, .15);
}

.facilities-cat-block.category {
  float: right;
}

.facilities-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.facilities-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -32px;
  margin-right: -400px;
  padding: 32px 432px 104px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #dee0e3;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-screen-link {
  margin-top: 24px;
}

.events-shortcode {
  max-width: 544px;
  text-align: center;
}

.column-12 {
  overflow: hidden;
}

.column-13 {
  overflow: hidden;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.about {
  padding-bottom: 0px;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.scroll-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.categories-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-categories {
  margin-top: 0px;
  margin-right: -2px;
  margin-bottom: 12px;
  opacity: 0.6;
  color: #007589;
  font-weight: 400;
}

.blog-categories.header {
  float: right;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #f7f4f0;
  text-align: right;
}

.blog-categories.header:hover {
  opacity: 1;
}

.blog-categories.blog-page {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-4 {
  opacity: 0.65;
}

.image-4:hover {
  opacity: 1;
}

.blog-tags {
  display: block;
  margin-top: 24px;
  margin-right: -2px;
  margin-bottom: 12px;
  opacity: 0.6;
  color: #007589;
  font-weight: 400;
}

.blog-tags.header {
  float: right;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #f7f4f0;
  text-align: right;
}

.blog-tags.header:hover {
  opacity: 1;
}

.container-2-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-6 {
  display: block;
  margin-top: -16px;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav-2 {
  display: none;
}

.slide-nav-3 {
  display: none;
}

.slide-nav-4 {
  display: none;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.facilities-block-column {
  padding-top: 72px;
}

.facilities-block-column.homepage {
  padding-top: 72px;
}

.paragraph-2 {
  font-size: 14px;
  text-transform: uppercase;
}

.collection-list-wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-list-3 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.empty-state {
  color: transparent;
}

.collection-list-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags {
  color: rgba(85, 58, 72, .6);
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/BLAAK_OURDOMAIN_WEB_P2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/BLAAK_OURDOMAIN_WEB_P2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon-block-copy {
  margin-right: 8px;
  margin-bottom: 24px;
  margin-left: 8px;
}

.icon-block-copy.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-block-copy.apt-icon {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-logo {
  max-width: 720px;
  margin-bottom: 24px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.facilities-block-new {
  position: relative;
  overflow: hidden;
  width: 226px;
  height: 226px;
  margin-right: 12px;
  margin-bottom: 12px;
  margin-left: 0px;
  padding: 0px;
  background-image: url('../images/_N1A1579.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
}

.facilities-block-new:hover {
  box-shadow: none;
}

.facilities-block-new.security {
  background-image: url('../images/HOST_JEROEN_OURDOMAIN_WEB.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.facilities-block-new.community-room {
  background-image: url('../images/_N1A2788.jpg');
  background-position: 50% 50%;
}

.facilities-block-new.study-room {
  background-image: url('../images/_N1A2462.jpg');
  background-position: 50% 50%;
}

.facilities-block-new.garden {
  background-image: url('../images/_N1A1867.jpg');
}

.facilities-block-new.bike {
  background-image: url('../images/_N1A0728.jpg');
  background-position: 50% 50%;
}

.facilities-block-new.albert-heijn {
  background-image: url('../images/_N1A1436.jpg'), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
}

.facilities-block-new.fitness-center {
  background-image: url('../images/_N1A3659.jpg');
  background-position: 50% 50%;
}

.facilities-block-new.more {
  background-image: url('../images/_N1A0233.jpg');
  background-position: 50% 50%;
}

.facilities-block-new.blank {
  background-image: none;
}

.fac-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.collection-item-2 {
  width: 49%;
}

.collection-item-3 {
  display: inline-block;
  float: right;
}

.section-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007589), to(#007589));
  background-image: linear-gradient(180deg, #007589, #007589);
}

.collection-list-wrapper-2 {
  margin-top: 40px;
}

.lightbox-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  box-shadow: none;
}

.lightbox-link:hover {
  box-shadow: none;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-shortcode {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.categories-list-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-list-4.tags-list {
  display: none;
}

.collection-item-4 {
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-10 {
  display: block;
  margin-top: 40px;
}

.container-10.tags-container {
  display: none;
}

.mapplic-shortcode {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-span {
  font-size: 23px;
}

.text-span-2 {
  font-size: 23px;
}

.text-span-3 {
  font-size: 23px;
}

.text-span-4 {
  font-size: 23px;
}

.green-minds-div-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.green-minds-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#668070), to(#668070));
  background-image: linear-gradient(180deg, #668070, #668070);
}

.image-8 {
  position: absolute;
  left: -151px;
  top: 4px;
}

.image-9 {
  margin-top: -200px;
}

.light-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#668070), to(#668070));
  background-image: linear-gradient(180deg, #668070, #668070);
}

.video-container {
  position: absolute;
  left: -96px;
  top: -80px;
  bottom: 0px;
  z-index: -1;
  width: 820px;
  height: 520px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007589), to(#007589));
  background-image: linear-gradient(180deg, #007589, #007589);
}

.container-11 {
  position: relative;
}

.floorplan-1 {
  display: block;
  margin-left: 80px;
}

.paragraph-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.floorplan-2 {
  display: block;
}

.body {
  background-color: #f7f6f8;
}

.disclaimer {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.disclaimer.last {
  margin-top: 0px;
}

.disclaimer.left {
  margin-right: 80px;
  margin-left: 0px;
}

.floorplan-block {
  margin-right: 80px;
  margin-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f6f8), to(#f7f6f8));
  background-image: linear-gradient(180deg, #f7f6f8, #f7f6f8);
  box-shadow: none;
}

.floorplan-block:hover {
  box-shadow: none;
}

.floorplan-block.category {
  float: right;
}

.floorplan-block.blog {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-left: 8px;
}

.floorplan-block.tags {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-left: 8px;
  padding: 0px;
}

.floorplan-block.tags:hover {
  color: #fd6551;
}

.floorplan-block.homepage-image-2 {
  z-index: 5;
}

.floorplan-block.blog-page {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.floorplan-block.right {
  margin-right: 0px;
  margin-left: 80px;
}

.tour-text {
  display: block;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-9 {
  max-width: 458px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.equal-icon-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-image {
  display: block;
  max-width: 800px;
  margin: 40px auto;
}

.transition-image {
  position: absolute;
  top: 64px;
  right: 0px;
  background-color: #007589;
  opacity: 0.7;
}

.transition-image.x {
  top: 0px;
  right: 0px;
  z-index: 10;
  padding-right: 4px;
  padding-left: 4px;
  background-color: transparent;
  opacity: 1;
  color: #f7f4f0;
  cursor: pointer;
}

.popout-container {
  position: relative;
  z-index: 10;
  overflow: visible;
  padding-bottom: 32px;
}

.popout-container:hover {
  overflow: visible;
  height: auto;
}

.popout-container.footer {
  display: block;
  margin-right: auto;
  margin-bottom: 26px;
  margin-left: auto;
}

.popout-container.footer.od {
  width: 100%;
  padding-bottom: 60px;
}

.popout-container.footer.brochure {
  padding-bottom: 0px;
}

.popout-container.faq {
  display: block;
  max-width: 604px;
  margin-right: auto;
  margin-left: auto;
}

.popout {
  position: absolute;
  z-index: 20;
  display: block;
  width: 126%;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #007589;
}

.popout.footer {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  background-color: #004854;
}

.popout.ourdomain {
  background-color: transparent;
}

.events-button-container {
  max-width: 480px;
}

.ll {
  padding-bottom: 0px;
  box-shadow: inset 0 -2px 0 0 #8bbdc6;
  color: #f7f4f0;
}

.link-9 {
  color: #f7f4f0;
}

.dl {
  padding-bottom: 0px;
  box-shadow: inset 0 -2px 0 0 #8bbdc6;
}

.italic-text-2 {
  font-style: italic;
}

.logo-block {
  position: relative;
  display: block;
  width: 16em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: none;
}

.logo-block:hover {
  box-shadow: none;
}

.logo-block.category {
  float: right;
}

.logo-block.blog {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-left: 8px;
}

.logo-block.tags {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-left: 8px;
  padding: 0px;
}

.logo-block.tags:hover {
  color: #fd6551;
}

.logo-block.homepage-image-2 {
  z-index: 5;
}

.logo-block.blog-page {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.logo-block.greystar {
  width: 11em;
}

.od-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-7 {
  color: #8bbdc6;
}

@media (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }
  h4 {
    font-size: 16px;
    line-height: 25px;
  }
  p {
    font-size: 16px;
    line-height: 25px;
  }
  ul {
    font-size: 16px;
    line-height: 25px;
  }
  ol {
    font-size: 16px;
    line-height: 25px;
  }
  .input.email {
    max-width: 420px;
  }
  .button.small.nav-button {
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
    float: left;
  }
  .number.location {
    display: block;
    max-width: 90px;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.7;
  }
  .button-text.small {
    min-width: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-link:hover {
    display: block;
    box-shadow: inset 0 -2px 0 0 #fff;
  }
  .nav-link.english {
    display: block;
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .nav-link.dutch {
    display: block;
    margin-right: 16px;
    margin-left: 16px;
    padding-left: 4px;
  }
  .nav-link.bar {
    display: none;
  }
  .main-nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.first {
    padding-top: 160px;
  }
  .section.first.apartments {
    padding-bottom: 40px;
  }
  .section.green-minds {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .34)), to(rgba(0, 0, 0, .34))), url('../images/OurCampus-72.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/OurCampus-72.jpg');
    background-position: 0px 0px, 100% 50%;
  }
  .section.virtual-tour {
    padding-top: 100px;
  }
  .hero-section {
    background-position: 0px 0px, 0px 50%;
  }
  .hero-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .your-apartment-container {
    display: block;
    margin-right: auto;
    margin-bottom: -128px;
    margin-left: auto;
    padding-bottom: 168px;
    float: none;
  }
  .right-align.p-light.apt-text {
    float: none;
  }
  .apartments-slider {
    display: block;
    margin: 40px auto 0px;
  }
  .price-container {
    margin-left: -10px;
  }
  .price-container.left {
    margin-right: -10px;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .apartments-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .apartments-row._2nd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .icon-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .icon-block {
    width: 24%;
  }
  .apartments-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .menu-button {
    background-color: transparent;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }
  .nav-menu {
    background-color: #004854;
  }
  .image-row-first {
    display: block;
    margin-bottom: 0px;
  }
  .homepage-image-1 {
    max-width: 50%;
    margin-bottom: 64px;
    float: right;
  }
  .homepage-video {
    margin-bottom: 40px;
  }
  .homepage-video.image-shadow {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .column {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .number-block {
    margin-bottom: 40px;
  }
  .map-row-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .column-3 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .number-wrapper.left {
    min-width: 268px;
    margin-right: 0px;
    padding-top: 40px;
  }
  .number-wrapper.right {
    min-width: 0px;
    margin-left: 0px;
    padding-top: 40px;
  }
  .map-column {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .your-apartment-container-copy {
    display: block;
    margin-right: auto;
    margin-bottom: -128px;
    margin-left: auto;
    padding-bottom: 168px;
    float: none;
  }
  .our-facilities-container {
    margin-bottom: -56px;
    padding-bottom: 142px;
  }
  .facilities-list-container {
    margin-right: -40px;
    margin-bottom: 56px;
    margin-left: 0px;
    padding-right: 96px;
    padding-bottom: 32px;
    padding-left: 56px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .facilities-list-container.resto {
    padding-right: 104px;
  }
  .facilities-block {
    width: 148px;
    height: 148px;
  }
  .light.cta-heading {
    text-align: center;
  }
  .light.right-align.apartments-heading {
    font-size: 54px;
    line-height: 60px;
  }
  .light.right-align.facilities-heading {
    font-size: 54px;
    line-height: 60px;
  }
  .light.right-align.businss-heading {
    font-size: 54px;
    line-height: 60px;
  }
  .facilities-block-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tour-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tour-image {
    height: 660px;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .column-6 {
    padding-right: 24px;
  }
  .column-7 {
    padding-left: 24px;
  }
  .cta-button-block {
    width: 50%;
    margin-left: 0px;
    padding-top: 16px;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .od-logo {
    border-style: none;
  }
  .nav-block {
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .nav-block.w--current {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .icon-2 {
    color: #474747;
  }
  .dropdown-link {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 112px;
    box-shadow: none;
  }
  .dropdown-link.w--current {
    color: #9e975d;
  }
  .dropdown-list.w--open {
    background-color: #fafafa;
  }
  .featured-news-intro {
    max-width: 400px;
    float: right;
  }
  .featured-news-intro.news-page {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    text-shadow: 0 4px 8px rgba(0, 0, 0, .7);
  }
  .hero-title.short-header {
    margin-top: 88px;
  }
  .nav-menu-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
    box-shadow: 6px 29px 54px -6px rgba(0, 0, 0, .5), 0 1px 4px 0 rgba(0, 0, 0, .1);
  }
  .dark-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  }
  .toogle-icon {
    display: block;
    width: 60px;
    height: 40px;
    margin-right: 0px;
    padding-top: 12px;
    padding-right: 20px;
    padding-left: 20px;
    color: #474747;
    text-align: center;
  }
  .nav-icon {
    max-width: 25px;
    margin-right: 20px;
    border-radius: 0px;
  }
  .nav-icon.scg {
    max-width: 33px;
  }
  .primary-button.cta-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-heading {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .nav-logo {
    display: block;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
  }
  .collection-item {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button-2.w--open {
    z-index: 1;
    border-radius: 4px;
    background-color: #d8d8d8;
  }
  .brand {
    display: block;
  }
  .dropdown {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .container-5 {
    margin-right: 4px;
  }
  .faq-heading-desktop {
    display: none;
  }
  .faq-category-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  .row-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .faq-heading-mobile {
    display: block;
  }
  .apartment-detail-container {
    display: block;
    margin-right: auto;
    margin-bottom: -128px;
    margin-left: auto;
    padding-bottom: 168px;
    float: none;
  }
  .apt-1-person-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: -128px;
    margin-left: auto;
    padding-right: 64px;
    padding-bottom: 168px;
    float: none;
  }
  .apt-1-person-slider {
    display: block;
    margin: 40px auto 0px;
  }
  .apt-1-person-slider.image-shadow {
    margin-bottom: 40px;
  }
  .apt-brochure-link._2nd {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .apt-2nd-container {
    display: block;
    margin-right: auto;
    margin-bottom: -128px;
    margin-left: auto;
    padding-bottom: 168px;
    padding-left: 64px;
    float: none;
  }
  .apt-2nd-slider {
    display: block;
    margin: 40px auto 0px;
  }
  .apt-2nd-slider.image-shadow {
    margin-bottom: 40px;
    float: none;
  }
  .apartments-left-align-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .facilities-page-container {
    margin-right: 0px;
    margin-bottom: 56px;
    margin-left: 0px;
    padding-right: 56px;
    padding-bottom: 32px;
    padding-left: 56px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .utility-page-wrap {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/BLAAK_OURDOMAIN_WEB_P2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/BLAAK_OURDOMAIN_WEB_P2.jpg');
    background-position: 0px 0px, 50% 0px;
  }
  .header-logo {
    max-width: 600px;
  }
  .facilities-block-new {
    width: 148px;
    height: 148px;
  }
  .light-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  }
  .video-container {
    left: -10px;
    top: -50px;
    display: block;
    width: 90%;
    height: 400px;
  }
  .floorplan-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .floorplan-block {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .floorplan-block.right {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .banner-image {
    max-width: 80%;
  }
  .transition-image {
    top: 60px;
    max-width: 26%;
  }
  .popout-container.faq {
    display: block;
    max-width: 604px;
    margin-right: auto;
    margin-left: auto;
  }
  .od-link._2nd {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.33px;
  }
  h1 {
    font-size: 46px;
    line-height: 61px;
    letter-spacing: 0.35px;
  }
  h2 {
    font-size: 27px;
    line-height: 34px;
    letter-spacing: 0.24px;
  }
  h3 {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.81px;
  }
  h4 {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.75px;
  }
  p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.33px;
  }
  a {
    margin: 0px -1px;
    padding-right: 3px;
    padding-left: 3px;
    box-shadow: inset 0 -3px 0 0 #8bbdc6;
  }
  ul {
    padding-left: 24px;
    font-size: 12px;
    line-height: 18px;
  }
  ol {
    padding-left: 24px;
    font-size: 12px;
    line-height: 18px;
  }
  li {
    margin-bottom: 16px;
  }
  label {
    line-height: 17px;
    letter-spacing: 0.75px;
  }
  blockquote {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.81px;
  }
  .input {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 18px;
  }
  .input::-webkit-input-placeholder {
    line-height: 18px;
  }
  .input:-ms-input-placeholder {
    line-height: 18px;
  }
  .input::-ms-input-placeholder {
    line-height: 18px;
  }
  .input::placeholder {
    line-height: 18px;
  }
  .input.cc-long {
    font-size: 12px;
  }
  .input.email {
    margin-right: 8px;
  }
  .card-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button {
    padding: 11px 12px 8px;
  }
  .button.with-icon.right.apartments {
    min-width: 270px;
  }
  .button.with-icon.facilities {
    width: 261px;
    margin-top: 24px;
  }
  .button.with-icon.tour-button {
    min-width: 260px;
    margin-top: 24px;
  }
  .button.with-icon.see-more {
    margin-top: 24px;
    margin-bottom: 56px;
  }
  .button.with-icon.tour {
    min-width: 220px;
  }
  .button.with-icon.insta {
    margin-top: 24px;
    float: none;
  }
  .button.small.nav-button {
    margin-left: 20px;
  }
  .button.small.insta {
    margin-top: 24px;
    float: none;
  }
  .button.small.see-more {
    display: block;
    max-width: 220px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
  .button.small.events {
    display: block;
    max-width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .number {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 0.18px;
  }
  .number.right-align.price {
    margin-bottom: 0px;
  }
  .number.location {
    max-width: 150px;
    font-size: 23px;
    line-height: 27px;
  }
  .heading-3 {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.81px;
  }
  .link-2 {
    box-shadow: inset 0 -3px 0 0 #8bbdc6;
  }
  .link-3 {
    box-shadow: inset 0 -3px 0 0 #8bbdc6;
  }
  .button-icon {
    height: 16px;
    margin-top: -2px;
  }
  .button-text {
    margin-right: 8px;
    padding-top: 0px;
    text-align: center;
  }
  .unordered-list {
    padding-left: 24px;
  }
  .ordered-list {
    padding-left: 24px;
  }
  .checkbox-label {
    padding-top: 2px;
  }
  .radio-button-label {
    padding-top: 2px;
  }
  .radio-button-label-2 {
    padding-top: 2px;
  }
  .checkbox-field.last {
    margin-bottom: 24px;
  }
  .radio-button-field.last {
    margin-bottom: 24px;
  }
  .rich-text ul {
    font-size: 14px;
    line-height: 21px;
  }
  .rich-text a {
    font-size: 14px;
    line-height: 21px;
  }
  .rich-text h2 {
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 30px;
  }
  .rich-text p {
    font-size: 14px;
  }
  .rich-text h3 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.4px;
  }
  .rich-text ol {
    font-size: 14px;
    line-height: 21px;
  }
  .nav-link.english {
    margin-left: 16px;
    padding-left: 4px;
  }
  .nav-link.dutch {
    padding-left: 4px;
  }
  .main-nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.first {
    padding-top: 120px;
  }
  .section.residents {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .section.tour-section {
    padding-top: 0px;
  }
  .section.green-minds {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .34)), to(rgba(0, 0, 0, .34))), url('../images/OurCampus-72.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/OurCampus-72.jpg');
    background-position: 0px 0px, 100% 50%;
  }
  .hero-section {
    height: 400px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .hero-container {
    margin-bottom: 40px;
  }
  .hero-paragraph {
    font-size: 20px;
    line-height: 1.2em;
  }
  .hero-header {
    margin-bottom: 12px;
  }
  .hero-header.mobile {
    display: none;
  }
  .your-apartment-container {
    margin-bottom: -60px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
  }
  .right-align.light.apartments-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .right-align.light.apartments-mobile.residents {
    margin-bottom: 30px;
  }
  .right-align.p-light.apartments-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .right-align.p-light.apartment-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .right-align.insta {
    margin-bottom: 24px;
    text-align: left;
  }
  .right-align.facilities-text {
    line-height: 18px;
  }
  .right-align.per-month {
    margin-bottom: 16px;
    font-size: 10px;
  }
  .right-align.virtual-tour {
    max-width: none;
  }
  .right-align.testimonial {
    max-width: none;
  }
  .apartments-slider {
    height: 320px;
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .price-container {
    padding-top: 16px;
    padding-right: 24px;
  }
  .slider-icon {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .apartments-row {
    margin-bottom: 40px;
  }
  .icon-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .icon-wrapper.location {
    margin-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .centred.contact {
    font-size: 30px;
    line-height: 36px;
  }
  .centred.related {
    margin-top: 40px;
  }
  .centred.services-text {
    max-width: 22em;
  }
  .feature-icon {
    max-height: 40px;
    max-width: 45px;
  }
  .heading-4 {
    margin-bottom: 12px;
  }
  .heading-5 {
    margin-bottom: 12px;
  }
  .icon {
    color: #fff;
  }
  .image-row-first {
    display: block;
    margin-bottom: 0px;
  }
  .homepage-image-1 {
    max-width: 100%;
    margin-bottom: 56px;
    float: none;
  }
  .homepage-image-2 {
    margin-bottom: 56px;
  }
  .homepage-image-3 {
    max-width: 100%;
    margin-bottom: 56px;
  }
  .homepage-image-4 {
    margin-top: 0px;
    margin-bottom: 56px;
  }
  .homepage-video {
    margin-bottom: 56px;
  }
  .map-container.contact {
    width: auto;
    max-width: 526px;
  }
  .number-unit {
    font-size: 16px;
  }
  .number-block {
    margin-bottom: 24px;
  }
  .number-wrapper.left {
    min-width: 0px;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .number-wrapper.right {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .map-subheading {
    margin-top: 0px;
  }
  .map-column {
    width: 480px;
  }
  .map-column.contact {
    width: 100%;
  }
  .your-apartment-container-copy {
    margin-bottom: -60px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
  }
  .facilities-list-container {
    margin-bottom: 20px;
  }
  .facilities-list-heading {
    margin-bottom: 16px;
  }
  .facilities-block {
    width: 120px;
    height: 120px;
  }
  .light.cta-heading {
    font-size: 40px;
    line-height: 54px;
  }
  .light.right-align.apartments-heading {
    font-size: 32px;
    line-height: 36px;
  }
  .light.right-align.facilities-heading {
    font-size: 32px;
    line-height: 36px;
  }
  .light.right-align.blog-title {
    font-size: 32px;
    line-height: 39px;
  }
  .light.right-align.businss-heading {
    font-size: 32px;
    line-height: 36px;
  }
  .facility-block-heading {
    font-size: 14px;
    line-height: 16px;
  }
  .facility-block-heading.small {
    font-size: 14px;
    line-height: 16px;
  }
  .tour-column.text {
    padding: 56px;
  }
  .tour-image {
    height: 400px;
    background-position: 50% 50%;
  }
  .testimonial-slide {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .testimonial-block {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .testimonial-text {
    padding: 16px;
  }
  .testimonial-image {
    width: 128px;
  }
  .testimonial-image.spain {
    width: 120px;
    height: 180px;
  }
  .testimonial-image.france {
    width: 120px;
    height: 180px;
  }
  .testimonial-image.netherlands {
    width: 120px;
    height: 180px;
  }
  .slide-nav {
    margin-bottom: 20px;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .column-6 {
    padding-right: 10px;
  }
  .column-7 {
    padding-left: 10px;
  }
  .join-us-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .events {
    margin-bottom: 24px;
  }
  .p-light.centred.email {
    font-size: 12px;
    line-height: 21px;
  }
  .p-light.cta-link {
    font-size: 12px;
    line-height: 16px;
  }
  .p-light.cta-link.en {
    display: inline-block;
    margin-right: 16px;
  }
  .p-light.cta-link.nl {
    display: inline-block;
  }
  .p-light.dl-brochure {
    font-size: 12px;
    line-height: 16px;
  }
  .p-light.r.footer {
    top: 5px;
  }
  .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image {
    width: 15px;
  }
  .email-form {
    padding-right: 10px;
    padding-left: 10px;
  }
  .social-container.sidebar:hover {
    padding-left: 0px;
  }
  .social-icon {
    max-width: 60px;
  }
  .social-icon.sidebar-icon {
    max-width: 25px;
  }
  .social-icon.sidebar-icon.youtube {
    max-width: 30px;
  }
  .footer-item-container.bottom {
    margin-top: 24px;
  }
  .footer-ilogo-container {
    margin-bottom: 40px;
  }
  .link-block.homepage-image-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block.homepage-image-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block.homepage-image-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block.homepage-image-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block.homepage-image-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-link-container {
    margin-bottom: 40px;
  }
  .contact-link {
    box-shadow: inset 0 -3px 0 0 #8bbdc6;
  }
  .contact-icon {
    max-height: 40px;
    max-width: 45px;
  }
  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .directions-text-row {
    margin-top: 40px;
  }
  .directions-list {
    margin-bottom: 4px;
  }
  .directions-list.middle {
    margin-bottom: 32px;
  }
  .social-sidebar {
    display: none;
  }
  .header-section {
    height: auto;
    min-height: 200px;
  }
  .header-section.faq {
    min-height: 200px;
    padding-bottom: 40px;
  }
  .header-section.apartments {
    min-height: 200px;
    padding-bottom: 40px;
  }
  .header-section.facilities {
    min-height: 200px;
    padding-bottom: 40px;
  }
  .header-section.minds-are-green {
    min-height: 200px;
    padding-bottom: 40px;
  }
  .header-section.business {
    min-height: 200px;
    padding-bottom: 40px;
  }
  .header-section.events-photo {
    min-height: 200px;
    padding-bottom: 40px;
  }
  .header-section.virtual-tour {
    min-height: 200px;
    padding-bottom: 40px;
  }
  .header-section.default {
    min-height: 200px;
    padding-bottom: 40px;
  }
  .header-section.privacy {
    min-height: 200px;
    padding-bottom: 40px;
  }
  .blog-block {
    margin-bottom: 52px;
  }
  .blog-image {
    margin-bottom: 16px;
  }
  .blog-date {
    margin-right: 16px;
  }
  .blog-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .blog-heading {
    font-size: 12px;
    line-height: 17px;
  }
  .header-section-2 {
    height: 260px;
  }
  .dropdown-link {
    box-shadow: none;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.7px;
  }
  .featured-news-intro.news-page {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }
  .hero-title.short-header {
    margin-top: 80px;
  }
  .nav-text {
    font-size: 12px;
    line-height: 18px;
  }
  .toogle-icon {
    margin-right: 0px;
    padding-right: 20px;
  }
  .nav-icon {
    max-width: 24px;
  }
  .nav-icon.scg {
    margin-right: 12px;
  }
  .nav-icon.id {
    max-width: 27px;
  }
  .primary-button {
    padding: 16px 20px 18px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 16px;
  }
  .footer-link-2.centred.last {
    margin-top: 40px;
  }
  .footer-block-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cta-heading {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 42px;
  }
  .nav-logo {
    max-width: 80%;
    margin-top: 12px;
  }
  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .more-news-heading {
    margin-bottom: 40px;
  }
  .navbar {
    padding: 0px 0px 0px 10px;
  }
  .news-items-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-button-2.w--open {
    background-color: #fff;
  }
  .footer-link-container-2 {
    width: 49%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-container.padding-mobile {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .next-post-container {
    margin-top: 40px;
  }
  .row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .brand-logo-image {
    margin-bottom: 0px;
  }
  .accordion-item-content {
    padding-top: 16px;
  }
  .price-number.list {
    min-width: 32px;
    font-size: 38px;
    line-height: 38px;
  }
  .accordion-item {
    margin-bottom: 40px;
  }
  .faq-question {
    padding-top: 16px;
    padding-left: 16px;
  }
  .accordion-item-content-2 {
    padding-top: 16px;
  }
  .accordion-item-2 {
    margin-bottom: 40px;
  }
  .plusblock {
    width: 48px;
    height: 48px;
  }
  .div-block-5 {
    width: 12px;
  }
  .div-block-6 {
    height: 12px;
  }
  .faq-section {
    margin-bottom: 40px;
  }
  .faq-category-list {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .category-link-block {
    margin-bottom: 16px;
  }
  .faq-heading-mobile {
    margin-bottom: 40px;
    margin-left: 10px;
  }
  .apartment-detail-container {
    margin-bottom: -60px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
  }
  .apt-1-person-container {
    margin-bottom: -60px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
  }
  .apt-1-person-slider {
    height: 320px;
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .apt-2nd-container {
    margin-bottom: -60px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
  }
  .apt-2nd-slider {
    height: 320px;
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .facilities-page-container {
    margin-bottom: 20px;
  }
  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .scroll-container {
    display: none;
  }
  .container-2-copy {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-6 {
    margin-top: 0px;
  }
  .facilities-block-column {
    padding-top: 0px;
  }
  .paragraph-2 {
    font-size: 12px;
  }
  .header-logo {
    max-width: 374px;
    margin-bottom: 12px;
  }
  .facilities-block-new {
    width: 120px;
    height: 120px;
  }
  .collection-list-wrapper-2 {
    margin-top: 24px;
  }
  .green-minds-div-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .video-container {
    left: 0px;
    width: 100%;
    height: 330px;
  }
  .html-embed {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .floorplan-block.homepage-image-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .floorplan-block.homepage-image-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .floorplan-block.homepage-image-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .floorplan-block.homepage-image-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .floorplan-block.homepage-image-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .equal-icon-height {
    min-height: 44px;
  }
  .popout {
    width: 170px;
  }
  .events-button-container {
    max-width: none;
  }
  .logo-block.homepage-image-1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .logo-block.homepage-image-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .logo-block.homepage-image-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .logo-block.homepage-image-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .logo-block.homepage-image-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .input.email {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .error-message {
    margin-top: 24px;
  }
  .button.with-icon {
    width: 100%;
    min-width: 15em;
  }
  .button.with-icon.right.apartments {
    min-width: 260px;
    margin-right: -8px;
    margin-left: -8px;
  }
  .button.with-icon.right.apartments.rentcafe {
    width: 100%;
    min-width: 0px;
    margin-right: -8px;
    margin-left: -8px;
  }
  .button.with-icon.facilities {
    min-width: 18em;
  }
  .button.with-icon.tour {
    min-width: 184px;
  }
  .button.with-icon.directions {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button.small {
    min-width: 14em;
  }
  .button.small.nav-button {
    margin-left: 16px;
  }
  .button.email {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .number.day {
    margin-bottom: 0px;
  }
  .button-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    letter-spacing: 2.5px;
  }
  .form-block.contact-form {
    padding: 24px 16px;
  }
  .checkbox-label.small {
    margin-top: -16px;
  }
  .rich-text h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .rich-text p {
    line-height: 22.4px;
  }
  .rich-text h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section.first.apartments {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .section.residents {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.footer {
    padding-bottom: 0px;
  }
  .section.green-minds {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/OurCampus-72.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/OurCampus-72.jpg');
    background-position: 0px 0px, 77% 50%;
    background-attachment: scroll, fixed;
  }
  .section.virtual-tour {
    padding-top: 12px;
  }
  .section.contact {
    padding-top: 64px;
  }
  .hero-section {
    height: 600px;
    background-position: 0px 0px, 0px 50%;
  }
  .hero-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-paragraph {
    max-width: 100%;
  }
  .hero-header.mobile {
    display: block;
  }
  .hero-header.desktop {
    display: none;
  }
  .your-apartment-container {
    max-width: 100%;
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .right-align.light.apartments-mobile.facilities {
    margin-bottom: 12px;
    font-size: 27px;
    line-height: 34px;
  }
  .right-align.light.apartments-mobile.residents {
    font-size: 30px;
  }
  .right-align.p-light.facilities-text {
    line-height: 14px;
    text-align: center;
  }
  .right-align.month.blog {
    color: #8bbdc6;
  }
  .right-align.facilities-text {
    line-height: 14px;
    text-align: center;
  }
  .apartments-slider {
    height: 200px;
  }
  .price-container {
    padding-right: 16px;
  }
  .price-container.left {
    padding-left: 16px;
  }
  .slider-icon {
    display: none;
  }
  .icon-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-wrapper.apt-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .icon-wrapper.location {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .icon-block {
    width: 42%;
  }
  .icon-block.apt-icon {
    width: 42%;
  }
  .centred.map-info {
    margin-top: 12px;
  }
  .centred.join-us {
    margin-bottom: 40px;
  }
  .centred.contact {
    margin-bottom: 32px;
  }
  .centred.facilities-cat-heading {
    margin-bottom: 16px;
  }
  .centred.thanks {
    margin-top: 12px;
  }
  .centred.services-text {
    max-width: none;
  }
  .heading-4 {
    font-size: 27px;
  }
  .map-container {
    height: 264px;
  }
  .map-container.contact {
    height: auto;
  }
  .number-wrapper.left {
    min-height: 238px;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .number-wrapper.right {
    min-height: 238px;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .map-subheading {
    margin-top: 0px;
  }
  .map-column {
    width: 100%;
  }
  .map-number-column {
    width: 49%;
  }
  .your-apartment-container-copy {
    max-width: 100%;
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .our-facilities-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .facilities-list-heading {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .facilities-list-heading.light {
    margin-bottom: 24px;
    text-align: center;
  }
  .facilities-block {
    width: 100px;
    height: 100px;
    margin-right: 0px;
  }
  .facilities-block.blank {
    display: none;
  }
  .light.right-align.apartments-heading {
    font-size: 27px;
  }
  .light.right-align.facilities-heading {
    font-size: 30px;
    line-height: 34px;
  }
  .light.right-align.blog-title {
    font-size: 25px;
    line-height: 30px;
  }
  .light.right-align.businss-heading {
    font-size: 27px;
  }
  .light.apt-stat-heading {
    font-size: 11px;
  }
  .light.second-apartment {
    text-align: center;
  }
  .facilities-block-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .facility-block-heading {
    font-size: 10px;
    line-height: 12px;
  }
  .facility-block-heading.small {
    font-size: 9px;
    line-height: 12px;
  }
  .tour-column.text {
    padding-right: 24px;
    padding-left: 24px;
  }
  .testimonial-block {
    margin-right: 10px;
    margin-left: 10px;
  }
  .testimonial-image.spain {
    width: 80px;
    height: 208px;
    background-position: -34px 0px;
  }
  .testimonial-image.france {
    width: 80px;
    height: 208px;
  }
  .testimonial-image.netherlands {
    width: 80px;
    height: 208px;
  }
  .p-light.centred.email {
    line-height: 21px;
  }
  .p-light.cta-link.en.footer {
    display: block;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
  }
  .p-light.cta-link.nl.footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .p-light.cta-link.brochure {
    min-width: 122px;
  }
  .p-light.r.menu {
    top: 15px;
    right: 26px;
  }
  .footer-link.brochure {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .email-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .social-container.footer {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-icon {
    margin: 16px 32px;
  }
  .checkbox-field-2 {
    margin-bottom: 16px;
  }
  .checkbox-field-2.contact-check {
    margin-bottom: 24px;
  }
  .social-sidebar {
    display: none;
  }
  .dropdown-link {
    padding-left: 104px;
  }
  .toogle-icon {
    z-index: 5;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .primary-button {
    text-align: center;
    letter-spacing: 0.1px;
  }
  .footer-block-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-logo {
    max-width: 70%;
    margin-top: 16px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu-button-2.w--open {
    padding: 12px;
  }
  .footer-container {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .link-7 {
    float: none;
    text-align: center;
  }
  .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .brand-logo-image {
    max-width: 80%;
    margin-top: 16px;
  }
  .rich-text-block {
    padding: 0px;
  }
  .price-number.list.faq.big {
    min-width: 52px;
    margin-right: 8px;
  }
  .faq-question {
    padding-top: 16px;
    padding-left: 16px;
  }
  .accordion-item-content-3 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .faq-text {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .plusblock {
    height: 48px;
  }
  .apartment-detail-container {
    max-width: 100%;
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .apt-stat {
    margin-left: 12px;
  }
  .apt-stat.left {
    margin-right: 12px;
  }
  .apt-1-person-container {
    max-width: 100%;
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .apt-1-person-slider {
    height: 200px;
  }
  .apt-brochure-link {
    min-width: 143px;
  }
  .apt-2nd-container {
    max-width: 100%;
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .apt-2nd-slider {
    height: 200px;
  }
  .facilities-cat-block {
    padding: 12px;
  }
  .slide-nav-3 {
    display: block;
    margin-bottom: -38px;
    opacity: 0.5;
  }
  .facilities-block-column.homepage {
    padding-top: 12px;
  }
  .utility-page-wrap {
    height: 600px;
  }
  .icon-block-copy.contact {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-block-copy.apt-icon {
    width: 42%;
  }
  .header-logo {
    max-width: 100%;
  }
  .facilities-block-new {
    width: 200px;
    height: 200px;
    margin-right: 0px;
  }
  .collection-item-2 {
    width: 100%;
  }
  .green-minds-div-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .video-container {
    height: 100%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .html-embed {
    max-width: 96%;
  }
  .banner-image {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .transition-image {
    max-width: 36%;
  }
  .popout-container {
    width: auto;
  }
  .popout {
    width: 166px;
    background-color: transparent;
  }
  .popout.footer {
    padding-top: 8px;
  }
  .od-link {
    min-width: 143px;
  }
}

@font-face {
  font-family: 'Ourdomain final';
  src: url('../fonts/OurDomain-Final.woff2') format('woff2'), url('../fonts/OurDomain-Final.woff') format('woff'), url('../fonts/OurDomain-Final.ttf') format('truetype'), url('../fonts/OurDomain-Final.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Regular.woff2') format('woff2'), url('../fonts/MessinaSans-Regular.woff') format('woff'), url('../fonts/MessinaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Bold.woff2') format('woff2'), url('../fonts/MessinaSans-Bold.woff') format('woff'), url('../fonts/MessinaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Messina sans';
  src: url('../fonts/Messina-Sans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Messina sans';
  src: url('../fonts/Messina-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}