/**
 * OVERVIEW
 *
 * IMPORTS
 * reset, vars, mixins, core, plugins
 *
 * LAYOUT
 * Helpers
 * Header / Main / Footer
 * Components
 * Pages (page overrides)
 *
 * Hooks (IE, ...)
 * Print
 */
/**
 * GUIDELINES
 * CLASSES
 * Naming: BEM - http://getbem.com/
 * Abbreviations: Emmet - http://docs.emmet.io/cheat-sheet/ | example: .va-m
 *
 * MEDIAQUERIES
 * @media $small, $medium, $maxMedium, $large, $larger, $huge, $massive
 */
/* =============================================================================
   IMPORTS
   ========================================================================== */
/*============================================================================
  RESET

  Adapted version of:
  - Eric Meyer reset
  - Boilerplate Normalize.css
  - Normalize opentype
==============================================================================*/
@import url(../fonts/parc-rischard.css);
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del,
dfn, em, img, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset,
form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, time, section, main {
  display: block;
}

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

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

a:focus {
  outline: thin dotted;
}

ol, ul {
  list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

figure {
  margin: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

abbr {
  text-transform: uppercase;
}

time {
  display: block;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/*============================================================================
  VARIABLES
==============================================================================*/
@media (min-width: 480px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1680px) {
  .init-mediaqueries {
    margin: 0;
  }
}

/*============================================================================
  MIXINS
==============================================================================*/
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vh.focusable:active, .vh.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

/*============================================================================
  GRID
==============================================================================*/
.grid, .grid--rev, .grid--full, .grid--g40, .grid--g60 {
  *zoom: 1;
  margin: 0 0 20px -20px;
}

.grid:before, .grid--rev:before, .grid--full:before, .grid--g40:before, .grid--g60:before, .grid:after, .grid--rev:after, .grid--full:after, .grid--g40:after, .grid--g60:after {
  display: table;
  content: " ";
}

.grid:after, .grid--rev:after, .grid--full:after, .grid--g40:after, .grid--g60:after {
  clear: both;
}

ul.grid, ul.grid--rev, ul.grid--full, ul.grid--g40, ul.grid--g60,
ul.grid-uniform {
  list-style: none;
  padding: 0;
}

.grid__item {
  float: left;
  padding-left: 20px;
  width: 100%;
}

.grid--rev {
  direction: rtl;
  text-align: left;
}

.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

.grid--full {
  margin-left: 0;
}

.grid--full > .grid__item {
  padding-left: 0;
}

.grid--g40 {
  margin-left: -40px;
}

.grid--g40 > .grid__item {
  padding-left: 40px;
}

.grid--g60 {
  margin-left: -60px;
}

.grid--g60 > .grid__item {
  padding-left: 60px;
}

.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

.one-sixth {
  width: 16.666%;
}

.two-sixths {
  width: 33.333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.666%;
}

.five-sixths {
  width: 83.333%;
}

.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

.one-twelfth {
  width: 8.333%;
}

.two-twelfths {
  width: 16.666%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.333%;
}

.five-twelfths {
  width: 41.666%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.333%;
}

.eight-twelfths {
  width: 66.666%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

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

.text-center {
  text-align: center !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

@media only screen and (min-width: 768px) {
  .medium--one-whole {
    width: 100%;
  }
  .medium--one-half {
    width: 50%;
  }
  .medium--one-third {
    width: 33.333%;
  }
  .medium--two-thirds {
    width: 66.666%;
  }
  .medium--one-quarter {
    width: 25%;
  }
  .medium--two-quarters {
    width: 50%;
  }
  .medium--three-quarters {
    width: 75%;
  }
  .medium--one-fifth {
    width: 20%;
  }
  .medium--two-fifths {
    width: 40%;
  }
  .medium--three-fifths {
    width: 60%;
  }
  .medium--four-fifths {
    width: 80%;
  }
  .medium--one-sixth {
    width: 16.666%;
  }
  .medium--two-sixths {
    width: 33.333%;
  }
  .medium--three-sixths {
    width: 50%;
  }
  .medium--four-sixths {
    width: 66.666%;
  }
  .medium--five-sixths {
    width: 83.333%;
  }
  .medium--one-eighth {
    width: 12.5%;
  }
  .medium--two-eighths {
    width: 25%;
  }
  .medium--three-eighths {
    width: 37.5%;
  }
  .medium--four-eighths {
    width: 50%;
  }
  .medium--five-eighths {
    width: 62.5%;
  }
  .medium--six-eighths {
    width: 75%;
  }
  .medium--seven-eighths {
    width: 87.5%;
  }
  .medium--one-tenth {
    width: 10%;
  }
  .medium--two-tenths {
    width: 20%;
  }
  .medium--three-tenths {
    width: 30%;
  }
  .medium--four-tenths {
    width: 40%;
  }
  .medium--five-tenths {
    width: 50%;
  }
  .medium--six-tenths {
    width: 60%;
  }
  .medium--seven-tenths {
    width: 70%;
  }
  .medium--eight-tenths {
    width: 80%;
  }
  .medium--nine-tenths {
    width: 90%;
  }
  .medium--one-twelfth {
    width: 8.333%;
  }
  .medium--two-twelfths {
    width: 16.666%;
  }
  .medium--three-twelfths {
    width: 25%;
  }
  .medium--four-twelfths {
    width: 33.333%;
  }
  .medium--five-twelfths {
    width: 41.666%;
  }
  .medium--six-twelfths {
    width: 50%;
  }
  .medium--seven-twelfths {
    width: 58.333%;
  }
  .medium--eight-twelfths {
    width: 66.666%;
  }
  .medium--nine-twelfths {
    width: 75%;
  }
  .medium--ten-twelfths {
    width: 83.333%;
  }
  .medium--eleven-twelfths {
    width: 91.666%;
  }
  .medium--show {
    display: block !important;
  }
  .medium--hide {
    display: none !important;
  }
  .medium--text-left {
    text-align: left !important;
  }
  .medium--text-right {
    text-align: right !important;
  }
  .medium--text-center {
    text-align: center !important;
  }
  .medium--left {
    float: left !important;
  }
  .medium--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1024px) {
  .large--one-whole {
    width: 100%;
  }
  .large--one-half {
    width: 50%;
  }
  .large--one-third {
    width: 33.333%;
  }
  .large--two-thirds {
    width: 66.666%;
  }
  .large--one-quarter {
    width: 25%;
  }
  .large--two-quarters {
    width: 50%;
  }
  .large--three-quarters {
    width: 75%;
  }
  .large--one-fifth {
    width: 20%;
  }
  .large--two-fifths {
    width: 40%;
  }
  .large--three-fifths {
    width: 60%;
  }
  .large--four-fifths {
    width: 80%;
  }
  .large--one-sixth {
    width: 16.666%;
  }
  .large--two-sixths {
    width: 33.333%;
  }
  .large--three-sixths {
    width: 50%;
  }
  .large--four-sixths {
    width: 66.666%;
  }
  .large--five-sixths {
    width: 83.333%;
  }
  .large--one-eighth {
    width: 12.5%;
  }
  .large--two-eighths {
    width: 25%;
  }
  .large--three-eighths {
    width: 37.5%;
  }
  .large--four-eighths {
    width: 50%;
  }
  .large--five-eighths {
    width: 62.5%;
  }
  .large--six-eighths {
    width: 75%;
  }
  .large--seven-eighths {
    width: 87.5%;
  }
  .large--one-tenth {
    width: 10%;
  }
  .large--two-tenths {
    width: 20%;
  }
  .large--three-tenths {
    width: 30%;
  }
  .large--four-tenths {
    width: 40%;
  }
  .large--five-tenths {
    width: 50%;
  }
  .large--six-tenths {
    width: 60%;
  }
  .large--seven-tenths {
    width: 70%;
  }
  .large--eight-tenths {
    width: 80%;
  }
  .large--nine-tenths {
    width: 90%;
  }
  .large--one-twelfth {
    width: 8.333%;
  }
  .large--two-twelfths {
    width: 16.666%;
  }
  .large--three-twelfths {
    width: 25%;
  }
  .large--four-twelfths {
    width: 33.333%;
  }
  .large--five-twelfths {
    width: 41.666%;
  }
  .large--six-twelfths {
    width: 50%;
  }
  .large--seven-twelfths {
    width: 58.333%;
  }
  .large--eight-twelfths {
    width: 66.666%;
  }
  .large--nine-twelfths {
    width: 75%;
  }
  .large--ten-twelfths {
    width: 83.333%;
  }
  .large--eleven-twelfths {
    width: 91.666%;
  }
  .large--show {
    display: block !important;
  }
  .large--hide {
    display: none !important;
  }
  .large--text-left {
    text-align: left !important;
  }
  .large--text-right {
    text-align: right !important;
  }
  .large--text-center {
    text-align: center !important;
  }
  .large--left {
    float: left !important;
  }
  .large--right {
    float: right !important;
  }
}

/*============================================================================
  TYPOGRAPHY
==============================================================================*/
p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

strong {
  font-weight: 600;
  font-size: inherit;
}

em {
  font-style: italic;
  font-weight: inherit;
}

a {
  font-weight: inherit;
  font-style: inherit;
  color: #5f5f5f;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

a:hover, a:focus {
  color: #6b917f;
}

a:focus, a:active {
  outline: 0;
}

a.tdn {
  text-decoration: none;
}

a.tdn:hover, a.tdn:focus {
  text-decoration: underline;
}

a[href^=tel] {
  text-decoration: none;
}

a[href^=tel]:hover, a[href^=tel]:focus {
  text-decoration: underline;
}

a:not([href]) {
  color: #444;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'sofia-pro', Museo Sans, Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #6b917f;
  line-height: 1.2em;
  margin: 0 0 0.8em;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
  outline: 0;
  font-weight: inherit;
  color: #6b917f;
}

h1 a:hover, h1 a:focus, .h1 a:hover, .h1 a:focus, h2 a:hover, h2 a:focus, .h2 a:hover, .h2 a:focus, h3 a:hover, h3 a:focus, .h3 a:hover, .h3 a:focus, h4 a:hover, h4 a:focus, .h4 a:hover, .h4 a:focus, h5 a:hover, h5 a:focus, .h5 a:hover, .h5 a:focus, h6 a:hover, h6 a:focus, .h6 a:hover, .h6 a:focus {
  color: #557465;
}

h1, .h1 {
  font-size: 32px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: calc(32px + 13 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h1.large, .h1.large {
  font-size: 45px;
}

@media screen and (min-width: 768px) {
  h1.large, .h1.large {
    font-size: calc(45px + 25 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  h1.large, .h1.large {
    font-size: 70px;
  }
}

h1 span.subtitle, .h1 span.subtitle {
  font-size: 32px;
  font-weight: 200;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  h1 span.subtitle, .h1 span.subtitle {
    font-size: calc(32px + 8 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  h1 span.subtitle, .h1 span.subtitle {
    font-size: 40px;
  }
}

h1 span.subtitle:before, .h1 span.subtitle:before {
  content: '';
  position: relative;
  top: -10px;
  width: 40px;
  height: 1px;
  background-color: #6b917f;
  display: inline-block;
  margin-right: 10px;
}

h2, .h2 {
  font-size: 28px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: calc(28px + 8 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: calc(16px + 5 * (100vw - 768px) / 256);
  }
}

@media screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 21px;
  }
}

h4, .h4 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
}

ul, ol {
  margin: 0 0 1.5em 16px;
}

ul li, ol li {
  line-height: 1.5em;
  padding: 0;
}

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul.lined li {
  border-bottom: 1px solid #E3E3E3;
  padding: 5px 0;
}

ul.lined li:first-child {
  padding-top: 0;
}

ul.lined li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

ol {
  list-style: decimal;
}

.unstyled, ul.lined, .interactive-map ul, nav ul {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
}

.unstyled ul, ul.lined ul, .interactive-map ul ul, nav ul ul {
  list-style: none;
}

.unstyled li, ul.lined li, .interactive-map ul li, nav ul li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  background: none;
}

nav ul {
  *zoom: 1;
}

nav ul:before, nav ul:after {
  display: table;
  content: " ";
}

nav ul:after {
  clear: both;
}

dl {
  margin: 0 0 1.5em;
}

dt, dd {
  line-height: 1.5em;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #B4B4B4;
  margin: 50px 0;
}

blockquote {
  line-height: inherit;
  padding-left: 20px;
  border-left: 1px solid #B4B4B4;
  margin-bottom: 1.5em;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
}

blockquote p {
  margin-bottom: 0.5em;
}

blockquote cite {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  blockquote {
    padding-left: 40px;
  }
}

/*============================================================================
  TABLES
==============================================================================*/
table {
  width: 100%;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  margin: 0 0 1.5em;
}

table th, table td {
  padding: 11px 6px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  line-height: 1.5em;
}

table th {
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}

/*============================================================================
  FORMS
==============================================================================*/
form {
  margin: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
  font-size: 18px;
}

button, input, select, textarea, .button {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

label, .label, input, select, textarea {
  font-family: 'sofia-pro', Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 200;
  color: #5f5f5f;
  vertical-align: middle;
  color: #444;
}

label, .label {
  display: block;
  margin-bottom: 8px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  border: none;
}

input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
}

input[type="text"], input[type="search"], input[type="password"],
input[type="email"], input[type="tel"], input[type="date"], textarea, select {
  padding: 6px;
  margin-bottom: 2px;
  display: block;
  background: #fff;
  height: 35px;
  line-height: inherit;
  width: 100%;
  border: none;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus,
input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: #5f5f5f;
}

input[type="email"] {
  display: block;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%;
  height: 185px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  *height: 13px;
  *width: 13px;
  line-height: normal;
  border: none;
}

input[type="file"] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

button, input[type="reset"], input[type="submit"], .button {
  float: left;
  display: block;
  clear: both;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  outline: 0;
  line-height: 1.2em;
  padding: 12px 20px;
  margin: 10px 0 0;
  background-color: #6b917f;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.075em;
  *zoom: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

button:before, button:after, input[type="reset"]:before, input[type="reset"]:after, input[type="submit"]:before, input[type="submit"]:after, .button:before, .button:after {
  display: table;
  content: " ";
}

button:after, input[type="reset"]:after, input[type="submit"]:after, .button:after {
  clear: both;
}

button.button--large, input[type="reset"].button--large, input[type="submit"].button--large, .button.button--large {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  button.button--large, input[type="reset"].button--large, input[type="submit"].button--large, .button.button--large {
    padding: 20px 100px;
  }
}

button i, input[type="reset"] i, input[type="submit"] i, .button i {
  margin: -5px 6px 0 5px;
}

button:hover, button:focus, button:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .button:hover, .button:focus, .button:active {
  background-color: #557465;
  color: #fff;
}

button:active, input[type="reset"]:active, input[type="submit"]:active, .button:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

button.arrow-button:after, input[type="reset"].arrow-button:after, input[type="submit"].arrow-button:after, .button.arrow-button:after {
  content: '\0049';
  vertical-align: middle;
  padding-bottom: 3px;
}

button.arrow-button img, input[type="reset"].arrow-button img, input[type="submit"].arrow-button img, .button.arrow-button img {
  display: none;
  width: 8px;
  opacity: 0.2;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 20px;
  margin-right: 20px;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, .button::-moz-focus-inner {
  border: 0;
}

button, input[type="text"], input[type="submit"], input[type="button"], input[type="reset"],
input[type="email"], input[type="tel"], textarea {
  -webkit-appearance: none;
}

button:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button:focus, a.button:focus, select:focus {
  outline: 0;
  *outline: inherit;
  box-shadow: 0 0 1px 1px rgba(200, 200, 200, 0.1);
}

:-ms-input-placeholder {
  color: #5f5f5f;
  font-weight: 300;
}

::placeholder {
  color: #5f5f5f;
  font-weight: 300;
}

::-ms-clear {
  display: none;
}

input[type="search"] {
  -webkit-appearance: none;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-webkit-search-results-button {
  -webkit-appearance: none;
}

::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

form .row {
  margin-bottom: 0;
}

fieldset {
  width: auto;
}

fieldset p, fieldset ul, fieldset li {
  *zoom: 1;
}

fieldset p:before, fieldset p:after, fieldset ul:before, fieldset ul:after, fieldset li:before, fieldset li:after {
  display: table;
  content: " ";
}

fieldset p:after, fieldset ul:after, fieldset li:after {
  clear: both;
}

fieldset ul {
  margin-left: -20px;
}

fieldset ul li {
  list-style: none;
  background: none;
  list-style-image: none;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
}

fieldset ul li.error input {
  border-color: #f1062c;
}

fieldset ul li.space {
  margin-top: 25px;
}

@media (min-width: 768px) {
  fieldset ul li.one-half {
    width: 50%;
  }
  fieldset ul li.one-fourth {
    width: 25%;
  }
}

.floating-form h2 {
  margin-left: 0px;
}

@media (min-width: 768px) {
  .floating-form h2 {
    margin-left: -40px;
  }
}

.floating-form li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}

.floating-form li:last-child {
  margin-bottom: 0;
}

.floating-form li input {
  height: 55px;
  transition: 0.3s;
  padding: 15px;
}

.floating-form li input.show {
  padding-bottom: 2px;
  padding-top: 18px;
}

.floating-form li input:not([type='input']), .floating-form li textarea {
  margin-left: -10px;
}

@media (min-width: 768px) {
  .floating-form li input:not([type='input']), .floating-form li textarea {
    margin-left: -20px;
  }
}

.floating-form label:not(.show-label) {
  position: absolute;
  left: 25px;
  top: 10px;
  z-index: -1;
  opacity: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #95989A;
  transition: 0.3s;
}

.floating-form label:not(.show-label).show:not(.show-label) {
  opacity: 1;
  z-index: 1;
  top: 5px;
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.floating-form .show-label {
  margin-left: -10px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .floating-form .show-label {
    margin-left: -20px;
  }
}

.floating-form input[type="submit"], .floating-form .button {
  margin-top: 0;
}

.floating-form input:-webkit-autofill, .floating-form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fafafa inset !important;
  border-color: #fafafa;
  border-bottom-color: #999;
}

@media (min-width: 768px) {
  .floating-form label {
    font-size: 20px;
    font-size: 2rem;
  }
}

.buttons {
  *zoom: 1;
}

.buttons:before, .buttons:after {
  display: table;
  content: " ";
}

.buttons:after {
  clear: both;
}

.buttons button, .buttons input[type="reset"], .buttons input[type="submit"], .buttons .button, .buttons a.button {
  float: left;
  clear: none;
  margin-right: 15px;
}

.buttons button.right, .buttons input[type="reset"].right, .buttons input[type="submit"].right, .buttons .button.right, .buttons a.button.right {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.a-c .button, .a-c a.button, .a-c button {
  float: none;
  clear: none;
  display: inline-block;
}

.grecaptcha-badge {
  display: none;
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  z-index: 2000;
  min-width: 320px;
  height: auto;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  text-align: left;
  font-size: 18px;
}

@media (max-width: 766px) {
  .md-modal {
    display: none;
  }
}

@media (min-width: 1024px) {
  .md-modal {
    width: 940px;
  }
}

.md-modal.mobile {
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.md-modal.md-cover, .md-modal.md-cover-dynamic {
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: none;
  transform: none;
}

.md-modal.md-cover .md-content, .md-modal.md-cover-dynamic .md-content {
  height: 100%;
  height: 100vh;
  overflow-y: scroll;
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 20px 25px;
}

.md-modal.md-cover .md-close, .md-modal.md-cover-dynamic .md-close {
  position: fixed;
  z-index: 1000;
  top: 12px;
  right: 12px;
  opacity: 0;
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}

.md-modal.md-cover.md-show .md-close, .md-modal.md-show.md-cover-dynamic .md-close {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.md-modal.md-cover.md-show .md-close .text, .md-modal.md-show.md-cover-dynamic .md-close .text {
  color: #444;
}

.md-modal.md-cover.md-show .md-close:hover .icon-close, .md-modal.md-show.md-cover-dynamic .md-close:hover .icon-close, .md-modal.md-cover.md-show .md-close:focus .icon-close, .md-modal.md-show.md-cover-dynamic .md-close:focus .icon-close {
  color: #444;
}

.md-modal.md-cover.md-show .md-content, .md-modal.md-show.md-cover-dynamic .md-content {
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 768px) {
  .md-modal.md-cover .md-close, .md-modal.md-cover-dynamic .md-close {
    top: 15px;
    right: 30px;
  }
}

.md-cover-dynamic .md-content.md-content {
  padding-top: 35px;
}

.md-content {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  opacity: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  color: #fff;
}

.md-content:before, .md-content:after {
  display: table;
  content: " ";
}

.md-content:after {
  clear: both;
}

.md-content h1, .md-content .h1, .md-content h2, .md-content .h2, .md-content h3, .md-content .h3, .md-content h4, .md-content .h4, .md-content h5, .md-content .h5, .md-content h6, .md-content .h6 {
  color: #fff;
}

.md-content a {
  color: #6b917f;
}

.md-content a:hover, .md-content a:focus {
  color: #6b917f;
}

.md-content .md-close, .md-content .md-close-holder {
  position: absolute;
  top: -25px;
  right: -5px;
}

@media (min-width: 1024px) {
  .md-content {
    padding: 60px;
  }
}

.md-show {
  visibility: visible;
  pointer-events: auto;
}

.md-show .md-content {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 766px) {
  .md-show {
    display: block;
  }
}

.md-close {
  text-align: center;
  padding: 0;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
}

.md-close:after, .md-close:before {
  display: none;
}

.md-close .text {
  display: inline;
  padding: 0;
  background-color: transparent;
  font-family: 'sofia-pro', Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 200;
  color: #5f5f5f;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  top: -4px;
  right: 0px;
}

.md-close .icon-close {
  color: #6b917f;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  margin-left: 3px;
}

.md-close:hover, .md-close:focus {
  background-color: transparent;
}

.md-close:hover .text, .md-close:focus .text {
  color: #fff;
}

.md-close:hover .icon-close, .md-close:focus .icon-close {
  color: #fff;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.75);
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.noscroll {
  overflow: hidden;
}

.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.formErrorInsideDialog.formError {
  z-index: 5000;
}

.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001;
}

.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError, .formError * {
  box-sizing: content-box;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  margin: 0 0 0 -128px;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #f1062c;
  position: relative;
  color: #fff;
  width: 150px;
  border: 1px solid #f1062c;
  padding: 4px 10px 4px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.formError .formErrorArrow {
  /*width: 15px; margin: -2px 0 0 13px;*/
  position: relative;
  margin: -2px 0 0 145px;
  height: 10px;
}

.formError .formErrorArrow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 8px solid transparent;
  border-bottom: 0;
  border-top-color: #f1062c;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  display: none;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
  margin-right: 0 !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  /*overflow: auto;
  overflow-y: auto;*/
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* =============================================================================
   LAYOUT
   ========================================================================== */
@media (min-width: 768px) {
  html, body {
    height: 100%;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'sofia-pro', Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 200;
  color: #5f5f5f;
  color: #444;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #f8f6f1;
}

body.moved-by-menu .main {
  padding-top: 90px;
}

@media (min-width: 768px) {
  body.moved-by-menu .main {
    padding-top: 200px;
  }
}

body.moved-by-menu.no-padding-top .main {
  padding-top: 30px;
}

@media (min-width: 768px) {
  body.moved-by-menu.no-padding-top .main {
    padding-top: 150px;
  }
}

.page-wrap {
  position: relative;
}

@media (min-width: 768px) {
  .page-wrap {
    height: auto;
    min-height: 100%;
    z-index: 2;
  }
  .page-wrap:after {
    content: '';
    display: block;
    height: 160px;
  }
}

.container {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

.container.medium {
  max-width: 980px;
}

@media (min-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.md-modal {
  z-index: 99999;
}

.md-modal .main-nav__wrap {
  display: -ms-flexbox;
  display: flex;
}

.md-close {
  right: 32px;
}

.wf-loading {
  overflow: hidden;
}

.wf-loading body {
  visibility: hidden;
}

::selection {
  background-color: #e0e8e4;
  color: inherit;
}

/* =============================================================================
   HELPERS
   ========================================================================== */
.icon {
  display: inline-block;
  vertical-align: middle;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.icon-hamburger, .icon-hamburger:before, .icon-hamburger:after {
  width: 24px;
  position: absolute;
  left: 0;
  height: 1px;
  border-top: 3px solid #6b917f;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.icon-hamburger {
  position: relative;
}

.icon-hamburger:before, .icon-hamburger:after {
  content: "";
  margin-left: 0;
}

.icon-hamburger:before {
  margin-top: 3px;
}

.icon-hamburger:after {
  margin-top: 9px;
}

.mb0.mb0 {
  margin-bottom: 0;
}

.mb20.mb20 {
  margin-bottom: 20px;
}

.ml0 {
  margin-left: 0;
}

.mt0.mt0 {
  margin-top: 0;
}

.ttu {
  text-transform: uppercase;
}

.ttl {
  text-transform: lowercase;
}

.a-c {
  text-align: center;
}

.medium {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.gm-style img {
  max-width: inherit;
}

.video-container {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 15px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.equal-h {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.equal-h > * {
  display: -ms-flexbox;
  display: flex;
}

.equal-h:before, .equal-h:after {
  display: none;
}

html.no-flexbox .equal-h {
  height: 100%;
}

html.no-flexbox .equal-h > div {
  float: left;
}

.block-link {
  position: relative;
  cursor: pointer;
}

.block-link__target:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.arrow-link {
  display: none;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  padding: 50px;
  z-index: 5;
}

@media (min-width: 1024px) {
  .arrow-link {
    display: block;
    margin-bottom: -61px;
    -ms-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
  }
}

.arrow-link:before {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../images/bg-arrow.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: '';
}

.arrow-link.down {
  /*img {
      transform: rotate(180deg);
    }*/
}

.arrow-link.down:hover {
  -ms-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
}

@media (min-width: 768px) {
  .arrow-link-fixed.active {
    position: fixed;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .indent-top {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .indent-top {
    margin-top: 90px;
  }
}

.text-next-img {
  *zoom: 1;
  display: table;
  margin-bottom: 40px;
}

.text-next-img:before, .text-next-img:after {
  display: table;
  content: " ";
}

.text-next-img:after {
  clear: both;
}

.text-next-img img {
  display: table-cell;
  width: 240px;
}

.text-next-img p {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.visual-bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 330px;
}

.visual-bg img {
  visibility: hidden;
}

.header {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .header {
    height: 350px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .header {
    height: 700px;
    margin-bottom: 80px;
  }
}

.green-border {
  border: 5px solid #6b917f;
  padding: 15px;
}

@media (min-width: 768px) {
  .green-border {
    padding: 30px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .green-border {
    padding: 50px;
    padding-bottom: 30px;
  }
}

.green-bar-bare {
  width: 100%;
  background-color: #d1e3d7;
  height: 115px;
  position: relative;
  z-index: -2;
}

.green-bar-bottom {
  position: relative;
}

@media (min-width: 1024px) {
  .green-bar-bottom.green-bar-bottom--legende {
    margin-bottom: -200px;
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .green-bar-bottom.green-bar-bottom--legende:after {
    margin-bottom: -50px;
    height: 150px;
  }
}

@media (min-width: 1024px) {
  .green-bar-bottom.green-bar-bottom--legende:after {
    margin-bottom: -100px;
    height: 200px;
  }
}

.green-bar-bottom:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 0px;
  background-color: #d1e3d7;
  z-index: -1;
}

@media (min-width: 768px) {
  .green-bar-bottom:after {
    height: 100px;
  }
}

@media (min-width: 1024px) {
  .green-bar-bottom:after {
    height: 180px;
  }
}

.visual-bg-green-bar-bottom {
  height: 300px;
}

@media (min-width: 768px) {
  .visual-bg-green-bar-bottom {
    height: 500px;
  }
}

.legende {
  background-color: #fff;
  position: relative;
}

@media (min-width: 1024px) {
  .legende {
    padding: 50px 125px;
    z-index: 2;
    margin-bottom: 200px;
  }
}

.legende ul {
  list-style: none;
  margin-left: 0;
}

.legende ul li {
  margin-bottom: 50px;
  font-weight: 300;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .legende ul li {
    display: table;
    text-align: left;
    margin-bottom: 15px;
  }
}

.legende ul .icon-legende-wrapper, .legende ul .span-wrapper {
  display: inline-block;
}

@media (min-width: 768px) {
  .legende ul .icon-legende-wrapper, .legende ul .span-wrapper {
    display: table-cell;
  }
}

.legende ul .icon-legende {
  display: inline-block;
  background-color: #6b917f;
  color: #fff;
  padding: 3px;
  border-radius: 40px;
  width: 55px;
  height: 55px;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .legende ul .icon-legende {
    margin-right: 30px;
    font-size: 20px;
    font-size: 2rem;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    margin-bottom: 0;
  }
}

.legende ul .icon-legende:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.partner-block {
  margin-bottom: 20px;
  *zoom: 1;
}

@media (min-width: 768px) {
  .partner-block {
    margin-bottom: 0;
  }
  .partner-block img {
    height: 80px;
  }
}

.partner-block:before, .partner-block:after {
  display: table;
  content: " ";
}

.partner-block:after {
  clear: both;
}

.partner-block ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.partner-block ul ul li {
  display: inline-block;
  margin-right: 20px;
}

.partner-block a {
  text-decoration: none;
}

.partner-block .url {
  color: #6b917f;
  font-weight: 400;
}

.logo-block {
  margin-bottom: 40px;
}

.logo-block img {
  margin-right: 20px;
}

.logo-block img:last-child {
  margin-right: 0;
}

/* =============================================================================
   HEADER
   ========================================================================== */
.page-header {
  background-color: #fff;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  *zoom: 1;
}

.page-header:before, .page-header:after {
  display: table;
  content: " ";
}

.page-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .page-header {
    overflow: initial;
    height: auto;
  }
}

.page-header > .container {
  /*margin: 0;
    padding: 0;
    width: 100%;*/
  padding-right: 0;
}

@media (min-width: 768px) {
  .page-header > .container {
    margin: 0 auto;
    padding: 20px;
  }
}

.page-header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.page-header.fixed.open {
  bottom: 0;
}

/*html.noscroll {
  .page-header {
    position: static;
  }
}*/
.page-header__logo__full {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page-header__logo__full {
    transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
    margin-bottom: 0;
  }
}

/*.page-header.collapsed .lang {
  ul li {
    border-bottom: none;
    border-left: 1px solid $accent;
    border-right: 1px solid $accent;

    a {
     // padding: 26px 10px;
    }
  }

}*/
.lang {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.lang ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}

.lang ul li {
  display: inline-block;
  margin: 0;
  border: 1px solid #6b917f;
  float: left;
}

.lang ul li a {
  padding: 16px 10px;
  display: block;
  text-decoration: none;
  color: #6b917f;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .lang ul li a {
    padding: 5px;
  }
}

.lang ul li.active a, .lang ul li:hover a {
  background-color: #6b917f;
  color: #fff;
}

.center-ruler {
  display: none;
  position: fixed;
  width: 2px;
  margin-left: -1px;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: red;
  z-index: 999999;
  pointer-events: none;
}

.main-nav {
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #444;
  font-weight: 400;
  position: relative;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  *zoom: 1;
}

.main-nav:before, .main-nav:after {
  display: table;
  content: " ";
}

.main-nav:after {
  clear: both;
}

.main-nav__wrap {
  display: none;
  margin: 0 0 15px;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .main-nav__wrap {
    margin: 0;
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .main-nav__wrap {
    margin-top: 0px;
  }
}

/* =================================================
   .main-nav__wrap__li
   ================================================= */
.main-nav__wrap__li:not(.main-nav__wrap__li--with-logo).active a {
  color: #6b917f;
  border: 1px solid #6b917f;
}

@media (min-width: 768px) {
  .main-nav__wrap__li:not(.main-nav__wrap__li--with-logo) {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-top: 25px;
  }
}

@media (min-width: 1024px) {
  .main-nav__wrap__li:not(.main-nav__wrap__li--with-logo) {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.main-nav__wrap__li:not(.main-nav__wrap__li--with-logo) a {
  text-decoration: none;
  color: #5f5f5f;
  padding: 9px 0 9px 25px;
  border: 1px solid transparent;
  display: block;
  border-top: 1px solid #F4F4F4;
  font-size: 14px;
  font-size: 1.4rem;
}

.main-nav__wrap__li:not(.main-nav__wrap__li--with-logo) a:hover {
  color: #6b917f;
  border: 1px solid #6b917f;
}

@media (min-width: 768px) {
  .main-nav__wrap__li:not(.main-nav__wrap__li--with-logo) a {
    display: inline-block;
    margin-bottom: 15px;
    border-top-color: transparent;
    padding: 10px 20px;
  }
}

@media (min-width: 1200px) {
  .main-nav__wrap__li:not(.main-nav__wrap__li--with-logo) a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) {
  position: relative;
}

.main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo):hover .subnav, .main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo):focus .subnav {
  opacity: 1;
  pointer-events: initial;
}

@media (min-width: 768px) {
  .main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) > a {
    padding-right: 45px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) > a:after {
    content: '';
    position: absolute;
    right: 0;
    background-image: url("../images/chevron-down.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    margin-top: 8px;
    margin-right: 15px;
  }
}

.main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav {
  margin-left: 45px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    min-width: 320px;
    background-color: #fff;
    width: auto;
    position: absolute;
    z-index: 99;
    margin-left: 0;
    padding: 25px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity;
    left: 0;
  }
}

@media (min-width: 1680px) {
  .main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav {
    right: 0;
    left: auto;
  }
}

.main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav a {
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  display: block;
  color: #444;
  *zoom: 1;
}

.main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav a:before, .main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav a:after {
  display: table;
  content: " ";
}

.main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav a:after {
  clear: both;
}

.main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav a:hover, .main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav a :focus {
  color: #6b917f;
  border-color: transparent;
}

.main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav li {
  margin: 0;
  margin-bottom: 10px;
  border-top: 1px solid #F4F4F4;
  padding: 0;
  padding-top: 10px;
}

.main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav li:first-child {
  border-top-color: transparent;
}

@media (min-width: 768px) {
  .main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav li {
    margin-bottom: 15px;
    padding-top: 0;
    border: none;
  }
}

.main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav li .name, .main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav li .status {
  display: inline-block;
}

.main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav li .name {
  text-transform: none;
  float: left;
  margin-right: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav li .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav li .status {
  float: right;
  padding: 5px 7px;
  font-weight: 600;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 3px;
  background-color: #F4F4F4;
  color: #5f5f5f;
}

.main-nav__wrap__li--with-subnav:not(.main-nav__wrap__li--with-logo) .subnav li .status.a-vendre {
  background-color: #6b917f;
  color: #fff;
}

.main-nav__wrap__li--with-logo {
  margin: 0 5px;
  display: inline-block;
  margin-top: -10px;
  -ms-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

@media (min-width: 1200px) {
  .main-nav__wrap__li--with-logo {
    margin: 0 35px;
  }
}

.main-nav__wrap__li--with-logo:hover {
  opacity: 0.5;
}

.main-nav__wrap__li--with-logo:hover a {
  border-color: transparent;
}

@media (min-width: 768px) {
  .main-nav__wrap__li--with-logo {
    -ms-order: 0;
    -ms-flex-order: 0;
    order: 0;
    position: relative;
  }
}

@media (min-width: 768px) {
  .page-header.collapsed .main-nav__wrap {
    padding: 0 15px;
  }
  .page-header.collapsed .main-nav__wrap__li:not(.main-nav__wrap__li--with-logo) {
    margin-top: 15px;
  }
  .page-header.collapsed .main-nav__wrap__li--with-subnav:after {
    margin-top: 8px;
  }
  .page-header.collapsed .main-nav__wrap__li--with-subnav > a {
    padding-right: 45px;
  }
  .page-header.collapsed .main-nav__wrap__li--with-logo {
    margin-top: -10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-left: 0px;
  }
  .page-header.collapsed .main-nav__wrap__li--with-logo .page-header__logo {
    overflow: hidden;
  }
  .page-header.collapsed .main-nav__wrap__li--with-logo .page-header__logo .page-header__logo__full {
    width: 200px;
    max-width: none;
    position: relative;
    top: 10px;
    left: -80px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .page-header.collapsed .page-header__logo {
    overflow: auto;
  }
  .page-header.collapsed .page-header__logo .page-header__logo__full {
    position: static;
  }
  .page-header.collapsed .main-nav__wrap__li > a {
    padding: 10px 20px;
  }
  .page-header.collapsed .main-nav__wrap__li--with-subnav > a {
    padding-right: 45px;
  }
}

.main-nav__trigger {
  display: block;
  position: relative;
  padding: 5px 0 15px 45px;
  background-color: transparent;
  color: #444;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: none;
}

.main-nav__trigger .icon-hamburger {
  position: absolute;
  left: 0;
  top: 10px;
}

.main-nav__trigger:hover, .main-nav__trigger:focus {
  background-color: transparent;
  box-shadow: none;
  color: #6b917f;
}

.main-nav__trigger:active {
  -ms-transform: none;
  transform: none;
}

@media (min-width: 768px) {
  .main-nav__trigger {
    display: none;
  }
}

.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  overflow: hidden;
  z-index: -999;
  white-space: nowrap;
}

.skip-link:focus {
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  padding: 0.5em 1em;
  font-size: 20px;
  font-size: 2rem;
}

/* =============================================================================
   MAIN
   ========================================================================== */
.main {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .main {
    padding: 50px 0 0px;
  }
}

/* =============================================================================
   FOOTER
   ========================================================================== */
.page-footer {
  position: relative;
  padding: 20px 0px;
}

@media (min-width: 768px) {
  .page-footer {
    height: 160px;
    margin: -160px 0 0;
    z-index: 5;
  }
}

@media (min-width: 1024px) {
  .page-footer {
    padding: 40px 0px;
  }
}

.page-footer h4 {
  color: #5f5f5f;
  font-weight: 400;
  margin-bottom: 5px;
}

.page-footer .page-footer__left {
  display: inline-block;
}

.page-footer .page-footer__left p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-footer .page-footer__right {
    display: -ms-flexbox;
    display: flex;
    float: right;
  }
}

.page-footer .page-footer__right a {
  margin-top: auto;
  text-decoration: underline;
}

.page-footer .grid, .page-footer .grid--rev, .page-footer .grid--full, .page-footer .grid--g40, .page-footer .grid--g60 {
  margin-bottom: 0;
}

.page-footer .icn img {
  vertical-align: top;
}

.page-footer a {
  text-decoration: none;
}

.page-footer .place-block {
  margin-top: 20px;
  margin-bottom: 20px;
  /*  @media (min-width: 768px) {
      margin-left: 40px;

    }*/
}

@media (min-width: 768px) {
  .page-footer .place-block {
    margin-left: 80px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.page-footer .place-block ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.page-footer .place-block ul li {
  display: inline-block;
  /* &:first-child {
          margin-left: 0;
        }*/
}

@media (min-width: 1024px) {
  .page-footer .place-block {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .page-footer .place-block {
    margin-left: 80px;
  }
}

.location-map-loading-wrapper {
  height: 0;
  padding-bottom: 79.8%;
}

.location-map {
  width: 100%;
  height: auto;
}

.leaf-bottom {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 650px;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  margin-bottom: -100px;
  opacity: 0.05;
}

a.esign {
  width: 104px;
  height: 20px;
  background-image: url("../images/logo-esign.png");
  text-indent: -9999px;
  opacity: 0.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  display: block;
  outline: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  a.esign {
    background-image: url("../images/logo-esign@2x.png");
    background-size: 104px 20px;
  }
}

a.esign:hover, a.esign:focus {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  a.esign {
    float: right;
  }
}

/* =============================================================================
   COMPONENTS
   ========================================================================== */
.large {
  font-size: 20px;
  font-size: 2rem;
}

.center-block {
  *zoom: 1;
  text-align: center;
  margin: 20px 0;
}

.center-block:before, .center-block:after {
  display: table;
  content: " ";
}

.center-block:after {
  clear: both;
}

.center-block .button {
  float: none;
  display: inline-block;
}

section {
  position: relative;
}

article {
  *zoom: 1;
  margin: 0 0 20px;
}

article:before, article:after {
  display: table;
  content: " ";
}

article:after {
  clear: both;
}

article a img {
  display: block;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

article a:hover img, article a:focus img {
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.article-detail__image {
  margin-bottom: 1.5em;
}

.note {
  *zoom: 1;
  margin: 0 0 20px;
  padding: 15px 20px 0;
  background: #efefef;
}

.note:before, .note:after {
  display: table;
  content: " ";
}

.note:after {
  clear: both;
}

.note ul, .note p {
  margin-bottom: 1em;
}

.note--success {
  color: #39963a;
  background-color: #eff9ef;
}

.note--error {
  color: #f1062c;
  background-color: #fff7f8;
}

.cycle-slideshow {
  width: 100%;
  position: relative;
}

.cycle-pager {
  width: 100%;
  text-align: center;
}

.cycle-pager span {
  display: inline-block;
  margin: 0 3px;
  font-size: 36px;
  height: 20px;
  width: 20px;
  line-height: 14px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
  text-indent: -500px;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.cycle-pager span:hover, .cycle-pager span:focus {
  transition: none;
}

.cycle-pager span:hover, .cycle-pager span:focus, .cycle-pager .cycle-pager-active {
  text-indent: 0;
}

.fancybox-overlay {
  background: rgba(247, 247, 247, 0.95);
}

.fancybox-opened .fancybox-skin {
  box-shadow: none;
  background-color: transparent;
}

.fancybox-close {
  background: none;
  width: auto;
  height: auto;
  font-size: 25px;
  font-size: 2.5rem;
  top: -10px;
  right: 0px;
}

.map {
  width: 100%;
  height: 350px;
  background: #efefef;
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .map {
    height: 550px;
  }
}

.social {
  *zoom: 1;
  list-style: none;
  margin: 0 0 2em -5px;
}

.social:before, .social:after {
  display: table;
  content: " ";
}

.social:after {
  clear: both;
}

.social__item {
  padding: 0 0 5px 5px;
  float: left;
}

.social__link {
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: block;
  border-radius: 40px;
  background-color: #6b917f;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}

.social__link--facebook {
  background-color: #3C5B9B;
}

.social__link--facebook:hover, .social__link--facebook:focus {
  background-color: #314a7e;
}

.social__link--twitter {
  background-color: #2DAAE1;
}

.social__link--twitter:hover, .social__link--twitter:focus {
  background-color: #1d94c9;
}

.social__link--pinterest {
  background-color: #CB2027;
}

.social__link--pinterest:hover, .social__link--pinterest:focus {
  background-color: #a81a20;
}

.social__link--linkedin {
  background-color: #0173B2;
}

.social__link--linkedin:hover, .social__link--linkedin:focus {
  background-color: #015989;
}

/* =============================================================================
   PAGES
   ========================================================================== */
.popup {
  display: none;
  overflow-y: scroll;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.popup.no-scrollbar {
  position: absolute;
  top: 0;
  right: -17px;
  height: 100%;
}

.popup .residentie-logo {
  display: block;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.popup .visual-bg {
  height: 600px;
}

.residence-detail__img {
  height: 200px;
  width: auto;
  max-width: 90%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: contain; object-position: center";
}

/* =================================================
   HOME
   ================================================= */
.interactive-map {
  margin-bottom: 60px;
  position: relative;
}

.interactive-map ul {
  margin: 0;
}

.interactive-map ul li img {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}

@media (max-width: 766px) {
  .interactive-map ul li img {
    width: 200px;
  }
}

@media (min-width: 1024px) {
  .interactive-map ul li img {
    max-height: 90px;
    width: 125px;
  }
}

@media (min-width: 1200px) {
  .interactive-map ul li img {
    width: 150px;
  }
}

@media (min-width: 1400px) {
  .interactive-map ul li img {
    width: 200px;
  }
}

.interactive-map__map {
  width: 100%;
}

.interactive-map__item {
  display: block;
}

.interactive-map__item .corner-ribbon {
  display: none;
}

@media (min-width: 1024px) {
  .interactive-map__item .corner-ribbon {
    display: block;
  }
}

@media (min-width: 1024px) {
  .interactive-map__item {
    position: absolute;
    top: 40%;
    left: 40%;
    -ms-transform: translateX(-23px) translateY(-23px);
    transform: translateX(-23px) translateY(-23px);
    z-index: 10;
  }
}

@media (min-width: 1024px) {
  .interactive-map__item--5 {
    left: 15.64%;
    top: 43.31%;
  }
}

.interactive-map__item--6 {
  z-index: 11;
}

@media (min-width: 1024px) {
  .interactive-map__item--6 {
    left: 25.84%;
    top: 36.01%;
  }
}

.interactive-map__item--4 {
  z-index: 14;
}

@media (min-width: 1024px) {
  .interactive-map__item--4 {
    left: 41.04%;
    top: 50.11%;
  }
}

@media (min-width: 1024px) {
  .interactive-map__item--1 {
    left: 49.54%;
    top: 38.11%;
  }
}

.interactive-map__item--2 {
  z-index: 16;
}

@media (min-width: 1024px) {
  .interactive-map__item--2 {
    left: 67.54%;
    top: 49.11%;
  }
}

@media (min-width: 1024px) {
  .interactive-map__item--3 {
    left: 77.04%;
    top: 37.11%;
  }
}

/*.interactive-map__item {
  &:nth-child(1) {
    z-index: 11;
  }
  &:nth-child(2) {
    z-index: 12;
  }
  &:nth-child(3) {
    z-index: 13;
  }
  &:nth-child(4) {
    z-index: 14;
  }
  &:nth-child(5) {
    z-index: 15;
  }
  &:nth-child(6) {
    z-index: 16;
  }
  &:nth-child(7) {
    z-index: 17;
  }
}*/
.interactive-map__marker {
  display: none;
  background: transparent url("../images/map-marker.png") center;
  width: 43px;
  height: 43px;
  z-index: 11;
  position: relative;
}

@media (min-width: 1024px) {
  .interactive-map__marker {
    display: block;
  }
}

.interactive-map__marker:hover, .interactive-map__marker:focus {
  background-color: transparent;
}

.interactive-map__marker:hover + .interactive-map__popup, .interactive-map__marker:focus + .interactive-map__popup {
  display: block;
  opacity: 1;
}

.interactive-map__popup {
  padding: 20px;
  text-align: center;
  background: #ffffff;
  margin: 20px;
  z-index: 19;
}

@media (min-width: 1024px) {
  .interactive-map__popup {
    margin: 0;
    padding: 10px;
    display: none;
    position: absolute;
    bottom: 40px;
    left: 50%;
    /*  margin-left: -280px;
    width: 300px;*/
    margin-left: -160px;
    width: 180px;
    opacity: 0;
    transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
    padding-bottom: 20px;
  }
  .interactive-map__popup:hover {
    display: block;
    opacity: 1;
  }
  .interactive-map__popup:before {
    content: '';
    position: absolute;
    bottom: 0;
    margin-bottom: -20px;
    width: 0;
    right: 0;
    margin-right: 20px;
    background: transparent;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: #fff transparent;
    display: block;
    z-index: 2;
  }
}

@media (min-width: 1024px) {
  .interactive-map__popup {
    margin-left: -180px;
    width: 200px;
  }
}

@media (min-width: 1400px) {
  .interactive-map__popup {
    margin-left: -280px;
    padding: 20px;
    width: 300px;
  }
}

.corner-ribbon {
  font-size: 10px;
  font-size: 1rem;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 600;
  width: 100px;
  background: #6b917f;
  position: absolute;
  left: -10px;
  top: 30px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1px;
  color: #f0f0f0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.corner-ribbon:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 6px;
  z-index: -1;
  left: -13px;
  border: 14px solid;
  border-color: #6b917f transparent transparent transparent;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.corner-ribbon:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: calc(7.5% + 4px);
  z-index: -1;
  right: -14px;
  border: 14px solid;
  border-color: #6b917f transparent transparent transparent;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*.corner-ribbon--residence {
  left: 11px; top: 29px;
  @media (min-width: 1024px) {
    left: 29px;
  }
}*/
/* Custom styles */
.corner-ribbon.sticky {
  position: fixed;
}

.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Different positions */
.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.block-card-grid {
  margin-bottom: 60px;
  /*  @media (min-width: 768px) {
    display: flex;
  }*/
}

@media (min-width: 768px) {
  .block-card-grid .grid__item.medium--one-half.large--one-third:nth-child(3) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .block-card-grid .grid__item.medium--one-half.large--one-third:nth-child(3) {
    clear: none;
  }
  .block-card-grid .grid__item.medium--one-half.large--one-third:nth-child(4) {
    clear: both;
  }
}

.block-card {
  margin-bottom: 60px;
  text-align: center;
  z-index: 9;
  width: 100%;
}

.block-card .read-more {
  display: none;
}

@media (min-width: 768px) {
  .block-card {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
}

.block-card:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
  background-color: #d1e3d7;
  width: 100%;
  height: 90%;
  opacity: 0;
  z-index: -1;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1) opacity;
}

.block-card:hover:before {
  opacity: 1;
}

.block-card .residentie-logo {
  margin: 0 auto;
  display: block;
  background-color: #fff;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
  padding: 25px;
}

@media (min-width: 768px) {
  .block-card .residentie-logo {
    margin-top: -50px;
  }
}

.block-card .block-card__content {
  background-color: #fff;
  width: 100%;
  *zoom: 1;
  margin-top: 75px;
  /*  margin-left: 35px;*/
}

.block-card .block-card__content:before, .block-card .block-card__content:after {
  display: table;
  content: " ";
}

.block-card .block-card__content:after {
  clear: both;
}

.block-card .block-card__content.no-indent {
  margin-left: 0;
}

.block-card .block-card__content .visual-bg-wrapper {
  /*height: 250px;
      //position: relative;
      @media (min-width: 768px) {
        height: 330px;

      }*/
}

.block-card .block-card__content .visual-bg {
  height: 250px;
  width: 100%;
  margin-top: -75px;
}

@media (min-width: 768px) {
  .block-card .block-card__content .visual-bg {
    height: 330px;
  }
}

.block-card .block-card__content .block-card__content__text {
  padding-right: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  padding-top: 10px;
}

.block-card .block-card__content .block-card__content__text p {
  margin-bottom: 0;
}

.read-more {
  font-weight: 400;
  color: #5f5f5f;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}

.read-more:hover {
  border-bottom: 1px solid #5f5f5f;
  color: #5f5f5f;
}

.read-more:hover:after {
  padding-left: 15px;
}

.read-more:after {
  content: '\0049';
  font-size: 20px;
  font-size: 2rem;
  display: table-cell !important;
  color: #5f5f5f;
  transition: 0.2s;
  position: relative;
  top: 5px;
  padding-left: 10px;
  /*padding-top: 4px;*/
}

.leaf-list ul {
  list-style: none;
  margin-bottom: 40px;
}

.leaf-list ul li {
  display: block;
  margin-bottom: 15px;
  font-weight: 200;
  color: #5f5f5f;
  /*span {
      display: table-cell; padding-left: 10px;
      vertical-align: middle;
      position: relative; top: -7px;
    }*/
}

.leaf-list ul li:before {
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  content: '\0047';
  display: table-cell !important;
  vertical-align: top;
  font-size: 20px;
  font-size: 2rem;
  color: #6b917f;
}

.leaf-bg {
  position: relative;
}

.leaf-bg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/leaf-rotated.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  opacity: 0.05;
}

@media (min-width: 768px) {
  .align-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}

.align-wrapper .align-wrapper__align-bottom {
  margin-top: auto;
}

@media (min-width: 768px) {
  .parc-block {
    display: -ms-flexbox;
    display: flex;
  }
}

.parc-block .leaf-bg {
  bottom: 0;
  height: 100%;
}

@media (min-width: 768px) {
  .parc-block .leaf-bg {
    display: -ms-flexbox;
    display: flex;
  }
}

.parc-block .leaf-list {
  margin-left: 0;
}

.parc-block .parc-block__info {
  position: relative;
  z-index: 9;
  padding: 50px 50px 50px 30px;
  margin-bottom: 40px;
  margin-top: auto;
}

.parc-block .visual-bg {
  height: 400px;
}

@media (min-width: 768px) {
  .parc-block .visual-bg {
    height: 600px;
  }
}

.visual-bg-contain {
  display: none;
  background-size: contain;
}

.green-bg {
  position: relative;
}

.green-bg:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 80px);
  background-color: #d1e3d7;
}

.img-wrapper {
  position: relative;
  margin-left: 10px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .img-wrapper {
    margin-left: 20px;
  }
}

.img-wrapper.img-wrapper--bg-img {
  width: 100%;
}

@media (min-width: 768px) {
  .img-wrapper.img-wrapper--bg-img {
    width: calc(100% - 40px);
  }
}

.img-wrapper.img-wrapper--bg-img .visual-bg {
  height: 300px;
  width: 100%;
}

@media (min-width: 768px) {
  .img-wrapper.img-wrapper--bg-img .visual-bg {
    height: 475px;
  }
}

.img-wrapper.img-wrapper--residence {
  height: auto;
}

.img-wrapper.img-wrapper--residence .visual-bg {
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
}

.img-wrapper.img-wrapper--residence .visual-bg img {
  visibility: hidden;
  width: 100%;
}

@media (min-width: 768px) {
  .img-wrapper {
    margin-left: 40px;
    margin-bottom: 40px;
  }
}

.img-wrapper:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -20px;
  margin-left: -20px;
  width: calc(100% + 20px);
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

@media (min-width: 768px) {
  .img-wrapper:before {
    margin-bottom: -40px;
    margin-left: -40px;
    width: calc(100% + 40px);
  }
}

.img-wrapper img {
  width: auto;
}

.img-wrapper.img-wrapper--green:before {
  background-color: #d1e3d7;
}

.angles-img-wrapper {
  position: relative;
  /*  &:before {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  background-color: white;
  z-index: 1;
    left: 0;
    top: 0;
    margin-left: 0px;
    margin-top: 0px;
}*/
}

.angles-img-wrapper .angles-img {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 20px;
  margin-top: 20px;
  z-index: 5;
}

.more-info-block {
  margin-bottom: 20px;
  margin-top: 40px;
  width: 100%;
}

.more-info-block h4, .more-info-block p {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .more-info-block {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .more-info-block h4, .more-info-block p {
    margin-bottom: 0;
  }
}

.more-info-block .grid, .more-info-block .grid--rev, .more-info-block .grid--full, .more-info-block .grid--g40, .more-info-block .grid--g60 {
  margin-bottom: 0;
}

.mt {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .mt {
    margin-top: 40px;
  }
}

@media (min-width: 1024px) {
  .mt {
    margin-top: 60px;
  }
}

.negative-top img {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .negative-top {
    position: relative;
    top: 0px;
    margin-top: -150px;
    background-color: #f8f6f1;
  }
}

.mb {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .mb {
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .mb {
    margin-bottom: 120px;
  }
}

.mb-small {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .mb-small {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .mb-small {
    margin-bottom: 60px;
  }
}

.icon-style, button.arrow-button:after, input.arrow-button[type="reset"]:after, input.arrow-button[type="submit"]:after, .button.arrow-button:after, .read-more:after, .leaf-list ul li:before, .leaf-bg:after {
  display: inline-block;
  font-family: 'parc rischard';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =============================================================================
   PRINT
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  @page {
    margin: 2cm 0.5cm 1cm;
  }
  html {
    font-size: 10px;
  }
  * {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .ir {
    text-indent: 0;
    overflow: visible;
    direction: inherit;
  }
  a, a:visited {
    text-decoration: underline;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .page-footer, .main-nav {
    display: none;
  }
  .medium--one-half {
    width: 50%;
  }
  .medium--two-thirds {
    width: 66.66%;
  }
  .medium--one-third {
    width: 33.33%;
  }
  .medium--three-quarters {
    width: 75%;
  }
  .medium--one-quarter {
    width: 25%;
  }
}

/*# sourceMappingURL=style.css.map */
