﻿/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import "normalize.css";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=62.5em&xlarge=71.25em&xxlarge=73.75em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Domine", serif;
  font-weight: normal;
  line-height: 1.5;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 1rem;
  padding-left: 1rem;
  min-width: 0;
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media print, screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 48em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 62.5em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 62.5em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 62.5em) {
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 2rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}

.page-header {
  padding-right: 1em;
  padding-left: 1em;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #FFFFFF;
}
.page-header a {
  color: #666;
  text-decoration: none;
  font-weight: normal;
  transition: 0.4s ease;
  font-size: 1.1rem;
}
.page-header a:hover {
  color: rgb(116, 150, 45);
}
.page-header a:hover .icon.person-menu {
  background-image: url("../img/svg/person-menu-g.svg");
}
.page-header .inner .menu {
  background: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  align-items: center;
  width: 100%;
}
.page-header .inner .menu .left-content {
  display: flex;
  font-weight: normal;
  transition: 0.4s ease;
  align-items: center;
  width: 100%;
}
.page-header .inner .menu .left-content a.page-logo {
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 2.5em;
  width: 4.609375em;
  margin: 0;
  transition: 0.4s ease;
}
.page-header .inner .menu .left-content .menu-item {
  margin-left: 2.5em;
  font-size: 16px;
  font-weight: bold;
  transition: 0.4s ease;
  color: rgb(116, 150, 45);
  font-size: 1.1rem;
  position: relative;
}
.page-header .inner .menu .left-content .menu-item:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: rgb(43, 154, 182);
  transition: 0.4s ease;
}
.page-header .inner .menu .left-content .menu-item:hover {
  color: rgb(43, 154, 182);
}
.page-header .inner .menu .left-content .menu-item:hover:after {
  width: 100%;
}
.page-header .inner .menu .right-content {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.page-header .inner .menu.responsive {
  display: flex;
}
.page-header .inner .menu.responsive .btn {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 0.875em;
  display: inline;
  text-align: right;
}
.page-header .inner .menu.responsive .content {
  display: flex;
  justify-content: center;
  align-items: center;
  left: -1em;
  background: #FFFFFF;
  height: 100vh;
  transition: 0.4s ease;
  color: rgb(116, 150, 45);
  font-size: 1rem;
}
.page-header .inner .menu.responsive .content a {
  display: block;
  height: 3em;
}
.page-header .inner .responsive-menu-content {
  display: none;
  height: 100vh;
  text-align: center;
  align-items: center;
  background: #fff;
}
.page-header .inner .responsive-menu-content.open {
  display: flex;
}
.page-header .inner .responsive-menu-content .inner a {
  line-height: 3em;
  display: block;
  font-weight: bold;
}
.page-header .inner .responsive-menu-content .inner a.active {
  color: rgb(116, 150, 45);
}

@media (min-width: 80em) {
  .page-header {
    padding-right: 2em;
    padding-left: 2em;
  }
  .page-header.scroll {
    transition: 0.4s ease;
  }
  .page-header.scroll a.page-logo {
    height: 2.5em;
    width: 4.609375em;
  }
  .page-header.scroll .inner .menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-header.scroll .inner .menu .left-content a.page-logo {
    height: 2.5em;
    width: 4.609375em;
  }
  .page-header .inner .menu {
    display: flex;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-header .inner .menu .left-content a.page-logo {
    height: 4em;
    width: 7.375em;
  }
  .page-header .inner .menu.responsive {
    display: none;
  }
}
.page-footer {
  padding-right: 0;
  padding-left: 0;
  font-size: 1rem;
  background: rgb(116, 150, 45);
  overflow: hidden;
}
.page-footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 53px;
  background-color: #658227;
}
.page-footer .inner {
  max-width: 76em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #fff;
  padding-top: 3em;
  position: relative;
  padding-bottom: 6em;
}
.page-footer .inner .skyline {
  background-image: url("../img/skyline.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-repeat: no-repeat;
}
.page-footer .inner .footer_copyright {
  position: absolute;
  right: 1em;
  bottom: 9px;
  z-index: 1;
}
.page-footer .inner .footer-column {
  margin-bottom: 3em;
}
.page-footer .inner address {
  font-style: normal;
}
.page-footer .inner a {
  text-decoration: none;
}
.page-footer .inner h4 {
  font-family: "gothamw&w-book", sans-serif;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  line-height: 1.2;
  text-rendering: optimizelegibility;
  color: #fff;
}
.page-footer .inner i {
  color: #9B9B9B;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 400;
}
.page-footer .inner p {
  margin: 0;
}
.page-footer .inner a {
  color: #fff;
}
.page-footer .inner .links {
  margin: 0;
  padding: 0;
}
.page-footer .inner .links a {
  color: #fff;
  text-decoration-style: dotted;
  display: inline;
}
.page-footer .inner .links a:hover {
  color: #fff;
}
.page-footer .inner .links .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  display: inline-block;
  margin: 1px 6px;
}
.page-footer .inner .social-links {
  display: block;
}
.page-footer .inner .social-links .social-icon {
  background: #fff;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  /*&:hover {
      background: #fff;

      &.facebook:after {
          background-image: url("../img/svg/facebook-blue.svg");
      }

      &.instagram:after {
          background-image: url("../img/svg/instagram-blue.svg");
      }

      &.linkedin:after {
          background-image: url("../img/svg/linkedin-blue.svg");
      }
  }*/
}
.page-footer .inner .social-links .social-icon span {
  padding-left: 42px;
}
.page-footer .inner .social-links .social-icon.facebook:after {
  content: "";
  position: absolute;
  background-image: url("../img/svg/facebook.svg");
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  padding: 18px;
  background-size: 18px;
  left: -2px;
}
.page-footer .inner .social-links .social-icon.instagram:after {
  content: "";
  position: absolute;
  background-image: url("../img/svg/instagram.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  padding: 18px;
  background-size: 18px;
  left: -2px;
}
.page-footer .inner .social-links .social-icon.linkedin:after {
  content: "";
  position: absolute;
  background-image: url("../img/svg/linkedin.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  padding: 18px;
  background-size: 18px;
  left: -2px;
}

@media (min-width: 80em) {
  .page-footer {
    padding-right: 2em;
    padding-left: 2em;
  }
}
nav.breadcrumbs {
  height: 48px;
  padding-left: 1em;
}
nav.breadcrumbs a {
  text-decoration: none;
  color: rgb(174, 96, 16) !important;
  font-size: 14px;
}
nav.breadcrumbs a.active {
  color: #666 !important;
}
nav.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.breadcrumbs ul li {
  display: inline-block;
  line-height: 47px;
  font-size: 0.9em;
  color: rgb(174, 96, 16);
  padding-right: 1em;
  padding-left: 1em;
  position: relative;
}
nav.breadcrumbs ul li:after {
  content: "/";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  right: -5px;
}
nav.breadcrumbs ul li:first-child {
  text-align: center;
  width: 50px;
  padding-left: 0;
}
nav.breadcrumbs ul li:last-child:after {
  display: none;
}

@media (min-width: 80em) {
  nav.breadcrumbs {
    padding-left: 0;
  }
}
.icon {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-right: 10px;
  padding: 10px;
  display: inline;
}
.icon.person {
  background-image: url("../img/svg/person.svg");
}
.icon.person-menu {
  background-image: url("../img/svg/person-menu.svg");
}
.icon.email {
  background-image: url("../img/svg/email-alt.svg");
}
.icon.mapscroll {
  background-image: url("../img/svg/mapscroll.svg");
}
.icon.photos {
  background-image: url("../img/svg/photos.svg");
}
.icon.search {
  background-image: url("../img/svg/search.svg");
}
.icon.phone {
  background-image: url("../img/svg/phone-alt.svg");
}
.icon.info {
  background-image: url("../img/svg/info.svg");
  padding: 8px;
}
.icon.bubble-ok {
  background-image: url("../img/svg/balloon-ok.svg");
  padding: 15px;
  background-position: center 20px;
}
.icon.house-ok {
  background-image: url("../img/svg/house-ok.svg");
  padding: 15px;
  background-position: center 20px;
}
.icon.money {
  background-image: url("../img/svg/money.svg");
  padding: 15px;
  background-position: center 20px;
}
.icon.bed {
  background-image: url("../img/svg/bed.svg");
  padding: 15px;
}
.icon.bed-white {
  background-image: url("../img/svg/bed-white.svg");
  padding: 15px;
}
.icon.house {
  background-image: url("../img/svg/house.svg");
  padding: 15px;
}
.icon.housesen {
  background-image: url("../img/svg/house55.svg");
}
.icon.oneroom {
  background-image: url("../img/svg/oneroom.svg");
  padding: 15px;
}
.icon.tworoom {
  background-image: url("../img/svg/tworoom.svg");
  padding: 15px;
}
.icon.type {
  background-image: url("../img/svg/type.svg");
}
.icon.alert-blue {
  background-image: url("../img/svg/alert-blue.svg");
}
.icon.bath {
  background-image: url("../img/svg/bath.svg");
  padding: 15px;
}
.icon.file {
  background-image: url("../img/svg/file.svg");
}
.icon.maps {
  background-image: url("../img/svg/map.svg");
}
.icon.plan {
  background-image: url("../img/svg/plan.svg");
}
.icon.persons {
  background-image: url("../img/svg/1p.svg");
  padding: 20px;
  display: inline-block;
}
.icon.personss {
  background-image: url("../img/svg/2p.svg");
  padding: 20px;
  display: inline-block;
}
.icon.personsss {
  background-image: url("../img/svg/3p.svg");
  padding: 20px;
  display: inline-block;
}
.icon.details {
  background-image: url("../img/svg/details.svg");
}
.icon.ok {
  background-image: url("../img/svg/ok.svg");
}
.icon.home-menu {
  background-image: url("../img/svg/home-menu.svg");
}
.icon.not {
  background-image: url("../img/svg/not.svg");
}
.icon.go-back {
  background-image: url("../img/svg/go-back.svg");
}
.icon.hand {
  background-image: url("../img/svg/hand.svg");
}
.icon.garage {
  background-image: url("../img/svg/garage.svg");
  padding: 15px;
}
.icon.Garage {
  background-image: url("../img/svg/garage.svg");
  padding: 15px;
}
.icon.Parkeergelegenheid {
  background-image: url("../img/svg/garage.svg");
  padding: 15px;
}
.icon.Woning {
  background-image: url("../img/svg/house.svg");
  padding: 15px;
}
.icon.logout {
  background-image: url("../img/svg/logout.svg");
}
.icon.reacties {
  background-image: url("../img/svg/reacties.svg");
}
.icon.bell {
  background-image: url("../img/svg/bell.svg");
}
.icon.gegevensaanpassen {
  background-image: url("../img/svg/gegevensaanpassen.svg");
}
.icon.huishouden {
  background-image: url("../img/svg/huishouden.svg");
}
.icon.inschrijvingen {
  background-image: url("../img/svg/inschrijvingen.svg");
}
.icon.arrow {
  background-image: url("../img/svg/arrow.svg");
}
.icon.arrowl {
  background-image: url("../img/svg/arrowl.svg");
}
.icon.info-house {
  background-image: url("../img/svg/info-house.svg");
}
.icon.home {
  background-image: url("../img/svg/home-icon.svg");
  padding: 8px;
  background-position: center;
  margin: 0;
}
.icon.mijnwoldenwaard {
  background-image: url("../img/svg/person.svg");
}
.icon.inschrijvingenportal {
  background-image: url("../img/svg/2p.svg");
}
.icon.reacties {
  background-image: url("../img/svg/reacties.svg");
}
.icon.gegevensaanpassen {
  background-image: url("../img/svg/gegevensaanpassen.svg");
}
.icon.huishouden {
  background-image: url("../img/svg/huishouden.svg");
}
.icon.notificaties {
  background-image: url("../img/svg/bell.svg");
}
.icon.calendar {
  background-image: url("../img/svg/calendar.svg");
}
.icon.list {
  background-image: url("../img/svg/position.svg");
}
.icon.seehouse {
  background-image: url("../img/svg/house.svg");
}
.icon.writeour {
  background-image: url("../img/svg/writeout.svg");
}

.sidebar {
  padding-bottom: 3em;
  font-size: 1rem;
  padding-left: 0;
}
.sidebar .border-btm {
  border-bottom: 1px solid #E6E6E6;
}
.sidebar.filters .filter-btn {
  display: block;
}
.sidebar.filters .filter-content {
  display: none;
}
.sidebar.filters .filter-content.open {
  display: block;
}
.sidebar.filters .actions {
  padding-top: 1em;
}
.sidebar .type-filter, .sidebar .toggle-box, .sidebar .actions {
  padding-top: 0;
  padding-bottom: 1em;
}
.sidebar .type-filter p, .sidebar .toggle-box p, .sidebar .actions p {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sidebar .type-filter p:first-child, .sidebar .toggle-box p:first-child, .sidebar .actions p:first-child {
  padding-top: 1em;
}
.sidebar .search-publications {
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}
.sidebar .search-publications input {
  width: 100%;
  border: 1px solid #E6E6E6;
  height: 3em;
  border-radius: 5px;
  padding: 1em;
}
.sidebar .search-publications .searchpublications {
  position: absolute;
  top: 46px;
  right: 0;
}
.sidebar.portal li {
  padding: 1em;
  padding-left: 0;
  position: relative;
  font-size: 1rem;
}
.sidebar.portal li.active a {
  color: rgb(43, 154, 182);
}
@media (min-width: 80em) {
  .sidebar.filters .filter-btn {
    display: none;
  }
  .sidebar.filters .filter-content {
    display: block;
  }
  .sidebar.filters .actions {
    padding-top: 3em;
  }
}
a.card {
  text-decoration: none;
}

a.card .inner {
  display: block;
  margin-bottom: 2em;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  margin-bottom: 2em;
  position: relative;
}
a.card .inner .daystogo {
  background: rgba(116, 150, 45, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  font-size: 0.875em;
  border-bottom-left-radius: 1em;
}
a.card .inner .daystogo strong {
  font-size: 1.5em;
  display: inline-block;
  font-weight: bold;
}
a.card .inner.sm h3 {
  font-size: 1em;
}
a.card .inner.sm .card-content {
  overflow: visible;
}
a.card .inner.sm .card-content .price h3 {
  color: rgb(43, 154, 182);
  font-size: 15px;
}
a.card .inner.sm .card-content p {
  font-size: 0.875em;
}
a.card .inner.sm .card-content.alt .type {
  background: #fafafa;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  top: -46px;
  right: -1em;
}
a.card .inner.sm .card-content.alt .type .icon {
  position: absolute;
  padding: 15px;
  top: 14px;
  right: 6px;
  opacity: 0.7;
}
a.card .inner.sm .card-content.alt .price h3 {
  color: rgb(43, 154, 182);
  font-size: 16px;
}
a.card .inner.sm .card-content .price h3 {
  margin-top: 0;
}
a.card .inner .image {
  width: auto;
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
  position: relative;
}
a.card .inner .card-content {
  position: relative;
}
a.card .inner .card-content.alt {
  background: #fff;
}
a.card .inner .card-content.alt h3 {
  color: #666;
}
a.card .inner .card-content.alt p {
  color: #666;
}
a.card .inner .card-content.alt .price h3 {
  color: rgb(43, 154, 182);
  font-size: 18px;
}
a.card .inner .card-content.alt p.plottype {
  color: #bbbbbb;
  font-size: 0.9em;
}
a.card .inner .card-content hr {
  border: 0;
  height: 1px;
  background: #e6e6e6;
  margin: 0;
}
a.card .inner .card-content .row {
  padding: 1em;
}
a.card .inner .card-content h3 {
  color: #666;
  margin: 0;
  line-height: 1em;
  padding-bottom: 0.2em;
}
a.card .inner .card-content p {
  color: #666;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
a.card .inner .card-content .price h3 {
  color: rgb(43, 154, 182);
  margin-top: 9px;
}
a.card .inner .card-content span {
  color: #666;
  font-weight: normal;
}
a.card .inner .card-content .more-info {
  color: #666;
  text-transform: uppercase;
  font-weight: normal;
  transition: 0.3s ease;
}
a.card .inner .card-content .more-info span {
  color: rgb(43, 154, 182);
  margin-right: 10px;
}
a.card .inner .card-content .more-info:hover {
  margin-left: 1em;
}
a.card .inner .card-content .type {
  background: #fafafa;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgb(43, 154, 182);
  position: absolute;
  top: -40px;
  right: -19px;
}
a.card .inner .card-content .type .icon {
  padding: 17px;
  position: absolute;
  top: 18px;
  right: 13px;
  opacity: 0.7;
}

.gm-style .infowindowcontent {
  width: 300px !important;
}

.gm-style .infowindowcontent a {
  text-decoration: none;
  display: block;
}

.gm-style .infowindowcontent img {
  width: 100% !important;
  height: 150px;
  object-fit: cover !important;
}

.gm-style .infowindowcontent .text {
  display: block;
  padding: 20px;
  height: 99px;
}

.gm-style .infowindowcontent h3 {
  margin: 0;
  padding: 0;
  color: #666;
  font-weight: normal;
  font-size: 0.875rem;
  text-transform: capitalize;
  padding-bottom: 4px;
}

.gm-style .infowindowcontent .price {
  font-size: 1rem;
  color: rgb(43, 154, 182);
  padding-bottom: 6px;
}

.gm-style .infowindowcontent p {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #666;
}

.banner-direct-rent, .banner-two-rent {
  background-color: rgb(116, 150, 45);
  color: #fff;
  font-size: 0.65em;
  position: absolute;
  top: 29px;
  left: -55px;
  transform: rotate(-45deg);
  padding: 5px 30px;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.7);
}
.banner-direct-rent.blue, .banner-two-rent.blue {
  background-color: rgb(43, 154, 182);
}

.banner-two-rent {
  background-color: rgb(238, 46, 36);
  top: 26px;
  left: -52px;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .banner-direct-rent {
    font-size: 0.8em;
    top: 39px;
    left: -46px;
  }
}
.toggle-box a.trigger {
  display: block;
  text-decoration: none;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 40px;
  background-image: url("../img/svg/chevron-down-dark.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  color: #666;
  transition: 0.3s ease;
}
.toggle-box .toggle-box-content {
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
.toggle-box .toggle-box-content .inner {
  padding-top: 0px;
  padding-bottom: 30px;
}
.toggle-box.active a.trigger {
  background-image: url("../img/svg/chevron-down-blue.svg");
}
.toggle-box.active .toggle-box-content {
  display: block;
  max-height: 500px;
}

.btn, button.alt {
  background: #fff;
  border: 2px solid rgb(116, 150, 45);
  color: #666;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 5px;
  font-weight: normal;
  transition: 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  font-weight: bold;
}
.btn:hover, button.alt:hover {
  background: rgb(116, 150, 45);
  border: 2px solid rgb(116, 150, 45);
  color: #fff;
}
.btn.primary, button.alt.primary {
  background: rgb(116, 150, 45);
  color: #fff;
}
.btn.primary:hover, button.alt.primary:hover {
  background: #fff;
  border: 2px solid rgb(116, 150, 45);
  color: #666;
}
.btn.sm, button.alt.sm {
  padding: 6px;
  margin-top: 1em;
}
.btn.remove, button.alt.remove {
  border: none;
  background: #FFFFFF;
  color: #666;
  font-size: 1em;
  font-weight: normal;
  border-top: none;
}
.btn.remove:hover, button.alt.remove:hover {
  background: rgb(116, 150, 45);
  border: 1px solid rgb(116, 150, 45);
  color: #fff;
}
.btn.revoke, button.alt.revoke {
  border: 1px solid rgb(116, 150, 45);
  font-weight: normal;
  font-size: 0.875em;
  margin-top: 8px;
  width: 100%;
}

button.alt {
  width: 100%;
  height: 70.5%;
}

.page-content {
  padding: 3em 1em;
  margin-bottom: 3em;
}
.page-content .content {
  position: relative;
}
.page-content .content .results-found {
  color: rgb(43, 154, 182);
}
.page-content h3 {
  padding-bottom: 1em;
}
.page-content .alert {
  border: 1px solid rgb(43, 154, 182);
  padding: 1em;
  display: flex;
  border-radius: 10px;
}
.page-content .alert strong {
  font-weight: bold;
}
.page-content .alert .icon.alert {
  margin-right: 1em;
  margin-top: 6px;
  background-image: url("../img/svg/info.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  padding: 20px;
  border: none;
}

.map {
  display: none;
}

.mapactive .map {
  background-color: rgb(43, 154, 182);
  display: block;
  top: 2.5em;
  z-index: 9;
  min-height: 300px;
  border-radius: 10px;
}
.mapactive .results {
  display: none;
}

.noresult {
  display: flex;
  height: 100%;
}
.noresult .no-dwellings {
  text-align: center;
  border-bottom: 1px solid #E6E6E6;
  padding: 3em;
  width: 100%;
}
.noresult .no-dwellings h3 {
  padding: 0;
  color: rgb(43, 154, 182);
}
.noresult .no-dwellings .icon {
  display: block;
  background-position: center;
  padding: 30px;
}
.noresult .card-content {
  text-align: center;
}

@media (min-width: 80em) {
  .page-content {
    padding: 3em 0;
  }
  .mapactive .map {
    background-color: rgb(43, 154, 182);
    position: absolute;
    display: block;
    top: 2.5em;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    min-height: 300px;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.publication-detail h2 {
  color: rgb(43, 154, 182);
}
.publication-detail .font-sm {
  font-size: 0.875em;
  opacity: 0.7;
}
.publication-detail .slick-slider {
  padding-bottom: 2em;
}
.publication-detail .slick-slider .slider-img {
  width: auto;
  height: 380px;
  background-image: url("/../img/dwelling.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}
.publication-detail .slick-slider .slick-next.slick-arrow {
  right: 22px;
  transform: translate(0, -100%);
}
.publication-detail .slick-slider .slick-next.slick-arrow:hover:before {
  background: rgb(116, 150, 45);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  padding: 14px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  top: -6px;
  font-family: unset;
  opacity: 1;
  background-image: url("../img/svg/arrow.svg");
  background-repeat: no-repeat;
  width: 55px;
  padding: 12px 21px;
  background-position: center;
  background-size: 20px;
}
.publication-detail .slick-slider .slick-next.slick-arrow:before {
  content: "";
  background: rgb(43, 154, 182);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  padding: 14px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  top: -6px;
  font-family: unset;
  opacity: 1;
  background-image: url("../img/svg/arrow.svg");
  background-repeat: no-repeat;
  width: 55px;
  padding: 12px 21px;
  background-position: center;
  background-size: 20px;
}
.publication-detail .slick-slider .slick-prev.slick-arrow {
  left: 0;
  z-index: 9;
  transform: translate(0, -100%);
}
.publication-detail .slick-slider .slick-prev.slick-arrow:hover:before {
  background: rgb(116, 150, 45);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  padding: 14px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  top: -6px;
  font-family: unset;
  opacity: 1;
  background-image: url("../img/svg/arrowl.svg");
  background-repeat: no-repeat;
  width: 55px;
  padding: 12px 21px;
  background-position: center;
  background-size: 20px;
}
.publication-detail .slick-slider .slick-prev.slick-arrow:before {
  content: "";
  background: rgb(43, 154, 182);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  padding: 14px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  top: -6px;
  font-family: unset;
  opacity: 1;
  background-image: url("../img/svg/arrowl.svg");
  background-repeat: no-repeat;
  width: 55px;
  padding: 12px 21px;
  background-position: center;
  background-size: 20px;
}
.publication-detail .content {
  position: relative;
}
.publication-detail .bottom-overlay {
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #222 100%);
  position: absolute;
  bottom: 2em;
  left: 1em;
  right: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.publication-detail .bottom-overlay .toMap {
  border: 1px solid black;
  padding: 5px 10px;
  border-radius: 3px;
  opacity: 0.8;
  margin-left: 8px;
  background: rgba(0, 0, 0, 0.5);
}
.publication-detail .bottom-overlay .toMap a {
  color: #fff;
  font-size: 0.875em;
}
.publication-detail .bottom-overlay .imgAmount {
  border: 1px solid black;
  padding: 5px 10px;
  border-radius: 3px;
  opacity: 0.8;
  margin-right: 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.875em;
}
.publication-detail .sidebar .item {
  padding: 1em 0 1em 0;
}
.publication-detail .sidebar .item h3 {
  padding-bottom: 0;
}
.publication-detail .sidebar .item.button {
  padding-top: 3em;
}
.publication-detail .sidebar .item.top {
  padding-top: 0;
}
.publication-detail .sidebar .item.address {
  padding-top: 0;
}
.publication-detail .sidebar .item.address h3 {
  color: rgb(43, 154, 182);
}
.publication-detail .sidebar .item span {
  color: rgb(43, 154, 182);
}
.publication-detail .mobile {
  display: block;
}
.publication-detail .nonmobile {
  display: none;
}
.publication-detail .details .row {
  border: 1px solid #E6E6E6;
  margin: 0;
  border-radius: 10px;
}
.publication-detail .details .row .column, .publication-detail .details .row .columns {
  border-right: none;
  padding: 1em;
}
.publication-detail .details .row .column:last-child, .publication-detail .details .row .columns:last-child {
  border-right: none;
}
.publication-detail .details .row span {
  font-weight: bold;
  color: rgb(43, 154, 182);
}
.publication-detail .all-specs strong {
  min-height: 40px;
  display: block;
  color: rgb(43, 154, 182);
  padding-bottom: 10px;
}
.publication-detail .all-specs p {
  min-height: 40px;
  display: block;
}
.publication-detail .groundplan li, .publication-detail .services li {
  line-height: 2.5em;
}
.publication-detail .services h3 {
  padding-bottom: 0;
}
.publication-detail .services p {
  opacity: 0.7;
}
.publication-detail .map-characteristics .map {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  background: rgb(43, 154, 182);
  border-radius: 10px;
}
.publication-detail .notfound {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.publication-detail .notfound .dwelling-nf .icon {
  padding: 30px;
  display: block;
  background-position: center;
}
.publication-detail .notfound .dwelling-nf h3 {
  padding-bottom: 2em;
}
.publication-detail .direct-rent, .publication-detail .two-rent {
  position: relative;
}
.publication-detail .direct-rent p, .publication-detail .two-rent p {
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 11px;
  left: -16px;
  color: #fff;
  background: #74962d;
  padding: 8px 17px;
  z-index: 9;
  font-size: 0.875em;
  box-shadow: 8px 5px 8px 0px rgba(0, 0, 0, 0.25);
}
.publication-detail .direct-rent p.blue, .publication-detail .two-rent p.blue {
  background: rgb(43, 154, 182);
}
.publication-detail .direct-rent span, .publication-detail .two-rent span {
  display: block;
  width: 30px;
  height: 30px;
  background: #4f671c;
  position: absolute;
  left: -9px;
  bottom: -74px;
  transform: rotate(-45deg);
}
.publication-detail .two-rent p {
  background: rgb(238, 46, 36);
}
.publication-detail .two-rent span {
  background: #963030;
}
.publication-detail .appropriateAssignMsg {
  font-size: 0.875em;
  padding: 1em;
  border: 1px solid orange;
  border-radius: 10px;
  margin-top: 2em;
}
.publication-detail .extracosts {
  position: relative;
  cursor: pointer;
}
.publication-detail .extracosts sup {
  color: rgb(43, 154, 182);
  margin-bottom: 5px;
}
.publication-detail .extracosts .tooltip {
  display: none;
  width: 200px;
  padding: 1em;
  background-color: rgb(43, 154, 182);
  position: absolute;
  top: 28px;
  right: -27px;
  box-shadow: 0 0.8rem 2.4rem 0 rgba(74, 74, 74, 0.1);
  color: #fff;
}
.publication-detail .extracosts:hover .tooltip {
  display: block;
}

@media (min-width: 80em) {
  .publication-detail .slick-slider .slider-img {
    height: 460px;
  }
  .publication-detail .mobile {
    display: none;
  }
  .publication-detail .nonmobile {
    display: block;
  }
  .publication-detail .details .row .column, .publication-detail .details .row .columns {
    border-right: 1px solid #E6E6E6;
  }
  .publication-detail .details .row .column:last-child, .publication-detail .details .row .columns:last-child {
    border-right: none;
  }
  .publication-detail .navTabs .icon {
    display: inline-block;
  }
  .publication-detail .notfound {
    height: 50vh;
  }
  .publication-detail .notfound .dwelling-nf .icon {
    padding: 50px;
  }
  .publication-detail .notfound .dwelling-nf h3 {
    padding-bottom: 3em;
  }
}
.mainsignup, .secondarysignup {
  width: 100%;
  margin: auto;
  padding-top: 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}
.mainsignup .income-alert, .secondarysignup .income-alert {
  background-color: rgb(43, 154, 182);
  color: #fff;
  padding: 1em;
  border-radius: 10px;
}
.mainsignup .page-content, .secondarysignup .page-content {
  padding-top: 2.5em;
}
.mainsignup .container, .secondarysignup .container {
  padding: 2em 1em;
  border-radius: 10px;
  margin: 0;
  background: rgba(43, 154, 182, 0.1);
}
.mainsignup .progress .column, .mainsignup .progress .columns, .secondarysignup .progress .column, .secondarysignup .progress .columns {
  height: 10px;
  background: rgb(43, 154, 182);
}
.mainsignup .top .column, .mainsignup .top .columns, .secondarysignup .top .column, .secondarysignup .top .columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainsignup .top .column a, .mainsignup .top .columns a, .secondarysignup .top .column a, .secondarysignup .top .columns a {
  color: #666;
  text-decoration: none;
}
.mainsignup h3, .secondarysignup h3 {
  color: rgb(43, 154, 182);
}
.mainsignup .lab, .secondarysignup .lab {
  font-size: 0.875em;
  margin-bottom: 5px;
  display: block;
  font-weight: 300;
}
.mainsignup .switch, .secondarysignup .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.mainsignup .switch span, .secondarysignup .switch span {
  margin-right: 0 !important;
}
.mainsignup .switch input, .secondarysignup .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.mainsignup .slider, .secondarysignup .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mainsignup .slider:before, .secondarysignup .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mainsignup input:checked + .slider, .secondarysignup input:checked + .slider {
  background-color: rgb(116, 150, 45);
}
.mainsignup input:focus + .slider, .secondarysignup input:focus + .slider {
  box-shadow: 0 0 1px rgb(116, 150, 45);
}
.mainsignup input:checked + .slider:before, .secondarysignup input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.mainsignup .slider.round, .secondarysignup .slider.round {
  border-radius: 34px;
}
.mainsignup .slider.round:before, .secondarysignup .slider.round:before {
  border-radius: 50%;
}
.mainsignup .button.row, .secondarysignup .button.row {
  margin-top: 2em;
}
.mainsignup .button.row .btn, .secondarysignup .button.row .btn {
  display: block;
}
.mainsignup .overviewSignup p, .secondarysignup .overviewSignup p {
  line-height: 2.2em;
}
.mainsignup .overviewSignup strong, .secondarysignup .overviewSignup strong {
  color: rgb(43, 154, 182);
}
.mainsignup .row-nondutch, .secondarysignup .row-nondutch {
  position: relative;
  opacity: 0.5;
}
.mainsignup .row-nondutch:after, .secondarysignup .row-nondutch:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.mainsignup .row-nondutch .country, .secondarysignup .row-nondutch .country {
  display: none;
}
.mainsignup .row-nondutch.editable, .secondarysignup .row-nondutch.editable {
  opacity: 1;
}
.mainsignup .row-nondutch.editable:after, .secondarysignup .row-nondutch.editable:after {
  display: none;
}
.mainsignup .row-nondutch.editable .country, .secondarysignup .row-nondutch.editable .country {
  display: block;
}

.select .typeselectbox a.tab {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding: 0;
  text-decoration: none;
  color: #666;
  transition: 0.3s ease;
}
.select .typeselectbox a.tab .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
}
.select .typeselectbox a.tab .inner p {
  margin: 0;
}
.select .typeselectbox a.tab .wrapper {
  text-align: center;
}
.select .typeselectbox a.tab .wrapper .icon {
  display: inline-block;
}
.select .typeselectbox a.tab.active .inner {
  border: 2px solid rgb(116, 150, 45);
  color: #fff;
  background: #74962d;
}
.select .typeselectbox a.tab.active .icon {
  padding: 15px;
  margin-right: 0;
}
.select .typeselectbox a.tab.active .icon.house {
  background-image: url("../img/svg/ok-white.svg");
}
.select .typeselectbox a.tab.active .icon.garage {
  background-image: url("../img/svg/ok-white.svg");
}
.select .typeselectbox a.tab.active .icon.garage.hide {
  display: none;
}
.select .typeselectbox a.tab:hover .inner {
  border: 2px solid rgb(116, 150, 45);
}
.select .hidden {
  display: none;
}

.btn-container {
  display: flex;
  justify-content: space-between;
}
.btn-container.alt {
  padding-top: 2em;
}

label, input {
  display: block;
  width: 100%;
}
label.not-obligatory, input.not-obligatory {
  border-left: 2px solid #666;
}

input[type=checkbox] {
  display: inline;
  width: auto;
}

label {
  line-height: 2em;
  padding-bottom: 0.5em;
}

input, select, textarea {
  border: 1px solid #E6E6E6;
  padding: 0.75em 1em;
  border-radius: 5px;
  margin-bottom: 1em;
  border-left: 2px solid rgb(43, 154, 182);
  font-family: "gothamw&w-book", sans-serif;
  color: #666;
  width: 100%;
}

#formholder label {
  padding-bottom: 0.5em;
}
#formholder .btn {
  margin-top: 2em;
  display: block;
}
#formholder p {
  text-align: right;
  width: 50%;
  margin-top: 2em;
}

.field-validation-error {
  color: red;
  font-size: 0.875em;
}

.updateform {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 2em;
}
.updateform .lab {
  font-size: 0.875em;
  margin-bottom: 5px;
  display: block;
  font-weight: 300;
}

.unfinishedSignUp {
  width: 100%;
}

@media (min-width: 80em) {
  .mainsignup, .secondarysignup {
    width: 70%;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .mainsignup .page-content, .secondarysignup .page-content {
    margin-bottom: 0;
  }
  .unfinishedSignUp {
    width: 60%;
  }
}
#formwrapper {
  position: relative;
}
#formwrapper .bg {
  display: none;
}
#formwrapper.emailInUse .bg {
  position: absolute;
  top: 0;
  display: block;
  left: -2em;
  right: -2em;
  bottom: -5em;
  background: rgba(255, 255, 255, 0.75);
}
#formwrapper.emailInUse .bg .alert {
  margin: 2em;
  display: block;
  background: rgb(43, 154, 182);
  padding: 1em;
  color: #fff;
  border-radius: 5px;
}
#formwrapper.emailInUse .bg .alert a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.loginpage .top {
  text-align: center;
}
.loginpage .top p {
  max-width: 100%;
  margin: auto;
  font-weight: bold;
}
.loginpage .top h3 {
  color: rgb(43, 154, 182);
}
.loginpage .login {
  border: 1px solid #E6E6E6;
  padding: 2em;
  border-radius: 10px;
  min-height: 300px;
  position: relative;
}
.loginpage .login a {
  position: absolute;
  bottom: 2em;
  right: 2em;
  left: 2em;
}
.loginpage .login h4 {
  color: rgb(43, 154, 182);
}
.loginpage .login iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.loginpage .login iframe .ytp-large-play-button-bg {
  fill: rgb(43, 154, 182);
}
.loginpage .login.info {
  height: 100%;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-content .inner {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 2em;
}
.center-content .inner .reset p {
  text-align: right;
  padding-top: 2em;
}

@media (min-width: 80em) {
  .loginpage .top p {
    max-width: 50%;
  }
  .loginpage .login {
    min-height: 300px;
  }
  .center-content .inner {
    width: 50%;
  }
}
.notifications [class*=column] + [class*=column]:last-child {
  float: left;
}
.notifications .intro-form {
  padding: 24px 2em;
  border-bottom: 2px solid #f4f4f4;
}
.notifications .intro-form h1 {
  margin: 0;
}
.notifications .intro-form p {
  margin: 0;
}
.notifications .accordion-container {
  background: #fff;
  margin-bottom: 2em;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  position: relative;
}
.notifications .accordion-container .overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.notifications .accordion-container .accordion {
  min-height: 50px;
  padding: 1em;
  padding-left: 5em;
  border-bottom: 2px solid #f4f4f4;
  transition: 0.4s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  min-height: 106px;
}
.notifications .accordion-container .accordion label {
  line-height: 1.3em;
}
.notifications .accordion-container .accordion .head .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 32px;
  position: absolute;
  top: 20px;
  left: -9px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #fafafa;
  border: 2px solid rgb(43, 154, 182);
}
.notifications .accordion-container .accordion .head .icon.place {
  background-image: url("../img/svg/map.svg");
}
.notifications .accordion-container .accordion .head .icon.search {
  background-image: url("../img/svg/search.svg");
}
.notifications .accordion-container .accordion .head .icon.type {
  background-image: url("../img/svg/wonen.svg");
}
.notifications .accordion-container .accordion .head .icon.result {
  background-image: url("../img/svg/result.svg");
}
.notifications .accordion-container .accordion .head .icon.frequency {
  background-image: url("../img/svg/frequency.svg");
}
.notifications .accordion-container .accordion .head h3 {
  padding-bottom: 0;
}
.notifications .accordion-container .accordion .accordion-chevron {
  background-image: url("../img/svg/chevron-down-dark.svg");
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 1em;
  right: 1em;
  padding: 10px;
  opacity: 0.5;
  transition: 0.3s ease;
}
.notifications .accordion-container .accordion h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.875em;
}
.notifications .accordion-container .accordion p {
  margin: 3px 0;
  padding-right: 4em;
}
.notifications .accordion-container .accordion strong {
  font-weight: bold;
  color: rgb(43, 154, 182);
}
.notifications .accordion-container .accordion .panel {
  transition: 0.4s ease;
  display: none;
  padding-top: 2em;
  margin-left: -3em;
}
.notifications .accordion-container .accordion .panel .btm-text {
  display: block;
  padding-top: 1em;
  font-size: 0.875em;
}
.notifications .accordion-container .accordion .panel p {
  margin: 0;
  font-size: 1em;
}
.notifications .accordion-container .accordion .panel label {
  color: #666;
}
.notifications .accordion-container .accordion .panel .checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  user-select: none;
  display: inline-block;
  margin-bottom: 1em;
}
.notifications .accordion-container .accordion .panel .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.notifications .accordion-container .accordion .panel .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: 0.1s ease;
}
.notifications .accordion-container .accordion .panel .checkmark.radio {
  border-radius: 20px;
}
.notifications .accordion-container .accordion .panel .checkbox-container input:checked ~ .checkmark {
  background-color: rgb(43, 154, 182);
  border: 1px solid rgb(43, 154, 182);
}
.notifications .accordion-container .accordion .panel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.notifications .accordion-container .accordion .panel .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.notifications .accordion-container .accordion .panel .checkbox-container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.notifications .accordion-container .accordion .panel .checkbox-container .checkmark.radio:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 20px;
}
.notifications .accordion-container .accordion .panel strong {
  margin-bottom: 1em;
  display: block;
}
.notifications .accordion-container .accordion.active .panel {
  display: block;
}
.notifications .accordion-container .accordion.active .accordion-chevron {
  transform: rotate(180deg);
}
.notifications .accordion-container .btn-field {
  padding: 1em;
}
.notifications .accordion-container .btn-field .btn {
  width: 100%;
}
.notifications .accordion-container input, .notifications .accordion-container select {
  border: 1px solid #E6E6E6;
  padding: 0.75em 1em;
  border-radius: 5px;
  margin-bottom: 1em;
  font-family: "gothamw&w-book", sans-serif;
  color: #666;
  width: 100%;
}
.notifications .switch-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 0px 2em;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
  padding-left: 5em;
}
.notifications .switch-container .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 32px;
  position: absolute;
  top: 15px;
  left: -9px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #fafafa;
  border: 2px solid rgb(43, 154, 182);
}
.notifications .switch-container .icon.bell {
  background-image: url("../img/svg/bell.svg");
}
.notifications .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.notifications .switch span {
  margin-right: 0 !important;
}
.notifications .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.notifications .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.notifications .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.notifications input:checked + .slider {
  background-color: rgb(116, 150, 45);
}
.notifications input:focus + .slider {
  box-shadow: 0 0 1px rgb(116, 150, 45);
}
.notifications input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.notifications .slider.round {
  border-radius: 34px;
}
.notifications .slider.round:before {
  border-radius: 50%;
}

@media (min-width: 1160px) {
  .notifications .accordion-container .accordion .accordion-chevron {
    right: 2em;
    top: 30px;
  }
  .notifications .accordion-container .btn-field {
    padding: 1em;
    display: flex;
    justify-content: flex-end;
  }
  .notifications .accordion-container .btn-field .btn {
    width: 30%;
  }
}
@media (min-width: 80em) {
  .notifications .accordion-container .accordion {
    padding: 24px;
    padding-left: 86px;
    min-height: 122px;
  }
  .notifications .accordion-container .accordion .head .icon {
    width: 80px;
    height: 80px;
    top: 20px;
  }
  .notifications .accordion-container .accordion .panel {
    margin-left: 0;
  }
  .notifications .accordion-container .accordion:after {
    top: 50px;
  }
  .notifications .switch-container {
    padding-left: 86px;
  }
  .notifications .switch-container .icon {
    width: 80px;
    height: 80px;
    top: 10px;
  }
}
.portal .portal-message .btn.primary {
  margin-top: 1em;
}
.portal .portal-message .offered {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 1em;
}
.portal .portal-message .offered .offered-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}
.portal .portal-title {
  color: rgb(43, 154, 182);
}
.portal .box {
  margin-right: 0;
  margin-left: 0;
}
.portal .items-container {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
}
.portal .items-container .reaction-card {
  border-bottom: 1px solid #E6E6E6;
}
.portal .items-container .reaction-card:last-child {
  border-bottom: none;
}
.portal .items-container .reaction-card .approriateAssign {
  border: none;
}
.portal .items-container .reaction-card .approriateAssign .icon {
  top: 18px;
}
.portal .items-container .reaction-card .position, .portal .items-container .reaction-card .react-date {
  display: flex;
  align-items: center;
  margin: 1em;
}
.portal .items-container .reaction-card .position strong, .portal .items-container .reaction-card .react-date strong {
  color: rgb(43, 154, 182);
}
.portal .items-container .reaction-card .position .icon, .portal .items-container .reaction-card .react-date .icon {
  padding: 10px;
}
.portal .items-container .reaction-card .position p, .portal .items-container .reaction-card .react-date p {
  font-size: 0.875em;
}
.portal .active-offer {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
}
.portal .active-offer h3 {
  padding: 0;
}
.portal .active-offer.rank {
  margin-bottom: 20px;
  border: none;
  margin-bottom: 0;
}
.portal .active-offer button.btn-revoke-offer {
  background-color: #f6f6f6;
  width: 50%;
  height: 100%;
  bottom: 0;
  font-size: 2em;
  color: #565656;
  transition: 0.3s ease;
  cursor: pointer;
  border-radius: 0;
  position: relative;
}
.portal .active-offer button.btn-revoke-offer:hover {
  background-color: rgb(200, 0, 0);
  color: #fff;
}
.portal .active-offer button.btn-revoke-offer:hover .tooltip {
  opacity: 1;
}
.portal .active-offer button.btn-revoke-offer .tooltip {
  padding: 10px;
  background-color: #fff;
  color: #565656;
  box-shadow: 0 0.8rem 2.4rem 0 rgba(74, 74, 74, 0.1);
  opacity: 0;
  position: absolute;
  top: 36px;
  left: -105px;
  font-size: 0.5em;
}
.portal .active-offer button.btn-revoke-offer .tooltip:after {
  content: "";
  position: absolute;
  right: 9px;
  top: -5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #fff;
}
.portal .active-offer span {
  color: rgb(43, 154, 182);
}
.portal .active-offer .image-offer-container {
  position: relative;
}
.portal .active-offer .image-offer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.portal .active-offer .address-offer {
  padding: 20px;
}
.portal .active-offer .address-offer h3, .portal .active-offer .address-offer p {
  margin: 0;
}
.portal .active-offer .address-offer span.icon-home {
  background-image: url("/Content/svg/home-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-color: #f4f4f4;
  border-radius: 50%;
  padding: 25px;
  position: absolute;
  left: 20px;
}
.portal .active-offer .address-offer .price {
  color: rgb(43, 154, 182);
  font-size: 1em;
  font-weight: bold;
}
.portal .active-offer .address-offer.rank {
  padding: 20px;
}
.portal .active-offer .address-offer.rank h3, .portal .active-offer .address-offer.rank p {
  padding-left: 70px;
}
.portal .active-offer .rank-offer {
  padding: 20px;
  text-align: left;
}
.portal .active-offer .rank-offer h3, .portal .active-offer .rank-offer p {
  margin: 0;
}
.portal .active-offer .rank-offer span {
  background-image: url("/Content/svg/position.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 30px;
  padding: 15px;
  display: block;
}
.portal .active-offer .rank-offer span.icon-home {
  background-image: url("/Content/svg/home-icon.svg");
}
.portal .active-offer .rank-offer span.icon-position {
  background-image: url("/Content/svg/position.svg");
}
.portal .active-offer .rank-offer span.icon-calendar {
  background-image: url("/Content/svg/calendar.svg");
}
.portal .active-offer .rank-offer p {
  text-transform: uppercase;
  font-size: 0.875em;
}
.portal .mijn {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 2em;
}

.approriateAssign {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 1em;
}
.approriateAssign.message.inner {
  padding: 1em;
}
.approriateAssign.message.inner h3 {
  padding: 0;
  padding-left: 4em;
}
.approriateAssign.message.inner p {
  padding-left: 74px;
}
.approriateAssign .personal-details strong {
  min-height: 40px;
  display: block;
  color: rgb(43, 154, 182);
}
.approriateAssign .personal-details p {
  min-height: 40px;
  display: block;
}
.approriateAssign.inner {
  padding: 1em;
  position: relative;
  overflow: hidden;
}
.approriateAssign.inner a {
  text-decoration: none;
}
.approriateAssign.inner h3 {
  padding: 0;
  padding-left: 68px;
}
.approriateAssign.inner strong {
  padding-left: 64px;
}
.approriateAssign.inner .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 51px;
  position: absolute;
  top: 7px;
  left: -9px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fafafa;
  border: 2px solid #2B9AB6;
}
.approriateAssign.inner p {
  font-size: 0.875em;
}
.approriateAssign.inner p.card {
  padding-left: 70px;
}
.approriateAssign.family-card, .approriateAssign.age-choice, .approriateAssign.income-choice {
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  border: 1px solid rgb(116, 150, 45);
}
.approriateAssign.family-card p, .approriateAssign.age-choice p, .approriateAssign.income-choice p {
  padding-bottom: 0;
}
.approriateAssign.family-card:hover, .approriateAssign.age-choice:hover, .approriateAssign.income-choice:hover {
  background: rgb(43, 154, 182);
  color: #fff;
  border: 1px solid rgb(43, 154, 182);
}
.approriateAssign.family-card:hover .icon.persons, .approriateAssign.age-choice:hover .icon.persons, .approriateAssign.income-choice:hover .icon.persons {
  background-image: url("../img/svg/1pw.svg");
}
.approriateAssign.family-card:hover .icon.personss, .approriateAssign.age-choice:hover .icon.personss, .approriateAssign.income-choice:hover .icon.personss {
  background-image: url("../img/svg/2pw.svg");
}
.approriateAssign.family-card:hover .icon.personsss, .approriateAssign.age-choice:hover .icon.personsss, .approriateAssign.income-choice:hover .icon.personsss {
  background-image: url("../img/svg/3pw.svg");
}
.approriateAssign.family-card.active, .approriateAssign.age-choice.active, .approriateAssign.income-choice.active {
  background: rgb(43, 154, 182);
  border: 1px solid rgb(43, 154, 182);
  color: #fff;
}
.approriateAssign.family-card.active .icon.persons, .approriateAssign.age-choice.active .icon.persons, .approriateAssign.income-choice.active .icon.persons {
  background-image: url("../img/svg/1pw.svg");
}
.approriateAssign.family-card.active .icon.personss, .approriateAssign.age-choice.active .icon.personss, .approriateAssign.income-choice.active .icon.personss {
  background-image: url("../img/svg/2pw.svg");
}
.approriateAssign.family-card.active .icon.personsss, .approriateAssign.age-choice.active .icon.personsss, .approriateAssign.income-choice.active .icon.personsss {
  background-image: url("../img/svg/3pw.svg");
}
.approriateAssign.family-card.active:hover:after, .approriateAssign.age-choice.active:hover:after, .approriateAssign.income-choice.active:hover:after {
  content: " ";
}
.approriateAssign.family-card .min.hidden, .approriateAssign.age-choice .min.hidden, .approriateAssign.income-choice .min.hidden {
  display: none;
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 24px;
  cursor: pointer;
  line-height: 14px;
}
.radio-container.top {
  margin-top: 1em;
}

.radio-container .radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-checkmark {
  position: absolute;
  top: -2px;
  left: 2px;
  height: 20px;
  width: 20px;
  border: 1px solid #666;
  border-radius: 50%;
  transition: ease 0.4s;
}

.radio-container:hover .radio-input ~ .radio-checkmark {
  background-color: rgba(116, 150, 45, 0.25);
}

.radio-container .radio-input:checked ~ .radio-checkmark {
  background-color: #fff;
  border: 1px solid #666;
}

.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container .radio-input:checked ~ .radio-checkmark:after {
  display: block;
}

.radio-container .radio-checkmark:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgb(116, 150, 45);
}

@media (min-width: 40em) {
  .portal .approriateAssign.message.inner {
    padding: 2em;
  }
  .portal .approriateAssign.message.inner h3 {
    padding-left: 3em;
  }
  .portal .approriateAssign.message.inner p {
    padding-left: 56px;
  }
  .portal .approriateAssign.message .btn {
    margin: 0;
  }
}
@media (min-width: 80em) {
  .portal .portal-message .offered .offered-btn {
    justify-content: flex-end;
    margin-top: 0;
  }
  .portal .active-offer button.btn-revoke-offer {
    position: absolute;
    right: 0;
    border-radius: 0;
    border-bottom-right-radius: 5px;
  }
  .portal .active-offer button.btn-revoke-offer .tooltip {
    top: 53px;
    left: -132px;
  }
  .portal .active-offer button.btn-revoke-offer .tooltip:after {
    right: -5px;
    top: 13px;
  }
  .portal .active-offer .address-offer.rank {
    padding: 20px;
    display: block;
    line-height: 30px;
  }
  .portal .active-offer .address-offer.rank p {
    margin-left: 0;
  }
  .portal .active-offer .rank-offer {
    text-align: center;
  }
  .portal .active-offer .rank-offer span {
    background-position: center;
  }
  .portal .items-container .reaction-card .position, .portal .items-container .reaction-card .react-date {
    margin: 0;
  }
}
.mfp-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
  padding-top: 0;
  z-index: 11;
}
.mfp-content .mfp-iframe-scaler {
  width: 100vw !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mfp-content .mfp-iframe-scaler .mfp-close {
  position: absolute;
  color: #666;
  bottom: 2em;
  z-index: 12;
  border: 1px solid rgb(43, 154, 182);
  padding: 10px 20px;
  border-radius: 20px;
  transition: 0.4s ease;
  cursor: pointer;
  background: #fff;
}
.mfp-content .mfp-iframe-scaler .mfp-close:before {
  content: "sluiten ";
}
.mfp-content .mfp-iframe-scaler .mfp-close:hover {
  background: rgb(43, 154, 182);
  color: #fff;
  border: 1px solid rgb(43, 154, 182);
}
.mfp-content .mfp-iframe-scaler .mfp-iframe {
  width: 100%;
  height: 100vh;
}

.modal {
  background: #fff;
  min-height: 100vh;
  padding: 2em;
  display: block;
}
.modal i {
  padding-bottom: 1em;
  display: block;
}
.modal h3 {
  color: rgb(43, 154, 182);
  padding-bottom: 1em;
}
.modal p {
  padding-bottom: 2em;
  font-size: 1em;
}
.modal .btn {
  margin-bottom: 1em;
}

@media (min-width: 80em) {
  .mfp-content {
    padding-top: 128px;
  }
  .mfp-content .mfp-iframe-scaler .mfp-iframe {
    width: 50%;
    height: 50vh;
  }
}
.justification-overview {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
}
.justification-overview .container {
  border-bottom: 2px solid #f2f2f2;
  background: #fff;
}
.justification-overview .container:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.justification-overview .container:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: none;
}
.justification-overview .row div.background {
  font-size: 0.875em;
  color: #666;
  margin-bottom: 0px;
  padding: 1em;
  transition: 0.1s ease;
}
.justification-overview .row div.background:hover {
  color: #fff;
  background-color: #2b9ab6;
}
.justification-overview .row div.background:hover strong {
  color: #fff;
  opacity: 1;
}
.justification-overview .row div.background:hover .icon-alert {
  background: rgb(116, 150, 45);
}
.justification-overview .row div.background .columns {
  padding-bottom: 10px;
}
.justification-overview .row div.background strong {
  color: rgb(43, 154, 182);
  display: block;
  font-size: 0.85em;
  font-weight: normal;
  padding-bottom: 4px;
}
.justification-overview .row div.background .city {
  text-transform: capitalize;
  font-weight: normal;
}

.alert-container {
  position: relative;
}

.icon-alert {
  position: absolute;
  cursor: help;
  display: inline-block;
  margin-left: 10px;
  background: #2B9AB6;
  color: #fff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  transition: 0.3s ease;
  left: 272px;
  top: 4px;
}
.icon-alert .alert-msg {
  display: none;
  color: #666;
  position: absolute;
  top: 30px;
  left: -92px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0.8rem 2.4rem 0 rgba(74, 74, 74, 0.1);
  transition: 0.3s ease;
  border-radius: 3px;
  z-index: 9;
  min-width: 200px;
  text-align: left;
}
.icon-alert .alert-msg h4 {
  margin-bottom: 10px;
}
.icon-alert .alert-msg:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  right: 94px;
  top: -4px;
  position: absolute;
}
.icon-alert:hover {
  color: #fff;
}
.icon-alert:hover .alert-msg {
  display: block;
}

section.range-slider {
  display: block;
  position: relative;
  margin-bottom: 40px;
  padding: 20px;
  border-bottom-right-radius: 10px;
  height: 145px;
  padding-top: 6px;
}
section.range-slider p {
  margin-left: -8px;
}
section.range-slider p.last {
  margin-bottom: 40px;
}
section.range-slider i {
  font-size: 0.75em;
  position: absolute;
  bottom: 0;
}
section.range-slider .noUi-target {
  border-radius: 4px;
  border: none;
  box-shadow: none;
}
section.range-slider .noUi-horizontal {
  height: 2px;
  width: 94%;
  margin-left: 3px;
  right: 0;
}
section.range-slider .noUi-base {
  background: #ccc;
  margin-left: 0;
}
section.range-slider .noUi-horizontal .noUi-origin {
  right: 4px !important;
}
section.range-slider .noUi-handle {
  width: 25px;
  height: 25px;
  top: -12px;
  box-shadow: none;
  background-color: rgb(43, 154, 182);
  cursor: pointer;
}
section.range-slider .noUi-handle:before {
  content: none;
}
section.range-slider .noUi-handle:after {
  content: none;
}
section.range-slider span.min-value, section.range-slider span.max-value {
  font-weight: bold;
  background: rgb(116, 150, 45);
  color: #fff;
  padding: 1px 7px;
  margin-right: 5px;
}
section.range-slider span.max-value {
  margin-left: 5px;
}
section.range-slider .slider-step {
  position: relative;
  background-color: #666;
}
section.range-slider .slider-step .scale {
  position: absolute;
  width: 100%;
}
section.range-slider .noUi-pips-horizontal {
  left: 0;
}
section.range-slider .noUi-marker-horizontal.noUi-marker-sub {
  height: 5px;
}
section.range-slider .noUi-value-sub {
  font-size: 13px;
  font-family: "gothamw&w-book", sans-serif;
  color: #666;
}
section.range-slider .noUi-marker-horizontal.noUi-marker {
  margin-left: 0px;
  width: 1px;
}
section.range-slider .noUi-marker-sub {
  background: #666;
}

@font-face {
  font-family: "gothamw&w-book";
  src: url("../fonts/GothamW&W-Book.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "gothamw&w-bold";
  src: url("../fonts/GothamW&W-Bold.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "gothamw&w";
  src: url("../fonts/GothamW&W-Light.otf") format("opentype");
  font-weight: 100;
}
body {
  background: #FFFFFF;
  font-size: 1em;
  min-height: 100vh;
  font-family: "gothamw&w-book", sans-serif;
  line-height: 2em;
  font-weight: 300;
  color: #666;
  position: relative;
}

.page-website-wrapper {
  padding-right: 0;
  padding-left: 0;
  padding-top: 60px;
  min-height: 91vh;
}
.page-website-wrapper.login {
  padding-top: 0;
}
.page-website-wrapper .inner {
  background: #fff;
}

h2, h4 {
  font-family: "gothamw&w-bold", sans-serif;
  color: #666;
  margin: 0;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.625rem;
}

h3 {
  font-size: 1.375rem;
  font-family: "gothamw&w-bold", sans-serif;
}

h4 {
  font-size: 1.125rem;
  font-family: "gothamw&w-bold", sans-serif;
}

h5 {
  font-size: 1rem;
}

strong {
  font-weight: bold;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 76em;
  position: relative;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

.btm-spacing-0 {
  margin-bottom: 0;
}

.btm-spacing-1 {
  margin-bottom: 1em;
}

.btm-spacing-2 {
  margin-bottom: 2em;
}

.btm-spacing-3 {
  margin-bottom: 3em;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul a {
  color: #666;
  text-decoration: none;
  font-size: 1em;
}

a {
  color: #666;
}

a:hover {
  color: rgb(43, 154, 182);
}

label {
  line-height: 1.7em;
}
label span {
  margin-right: 10px;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  user-select: none;
  display: inline-block;
  margin-bottom: 1em;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: 0.1s ease;
}
.checkmark.radio {
  border-radius: 20px;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: rgb(43, 154, 182);
  border: 1px solid rgb(43, 154, 182);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkbox-container .checkmark.radio:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 20px;
}

@media (min-width: 80em) {
  .page-website-wrapper {
    padding-top: 128px;
    padding-right: 2em;
    padding-left: 2em;
  }
  .page-website-wrapper.login {
    padding-top: 0;
  }
}
.income-choice.hidden {
  display: none;
}

.pageload .page-content {
  background-color: #fff !important;
}

.WierdenEnBorgen-splash {
  padding-top: 2em;
  padding-bottom: 2em;
}
.WierdenEnBorgen-splash img {
  display: block;
  margin-bottom: 2em;
  max-width: 50%;
}
.WierdenEnBorgen-splash .codebox {
  padding: 2em;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0.8rem 2.4rem 0 rgba(74, 74, 74, 0.1);
}

.twoRentPopUp {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
}
.twoRentPopUp.hidden {
  display: none;
}
.twoRentPopUp .inner {
  background: #fff;
  width: 80vw;
  margin: 2em auto;
  padding: 2em;
  position: relative;
  border-radius: 10px;
}
.twoRentPopUp .inner span {
  font-size: 0.8em;
  margin-bottom: 1em;
  line-height: 1.5;
  display: block;
}
.twoRentPopUp .inner h2 {
  color: rgb(43, 154, 182);
  margin-bottom: 0.5em;
}
.twoRentPopUp .closeBtn {
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
}

@media (min-width: 80em) {
  .twoRentPopUp .inner {
    width: 30vw;
  }
}
