/*
 Theme Name:   Poplar HARCA Theme
 Theme URI:    http://www.tessellate.co.uk/
 Description:  Poplar HARCA site theme.
 Author:       Tessellate
 Author URI:   http://www.tessellate.co.uk/
 Template:     tessellate
 Version:      1.0
 Text Domain:  poplarharca-theme
*/
/*
Theme Name: Tessellate Base Theme
Theme URI: http://tessellate.co.uk/
Author: Tessellate Design Studio
Author URI: http://tessellate.co.uk/
Description: Required base theme, do not delete.
Version: 3.5
Text Domain: tessellate
*/
/************ Normalize ************/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
}

code, kbd, pre, samp {
  font-size: 1em;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: none;
  background: none;
  border-radius: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button, input, select, textarea {
  max-width: 100%;
}

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

button[disabled], html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

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

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button, input[type=time]::-webkit-inner-spin-button, input[type=time]::-webkit-outer-spin-button, input[type=datetime-local]::-webkit-inner-spin-button, input[type=datetime-local]::-webkit-outer-spin-button, input[type=week]::-webkit-inner-spin-button, input[type=week]::-webkit-outer-spin-button, input[type=month]::-webkit-inner-spin-button, input[type=month]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

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

optgroup {
  font-weight: bold;
}

ul {
  list-style: none;
  padding: 0;
}

/********** Accessibility **********/
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: Arial, Helvetica, sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

#wpadminbar ul li#wp-admin-bar-wp-env .ab-item, #wpadminbar ul li#wp-admin-bar-wp-env .ab-label {
  background: none !important;
  color: #fff !important;
}
#wpadminbar ul li#wp-admin-bar-wp-env.env-development {
  background-color: #3b9843;
}
#wpadminbar ul li#wp-admin-bar-wp-env.env-staging {
  background-color: #d79d00;
}

#wp-admin-bar-wp-env > div > span.ab-icon:before {
  content: "\f534";
  top: 2px;
  color: rgba(240, 245, 250, 0.6) !important;
}

/********** Media Queries **********/
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.row {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
}
.row .col {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

@media (min-width: 0px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container .row.xsleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xscenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xsright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xstop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xsmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xsbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xsbetween {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.xsaround {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.xsevenly {
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.xsstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.xsstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.xsstretch.xsleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xsstretch.xscenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xsstretch.xsright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xsstretch.xstop {
    align-content: flex-start;
  }
  .container .row.xsstretch.xstop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xsstretch.xsmiddle {
    align-content: center;
  }
  .container .row.xsstretch.xsmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xsstretch.xsbottom {
    align-content: flex-end;
  }
  .container .row.xsstretch.xsbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xsreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row .col.xsleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xscenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xsright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xstop {
    align-self: flex-start;
  }
  .container .row .col.xsmiddle {
    align-self: center;
  }
  .container .row .col.xsbottom {
    align-self: flex-end;
  }
  .container .row .col.xsstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.xsstretch.xsleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xsstretch.xscenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xsstretch.xsright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xsstretch.xstop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.xsstretch.xsmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.xsstretch.xsbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.xsorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.xsorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.xsorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.xsorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.xsorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.xsorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.xsorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.xsorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.xsorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.xsorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.xsorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.xsorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.xsorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.xs1 {
    width: 8.3333333333%;
  }
  .container .row .col.xspush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.xs2 {
    width: 16.6666666667%;
  }
  .container .row .col.xspush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.xs3 {
    width: 25%;
  }
  .container .row .col.xspush3 {
    margin-left: 25%;
  }
  .container .row .col.xs4 {
    width: 33.3333333333%;
  }
  .container .row .col.xspush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.xs5 {
    width: 41.6666666667%;
  }
  .container .row .col.xspush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.xs6 {
    width: 50%;
  }
  .container .row .col.xspush6 {
    margin-left: 50%;
  }
  .container .row .col.xs7 {
    width: 58.3333333333%;
  }
  .container .row .col.xspush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.xs8 {
    width: 66.6666666667%;
  }
  .container .row .col.xspush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.xs9 {
    width: 75%;
  }
  .container .row .col.xspush9 {
    margin-left: 75%;
  }
  .container .row .col.xs10 {
    width: 83.3333333333%;
  }
  .container .row .col.xspush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.xs11 {
    width: 91.6666666667%;
  }
  .container .row .col.xspush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.xs12 {
    width: 100%;
  }
  .container .row .col.xspush12 {
    margin-left: 100%;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .row .col.xshide, .row .col.xs0 {
    display: none;
  }
  .xshide, .xs0 {
    display: none;
  }
}
@media (min-width: 576px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container .row.smleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.smcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.smright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.smtop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.smmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.smbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.smbetween {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.smaround {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.smevenly {
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.smstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.smstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.smstretch.smleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.smstretch.smcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.smstretch.smright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.smstretch.smtop {
    align-content: flex-start;
  }
  .container .row.smstretch.smtop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.smstretch.smmiddle {
    align-content: center;
  }
  .container .row.smstretch.smmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.smstretch.smbottom {
    align-content: flex-end;
  }
  .container .row.smstretch.smbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.smreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row .col.smleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.smcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.smright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.smtop {
    align-self: flex-start;
  }
  .container .row .col.smmiddle {
    align-self: center;
  }
  .container .row .col.smbottom {
    align-self: flex-end;
  }
  .container .row .col.smstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.smstretch.smleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.smstretch.smcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.smstretch.smright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.smstretch.smtop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.smstretch.smmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.smstretch.smbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.smorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.smorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.smorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.smorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.smorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.smorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.smorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.smorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.smorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.smorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.smorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.smorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.smorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.sm1 {
    width: 8.3333333333%;
  }
  .container .row .col.smpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.sm2 {
    width: 16.6666666667%;
  }
  .container .row .col.smpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.sm3 {
    width: 25%;
  }
  .container .row .col.smpush3 {
    margin-left: 25%;
  }
  .container .row .col.sm4 {
    width: 33.3333333333%;
  }
  .container .row .col.smpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.sm5 {
    width: 41.6666666667%;
  }
  .container .row .col.smpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.sm6 {
    width: 50%;
  }
  .container .row .col.smpush6 {
    margin-left: 50%;
  }
  .container .row .col.sm7 {
    width: 58.3333333333%;
  }
  .container .row .col.smpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.sm8 {
    width: 66.6666666667%;
  }
  .container .row .col.smpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.sm9 {
    width: 75%;
  }
  .container .row .col.smpush9 {
    margin-left: 75%;
  }
  .container .row .col.sm10 {
    width: 83.3333333333%;
  }
  .container .row .col.smpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.sm11 {
    width: 91.6666666667%;
  }
  .container .row .col.smpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.sm12 {
    width: 100%;
  }
  .container .row .col.smpush12 {
    margin-left: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .row .col.smhide, .row .col.sm0 {
    display: none;
  }
  .smhide, .sm0 {
    display: none;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .container .row.mdleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.mdcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.mdright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.mdtop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.mdmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.mdbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.mdbetween {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.mdaround {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.mdevenly {
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.mdstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.mdstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.mdstretch.mdleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.mdstretch.mdcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.mdstretch.mdright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.mdstretch.mdtop {
    align-content: flex-start;
  }
  .container .row.mdstretch.mdtop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.mdstretch.mdmiddle {
    align-content: center;
  }
  .container .row.mdstretch.mdmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.mdstretch.mdbottom {
    align-content: flex-end;
  }
  .container .row.mdstretch.mdbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.mdreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .container .row .col.mdleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.mdcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.mdright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.mdtop {
    align-self: flex-start;
  }
  .container .row .col.mdmiddle {
    align-self: center;
  }
  .container .row .col.mdbottom {
    align-self: flex-end;
  }
  .container .row .col.mdstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.mdstretch.mdleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.mdstretch.mdcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.mdstretch.mdright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.mdstretch.mdtop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.mdstretch.mdmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.mdstretch.mdbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.mdorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.mdorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.mdorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.mdorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.mdorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.mdorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.mdorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.mdorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.mdorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.mdorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.mdorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.mdorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.mdorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.md1 {
    width: 8.3333333333%;
  }
  .container .row .col.mdpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.md2 {
    width: 16.6666666667%;
  }
  .container .row .col.mdpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.md3 {
    width: 25%;
  }
  .container .row .col.mdpush3 {
    margin-left: 25%;
  }
  .container .row .col.md4 {
    width: 33.3333333333%;
  }
  .container .row .col.mdpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.md5 {
    width: 41.6666666667%;
  }
  .container .row .col.mdpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.md6 {
    width: 50%;
  }
  .container .row .col.mdpush6 {
    margin-left: 50%;
  }
  .container .row .col.md7 {
    width: 58.3333333333%;
  }
  .container .row .col.mdpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.md8 {
    width: 66.6666666667%;
  }
  .container .row .col.mdpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.md9 {
    width: 75%;
  }
  .container .row .col.mdpush9 {
    margin-left: 75%;
  }
  .container .row .col.md10 {
    width: 83.3333333333%;
  }
  .container .row .col.mdpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.md11 {
    width: 91.6666666667%;
  }
  .container .row .col.mdpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.md12 {
    width: 100%;
  }
  .container .row .col.mdpush12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row .col.mdhide, .row .col.md0 {
    display: none;
  }
  .mdhide, .md0 {
    display: none;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .container .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .container .row.lgleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.lgcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.lgright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.lgtop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.lgmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.lgbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.lgbetween {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.lgaround {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.lgevenly {
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.lgstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.lgstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.lgstretch.lgleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.lgstretch.lgcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.lgstretch.lgright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.lgstretch.lgtop {
    align-content: flex-start;
  }
  .container .row.lgstretch.lgtop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.lgstretch.lgmiddle {
    align-content: center;
  }
  .container .row.lgstretch.lgmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.lgstretch.lgbottom {
    align-content: flex-end;
  }
  .container .row.lgstretch.lgbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.lgreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .row .col.lgleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.lgcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.lgright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.lgtop {
    align-self: flex-start;
  }
  .container .row .col.lgmiddle {
    align-self: center;
  }
  .container .row .col.lgbottom {
    align-self: flex-end;
  }
  .container .row .col.lgstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.lgstretch.lgleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.lgstretch.lgcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.lgstretch.lgright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.lgstretch.lgtop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.lgstretch.lgmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.lgstretch.lgbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.lgorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.lgorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.lgorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.lgorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.lgorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.lgorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.lgorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.lgorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.lgorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.lgorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.lgorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.lgorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.lgorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.lg1 {
    width: 8.3333333333%;
  }
  .container .row .col.lgpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.lg2 {
    width: 16.6666666667%;
  }
  .container .row .col.lgpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.lg3 {
    width: 25%;
  }
  .container .row .col.lgpush3 {
    margin-left: 25%;
  }
  .container .row .col.lg4 {
    width: 33.3333333333%;
  }
  .container .row .col.lgpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.lg5 {
    width: 41.6666666667%;
  }
  .container .row .col.lgpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.lg6 {
    width: 50%;
  }
  .container .row .col.lgpush6 {
    margin-left: 50%;
  }
  .container .row .col.lg7 {
    width: 58.3333333333%;
  }
  .container .row .col.lgpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.lg8 {
    width: 66.6666666667%;
  }
  .container .row .col.lgpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.lg9 {
    width: 75%;
  }
  .container .row .col.lgpush9 {
    margin-left: 75%;
  }
  .container .row .col.lg10 {
    width: 83.3333333333%;
  }
  .container .row .col.lgpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.lg11 {
    width: 91.6666666667%;
  }
  .container .row .col.lgpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.lg12 {
    width: 100%;
  }
  .container .row .col.lgpush12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .row .col.lghide, .row .col.lg0 {
    display: none;
  }
  .lghide, .lg0 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .container .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .container .row.xlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xlcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xltop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xlmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xlbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xlbetween {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.xlaround {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.xlevenly {
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.xlstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.xlstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.xlstretch.xlleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xlstretch.xlcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xlstretch.xlright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xlstretch.xltop {
    align-content: flex-start;
  }
  .container .row.xlstretch.xltop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xlstretch.xlmiddle {
    align-content: center;
  }
  .container .row.xlstretch.xlmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xlstretch.xlbottom {
    align-content: flex-end;
  }
  .container .row.xlstretch.xlbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xlreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .row .col.xlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xlcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xltop {
    align-self: flex-start;
  }
  .container .row .col.xlmiddle {
    align-self: center;
  }
  .container .row .col.xlbottom {
    align-self: flex-end;
  }
  .container .row .col.xlstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.xlstretch.xlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xlstretch.xlcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xlstretch.xlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xlstretch.xltop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.xlstretch.xlmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.xlstretch.xlbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.xlorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.xlorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.xlorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.xlorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.xlorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.xlorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.xlorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.xlorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.xlorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.xlorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.xlorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.xlorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.xlorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.xl1 {
    width: 8.3333333333%;
  }
  .container .row .col.xlpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.xl2 {
    width: 16.6666666667%;
  }
  .container .row .col.xlpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.xl3 {
    width: 25%;
  }
  .container .row .col.xlpush3 {
    margin-left: 25%;
  }
  .container .row .col.xl4 {
    width: 33.3333333333%;
  }
  .container .row .col.xlpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.xl5 {
    width: 41.6666666667%;
  }
  .container .row .col.xlpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.xl6 {
    width: 50%;
  }
  .container .row .col.xlpush6 {
    margin-left: 50%;
  }
  .container .row .col.xl7 {
    width: 58.3333333333%;
  }
  .container .row .col.xlpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.xl8 {
    width: 66.6666666667%;
  }
  .container .row .col.xlpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.xl9 {
    width: 75%;
  }
  .container .row .col.xlpush9 {
    margin-left: 75%;
  }
  .container .row .col.xl10 {
    width: 83.3333333333%;
  }
  .container .row .col.xlpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.xl11 {
    width: 91.6666666667%;
  }
  .container .row .col.xlpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.xl12 {
    width: 100%;
  }
  .container .row .col.xlpush12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .row .col.xlhide, .row .col.xl0 {
    display: none;
  }
  .xlhide, .xl0 {
    display: none;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .container .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .container .row.xxlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xxlcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xxlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xxltop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xxlmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xxlbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xxlbetween {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.xxlaround {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.xxlevenly {
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.xxlstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.xxlstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.xxlstretch.xxlleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xxlstretch.xxlcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xxlstretch.xxlright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xxlstretch.xxltop {
    align-content: flex-start;
  }
  .container .row.xxlstretch.xxltop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xxlstretch.xxlmiddle {
    align-content: center;
  }
  .container .row.xxlstretch.xxlmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xxlstretch.xxlbottom {
    align-content: flex-end;
  }
  .container .row.xxlstretch.xxlbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xxlreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .row .col.xxlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xxlcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xxlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xxltop {
    align-self: flex-start;
  }
  .container .row .col.xxlmiddle {
    align-self: center;
  }
  .container .row .col.xxlbottom {
    align-self: flex-end;
  }
  .container .row .col.xxlstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.xxlstretch.xxlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xxlstretch.xxlcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xxlstretch.xxlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xxlstretch.xxltop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.xxlstretch.xxlmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.xxlstretch.xxlbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.xxlorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.xxlorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.xxlorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.xxlorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.xxlorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.xxlorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.xxlorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.xxlorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.xxlorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.xxlorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.xxlorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.xxlorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.xxlorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.xxl1 {
    width: 8.3333333333%;
  }
  .container .row .col.xxlpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.xxl2 {
    width: 16.6666666667%;
  }
  .container .row .col.xxlpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.xxl3 {
    width: 25%;
  }
  .container .row .col.xxlpush3 {
    margin-left: 25%;
  }
  .container .row .col.xxl4 {
    width: 33.3333333333%;
  }
  .container .row .col.xxlpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.xxl5 {
    width: 41.6666666667%;
  }
  .container .row .col.xxlpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.xxl6 {
    width: 50%;
  }
  .container .row .col.xxlpush6 {
    margin-left: 50%;
  }
  .container .row .col.xxl7 {
    width: 58.3333333333%;
  }
  .container .row .col.xxlpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.xxl8 {
    width: 66.6666666667%;
  }
  .container .row .col.xxlpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.xxl9 {
    width: 75%;
  }
  .container .row .col.xxlpush9 {
    margin-left: 75%;
  }
  .container .row .col.xxl10 {
    width: 83.3333333333%;
  }
  .container .row .col.xxlpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.xxl11 {
    width: 91.6666666667%;
  }
  .container .row .col.xxlpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.xxl12 {
    width: 100%;
  }
  .container .row .col.xxlpush12 {
    margin-left: 100%;
  }
}
@media (min-width: 1500px) {
  .row .col.xxlhide, .row .col.xxl0 {
    display: none;
  }
  .xxlhide, .xxl0 {
    display: none;
  }
}
@media (min-width: 0px) {
  button.reciteme-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 167px;
    min-height: 68px;
    background-color: #007b88;
    border-radius: 0 0 4px 4px;
    padding: 0 10px 10px;
    margin: -5px 0 0 22px;
    font-family: "omnes-pro", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
  }
  button.reciteme-trigger svg {
    margin-top: 10px;
    margin-right: 8px;
    height: 36px;
    width: 36px;
    min-width: 36px;
  }
  button.reciteme-trigger span {
    margin-top: 10px;
  }
  button.reciteme-trigger:focus {
    text-decoration: underline;
  }
  body.nbhd-action-plans-template-default #archive .bg-white div.list .bg-white {
    height: auto;
  }
  body.nbhd-action-plans-template-default #archive .bg-white div.list .title h3 {
    margin-top: 10px;
  }
  body.nbhd-action-plans-template-default #archive .bg-white div.list .button {
    margin-left: 0;
    margin-top: 50px;
    transform: none;
  }
}
@media (max-width: 991px) {
  body {
    color: #57555b;
    font-family: "omnes-pro", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    background-color: #57555b;
  }
  body.page-id-21 #blocks .block-myharca .bg-light {
    padding-top: 50px;
  }
  body.page-id-21 #blocks .block-myharca .content-end {
    display: block;
  }
  strong {
    font-weight: 600;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  h2.dots {
    width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
  h2.dots::after {
    content: "";
    height: 4px;
    background-image: radial-gradient(circle closest-side, #57555b 80%, rgba(0, 0, 0, 0) 10%);
    background-size: 7px 4px;
    background-position: left bottom;
    background-repeat: round;
    margin: 0 0 0 10px;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  h3 {
    font-size: 22px;
    margin: 0 0 10px;
  }
  p {
    margin: 0 0 20px;
  }
  main section#content div.bg-white table + p {
    margin: 25px 0 20px 0;
  }
  .block p > a,
  .block li > a {
    font-weight: 500;
  }
  .block p > a:hover, .block p > a:focus,
  .block li > a:hover,
  .block li > a:focus {
    text-decoration: underline;
  }
  td strong {
    padding: 0 5px;
    display: block;
  }
  td ul {
    padding: 10px;
  }
  .bg-white {
    background: #fff;
  }
  .lgstretch .bg-white {
    width: 100%;
    height: calc(100% - 30px);
  }
  .bg-grey1 {
    background: #eeeeef;
  }
  .bg-grey2 {
    background: #e2e2e2;
  }
  .bg-grey3 {
    background: #cecece;
  }
  .bg-black {
    background: #57555b;
    color: #fff;
  }
  .bg-light {
    color: #fff;
  }
  .bg-dark {
    color: #fff;
  }
  p img {
    max-width: 100%;
    height: auto;
  }
  .button {
    background: #57555b;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 12px 8px;
    border-radius: 4px;
    transition: background 0.5s;
    position: relative;
  }
  .button::before {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #fff;
    display: inline-block;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .button::before {
    border-bottom-width: 4px;
  }
}
@media (max-width: 991px) {
  .button:focus-visible {
    outline: 1px #57555b solid;
    outline-offset: 0px;
  }
  .button.back {
    padding-left: 11px;
  }
  .button.back::before {
    margin-right: 9px;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-right-color: #fff;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .button.back::before {
    border-bottom-width: 4px;
  }
}
@media (max-width: 991px) {
  .button.download {
    padding-left: 15px;
  }
  .button.download::before {
    margin-right: 4px;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #fff;
    border-width: 9px 6px;
    vertical-align: bottom;
    vertical-align: middle;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .button.download::before {
    border-bottom-width: 4px;
  }
}
@media (max-width: 991px) {
  .button.close {
    padding-left: 40px;
  }
  .button.close::before {
    content: "";
    border: none;
    width: 20px;
    height: 3px;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 1px);
    left: 15px;
    background: #57555b;
  }
  .button.close::after {
    content: "";
    border: none;
    width: 20px;
    height: 3px;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 1px);
    left: 15px;
    background: #57555b;
  }
  .button_2 {
    background: #fff;
    display: inline-block;
    color: #57555b;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 12px 8px;
    border-radius: 4px;
    transition: background 0.5s;
    position: relative;
  }
  button.reciteme-trigger {
    display: none;
  }
  a:focus {
    text-decoration: underline;
  }
  span.dots,
  div.dots {
    display: block;
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle closest-side, #57555b 80%, rgba(0, 0, 0, 0) 10%);
    background-size: 7px 4px;
    background-position: left bottom;
    background-repeat: round;
  }
  span.dots.white,
  div.dots.white {
    background-image: radial-gradient(circle closest-side, #fff 80%, rgba(0, 0, 0, 0) 10%);
  }
  span.dots.grey,
  div.dots.grey {
    background-image: radial-gradient(circle closest-side, #eeeeef 80%, rgba(0, 0, 0, 0) 10%);
  }
  #footer span.dots,
  #footer div.dots {
    background-image: radial-gradient(circle closest-side, #e2e2e2 80%, rgba(0, 0, 0, 0) 10%);
  }
  ul.list,
  ol.list {
    list-style: none;
    margin: 0;
  }
  ul.list li,
  ol.list li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  ul.list li::before,
  ol.list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  .modal_link_wrapper {
    margin-right: 8px;
    display: inline;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.9);
    z-index: 101;
    display: none;
    cursor: pointer;
    overflow: auto;
  }
  .modal .modal-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 60px 0;
    width: 90%;
    max-width: 1000px;
    cursor: default;
  }
  .modal .modal-content .modal-header {
    background: #e2e2e2;
    padding: 30px 20px;
    border-radius: 4px 4px 0 0;
    color: #fff;
    position: relative;
    margin: 20px 0 0;
  }
  .modal .modal-content .modal-header .button {
    position: absolute;
    top: -20px;
    right: 30px;
    background: #fff;
    color: #57555b;
    margin: 0;
    cursor: pointer;
  }
  .modal .modal-content .modal-header .button:hover, .modal .modal-content .modal-header .button:focus {
    background: #cecece;
  }
  .modal .modal-content .modal-header h2 {
    font-size: 22px;
    margin: 0 0 5px;
  }
  .modal .modal-content .modal-header p {
    font-size: 22px;
    margin: 0;
  }
  .modal .modal-content .modal-form {
    background: #fff;
    border-radius: 0 0 4px 4px;
    padding: 20px;
    position: relative;
  }
  .modal .modal-content .modal-form form .vertical_radio .frm_radio label,
  .modal .modal-content .modal-form form .vertical_radio .frm_checkbox label,
  .modal .modal-content .modal-form form .horizontal_radio .frm_radio label,
  .modal .modal-content .modal-form form .horizontal_radio .frm_checkbox label {
    padding: 5px 0 5px 50px;
    height: 40px;
  }
  .modal .modal-content .modal-form form .vertical_radio .frm_radio label span,
  .modal .modal-content .modal-form form .vertical_radio .frm_checkbox label span,
  .modal .modal-content .modal-form form .horizontal_radio .frm_radio label span,
  .modal .modal-content .modal-form form .horizontal_radio .frm_checkbox label span {
    width: 40px;
    height: 40px;
    transform: scale(1);
  }
  .modal .modal-content .modal-form form .vertical_radio .frm_radio input,
  .modal .modal-content .modal-form form .vertical_radio .frm_checkbox input,
  .modal .modal-content .modal-form form .horizontal_radio .frm_radio input,
  .modal .modal-content .modal-form form .horizontal_radio .frm_checkbox input {
    margin-left: -25px;
  }
  .modal .modal-content .modal-form form .vertical_radio .frm_radio label span,
  .modal .modal-content .modal-form form .horizontal_radio .frm_radio label span {
    border-width: 20px;
  }
  .modal .modal-content .modal-form form .vertical_radio .frm_radio label input:checked + span,
  .modal .modal-content .modal-form form .horizontal_radio .frm_radio label input:checked + span {
    border-width: 10px;
  }
  .modal .modal-content .modal-form form .vertical_radio .frm_checkbox label span::before,
  .modal .modal-content .modal-form form .horizontal_radio .frm_checkbox label span::before {
    width: 6px;
    height: 16px;
    left: calc(50% - 5px);
    bottom: calc(50% - 9px);
  }
  .modal .modal-content .modal-form form button {
    float: right;
  }
  .modal .modal-content .modal-form form button.frm_prev_page {
    float: left;
    padding-left: 11px;
  }
  .modal .modal-content .modal-form form button.frm_prev_page::before {
    margin-right: 9px;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-right-color: #fff;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .modal .modal-content .modal-form form button.frm_prev_page::before {
    border-bottom-width: 4px;
  }
}
@media (max-width: 991px) {
  .pull-left {
    margin: 0 -30px 0 -25px;
  }
  #blocks {
    position: relative;
  }
  #blocks:last-child {
    min-height: 50px;
  }
  #blocks:last-child .block:last-of-type {
    padding-bottom: 50px;
    margin: -4px 0 0 0;
  }
  #blocks:last-child.previous-block-case_studies {
    margin: 0 !important;
  }
  #blocks div.content-end {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;
  }
  #blocks div.content-end div.bg-white {
    padding: 30px 0 0;
    border-radius: 0 0 4px 4px;
    margin: 0;
  }
  #blocks::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #57555b;
    z-index: 1;
  }
  #blocks .block.after-content div.content-end {
    display: none;
  }
  .block {
    margin: -4px 0;
    position: relative;
  }
  .block div.bg-white {
    padding: 0 15px 20px;
    border-radius: 4px;
    width: 100%;
  }
  .block.previous-block- div.bg-white {
    padding-top: 20px;
  }
  .block.previous-block-case_studies {
    margin-top: 4px;
  }
  .block.previous-block-case_studies div.bg-white {
    border-radius: 0 0 4px 4px;
  }
  .block.previous-block-map_block {
    margin-top: 4px;
  }
  .block.previous-block-map_block div.bg-white {
    padding-top: 20px;
    border-radius: 0 0 4px 4px;
  }
  .line-chart {
    position: relative;
    height: 20px;
    margin: 20px 0;
  }
  .line-chart .text {
    position: absolute;
    width: 20%;
    left: 0;
    top: 0;
    line-height: 20px;
    padding: 0 10px;
    text-align: right;
  }
  .line-chart svg {
    display: block;
    position: absolute;
    top: 0;
    left: 20%;
    width: 70%;
    height: 100%;
  }
  .line-chart svg rect {
    fill: #eee;
  }
  .line-chart svg rect:last-of-type {
    fill: green;
    opacity: 0;
  }
  .line-chart .count {
    height: 20px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    width: 10%;
    right: 0;
    top: 0;
    padding: 0 10px;
  }
  .line-chart .count::after {
    content: "%";
  }
  .line-chart .count span {
    display: inline-block;
    word-break: break-word;
    vertical-align: top;
    margin-right: -5px;
    opacity: 0;
    width: 0;
  }
  .line-chart .count span:last-of-type {
    width: 13px;
    opacity: 1;
  }
  .chart-group {
    margin: 30px 0;
  }
  .chart-group.animated .col:nth-child(1) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 0s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 0s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 0.4s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 0.4s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 0.8s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 0.8s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 1.2s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 1.2s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 1.6s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 1.6s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 2s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 2s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 2.4s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 2.4s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 2.8s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 2.8s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 3.2s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 3.2s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  @keyframes lineanimate {
    0% {
      width: 0;
    }
  }
  #archive {
    margin-top: -4px;
    position: relative;
  }
  #archive:last-child {
    padding-bottom: 50px;
  }
  #archive::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #57555b;
  }
  #archive .bg-white {
    border-radius: 0;
    padding: 0 15px 20px;
  }
  #archive .bg-white .bg-grey2 {
    padding: 1px 15px 15px;
    border-radius: 0;
    position: relative;
    z-index: 1;
  }
  #archive .bg-white .bg-grey2 > div {
    position: relative;
  }
  #archive .bg-white .bg-grey2 > div:after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-left-color: #fff;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    transform-origin: 3px 5px;
  }
  #archive .bg-white .bg-grey2 > div:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    border-radius: 50%;
  }
  #archive .bg-white .bg-grey2 > div.active:after {
    transform: rotate(90deg);
  }
  #archive .bg-white h2 {
    position: relative;
    cursor: pointer;
    margin: 15px 0 30px;
    font-size: 16px;
  }
  #archive .bg-white h2:after {
    width: 100%;
    bottom: -15px;
    position: absolute;
    left: 0;
    margin: 0;
  }
  #archive .bg-white .tabs {
    display: none;
  }
  #archive .bg-white div.list .row {
    margin: 0 -15px;
  }
  #archive .bg-white div.list .row .col {
    padding: 0 15px;
  }
  #archive .bg-white div.list .bg-white {
    padding: 20px;
    border-radius: 4px;
    margin: 15px 0 0;
    height: calc(100% - 30px);
    width: 100%;
  }
  #archive .bg-white div.list .bg-white + a {
    position: relative;
    display: block;
  }
  #archive .bg-white div.list .bg-white.no-image .button {
    margin: 0;
    transform: translateY(0);
  }
  #archive .bg-white div.list .button {
    margin: 0 0 5px 20px;
    transform: translateY(-20px);
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    width: auto;
  }
  #archive .bg-white div.list img {
    margin: -4px 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #archive .bg-white div.list img + .button {
    position: absolute;
    top: 0;
    left: 20px;
    margin: 0;
    transform: translateY(-50%) translateY(-4px);
  }
  #archive .bg-white div.list h3 {
    position: relative;
    margin-top: -10px;
  }
  #archive .bg-white div.list h3::before {
    content: "";
    position: absolute;
    left: -20px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
  #archive .bg-white div.list .button {
    margin: 0 0 0 20px;
  }
  #archive .bg-white div.list > p {
    margin: 20px 0;
  }
  #archive .bg-white div.list > div.filterVolunteer {
    display: none;
  }
  #archive .bg-white div.list > div > .row {
    display: none;
  }
  #archive .bg-white div.list > div.active .dots:after {
    display: none;
  }
  #archive .bg-white div.list > div.active > .row {
    display: flex;
  }
  #archive .bg-white div.list > div.active h2 {
    margin: 15px 0 15px;
  }
  #archive .bg-white div.list > div.active.volunteer {
    width: 100%;
    margin-bottom: 30px;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer {
    display: block;
    padding-left: 0px;
    margin-top: 20px;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .filterTitleMobile {
    padding: 10px;
    background: #cecece;
    border-radius: 5px;
    position: relative;
    z-index: 3;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .filterTitleMobile:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ef7d00;
    right: 10px;
    top: 10px;
    border-radius: 50%;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .filterTitleMobile:after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-left-color: #fff;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    transform-origin: 3px 5px;
    transition: 0.2s;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .filterTitleMobile.open:after {
    transform: rotate(90deg);
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .toggleFilter {
    display: none;
    margin-top: -5px;
    background-color: white;
    padding: 25px 10px 20px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .toggleFilter hr {
    width: 100%;
    margin: 30px 0 10px 0;
    opacity: 0.2;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .toggleFilter hr:last-of-type {
    display: none;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .toggleFilter .description {
    margin-left: 26px;
    font-size: 16px;
  }
  #archive .bg-white div.list > div.active.volunteer .bg-white {
    margin-left: 0px;
  }
  #archive .bg-white div.list > div.active.volunteer .title {
    padding-left: 0px;
  }
  #archive .bg-white div.list > div.all::before, #archive .bg-white div.list > div.all::after,
  #archive .bg-white div.list > div.all h2 {
    display: none;
  }
  #cs_preview_popup_button {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 18px;
  }
  body.page-id-21 #blocks .block-myharca .bg-light {
    padding-top: 65px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 22px;
  }
  .button,
  .button_2 {
    font-size: 18px;
  }
  .pull-left {
    margin: 0 -75px 0 -65px;
  }
  #blocks::before {
    width: 10px;
  }
  .block div.bg-white {
    padding: 0 45px 45px 45px;
    border-radius: 4px;
    width: 100%;
  }
  .block.previous-block- div.bg-white {
    padding-top: 45px;
  }
  .block.previous-block-case_studies {
    margin-top: 4px;
  }
  #archive {
    padding-bottom: 0;
  }
  #archive::before {
    width: 10px;
  }
  #archive .bg-white {
    padding: 0 45px 45px 45px;
  }
  #archive .bg-white .bg-grey2 {
    padding: 20px 30px 15px 20px;
    border-radius: 0;
  }
  #archive .bg-white h2 {
    margin: 0 0 15px;
    font-size: 22px;
  }
  #archive .bg-white h2:after {
    width: auto;
    position: static;
    margin: 0 0 0 10px;
  }
  #archive .bg-white .tabs {
    display: block;
    text-align: right;
    padding: 0 30px;
  }
  #archive .bg-white .tabs a, #archive .bg-white .tabs span {
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px 8px;
    border-radius: 4px 4px 0 0;
    margin-right: 10px;
    color: #fff;
    font-weight: 700;
    transition: background 0.5s;
    max-width: 250px;
    text-align: center;
  }
  #archive .bg-white .tabs a.active, #archive .bg-white .tabs span.active {
    background: #e2e2e2 !important;
    color: #57555b;
  }
  #archive .bg-white .tabs a.active:hover, #archive .bg-white .tabs span.active:hover {
    background: #cecece;
  }
  #archive .bg-white div.list .bg-white {
    padding: 25px;
    height: calc(100% - 25px);
    width: 100%;
  }
  #archive .bg-white div.list .bg-white + a {
    position: relative;
    transform: translateY(-100%);
  }
  #archive .bg-white div.list .bg-white.no-image .button {
    margin: 0;
    transform: translateY(0);
  }
  #archive .bg-white div.list img + .button {
    left: 25px;
  }
  #archive .bg-white div.list h3::before {
    left: -25px;
    top: 9px;
  }
  #archive .bg-white div.list .button {
    margin: 0 0 0 25px;
  }
  #archive .bg-white div.list > div {
    display: none;
    padding-bottom: 10px;
  }
  #archive .bg-white div.list > div::before, #archive .bg-white div.list > div::after {
    display: none;
  }
  #archive .bg-white div.list > div.all h2 {
    display: flex;
  }
  #archive .bg-white div.list > div.active {
    display: block;
  }
  #archive .bg-white div.list > div.active.volunteer {
    width: 100%;
    margin-bottom: 30px;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer {
    padding-left: 0px;
    margin-top: 20px;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .filterTitleMobile {
    padding: 10px;
    background: #CECECE;
    border-radius: 5px;
    position: relative;
    z-index: 3;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .toggleFilter {
    display: none;
    margin-top: -5px;
    background-color: white;
    padding: 25px 10px 20px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .toggleFilter hr {
    width: 100%;
    margin: 30px 0 10px 0;
    opacity: 0.2;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .toggleFilter hr:last-of-type {
    display: none;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .toggleFilter .description {
    margin-left: 26px;
    font-size: 16px;
  }
  #archive .bg-white div.list > div.active.volunteer .bg-white {
    margin-left: 0px;
  }
  #archive .bg-white div.list > div.active.volunteer .title {
    padding-left: 0px;
  }
  #archive .bg-white div.list > div.active h2 {
    margin: 0 0 15px;
  }
  #archive .bg-white div.list > div.active .dots::after {
    display: block;
  }
  button.reciteme-trigger {
    margin: -26px 15px 0 10px;
    display: flex;
    font-family: "omnes-pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #archive .bg-white .bg-grey2 {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  body {
    color: #57555b;
    font-family: "omnes-pro", sans-serif;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    background-color: #57555b;
  }
  body.page-id-21 #blocks .block-myharca .bg-light {
    padding-top: 100px;
  }
  body.page-id-21 #blocks .block-myharca .content-end {
    display: block;
  }
  strong {
    font-weight: 600;
  }
  h1 {
    font-size: 55px;
    line-height: 1.1;
  }
  h2 {
    font-size: 26px;
    margin: 0 0 10px;
  }
  h2.dots {
    width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
  h2.dots::after {
    content: "";
    height: 4px;
    background-image: radial-gradient(circle closest-side, #57555b 80%, rgba(0, 0, 0, 0) 10%);
    background-size: 7px 4px;
    background-position: left bottom;
    background-repeat: repeat-x;
    margin: 0 0 0 10px;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  h3 {
    font-size: 26px;
    margin: 0 0 10px;
  }
  p {
    margin: 0 0 20px;
  }
  main section#content div.bg-white table + p {
    margin: 25px 0 20px 0;
  }
  .block p > a,
  .block li > a {
    font-weight: 500;
  }
  .block p > a:hover, .block p > a:focus,
  .block li > a:hover,
  .block li > a:focus {
    text-decoration: underline;
  }
  td strong {
    padding: 0 5px;
    display: block;
  }
  td ul {
    padding: 10px;
  }
  .bg-white {
    background: #fff;
  }
  .lgstretch .bg-white {
    width: 100%;
    height: calc(100% - 30px);
  }
  .bg-grey1 {
    background: #eeeeef;
  }
  .bg-grey2 {
    background: #e2e2e2;
  }
  .bg-grey3 {
    background: #cecece;
  }
  .bg-black {
    background: #57555b;
    color: #fff;
  }
  .bg-light {
    color: #fff;
  }
  .bg-dark {
    color: #fff;
  }
  .button {
    background: #57555b;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 7px 20px 8px;
    border-radius: 4px;
    transition: background 0.5s;
    position: relative;
  }
  .button::before {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #fff;
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .button::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 992px) {
  .button:focus-visible {
    outline: 1px #57555b solid;
    outline-offset: 0px;
  }
  .button.back {
    padding-left: 11px;
  }
  .button.back::before {
    margin-right: 9px;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-right-color: #fff;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .button.back::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 992px) {
  .button.download {
    padding-left: 15px;
  }
  .button.download::before {
    margin-right: 4px;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #fff;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .button.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 992px) {
  .button.close {
    padding-left: 40px;
  }
  .button.close::before {
    content: "";
    border: none;
    width: 20px;
    height: 3px;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 1px);
    left: 15px;
    background: #57555b;
  }
  .button.close::after {
    content: "";
    border: none;
    width: 20px;
    height: 3px;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 1px);
    left: 15px;
    background: #57555b;
  }
  a:focus {
    text-decoration: underline;
  }
  span.dots,
  div.dots {
    display: block;
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle closest-side, #57555b 80%, rgba(0, 0, 0, 0) 10%);
    background-size: 7px 4px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  span.dots.white,
  div.dots.white {
    background-image: radial-gradient(circle closest-side, #fff 80%, rgba(0, 0, 0, 0) 10%);
  }
  span.dots.grey,
  div.dots.grey {
    background-image: radial-gradient(circle closest-side, #eeeeef 80%, rgba(0, 0, 0, 0) 10%);
  }
  #footer span.dots,
  #footer div.dots {
    background-image: radial-gradient(circle closest-side, #e2e2e2 80%, rgba(0, 0, 0, 0) 10%);
  }
  ul.list,
  ol.list {
    list-style: none;
    margin: 0;
  }
  ul.list li,
  ol.list li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  ul.list li:last-of-type,
  ol.list li:last-of-type {
    margin: 0;
  }
  ul.list li::before,
  ol.list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  .modal_link_wrapper {
    margin-right: 8px;
    display: inline;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.9);
    z-index: 101;
    display: none;
    cursor: pointer;
    overflow: auto;
  }
  .modal .modal-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 60px 0;
    width: 90%;
    max-width: 1000px;
    cursor: default;
  }
  .modal .modal-content .modal-header {
    background: #e2e2e2;
    padding: 30px;
    border-radius: 4px 4px 0 4px;
    color: #fff;
    position: relative;
    margin: 20px 0 0;
  }
  .modal .modal-content .modal-header .button {
    position: absolute;
    top: -20px;
    right: 30px;
    background: #fff;
    color: #57555b;
    margin: 0;
    cursor: pointer;
  }
  .modal .modal-content .modal-header .button:hover, .modal .modal-content .modal-header .button:focus {
    background: #cecece;
  }
  .modal .modal-content .modal-header h2 {
    font-size: 28px;
    margin: 0 0 5px;
  }
  .modal .modal-content .modal-header p {
    font-size: 28px;
    margin: 0;
  }
  .modal .modal-content .modal-form {
    margin-left: 10%;
    background: #fff;
    border-radius: 0 0 4px 4px;
    padding: 50px;
    position: relative;
  }
  .modal .modal-content .modal-form::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    border: 20px solid transparent;
    border-top-color: #cecece;
    border-right-color: #cecece;
  }
  .modal .modal-content .modal-form form .vertical_radio .frm_radio label,
  .modal .modal-content .modal-form form .vertical_radio .frm_checkbox label,
  .modal .modal-content .modal-form form .horizontal_radio .frm_radio label,
  .modal .modal-content .modal-form form .horizontal_radio .frm_checkbox label {
    padding: 5px 0 5px 0;
  }
  .modal .modal-content .modal-form form .vertical_radio .frm_radio label span,
  .modal .modal-content .modal-form form .vertical_radio .frm_checkbox label span,
  .modal .modal-content .modal-form form .horizontal_radio .frm_radio label span,
  .modal .modal-content .modal-form form .horizontal_radio .frm_checkbox label span {
    width: 30px;
    height: 30px;
    transform: scale(1);
  }
  .modal .modal-content .modal-form form .vertical_radio .frm_radio label span,
  .modal .modal-content .modal-form form .horizontal_radio .frm_radio label span {
    border-width: 20px;
  }
  .modal .modal-content .modal-form form .vertical_radio .frm_radio label input:checked + span,
  .modal .modal-content .modal-form form .horizontal_radio .frm_radio label input:checked + span {
    border-width: 10px;
  }
  .modal .modal-content .modal-form form .vertical_radio .frm_checkbox label span::before,
  .modal .modal-content .modal-form form .horizontal_radio .frm_checkbox label span::before {
    width: 6px;
    height: 16px;
    left: calc(50% - 5px);
    bottom: calc(50% - 9px);
  }
  .modal .modal-content .modal-form form button {
    float: right;
  }
  .modal .modal-content .modal-form form button.frm_prev_page {
    float: left;
    padding-left: 11px;
  }
  .modal .modal-content .modal-form form button.frm_prev_page::before {
    margin-right: 9px;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-right-color: #fff;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .modal .modal-content .modal-form form button.frm_prev_page::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 992px) {
  .pull-left {
    margin-left: calc(-1 * (100% + 100px) / 1.95 - 70px);
  }
  #blocks {
    position: relative;
  }
  #blocks:last-child {
    min-height: 50px;
  }
  #blocks:last-child .block:last-of-type {
    padding-bottom: 50px;
    margin: -4px 0 0 0;
  }
  #blocks:last-child .block:last-of-type.previous-block-case_studies {
    margin-top: 0;
  }
  #blocks div.content-end {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;
  }
  #blocks div.content-end div.bg-white {
    padding: 30px 0 0;
    border-radius: 0 0 4px 4px;
    margin: 0;
  }
  #blocks::before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #57555b;
  }
  #blocks .block.after-content div.content-end {
    display: block;
  }
  .block {
    margin: -4px 0;
    position: relative;
  }
  .block.previous-block-case_studies {
    margin-top: 4px;
  }
  .block.previous-block-case_studies div.bg-white {
    border-radius: 0 0 4px;
  }
  .block div.bg-white {
    padding: 0 50px 50px;
    border-radius: 4px;
    width: 100%;
  }
  .block.previous-block-map_block div.bg-white {
    padding-top: 50px;
    border-radius: 0 0 4px 4px;
  }
  .line-chart {
    position: relative;
    height: 20px;
    margin: 20px 0;
  }
  .line-chart .text {
    position: absolute;
    width: 20%;
    left: 0;
    top: 0;
    line-height: 20px;
    padding: 0 10px;
    text-align: right;
  }
  .line-chart svg {
    display: block;
    position: absolute;
    top: 0;
    left: 20%;
    width: 70%;
    height: 100%;
  }
  .line-chart svg rect {
    fill: #eee;
  }
  .line-chart svg rect:last-of-type {
    fill: green;
    opacity: 0;
  }
  .line-chart .count {
    height: 20px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    width: 10%;
    right: 0;
    top: 0;
    padding: 0 10px;
  }
  .line-chart .count::after {
    content: "%";
  }
  .line-chart .count span {
    display: inline-block;
    word-break: break-word;
    vertical-align: top;
    margin-right: -5px;
    opacity: 0;
    width: 0;
  }
  .line-chart .count span:last-of-type {
    width: 13px;
    opacity: 1;
  }
  .chart-group {
    margin: 30px 0;
  }
  .chart-group.animated .col:nth-child(1) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 0s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 0s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(1) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 0.4s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 0.4s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(2) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.4s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 0.8s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 0.8s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(3) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 0.8s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 1.2s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 1.2s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(4) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.2s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 1.6s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 1.6s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(5) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 1.6s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 2s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 2s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(6) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 2.4s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 2.4s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(7) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.4s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 2.8s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 2.8s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(8) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 2.8s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart svg rect:last-of-type {
    animation: lineanimate 1s ease-in-out 3.2s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 3.2s;
    opacity: 1;
    width: 13px;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="1"] {
    transform: translateY(-20px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="2"] {
    transform: translateY(-40px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="3"] {
    transform: translateY(-60px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="4"] {
    transform: translateY(-80px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="5"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="6"] {
    transform: translateY(-120px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="7"] {
    transform: translateY(-140px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="8"] {
    transform: translateY(-160px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  .chart-group.animated .col:nth-child(9) .line-chart .count span[data-char="9"] {
    transform: translateY(-180px);
    opacity: 1;
    width: 13px;
    transition: all 1s ease-in-out 3.2s;
  }
  @keyframes lineanimate {
    0% {
      width: 0;
    }
  }
  #archive {
    margin-top: -4px;
    position: relative;
  }
  #archive:last-child {
    padding-bottom: 50px;
  }
  #archive::before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #57555b;
  }
  #archive .bg-white {
    padding: 0 50px 50px;
    border-radius: 4px;
  }
  #archive .bg-white .bg-grey2 {
    padding: 1px 30px 30px;
    border-radius: 4px;
  }
  #archive .bg-white .bg-grey2.filterSide {
    display: flex;
    justify-content: flex-start;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  #archive .bg-white h2 {
    margin: 30px 0 0;
  }
  #archive .bg-white .tabs {
    text-align: right;
    padding: 0 30px;
  }
  #archive .bg-white .tabs a,
  #archive .bg-white .tabs span {
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px 8px;
    border-radius: 4px 4px 0 0;
    margin-left: 10px;
    color: #fff;
    font-weight: 700;
    transition: background 0.5s;
    max-width: 250px;
    text-align: center;
  }
  #archive .bg-white .tabs a.active,
  #archive .bg-white .tabs span.active {
    background: #e2e2e2 !important;
    color: #57555b;
  }
  #archive .bg-white .tabs a.active:hover,
  #archive .bg-white .tabs span.active:hover {
    background: #cecece;
  }
  #archive .bg-white div.list .row {
    margin: 0 -15px;
  }
  #archive .bg-white div.list .row .col {
    padding: 0 15px;
  }
  #archive .bg-white div.list .bg-white {
    padding: 30px;
    border-radius: 4px;
    margin-top: 30px;
    height: calc(100% - 30px);
    width: 100%;
  }
  #archive .bg-white div.list .bg-white + a {
    position: relative;
    transform: translateY(-100%);
  }
  #archive .bg-white div.list .bg-white.no-image .button {
    margin: 0;
    transform: translateY(0);
  }
  #archive .bg-white div.list .button {
    margin: 0 0 30px 30px;
  }
  #archive .bg-white div.list img {
    margin: -4px 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #archive .bg-white div.list img + .button {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    transform: translateY(-50%);
  }
  #archive .bg-white div.list h3 {
    position: relative;
    margin-top: -10px;
  }
  #archive .bg-white div.list h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
  #archive .bg-white div.list > p {
    margin: 20px 0;
  }
  #archive .bg-white div.list > div {
    display: none;
  }
  #archive .bg-white div.list > div.filterVolunteer {
    background: #fff;
    display: block;
    width: calc(40% + 50px);
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  #archive .bg-white div.list > div.filterVolunteer .filterTitle {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #archive .bg-white div.list > div.filterVolunteer .filterOptions {
    display: flex;
    align-items: baseline;
  }
  #archive .bg-white div.list > div.filterVolunteer .description {
    margin-left: 0px;
    font-size: 16px;
  }
  #archive .bg-white div.list > div.filterVolunteer hr {
    width: 100%;
    margin: 30px 0 10px 0;
    opacity: 0.2;
  }
  #archive .bg-white div.list > div.active {
    display: block;
  }
  #archive .bg-white div.list > div.active.volunteer {
    width: 75%;
    margin-bottom: 30px;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer {
    padding-left: 30px;
    margin-top: 20px;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .filterTitleMobile {
    display: none;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .toggleFilter {
    display: none;
    margin-top: -5px;
    background-color: white;
    padding: 25px 10px 20px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .toggleFilter hr {
    width: calc(100% - 30px);
    margin: 30px 0 10px 0;
    opacity: 0.2;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .toggleFilter hr:last-of-type {
    display: none;
  }
  #archive .bg-white div.list > div.active.volunteer .filterVolunteer .toggleFilter .description {
    font-size: 16px;
  }
  #archive .bg-white div.list > div.active.volunteer .bg-white {
    margin-left: 30px;
  }
  #archive .bg-white div.list > div.active.volunteer .title {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .pull-left {
    margin-left: calc(-1 * (100% + 100px) / 3 - 70px);
  }
  #archive .bg-white div.list > div.filterVolunteer {
    background: #fff;
    display: block;
    width: calc(25% + 48px);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  #archive .bg-white div.list > div.filterVolunteer .filterOptions {
    display: flex;
    align-items: baseline;
  }
}
@media (min-width: 0px) {
  .neighbourhoods {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    width: calc(100% + 20px);
  }
  .neighbourhoods .neighbourhood {
    align-items: center;
    background-color: #00b3bc;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    min-height: 122px;
    padding: 13px 17px 19px 17px;
    width: calc(50% - 20px);
  }
  .neighbourhoods .neighbourhood .icon {
    background-position: center;
    height: 40px;
    width: 40px;
  }
  .neighbourhoods .neighbourhood .icon.home {
    background-image: url("./assets/icons/home-smiley.svg");
  }
  .neighbourhoods .neighbourhood .name {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .neighbourhoods {
    margin-top: 50px;
  }
  .neighbourhoods .neighbourhood {
    width: calc(25% - 20px);
  }
}
@media (min-width: 0px) {
  .frm_forms form .frm_form_field,
  form.search-404 .frm_form_field {
    margin-bottom: 25px;
  }
  .frm_forms form .frm_form_field h3,
  form.search-404 .frm_form_field h3 {
    margin-top: 25px;
  }
  .frm_forms form .frm_repeat_buttons,
  form.search-404 .frm_repeat_buttons {
    margin-bottom: 15px;
  }
  .frm_forms form .frm_repeat_buttons a,
  form.search-404 .frm_repeat_buttons a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 7px 20px 8px;
    border-radius: 4px;
    transition: background 0.5s;
    position: relative;
    background: #ccc;
  }
  .frm_forms form .frm_repeat_buttons a:focus,
  form.search-404 .frm_repeat_buttons a:focus {
    text-decoration: none;
  }
  .frm_forms form .frm_repeat_buttons a:first-of-type,
  form.search-404 .frm_repeat_buttons a:first-of-type {
    margin-right: 10px;
  }
  .frm_forms form .frm_repeat_buttons a:last-of-type,
  form.search-404 .frm_repeat_buttons a:last-of-type {
    margin-right: 0px;
  }
  .frm_forms form .frm_repeat_buttons a.frm_add_form_row,
  form.search-404 .frm_repeat_buttons a.frm_add_form_row {
    background: #95c11f;
  }
  .frm_forms form .frm_repeat_buttons a.frm_remove_form_row,
  form.search-404 .frm_repeat_buttons a.frm_remove_form_row {
    background: #d30934;
  }
  .frm_forms form .frm_combo_inputs_container,
  form.search-404 .frm_combo_inputs_container {
    display: block;
  }
  .frm_forms form .frm_combo_inputs_container .frm6,
  form.search-404 .frm_combo_inputs_container .frm6 {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .frm_forms form .frm_combo_inputs_container .frm6 .frm_description,
  form.search-404 .frm_combo_inputs_container .frm6 .frm_description {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 5px;
  }
  .frm_forms form .frm_error_style,
  form.search-404 .frm_error_style {
    padding-bottom: 20px;
    font-size: 16px;
    color: #ff6767;
  }
  .frm_forms form .frm_error,
  form.search-404 .frm_error {
    margin-top: -5px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #ff6767;
  }
  .frm_forms form .frm_html_container,
  form.search-404 .frm_html_container {
    margin: 0 0 20px;
  }
  .frm_forms form .frm_none_container label,
  .frm_forms form .frm_none_container .frm_primary_label,
  form.search-404 .frm_none_container label,
  form.search-404 .frm_none_container .frm_primary_label {
    display: none;
  }
  .frm_forms form .bold_label .frm_primary_label,
  form.search-404 .bold_label .frm_primary_label {
    font-weight: 700;
    font-size: 20px;
  }
  .frm_forms form label,
  .frm_forms form .frm_primary_label,
  form.search-404 label,
  form.search-404 .frm_primary_label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 5px;
  }
  .frm_forms form .bold .frm_primary_label,
  form.search-404 .bold .frm_primary_label {
    font-weight: 700;
  }
  .frm_forms form input[type=text],
  .frm_forms form input[type=email],
  .frm_forms form input[type=url],
  .frm_forms form input[type=password],
  .frm_forms form input[type=tel],
  .frm_forms form input[type=number],
  .frm_forms form textarea,
  .frm_forms form select,
  form.search-404 input[type=text],
  form.search-404 input[type=email],
  form.search-404 input[type=url],
  form.search-404 input[type=password],
  form.search-404 input[type=tel],
  form.search-404 input[type=number],
  form.search-404 textarea,
  form.search-404 select {
    width: 100%;
    border-radius: 4px;
    background: #eeeeef;
    padding: 8px 15px;
    margin: 0 0 15px;
    color: #57555b;
    transition: background 0.5s;
  }
  .frm_forms form input[type=text]:focus,
  .frm_forms form input[type=email]:focus,
  .frm_forms form input[type=url]:focus,
  .frm_forms form input[type=password]:focus,
  .frm_forms form input[type=tel]:focus,
  .frm_forms form input[type=number]:focus,
  .frm_forms form textarea:focus,
  .frm_forms form select:focus,
  form.search-404 input[type=text]:focus,
  form.search-404 input[type=email]:focus,
  form.search-404 input[type=url]:focus,
  form.search-404 input[type=password]:focus,
  form.search-404 input[type=tel]:focus,
  form.search-404 input[type=number]:focus,
  form.search-404 textarea:focus,
  form.search-404 select:focus {
    background: #e2e2e2;
  }
  .frm_forms form textarea,
  form.search-404 textarea {
    resize: none;
  }
  .frm_forms form input[type=number],
  form.search-404 input[type=number] {
    width: auto;
  }
  .frm_forms form input[type=text],
  .frm_forms form input[type=email],
  .frm_forms form input[type=url],
  .frm_forms form input[type=password],
  .frm_forms form input[type=number],
  .frm_forms form input[type=tel],
  .frm_forms form select,
  form.search-404 input[type=text],
  form.search-404 input[type=email],
  form.search-404 input[type=url],
  form.search-404 input[type=password],
  form.search-404 input[type=number],
  form.search-404 input[type=tel],
  form.search-404 select {
    height: 45px;
  }
  .frm_forms form select[multiple],
  form.search-404 select[multiple] {
    height: auto;
  }
  .frm_forms form .vertical_radio,
  .frm_forms form .horizontal_radio,
  form.search-404 .vertical_radio,
  form.search-404 .horizontal_radio {
    margin: 0 0 25px;
  }
  .frm_forms form .vertical_radio .frm_primary_label,
  .frm_forms form .horizontal_radio .frm_primary_label,
  form.search-404 .vertical_radio .frm_primary_label,
  form.search-404 .horizontal_radio .frm_primary_label {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 5px;
  }
  .frm_forms form .vertical_radio .frm_radio,
  .frm_forms form .vertical_radio .frm_checkbox,
  .frm_forms form .horizontal_radio .frm_radio,
  .frm_forms form .horizontal_radio .frm_checkbox,
  form.search-404 .vertical_radio .frm_radio,
  form.search-404 .vertical_radio .frm_checkbox,
  form.search-404 .horizontal_radio .frm_radio,
  form.search-404 .horizontal_radio .frm_checkbox {
    display: inline-block;
    margin: 0 30px 15px 0;
  }
  .frm_forms form .vertical_radio .frm_radio label,
  .frm_forms form .vertical_radio .frm_checkbox label,
  .frm_forms form .horizontal_radio .frm_radio label,
  .frm_forms form .horizontal_radio .frm_checkbox label,
  form.search-404 .vertical_radio .frm_radio label,
  form.search-404 .vertical_radio .frm_checkbox label,
  form.search-404 .horizontal_radio .frm_radio label,
  form.search-404 .horizontal_radio .frm_checkbox label {
    margin: 0;
    font-weight: 300;
    position: relative;
    padding: 5px 0 5px 0;
    cursor: pointer;
  }
  .frm_forms form .vertical_radio .frm_radio label span,
  .frm_forms form .vertical_radio .frm_checkbox label span,
  .frm_forms form .horizontal_radio .frm_radio label span,
  .frm_forms form .horizontal_radio .frm_checkbox label span,
  form.search-404 .vertical_radio .frm_radio label span,
  form.search-404 .vertical_radio .frm_checkbox label span,
  form.search-404 .horizontal_radio .frm_radio label span,
  form.search-404 .horizontal_radio .frm_checkbox label span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #eeeeef;
    border-color: #eeeeef;
    border-style: solid;
    transition: background 0.3s, border-color 0.3s, border-width 0.3s;
    transform: scale(0.5);
    transform-origin: 0% 50%;
  }
  .frm_forms form .vertical_radio .frm_radio input:focus + span,
  .frm_forms form .vertical_radio .frm_checkbox input:focus + span,
  .frm_forms form .horizontal_radio .frm_radio input:focus + span,
  .frm_forms form .horizontal_radio .frm_checkbox input:focus + span,
  form.search-404 .vertical_radio .frm_radio input:focus + span,
  form.search-404 .vertical_radio .frm_checkbox input:focus + span,
  form.search-404 .horizontal_radio .frm_radio input:focus + span,
  form.search-404 .horizontal_radio .frm_checkbox input:focus + span {
    background: #e2e2e2;
    border-color: #e2e2e2;
  }
  .frm_forms form .vertical_radio .frm_radio label span,
  .frm_forms form .horizontal_radio .frm_radio label span,
  form.search-404 .vertical_radio .frm_radio label span,
  form.search-404 .horizontal_radio .frm_radio label span {
    border-radius: 50%;
    border-width: 20px;
  }
  .frm_forms form .vertical_radio .frm_radio label input:checked + span,
  .frm_forms form .horizontal_radio .frm_radio label input:checked + span,
  form.search-404 .vertical_radio .frm_radio label input:checked + span,
  form.search-404 .horizontal_radio .frm_radio label input:checked + span {
    background: #57555b;
    border-width: 10px;
  }
  .frm_forms form .vertical_radio .frm_checkbox label span,
  .frm_forms form .horizontal_radio .frm_checkbox label span,
  form.search-404 .vertical_radio .frm_checkbox label span,
  form.search-404 .horizontal_radio .frm_checkbox label span {
    border-radius: 4px;
  }
  .frm_forms form .vertical_radio .frm_checkbox label span::before,
  .frm_forms form .horizontal_radio .frm_checkbox label span::before,
  form.search-404 .vertical_radio .frm_checkbox label span::before,
  form.search-404 .horizontal_radio .frm_checkbox label span::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 16px;
    left: calc(50% - 5px);
    bottom: calc(50% - 9px);
    border-bottom: 5px solid #57555b;
    border-right: 5px solid #57555b;
    opacity: 0;
    transform: rotate(40deg) scale(0);
    transition: transform 0.3s, opacity 0.3s;
  }
  .frm_forms form .vertical_radio .frm_checkbox label input:checked + span::before,
  .frm_forms form .horizontal_radio .frm_checkbox label input:checked + span::before,
  form.search-404 .vertical_radio .frm_checkbox label input:checked + span::before,
  form.search-404 .horizontal_radio .frm_checkbox label input:checked + span::before {
    transform: rotate(40deg) scale(1);
    opacity: 1;
  }
  .frm_forms form .vertical_radio .frm_radio,
  .frm_forms form .vertical_radio .frm_checkbox,
  form.search-404 .vertical_radio .frm_radio,
  form.search-404 .vertical_radio .frm_checkbox {
    display: block;
    margin: 0 0 8px 0;
  }
  .frm_forms form .horizontal_radio .frm_radio,
  .frm_forms form .horizontal_radio .frm_checkbox,
  form.search-404 .horizontal_radio .frm_radio,
  form.search-404 .horizontal_radio .frm_checkbox {
    display: inline-block;
    margin: 0 30px 8px 0;
  }
  .frm_forms form button,
  form.search-404 button {
    background: #57555b;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 20px 8px;
    border-radius: 4px;
    transition: background 0.5s;
    position: relative;
    margin: 15px 0 0;
  }
  .frm_forms form button::before,
  form.search-404 button::before {
    content: "";
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
    display: inline-block;
  }
  .frm_forms form .frm_dropzone,
  form.search-404 .frm_dropzone {
    margin: 0 0 15px;
  }
  .frm_forms form .frm_dropzone button,
  form.search-404 .frm_dropzone button {
    margin: 0;
    float: none !important;
  }
  .frm_forms form .frm_dropzone button::before,
  form.search-404 .frm_dropzone button::before {
    display: none;
  }
  .frm_forms form .frm_dropzone a.dz-remove,
  form.search-404 .frm_dropzone a.dz-remove {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #e2e2e2;
    text-align: center;
    line-height: 12px;
    border-radius: 50%;
    margin-top: 3px;
    font-weight: 500;
  }
  .frm_forms form .frm_dropzone a.dz-remove::before,
  form.search-404 .frm_dropzone a.dz-remove::before {
    content: "x";
  }
  .frm_forms form .frm_hidden,
  .frm_forms form .frm_screen_reader,
  .frm_forms form .frm_verify,
  form.search-404 .frm_hidden,
  form.search-404 .frm_screen_reader,
  form.search-404 .frm_verify {
    display: none;
  }
  .frm_forms form .frm_description,
  form.search-404 .frm_description {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .frm_forms form .frm_description a,
  form.search-404 .frm_description a {
    font-weight: 500;
  }
  .frm_forms form .frm_repeat_sec,
  form.search-404 .frm_repeat_sec {
    border-left: 2px #cecece solid;
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
  form.contact-us .privacy {
    margin-top: -35px !important;
  }
  form.contact-us .privacy > div.frm_primary_label {
    background: white;
    font-size: 15px;
    margin-right: 10px;
    position: relative;
    top: 26px;
    left: 22px;
    z-index: 1;
  }
  form.contact-us .privacy label {
    font-size: 0;
  }
  form.contact-us .privacy .frm_description {
    font-size: 14px;
  }
  .ui-datepicker-prev .ui-icon,
  .ui-datepicker-next .ui-icon {
    font-size: 12px;
    font-weight: bold;
  }
  #ui-datepicker-div {
    font-family: "omnes-pro", sans-serif;
  }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    margin-bottom: 0;
    background: #01b3bc;
  }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
  #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    background: none;
    font-family: "omnes-pro", sans-serif;
    position: relative;
    transform: translate(10px, 9px);
  }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    border-right: solid 3px #fff;
    border-top: solid 3px #fff;
    position: absolute;
    padding: 0;
  }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-right: solid 3px #fff;
    border-top: solid 3px #fff;
    position: absolute;
    padding: 0;
  }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
  }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-title .ui-datepicker-month,
  #ui-datepicker-div.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    background-color: white;
    border: none;
    color: #333;
    float: unset;
  }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar th {
    background: #01b3bc;
  }
  .frm_pos_none {
    display: none;
  }
  #frm_loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }
  #frm_loading h3 {
    font-weight: 500;
    padding-bottom: 15px;
    color: #fff;
    font-size: 24px;
  }
  #frm_loading_content {
    position: fixed;
    top: 20%;
    left: 33%;
    width: 33%;
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
    z-index: 9999999;
  }
  #frm_loading img {
    max-width: 100%;
  }
  #frm_loading .progress {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #frm_loading .progress.active .progress-bar {
    animation: 2s linear 0s normal none infinite progress-bar-stripes;
  }
  #frm_loading .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, #cccccc 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #cccccc 50%, #cccccc 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
  }
  #frm_loading .progress-bar {
    background-color: #ffffff;
    background-color: var(--bg-color);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    float: left;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 100%;
  }
  .frm_image_from_url {
    height: 50px;
  }
  .frm-loading-img {
    background: url(https://poplarharca.local/wp-content/plugins/formidable/images/ajax_loader.gif) no-repeat center center;
    padding: 6px 12px;
  }
  select.frm_loading_lookup {
    background-image: url(https://poplarharca.local/wp-content/plugins/formidable/images/ajax_loader.gif) !important;
    background-position: 10px;
    background-repeat: no-repeat;
    color: transparent !important;
  }
  .frm_screen_reader {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .frm_screen_reader.frm_hidden {
    display: initial;
  }
  .frm_verify {
    position: absolute;
    left: -3000px;
  }
  .frm_clear_none {
    clear: none;
  }
  .frm_clear {
    clear: both;
  }
  .frm_form_field.frm_alignright {
    float: right !important;
  }
  .with_frm_style .frm_form_field {
    clear: both;
  }
  .frm_combo_inputs_container,
  .frm_grid_container,
  .frm_form_fields .frm_section_heading,
  .frm_form_fields .frm_fields_container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: max-content;
    grid-gap: 0 2%;
  }
  .frm_combo_inputs_container > *,
  .frm_grid_container > *,
  .frm_section_heading > *,
  .frm_fields_container .frm_form_field,
  .frm_fields_container > * {
    grid-column: span 12/span 12;
  }
  .frm_inline,
  .frm_form_field.frm_left_inline,
  .frm_form_field.frm_first_inline,
  .frm_form_field.frm_inline,
  .frm_submit.frm_inline,
  .frm_form_field.frm_right_inline,
  .frm_form_field.frm_last_inline {
    width: auto;
    grid-column: span 2/span 2;
  }
  .frm6,
  .frm_half,
  .frm_form_field.frm_three_fifths,
  .frm_form_field.frm6,
  .frm_submit.frm6,
  .frm_form_field.frm_left_half,
  .frm_form_field.frm_right_half,
  .frm_form_field.frm_first_half,
  .frm_form_field.frm_last_half,
  .frm_form_field.frm_half,
  .frm_submit.frm_half {
    grid-column: span 6/span 6;
  }
  .frm4,
  .frm_third,
  .frm_form_field.frm_two_fifths,
  .frm_form_field.frm4,
  .frm_submit.frm4,
  .frm_form_field.frm_left_third,
  .frm_form_field.frm_third,
  .frm_submit.frm_third,
  .frm_form_field.frm_right_third,
  .frm_form_field.frm_first_third,
  .frm_form_field.frm_last_third {
    grid-column: span 4/span 4;
  }
  .frm8,
  .frm_two_thirds,
  .frm_form_field.frm8,
  .frm_submit.frm8,
  .frm_form_field.frm_left_two_thirds,
  .frm_form_field.frm_right_two_thirds,
  .frm_form_field.frm_first_two_thirds,
  .frm_form_field.frm_last_two_thirds,
  .frm_form_field.frm_two_thirds {
    grid-column: span 8/span 8;
  }
  .frm3,
  .frm_fourth,
  .frm_form_field.frm3,
  .frm_submit.frm3,
  .frm_form_field.frm_left_fourth,
  .frm_form_field.frm_fourth,
  .frm_submit.frm_fourth,
  .frm_form_field.frm_right_fourth,
  .frm_form_field.frm_first_fourth,
  .frm_form_field.frm_last_fourth {
    grid-column: span 3/span 3;
  }
  .frm9,
  .frm_three_fourths,
  .frm_form_field.frm_four_fifths,
  .frm_form_field.frm9,
  .frm_submit.frm9,
  .frm_form_field.frm_three_fourths {
    grid-column: span 9/span 9;
  }
  .frm_form_field.frm_left_fifth,
  .frm_form_field.frm_fifth,
  .frm_submit.frm_fifth,
  .frm_form_field.frm_right_fifth,
  .frm_form_field.frm_first_fifth,
  .frm_form_field.frm_last_fifth {
    grid-column: span 2/span 2;
  }
  .frm2,
  .frm_sixth,
  .frm_form_field.frm2,
  .frm_submit.frm2,
  .frm_form_field.frm_sixth,
  .frm_submit.frm_sixth,
  .frm_form_field.frm_first_sixth,
  .frm_form_field.frm_last_sixth {
    grid-column: span 2/span 2;
  }
  .frm10,
  .frm_form_field.frm10,
  .frm_submit.frm10 {
    grid-column: span 10/span 10;
  }
  .frm1,
  .frm_form_field.frm1,
  .frm_submit.frm1,
  .frm_form_field.frm_seventh,
  .frm_submit.frm_seventh,
  .frm_form_field.frm_first_seventh,
  .frm_form_field.frm_last_seventh.frm_form_field.frm_eighth,
  .frm_submit.frm_eighth,
  .frm_form_field.frm_first_eighth,
  .frm_form_field.frm_last_eighth {
    grid-column: span 1/span 1;
  }
  .frm5,
  .frm_form_field.frm5,
  .frm_submit.frm5 {
    grid-column: span 5/span 5;
  }
  .frm7,
  .frm_form_field.frm7,
  .frm_submit.frm7 {
    grid-column: span 7/span 7;
  }
  .frm11,
  .frm_form_field.frm11,
  .frm_submit.frm11 {
    grid-column: span 11/span 11;
  }
  .frm12,
  .frm_full,
  .frm_full .wp-editor-wrap,
  .frm_full > input:not([type=checkbox]):not([type=radio]):not([type=button]),
  .frm_full select,
  .frm_full textarea {
    width: 100% !important;
    grid-column: span 12/span 12;
    box-sizing: border-box;
  }
  .frm_full .wp-editor-wrap input {
    width: auto !important;
  }
  .frm_first,
  .frm_form_field.frm_left_half,
  .frm_form_field.frm_left_third,
  .frm_form_field.frm_left_two_thirds,
  .frm_form_field.frm_left_fourth,
  .frm_form_field.frm_left_fifth,
  .frm_form_field.frm_left_inline,
  .frm_form_field.frm_first_half,
  .frm_form_field.frm_first_third,
  .frm_form_field.frm_first_two_thirds,
  .frm_form_field.frm_first_fourth,
  .frm_form_field.frm_first_fifth,
  .frm_form_field.frm_first_sixth,
  .frm_form_field.frm_first_seventh,
  .frm_form_field.frm_first_eighth,
  .frm_form_field.frm_first_inline,
  .frm_form_field.frm_first {
    grid-column-start: 1;
  }
  .frm_last,
  .frm_form_field.frm_last,
  .frm_form_field.frm_alignright {
    grid-column-end: -1;
    justify-content: end;
  }
  .with_frm_style.frm_rtl .frm_form_fields .star-rating {
    float: right;
  }
  .with_frm_style.frm_rtl .frm_grid .frm_primary_label,
  .with_frm_style.frm_rtl .frm_grid_first .frm_primary_label,
  .with_frm_style.frm_rtl .frm_grid_odd .frm_primary_label,
  .with_frm_style.frm_rtl .frm_grid .frm_radio,
  .with_frm_style.frm_rtl .frm_grid_first .frm_radio,
  .with_frm_style.frm_rtl .frm_grid_odd .frm_radio,
  .with_frm_style.frm_rtl .frm_grid .frm_checkbox,
  .with_frm_style.frm_rtl .frm_grid_first .frm_checkbox,
  .with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox {
    float: right !important;
    margin-right: 0 !important;
  }
  .with_frm_style.frm_rtl .frm_grid_first .frm_radio label input,
  .with_frm_style.frm_rtl .frm_grid .frm_radio label input,
  .with_frm_style.frm_rtl .frm_grid_odd .frm_radio label input,
  .with_frm_style.frm_rtl .frm_grid_first .frm_checkbox label input,
  .with_frm_style.frm_rtl .frm_grid .frm_checkbox label input,
  .with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox label input {
    float: left;
  }
  .with_frm_style.frm_rtl .frm_catlevel_2,
  .with_frm_style.frm_rtl .frm_catlevel_3,
  .with_frm_style.frm_rtl .frm_catlevel_4,
  .with_frm_style.frm_rtl .frm_catlevel_5 {
    margin-right: 18px;
  }
  .with_frm_style.frm_rtl div > .frm_time_select {
    margin-right: 5px;
  }
  .frm_form_field.frm_inline_container,
  .frm_form_field.frm_right_container,
  .frm_form_field.frm_left_container {
    display: grid;
    grid-template-columns: 25% auto;
    width: 100%;
    grid-auto-rows: min-content;
  }
  .frm_form_field.frm_right_container {
    grid-template-columns: auto 25%;
  }
  .frm_form_field.frm_inline_container {
    grid-template-columns: repeat(2, minmax(auto, max-content));
  }
  .frm_form_field.frm_inline_container .frm_primary_label,
  .frm_form_field.frm_right_container .frm_primary_label,
  .frm_form_field.frm_left_container .frm_primary_label {
    margin-right: 10px;
    grid-row: span 2/span 2;
    padding-top: 4px;
  }
  .frm_form_field.frm_left_container .frm_primary_label {
    grid-column: 1;
    grid-row: span 2/span 2;
  }
  .frm_form_field.frm_right_container .frm_primary_label {
    grid-column: 2;
    grid-row: 1;
    margin-right: 0;
    margin-left: 10px;
  }
  .frm_form_field.frm_inline_container .frm_description,
  .frm_form_field.frm_left_container .frm_description {
    grid-column: 2;
  }
  .frm_form_field.frm_right_container .frm_description {
    grid-column: 1;
  }
  .frm_conf_field.frm_left_container {
    grid-template-columns: 67%;
  }
  .frm_conf_field.frm_left_container .frm_description {
    grid-column: 1;
  }
  .frm-fade-in {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media only screen and (min-width: 0px) and (max-width: 750px) {
  .frm_grid_container.frm_no_grid_750 > div {
    grid-column: span 12/span 12;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .frm_section_heading > .frm_form_field,
  .frm_fields_container > .frm_submit,
  .frm_grid_container > .frm_form_field,
  .frm_fields_container > .frm_form_field {
    grid-column: 1/span 12 !important;
  }
  .frm_grid_container.frm_no_grid_600,
  .frm_form_field.frm_inline_container,
  .frm_form_field.frm_right_container,
  .frm_form_field.frm_left_container {
    display: block;
  }
}
@media (min-width: 0px) {
  .frm_conf_field.frm_left_container .frm_primary_label {
    display: none;
  }
  .wp-editor-wrap *,
  .wp-editor-wrap *:after,
  .wp-editor-wrap *:before {
    box-sizing: content-box;
  }
  .with_frm_style .frm_grid,
  .with_frm_style .frm_grid_first,
  .with_frm_style .frm_grid_odd {
    clear: both;
    margin-bottom: 0 !important;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border-color: var(--border-color);
    border-left: none;
    border-right: none;
  }
  .with_frm_style .frm_grid,
  .with_frm_style .frm_grid_odd {
    border-top: none;
  }
  .frm_grid .frm_error,
  .frm_grid_first .frm_error,
  .frm_grid_odd .frm_error,
  .frm_grid .frm_limit_error,
  .frm_grid_first .frm_limit_error,
  .frm_grid_odd .frm_limit_error {
    display: none;
  }
  .frm_grid:after,
  .frm_grid_first:after,
  .frm_grid_odd:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .frm_grid_first {
    margin-top: 20px;
  }
  .frm_grid_first,
  .frm_grid_odd {
    background-color: #ffffff;
    background-color: var(--bg-color);
  }
  .frm_grid {
    background-color: #ffffff;
    background-color: var(--bg-color-active);
  }
  .with_frm_style .frm_grid.frm_blank_field,
  .with_frm_style .frm_grid_first.frm_blank_field,
  .with_frm_style .frm_grid_odd.frm_blank_field {
    background-color: #f2dede;
    background-color: var(--error-bg);
    border-color: #ebccd1;
    border-color: var(--error-bg);
  }
  .frm_grid .frm_primary_label,
  .frm_grid_first .frm_primary_label,
  .frm_grid_odd .frm_primary_label,
  .frm_grid .frm_radio,
  .frm_grid_first .frm_radio,
  .frm_grid_odd .frm_radio,
  .frm_grid .frm_checkbox,
  .frm_grid_first .frm_checkbox,
  .frm_grid_odd .frm_checkbox {
    float: left !important;
    display: block;
    margin-top: 0;
    margin-left: 0 !important;
  }
  .frm_grid_first .frm_radio label,
  .frm_grid .frm_radio label,
  .frm_grid_odd .frm_radio label,
  .frm_grid_first .frm_checkbox label,
  .frm_grid .frm_checkbox label,
  .frm_grid_odd .frm_checkbox label {
    visibility: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .frm_grid_first .frm_radio label input,
  .frm_grid .frm_radio label input,
  .frm_grid_odd .frm_radio label input,
  .frm_grid_first .frm_checkbox label input,
  .frm_grid .frm_checkbox label input,
  .frm_grid_odd .frm_checkbox label input {
    visibility: visible;
    margin: 2px 0 0;
    float: right;
  }
  .frm_grid .frm_radio,
  .frm_grid_first .frm_radio,
  .frm_grid_odd .frm_radio,
  .frm_grid .frm_checkbox,
  .frm_grid_first .frm_checkbox,
  .frm_grid_odd .frm_checkbox {
    display: inline;
  }
  .frm_grid_2 .frm_radio,
  .frm_grid_2 .frm_checkbox,
  .frm_grid_2 .frm_primary_label {
    width: 48% !important;
  }
  .frm_grid_2 .frm_radio,
  .frm_grid_2 .frm_checkbox {
    margin-right: 4%;
  }
  .frm_grid_3 .frm_radio,
  .frm_grid_3 .frm_checkbox,
  .frm_grid_3 .frm_primary_label {
    width: 30% !important;
  }
  .frm_grid_3 .frm_radio,
  .frm_grid_3 .frm_checkbox {
    margin-right: 3%;
  }
  .frm_grid_4 .frm_radio,
  .frm_grid_4 .frm_checkbox {
    width: 20% !important;
  }
  .frm_grid_4 .frm_primary_label {
    width: 28% !important;
  }
  .frm_grid_4 .frm_radio,
  .frm_grid_4 .frm_checkbox {
    margin-right: 4%;
  }
  .frm_grid_5 .frm_primary_label,
  .frm_grid_7 .frm_primary_label {
    width: 24% !important;
  }
  .frm_grid_5 .frm_radio,
  .frm_grid_5 .frm_checkbox {
    width: 17% !important;
    margin-right: 2%;
  }
  .frm_grid_6 .frm_primary_label {
    width: 25% !important;
  }
  .frm_grid_6 .frm_radio,
  .frm_grid_6 .frm_checkbox {
    width: 14% !important;
    margin-right: 1%;
  }
  .frm_grid_7 .frm_primary_label {
    width: 22% !important;
  }
  .frm_grid_7 .frm_radio,
  .frm_grid_7 .frm_checkbox {
    width: 12% !important;
    margin-right: 1%;
  }
  .frm_grid_8 .frm_primary_label {
    width: 23% !important;
  }
  .frm_grid_8 .frm_radio,
  .frm_grid_8 .frm_checkbox {
    width: 10% !important;
    margin-right: 1%;
  }
  .frm_grid_9 .frm_primary_label {
    width: 20% !important;
  }
  .frm_grid_9 .frm_radio,
  .frm_grid_9 .frm_checkbox {
    width: 9% !important;
    margin-right: 1%;
  }
  .frm_grid_10 .frm_primary_label {
    width: 19% !important;
  }
  .frm_grid_10 .frm_radio,
  .frm_grid_10 .frm_checkbox {
    width: 8% !important;
    margin-right: 1%;
  }
  .frm_form_field.frm_inline_container .frm_opt_container,
  .frm_form_field.frm_right_container .frm_opt_container,
  .frm_form_field.frm_left_container .frm_opt_container {
    padding-top: 4px;
  }
  .with_frm_style .frm_inline_container.frm_grid_first .frm_primary_label,
  .with_frm_style .frm_inline_container.frm_grid .frm_primary_label,
  .with_frm_style .frm_inline_container.frm_grid_odd .frm_primary_label,
  .with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container,
  .with_frm_style .frm_inline_container.frm_grid .frm_opt_container,
  .with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container {
    margin-right: 0;
  }
  .frm_form_field.frm_two_col .frm_opt_container,
  .frm_form_field.frm_three_col .frm_opt_container,
  .frm_form_field.frm_four_col .frm_opt_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: max-content;
    grid-gap: 0 2.5%;
  }
  .frm_form_field.frm_three_col .frm_opt_container {
    grid-template-columns: repeat(3, 1fr);
  }
  .frm_form_field.frm_four_col .frm_opt_container {
    grid-template-columns: repeat(4, 1fr);
  }
  .frm_form_field.frm_two_col .frm_radio,
  .frm_form_field.frm_two_col .frm_checkbox,
  .frm_form_field.frm_three_col .frm_radio,
  .frm_form_field.frm_three_col .frm_checkbox,
  .frm_form_field.frm_four_col .frm_radio,
  .frm_form_field.frm_four_col .frm_checkbox {
    grid-column-end: span 1;
  }
  .frm_form_field .frm_checkbox,
  .frm_form_field .frm_checkbox + .frm_checkbox,
  .frm_form_field .frm_radio,
  .frm_form_field .frm_radio + .frm_radio {
    margin-top: 0;
    margin-bottom: 0;
  }
  .frm_form_field.frm_scroll_box .frm_opt_container {
    height: 100px;
    overflow: auto;
  }
  .frm_html_container.frm_scroll_box,
  .frm_form_field.frm_html_scroll_box {
    height: 100px;
    overflow: auto;
    background-color: #ffffff;
    background-color: var(--bg-color);
    border-color: #cccccc;
    border-color: var(--border-color);
    border-width: 1px;
    border-width: var(--field-border-width);
    border-style: solid;
    border-style: var(--field-border-style);
    border-radius: 4px;
    border-radius: var(--border-radius);
    width: 100%;
    width: var(--field-width);
    max-width: 100%;
    font-size: 14px;
    font-size: var(--field-font-size);
    padding: 6px 10px;
    padding: var(--field-pad);
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: var(--box-shadow);
  }
  .frm_form_field.frm_total_big input,
  .frm_form_field.frm_total_big textarea,
  .frm_form_field.frm_total input,
  .frm_form_field.frm_total textarea {
    opacity: 1;
    background-color: transparent !important;
    border: none !important;
    font-weight: bold;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    display: inline;
    -moz-appearance: textfield;
    padding: 0;
  }
  .frm_form_field.frm_total_big input::-webkit-outer-spin-button,
  .frm_form_field.frm_total_big input::-webkit-inner-spin-button,
  .frm_form_field.frm_total input::-webkit-outer-spin-button,
  .frm_form_field.frm_total input::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .frm_form_field.frm_total_big input:focus,
  .frm_form_field.frm_total_big textarea:focus,
  .frm_form_field.frm_total input:focus,
  .frm_form_field.frm_total textarea:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  .frm_form_field.frm_label_justify .frm_primary_label {
    text-align: justify !important;
  }
  .frm_form_field.frm_capitalize input,
  .frm_form_field.frm_capitalize select,
  .frm_form_field.frm_capitalize .frm_opt_container label {
    text-transform: capitalize;
  }
  .frm_clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .frm_clearfix {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .frm_form_field.frm_four_col .frm_opt_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .with_frm_style .frm_repeat_inline,
  .with_frm_style .frm_repeat_grid {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
  .frm_form_field.frm_two_col .frm_radio,
  .frm_form_field.frm_two_col .frm_checkbox,
  .frm_form_field.frm_three_col .frm_radio,
  .frm_form_field.frm_three_col .frm_checkbox {
    width: auto;
    margin-right: 0;
    float: none;
    display: block;
  }
  .frm_form_field.frm_three_col .frm_opt_container,
  .frm_form_field.frm_four_col .frm_opt_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .frm_form_field input[type=file] {
    max-width: 220px;
  }
  .with_frm_style .frm-g-recaptcha > div > div,
  .with_frm_style .g-recaptcha > div > div {
    width: inherit !important;
    display: block;
    overflow: hidden;
    max-width: 302px;
    border-right: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
  }
  .with_frm_style .g-recaptcha iframe,
  .with_frm_style .frm-g-recaptcha iframe {
    width: 100%;
  }
}
@media (min-width: 0px) {
  .formContainer {
    background-color: #e2e2e2;
    border-radius: 4px;
    margin-top: 40px;
    padding: 20px;
  }
  .formContainer .formHeader {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    margin-bottom: 25px;
    white-space: nowrap;
    font-family: "omnes-pro", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
  .formContainer .formHeader .dots {
    flex-grow: 1;
  }
  .formContainer .inputGroup {
    display: flex;
    margin: 20px 0;
  }
  .formContainer .inputGroup .field {
    background-color: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    flex-grow: 1;
    font-family: "omnes-pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 10px;
    position: relative;
  }
  .formContainer .inputGroup .field--error {
    background-image: url("./assets/cross.svg");
    background-position: calc(100% + 4px - 15px) center;
    background-repeat: no-repeat;
    padding-right: 50px;
  }
  .formContainer .inputGroup .field--error::-moz-placeholder {
    color: #d30934;
  }
  .formContainer .inputGroup .field--error::placeholder {
    color: #d30934;
  }
  .formContainer .inputGroup .button--search {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0 !important;
  }
  .formContainer .inputGroup .button--search:before {
    display: none;
  }
  .formContainer .result {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
  .formContainer .result p {
    margin: 0 !important;
  }
  .formContainer .result .button {
    margin-top: 0 !important;
  }
  .formContainer .result--error {
    gap: 20px;
  }
}
@media (min-width: 576px) {
  form.contact-us .privacy {
    margin-top: -35px !important;
  }
  form.contact-us .privacy > div.frm_primary_label {
    background: white;
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    top: 26px;
    left: 24px;
    z-index: 1;
  }
  form.contact-us .privacy label {
    font-size: 0;
  }
  form.contact-us .privacy .frm_description {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .formContainer {
    margin-top: 50px;
  }
  .formContainer .formHeader {
    font-size: 28px;
  }
  .formContainer .inputGroup .field {
    font-size: 20px;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .frm_forms form .frm_none_container label,
  .frm_forms form .frm_none_container .frm_primary_label,
  form.search-404 .frm_none_container label,
  form.search-404 .frm_none_container .frm_primary_label {
    display: none;
  }
  .frm_forms form .frm_combo_inputs_container,
  form.search-404 .frm_combo_inputs_container {
    display: flex;
    justify-content: space-between;
  }
  .frm_forms form .frm_combo_inputs_container .frm6,
  form.search-404 .frm_combo_inputs_container .frm6 {
    width: 48%;
    display: flex;
    flex-direction: column-reverse;
  }
  .frm_forms form .frm_combo_inputs_container .frm6 .frm_description,
  form.search-404 .frm_combo_inputs_container .frm6 .frm_description {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 5px;
  }
  .frm_forms form .frm_error_style,
  form.search-404 .frm_error_style {
    padding-bottom: 20px;
    font-size: 16px;
    color: #ff6767;
  }
  .frm_forms form .frm_error,
  form.search-404 .frm_error {
    margin-top: -5px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #ff6767;
  }
  .frm_forms form label,
  .frm_forms form .frm_primary_label,
  form.search-404 label,
  form.search-404 .frm_primary_label {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 5px;
  }
  .frm_forms form input[type=text],
  .frm_forms form input[type=email],
  .frm_forms form input[type=url],
  .frm_forms form input[type=password],
  .frm_forms form textarea,
  .frm_forms form select,
  form.search-404 input[type=text],
  form.search-404 input[type=email],
  form.search-404 input[type=url],
  form.search-404 input[type=password],
  form.search-404 textarea,
  form.search-404 select {
    width: 100%;
    border-radius: 4px;
    background: #eeeeef;
    padding: 8px 15px;
    margin: 0 0 15px;
    color: #57555b;
    transition: background 0.5s;
  }
  .frm_forms form input[type=text]:focus,
  .frm_forms form input[type=email]:focus,
  .frm_forms form input[type=url]:focus,
  .frm_forms form input[type=password]:focus,
  .frm_forms form textarea:focus,
  .frm_forms form select:focus,
  form.search-404 input[type=text]:focus,
  form.search-404 input[type=email]:focus,
  form.search-404 input[type=url]:focus,
  form.search-404 input[type=password]:focus,
  form.search-404 textarea:focus,
  form.search-404 select:focus {
    background: #e2e2e2;
  }
  .frm_forms form input[type=text],
  .frm_forms form input[type=email],
  .frm_forms form input[type=url],
  .frm_forms form input[type=password],
  .frm_forms form select,
  form.search-404 input[type=text],
  form.search-404 input[type=email],
  form.search-404 input[type=url],
  form.search-404 input[type=password],
  form.search-404 select {
    height: 45px;
  }
  .frm_forms form .vertical_radio,
  .frm_forms form .horizontal_radio,
  form.search-404 .vertical_radio,
  form.search-404 .horizontal_radio {
    margin: 0 0 25px;
  }
  .frm_forms form .vertical_radio .frm_primary_label,
  .frm_forms form .horizontal_radio .frm_primary_label,
  form.search-404 .vertical_radio .frm_primary_label,
  form.search-404 .horizontal_radio .frm_primary_label {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 5px;
  }
  .frm_forms form .vertical_radio .frm_radio,
  .frm_forms form .vertical_radio .frm_checkbox,
  .frm_forms form .horizontal_radio .frm_radio,
  .frm_forms form .horizontal_radio .frm_checkbox,
  form.search-404 .vertical_radio .frm_radio,
  form.search-404 .vertical_radio .frm_checkbox,
  form.search-404 .horizontal_radio .frm_radio,
  form.search-404 .horizontal_radio .frm_checkbox {
    display: inline-block;
    margin: 0 30px 15px 0;
  }
  .frm_forms form .vertical_radio .frm_radio label,
  .frm_forms form .vertical_radio .frm_checkbox label,
  .frm_forms form .horizontal_radio .frm_radio label,
  .frm_forms form .horizontal_radio .frm_checkbox label,
  form.search-404 .vertical_radio .frm_radio label,
  form.search-404 .vertical_radio .frm_checkbox label,
  form.search-404 .horizontal_radio .frm_radio label,
  form.search-404 .horizontal_radio .frm_checkbox label {
    margin: 0;
    font-weight: 300;
    position: relative;
    padding: 5px 0 5px 0;
    cursor: pointer;
  }
  .frm_forms form .vertical_radio .frm_radio label span,
  .frm_forms form .vertical_radio .frm_checkbox label span,
  .frm_forms form .horizontal_radio .frm_radio label span,
  .frm_forms form .horizontal_radio .frm_checkbox label span,
  form.search-404 .vertical_radio .frm_radio label span,
  form.search-404 .vertical_radio .frm_checkbox label span,
  form.search-404 .horizontal_radio .frm_radio label span,
  form.search-404 .horizontal_radio .frm_checkbox label span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #eeeeef;
    border-color: #eeeeef;
    border-style: solid;
    transition: background 0.3s, border-color 0.3s, border-width 0.3s;
    transform: scale(0.5);
    transform-origin: 0% 50%;
  }
  .frm_forms form .vertical_radio .frm_radio input:focus + span,
  .frm_forms form .vertical_radio .frm_checkbox input:focus + span,
  .frm_forms form .horizontal_radio .frm_radio input:focus + span,
  .frm_forms form .horizontal_radio .frm_checkbox input:focus + span,
  form.search-404 .vertical_radio .frm_radio input:focus + span,
  form.search-404 .vertical_radio .frm_checkbox input:focus + span,
  form.search-404 .horizontal_radio .frm_radio input:focus + span,
  form.search-404 .horizontal_radio .frm_checkbox input:focus + span {
    background: #e2e2e2;
    border-color: #e2e2e2;
  }
  .frm_forms form .vertical_radio .frm_radio label span,
  .frm_forms form .horizontal_radio .frm_radio label span,
  form.search-404 .vertical_radio .frm_radio label span,
  form.search-404 .horizontal_radio .frm_radio label span {
    border-radius: 50%;
    border-width: 20px;
  }
  .frm_forms form .vertical_radio .frm_radio label input:checked + span,
  .frm_forms form .horizontal_radio .frm_radio label input:checked + span,
  form.search-404 .vertical_radio .frm_radio label input:checked + span,
  form.search-404 .horizontal_radio .frm_radio label input:checked + span {
    background: #57555b;
    border-width: 10px;
  }
  .frm_forms form .vertical_radio .frm_checkbox label span,
  .frm_forms form .horizontal_radio .frm_checkbox label span,
  form.search-404 .vertical_radio .frm_checkbox label span,
  form.search-404 .horizontal_radio .frm_checkbox label span {
    border-radius: 4px;
  }
  .frm_forms form .vertical_radio .frm_checkbox label span::before,
  .frm_forms form .horizontal_radio .frm_checkbox label span::before,
  form.search-404 .vertical_radio .frm_checkbox label span::before,
  form.search-404 .horizontal_radio .frm_checkbox label span::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 16px;
    left: calc(50% - 5px);
    bottom: calc(50% - 9px);
    border-bottom: 5px solid #57555b;
    border-right: 5px solid #57555b;
    opacity: 0;
    transform: rotate(40deg) scale(0);
    transition: transform 0.3s, opacity 0.3s;
  }
  .frm_forms form .vertical_radio .frm_checkbox label input:checked + span::before,
  .frm_forms form .horizontal_radio .frm_checkbox label input:checked + span::before,
  form.search-404 .vertical_radio .frm_checkbox label input:checked + span::before,
  form.search-404 .horizontal_radio .frm_checkbox label input:checked + span::before {
    transform: rotate(40deg) scale(1);
    opacity: 1;
  }
  .frm_forms form .vertical_radio .frm_radio,
  .frm_forms form .vertical_radio .frm_checkbox,
  form.search-404 .vertical_radio .frm_radio,
  form.search-404 .vertical_radio .frm_checkbox {
    display: block;
    margin: 0 0 5px 0;
  }
  .frm_forms form .horizontal_radio .frm_radio,
  .frm_forms form .horizontal_radio .frm_checkbox,
  form.search-404 .horizontal_radio .frm_radio,
  form.search-404 .horizontal_radio .frm_checkbox {
    display: inline-block;
    margin: 0 30px 5px 0;
  }
  .frm_forms form button,
  form.search-404 button {
    background: #57555b;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 7px 20px 8px;
    border-radius: 4px;
    transition: background 0.5s;
    position: relative;
    margin: 15px 0 0;
  }
  .frm_forms form button::before,
  form.search-404 button::before {
    content: "";
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
    display: inline-block;
  }
  .frm_forms form .frm_hidden,
  .frm_forms form .frm_screen_reader,
  .frm_forms form .frm_verify,
  form.search-404 .frm_hidden,
  form.search-404 .frm_screen_reader,
  form.search-404 .frm_verify {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #header {
    padding: 0;
    background-color: #fff;
    z-index: 100;
    position: relative;
  }
  #header .mobile_account_header {
    padding-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 575px) and (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_accessibility {
    width: calc(50% - 10px);
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_accessibility button.reciteme-trigger {
    display: flex;
    height: 40px;
    min-height: 40px;
    min-width: 162px;
    font-family: "omnes-pro", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    padding: 0px 26px;
    margin-top: 0px;
  }
}
@media (min-width: 0px) and (max-width: 575px) and (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_accessibility button.reciteme-trigger {
    min-width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_accessibility button.reciteme-trigger svg {
    margin-top: 0;
    width: 29px;
    height: 29px;
    min-width: 29px;
  }
  #header .mobile_account_header #mobile_accessibility button.reciteme-trigger span {
    margin-top: 0;
  }
  #header .mobile_account_header #mobile_account {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    transition: "background" 0.5s, border-radius 0.5s;
  }
}
@media (min-width: 0px) and (max-width: 575px) and (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_account {
    width: calc(50% - 10px);
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_account a {
    line-height: 28px;
  }
  #header .mobile_account_header #mobile_account a.my_harca {
    margin: 0;
    padding: 0;
    border: none;
    background: #eeeeef;
    min-width: 162px;
    text-transform: uppercase;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-radius: 4px;
    height: 40px;
  }
}
@media (min-width: 0px) and (max-width: 575px) and (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_account a.my_harca {
    min-width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_account a .account_icon {
    width: 98px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("/wp-content/themes/poplarharca/assets/myharca.svg");
    background-size: auto 100%;
    margin: 0 0 0 10px;
    overflow: hidden;
    text-indent: 999px;
  }
  #header .mobile_account_header #mobile_account .form {
    position: absolute;
    top: 100%;
    right: 0;
    background: #e2e2e2;
    padding: 30px;
    border-radius: 4px 0 4px 4px;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    text-align: left;
    display: none;
  }
  #header .mobile_account_header #mobile_account .form a {
    padding: 0;
    border: none;
    line-height: normal;
  }
  #header .mobile_account_header #mobile_account .form form {
    margin: 0 0 20px;
  }
  #header .mobile_account_header #mobile_account .form form label {
    text-indent: -9999px;
    height: 0;
    margin: 0;
  }
  #header .mobile_account_header #mobile_account .form form input[type=email],
  #header .mobile_account_header #mobile_account .form form input[type=password] {
    background: #fff;
  }
  #header .mobile_account_header #mobile_account .form form input[type=email]:focus,
  #header .mobile_account_header #mobile_account .form form input[type=password]:focus {
    background: #eeeeef;
  }
  #header .mobile_account_header #mobile_account .form form button {
    margin: 0;
    background: #00b3bc;
  }
  #header .mobile_account_header #mobile_account .form form button:hover {
    background: #007b88;
  }
  #header .mobile_account_header #mobile_account .form form a {
    line-height: 42px;
    display: block;
  }
  #header .mobile_account_header #mobile_account .form h2 {
    color: #00b3bc;
  }
  #header .mobile_account_header #mobile_account .form p {
    clear: both;
    margin: 0;
  }
  #header .mobile_account_header #mobile_account .form p a {
    font-weight: 600;
  }
  #header .container {
    position: relative;
  }
  #header .container .logo {
    width: 134px;
    height: auto;
    display: block;
    padding: 20px 0;
  }
  #header .container .search_and_account {
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  #header .container .search_and_account.sticky_search_and_account {
    display: none;
  }
  #header .container .search_and_account #search {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  #header .container .search_and_account #search form {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  #header .container .search_and_account #search form:before {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #cecece;
    right: 35px;
    bottom: -15px;
  }
  #header .container .search_and_account #search form.search_closed:before {
    display: none;
  }
  #header .container .search_and_account #search form.search_closed:focus-within input {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.8s;
    backface-visibility: hidden;
  }
  #header .container .search_and_account #search form.search_closed label {
    pointer-events: none;
    opacity: 0;
  }
  #header .container .search_and_account #search form.search_closed label span {
    opacity: 1;
  }
  #header .container .search_and_account #search form.search_closed label input {
    opacity: 0;
    transform: translateX(100%);
  }
  #header .container .search_and_account #search form label {
    overflow: hidden;
    position: absolute;
    pointer-events: auto;
    width: 250px;
    bottom: -70px;
    right: 0px;
    background-color: #cecece;
    padding: 10px 12px;
  }
  #header .container .search_and_account #search form label span {
    display: none;
  }
  #header .container .search_and_account #search form label input {
    color: #57555b;
    background: #eeeeef;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    padding: 5px 18px 5px 11px;
    vertical-align: bottom;
    border-radius: 0;
    opacity: 1;
    width: 240px;
    transform: translateX(0%);
    transition: transform 0.8s ease-in-out, opacity 1.2s ease-in-out;
  }
  #header .container .search_and_account #search form button {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: #95c11f;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transform: translateX(-50%) translateX(-2px);
    transition: background-color 0.5s ease-in-out;
  }
  #header .container .search_and_account #search form button img {
    width: 60%;
    height: auto;
    margin: auto;
    display: block;
  }
  #header .container .search_and_account #search form button:hover, #header .container .search_and_account #search form button:focus, #header .container .search_and_account #search form button:active {
    background-color: #569204;
  }
  #header .container .search_and_account .logged_in_tab {
    display: none;
  }
  #header .container .search_and_account #account {
    display: none;
  }
  #header .container .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #header .container .logged_in_tab {
    display: flex;
    align-items: center;
    border-radius: 0 0 5px 5px;
    height: 55px;
    background-color: #eeeeef;
    min-width: 100px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 20px 0 0;
  }
  #header .container .logged_in_tab svg {
    margin-right: 15px;
  }
  #header .container .logged_in_tab span {
    margin: 0 5px;
  }
  #header .container nav.primary {
    display: inline-block;
    vertical-align: middle;
  }
  #header .container nav.primary #menu-toggle {
    display: block;
    margin: 0 0 0 auto;
    width: 42px;
    height: 42px;
    background: #eeeeef;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    transition: "background" 0.5s;
  }
  #header .container nav.primary #menu-toggle span {
    width: 24px;
    height: 20px;
    border-top: 3px solid #57555b;
    border-bottom: 3px solid #57555b;
    position: absolute;
    top: 11px;
    left: 9px;
    transition: border-color 0.5s;
    display: block;
  }
  #header .container nav.primary #menu-toggle span::before, #header .container nav.primary #menu-toggle span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    background: #57555b;
    transform: translate(-50%, -50%);
    transition: transform 0.5s, width 0.5s, "background" 0.5s;
    transform-origin: center;
  }
  #header .container nav.primary #menu-toggle.open {
    background: #e83273;
  }
  #header .container nav.primary #menu-toggle.open span {
    border-color: transparent;
  }
  #header .container nav.primary #menu-toggle.open span::before {
    transform: translate(-50%, -50%) rotate(45deg);
    width: 110%;
    background: #fff;
  }
  #header .container nav.primary #menu-toggle.open span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 110%;
    background: #fff;
  }
  #header .container nav.primary ul {
    margin: 0;
    display: none;
    position: absolute;
    background: #57555b;
    color: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 20px;
  }
  #header .container nav.primary ul li {
    display: block;
  }
  #header .container nav.primary ul li.myharca svg {
    fill: #00b3bc;
  }
  #header .container nav.primary ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    margin: 0 0 15px;
    padding: 0 0 5px;
    font-weight: 700;
  }
  #header .container nav.primary ul li a:hover:after, #header .container nav.primary ul li a:active:after, #header .container nav.primary ul li a:focus:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #57555b;
    bottom: -5px;
    left: 0;
    right: 0;
  }
  #header .container nav.primary ul li a svg {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    transform: translateY(100%);
  }
  #header .container nav.primary ul li:last-child a {
    padding-right: 0;
  }
  #header .container nav.primary ul li:last-child a svg {
    transform: translateY(100%) translateX(10px);
  }
  #header .container nav.primary ul li:last-child .primary_dropdown .primary_dropdown_menu_description .menu_description,
  #header .container nav.primary ul li:last-child .primary_dropdown .primary_dropdown_nav {
    transform: translateX(0%);
  }
  #header .container nav.primary ul li:last-child .primary_dropdown .dropdown_space span {
    display: none;
  }
  #header .container nav.primary ul li .primary_dropdown {
    background-color: #57555b;
    color: #fff;
    width: 100%;
    transition-delay: 0s;
    display: none;
    margin: 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav {
    padding-left: 0px;
    padding-right: 0px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav {
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0s;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul {
    display: block;
    margin: 0;
    position: static;
    padding: 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li {
    text-align: left;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a {
    padding: 0;
    margin: 0;
    border: none;
    line-height: 1.3;
    font-weight: 400;
    transition: transform 0.4s ease-in-out, text-shadow 0.4s ease-in-out;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a:hover, #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a:active, #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a:focus {
    text-shadow: 0.2px 0.2px 0.85px #fff;
    text-decoration: none;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li .dots {
    height: 2px;
    margin: 10px 0 12px 0;
    background-size: 6px 2px;
    background-position: left;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li:last-child {
    padding-bottom: 20px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li:last-child .dots {
    display: none;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul {
    display: none;
    padding: 5px 0 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li {
    padding: 2px 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li:last-child {
    padding-bottom: 15px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li .subsubnav_arrow {
    width: 13px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    transform: rotate(90deg);
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li .subsubnav_arrow + a {
    display: inline-block;
    vertical-align: middle;
  }
  #header .container nav.primary ul li .primary_dropdown .dropdown_space {
    display: none;
  }
  #header .container nav.primary ul li:hover .primary_dropdown, #header .container nav.primary ul li:focus-within .primary_dropdown {
    max-height: 3600px;
  }
  #header .container nav.primary ul li:hover .primary_dropdown .menu_description,
  #header .container nav.primary ul li:hover .primary_dropdown nav, #header .container nav.primary ul li:focus-within .primary_dropdown .menu_description,
  #header .container nav.primary ul li:focus-within .primary_dropdown nav {
    opacity: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #header {
    padding: 0;
    background-color: #fff;
    z-index: 100;
    position: relative;
  }
  #header .mobile_account_header {
    padding-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_accessibility {
    width: calc(50% - 10px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #header .mobile_account_header #mobile_accessibility button.reciteme-trigger {
    display: flex;
    height: 40px;
    min-height: 40px;
    min-width: 162px;
    font-family: "omnes-pro", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    padding: 0px 26px;
    margin-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_accessibility button.reciteme-trigger {
    min-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #header .mobile_account_header #mobile_accessibility button.reciteme-trigger svg {
    margin-top: 0;
    width: 29px;
    height: 29px;
    min-width: 29px;
  }
  #header .mobile_account_header #mobile_accessibility button.reciteme-trigger span {
    margin-top: 0;
  }
  #header .mobile_account_header #mobile_account {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    transition: "background" 0.5s, border-radius 0.5s;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_account {
    width: calc(50% - 10px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #header .mobile_account_header #mobile_account a {
    line-height: 28px;
  }
  #header .mobile_account_header #mobile_account a.my_harca {
    margin: 0;
    padding: 0;
    border: none;
    background: #eeeeef;
    min-width: 162px;
    text-transform: uppercase;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-radius: 4px;
    height: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_account a.my_harca {
    min-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #header .mobile_account_header #mobile_account a .account_icon {
    width: 98px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("/wp-content/themes/poplarharca/assets/myharca.svg");
    background-size: auto 100%;
    margin: 0 0 0 10px;
    overflow: hidden;
    text-indent: 999px;
  }
  #header .mobile_account_header #mobile_account .form {
    position: absolute;
    top: 100%;
    right: 0;
    background: #e2e2e2;
    padding: 30px;
    border-radius: 4px 0 4px 4px;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    text-align: left;
    display: none;
  }
  #header .mobile_account_header #mobile_account .form a {
    padding: 0;
    border: none;
    line-height: normal;
  }
  #header .mobile_account_header #mobile_account .form form {
    margin: 0 0 20px;
  }
  #header .mobile_account_header #mobile_account .form form label {
    text-indent: -9999px;
    height: 0;
    margin: 0;
  }
  #header .mobile_account_header #mobile_account .form form input[type=email],
  #header .mobile_account_header #mobile_account .form form input[type=password] {
    background: #fff;
  }
  #header .mobile_account_header #mobile_account .form form input[type=email]:focus,
  #header .mobile_account_header #mobile_account .form form input[type=password]:focus {
    background: #eeeeef;
  }
  #header .mobile_account_header #mobile_account .form form button {
    margin: 0;
    background: #00b3bc;
  }
  #header .mobile_account_header #mobile_account .form form button:hover {
    background: #007b88;
  }
  #header .mobile_account_header #mobile_account .form form a {
    line-height: 42px;
    display: block;
  }
  #header .mobile_account_header #mobile_account .form h2 {
    color: #00b3bc;
  }
  #header .mobile_account_header #mobile_account .form p {
    clear: both;
    margin: 0;
  }
  #header .mobile_account_header #mobile_account .form p a {
    font-weight: 600;
  }
  #header .container {
    position: relative;
  }
  #header .container .logo {
    width: 134px;
    height: auto;
    display: block;
    padding: 20px 0;
  }
  #header .container .search_and_account {
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  #header .container .search_and_account.sticky_search_and_account {
    display: none;
  }
  #header .container .search_and_account #search {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  #header .container .search_and_account #search form {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  #header .container .search_and_account #search form:before {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #cecece;
    right: 35px;
    bottom: -15px;
  }
  #header .container .search_and_account #search form.search_closed:before {
    display: none;
  }
  #header .container .search_and_account #search form.search_closed:focus-within input {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.8s;
    backface-visibility: hidden;
  }
  #header .container .search_and_account #search form.search_closed label {
    pointer-events: none;
    opacity: 0;
  }
  #header .container .search_and_account #search form.search_closed label span {
    opacity: 1;
  }
  #header .container .search_and_account #search form.search_closed label input {
    opacity: 0;
    transform: translateX(100%);
  }
  #header .container .search_and_account #search form label {
    overflow: hidden;
    position: absolute;
    pointer-events: auto;
    width: 250px;
    bottom: -70px;
    right: 0px;
    background-color: #cecece;
    padding: 10px 12px;
  }
  #header .container .search_and_account #search form label span {
    display: none;
  }
  #header .container .search_and_account #search form label input {
    color: #57555b;
    background: #eeeeef;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    padding: 5px 18px 5px 11px;
    vertical-align: bottom;
    border-radius: 0;
    opacity: 1;
    width: 240px;
    transform: translateX(0%);
    transition: transform 0.8s ease-in-out, opacity 1.2s ease-in-out;
  }
  #header .container .search_and_account #search form button {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: #95c11f;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transform: translateX(-50%) translateX(-2px);
    transition: background-color 0.5s ease-in-out;
  }
  #header .container .search_and_account #search form button img {
    width: 60%;
    height: auto;
    margin: auto;
    display: block;
  }
  #header .container .search_and_account #search form button:hover, #header .container .search_and_account #search form button:focus, #header .container .search_and_account #search form button:active {
    background-color: #569204;
  }
  #header .container .search_and_account .logged_in_tab {
    display: none;
  }
  #header .container .search_and_account #account {
    display: none;
  }
  #header .container .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #header .container .logged_in_tab {
    display: flex;
    align-items: center;
    border-radius: 0 0 5px 5px;
    height: 55px;
    background-color: #eeeeef;
    min-width: 100px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 20px 0 0;
  }
  #header .container .logged_in_tab svg {
    margin-right: 15px;
  }
  #header .container .logged_in_tab span {
    margin: 0 5px;
  }
  #header .container nav.primary {
    display: inline-block;
    vertical-align: middle;
  }
  #header .container nav.primary #menu-toggle {
    display: block;
    margin: 0 0 0 auto;
    width: 42px;
    height: 42px;
    background: #eeeeef;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    transition: "background" 0.5s;
  }
  #header .container nav.primary #menu-toggle span {
    width: 24px;
    height: 20px;
    border-top: 3px solid #57555b;
    border-bottom: 3px solid #57555b;
    position: absolute;
    top: 11px;
    left: 9px;
    transition: border-color 0.5s;
    display: block;
  }
  #header .container nav.primary #menu-toggle span::before, #header .container nav.primary #menu-toggle span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    background: #57555b;
    transform: translate(-50%, -50%);
    transition: transform 0.5s, width 0.5s, "background" 0.5s;
    transform-origin: center;
  }
  #header .container nav.primary #menu-toggle.open {
    background: #e83273;
  }
  #header .container nav.primary #menu-toggle.open span {
    border-color: transparent;
  }
  #header .container nav.primary #menu-toggle.open span::before {
    transform: translate(-50%, -50%) rotate(45deg);
    width: 110%;
    background: #fff;
  }
  #header .container nav.primary #menu-toggle.open span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 110%;
    background: #fff;
  }
  #header .container nav.primary ul {
    margin: 0;
    display: none;
    position: absolute;
    background: #57555b;
    color: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 20px;
  }
  #header .container nav.primary ul li {
    display: block;
  }
  #header .container nav.primary ul li.myharca svg {
    fill: #00b3bc;
  }
  #header .container nav.primary ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    margin: 0 0 15px;
    padding: 0 0 5px;
    font-weight: 700;
  }
  #header .container nav.primary ul li a:hover:after, #header .container nav.primary ul li a:active:after, #header .container nav.primary ul li a:focus:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #57555b;
    bottom: -5px;
    left: 0;
    right: 0;
  }
  #header .container nav.primary ul li a svg {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    transform: translateY(100%);
  }
  #header .container nav.primary ul li:last-child a {
    padding-right: 0;
  }
  #header .container nav.primary ul li:last-child a svg {
    transform: translateY(100%) translateX(10px);
  }
  #header .container nav.primary ul li:last-child .primary_dropdown .primary_dropdown_menu_description .menu_description,
  #header .container nav.primary ul li:last-child .primary_dropdown .primary_dropdown_nav {
    transform: translateX(0%);
  }
  #header .container nav.primary ul li:last-child .primary_dropdown .dropdown_space span {
    display: none;
  }
  #header .container nav.primary ul li .primary_dropdown {
    background-color: #57555b;
    color: #fff;
    width: 100%;
    transition-delay: 0s;
    display: none;
    margin: 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav {
    padding-left: 0px;
    padding-right: 0px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav {
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0s;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul {
    display: block;
    margin: 0;
    position: static;
    padding: 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li {
    text-align: left;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a {
    padding: 0;
    margin: 0;
    border: none;
    line-height: 1.3;
    font-weight: 400;
    transition: transform 0.4s ease-in-out, text-shadow 0.4s ease-in-out;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a:hover, #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a:active, #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a:focus {
    text-shadow: 0.2px 0.2px 0.85px #fff;
    text-decoration: none;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li .dots {
    height: 2px;
    margin: 10px 0 12px 0;
    background-size: 6px 2px;
    background-position: left;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li:last-child {
    padding-bottom: 20px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li:last-child .dots {
    display: none;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul {
    display: none;
    padding: 5px 0 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li {
    padding: 2px 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li:last-child {
    padding-bottom: 15px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li .subsubnav_arrow {
    width: 13px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    transform: rotate(90deg);
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li .subsubnav_arrow + a {
    display: inline-block;
    vertical-align: middle;
  }
  #header .container nav.primary ul li .primary_dropdown .dropdown_space {
    display: none;
  }
  #header .container nav.primary ul li:hover .primary_dropdown, #header .container nav.primary ul li:focus-within .primary_dropdown {
    max-height: 3600px;
  }
  #header .container nav.primary ul li:hover .primary_dropdown .menu_description,
  #header .container nav.primary ul li:hover .primary_dropdown nav, #header .container nav.primary ul li:focus-within .primary_dropdown .menu_description,
  #header .container nav.primary ul li:focus-within .primary_dropdown nav {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header {
    padding: 0;
    background-color: #fff;
    z-index: 100;
    position: relative;
  }
  #header .mobile_account_header {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_accessibility {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .mobile_account_header #mobile_accessibility button.reciteme-trigger {
    display: flex;
    height: 40px;
    min-height: 40px;
    min-width: 162px;
    font-family: "omnes-pro", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    padding: 0px 26px;
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_accessibility button.reciteme-trigger {
    min-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .mobile_account_header #mobile_accessibility button.reciteme-trigger svg {
    margin-top: 0;
    width: 29px;
    height: 29px;
    min-width: 29px;
  }
  #header .mobile_account_header #mobile_accessibility button.reciteme-trigger span {
    margin-top: 0;
  }
  #header .mobile_account_header #mobile_account {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    transition: "background" 0.5s, border-radius 0.5s;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_account {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .mobile_account_header #mobile_account a {
    line-height: 28px;
  }
  #header .mobile_account_header #mobile_account a.my_harca {
    margin: 0;
    padding: 0;
    border: none;
    background: #eeeeef;
    min-width: 162px;
    text-transform: uppercase;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-radius: 4px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 0px) and (max-width: 575px) {
  #header .mobile_account_header #mobile_account a.my_harca {
    min-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .mobile_account_header #mobile_account a .account_icon {
    width: 98px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("/wp-content/themes/poplarharca/assets/myharca.svg");
    background-size: auto 100%;
    margin: 0 0 0 10px;
    overflow: hidden;
    text-indent: 999px;
  }
  #header .mobile_account_header #mobile_account .form {
    position: absolute;
    top: 100%;
    right: 0;
    background: #e2e2e2;
    padding: 30px;
    border-radius: 4px 0 4px 4px;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    text-align: left;
    display: none;
  }
  #header .mobile_account_header #mobile_account .form a {
    padding: 0;
    border: none;
    line-height: normal;
  }
  #header .mobile_account_header #mobile_account .form form {
    margin: 0 0 20px;
  }
  #header .mobile_account_header #mobile_account .form form label {
    text-indent: -9999px;
    height: 0;
    margin: 0;
  }
  #header .mobile_account_header #mobile_account .form form input[type=email],
  #header .mobile_account_header #mobile_account .form form input[type=password] {
    background: #fff;
  }
  #header .mobile_account_header #mobile_account .form form input[type=email]:focus,
  #header .mobile_account_header #mobile_account .form form input[type=password]:focus {
    background: #eeeeef;
  }
  #header .mobile_account_header #mobile_account .form form button {
    margin: 0;
    background: #00b3bc;
  }
  #header .mobile_account_header #mobile_account .form form button:hover {
    background: #007b88;
  }
  #header .mobile_account_header #mobile_account .form form a {
    line-height: 42px;
    display: block;
  }
  #header .mobile_account_header #mobile_account .form h2 {
    color: #00b3bc;
  }
  #header .mobile_account_header #mobile_account .form p {
    clear: both;
    margin: 0;
  }
  #header .mobile_account_header #mobile_account .form p a {
    font-weight: 600;
  }
  #header .container {
    position: relative;
  }
  #header .container .logo {
    width: 134px;
    height: auto;
    display: block;
    padding: 20px 0;
  }
  #header .container .search_and_account {
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  #header .container .search_and_account.sticky_search_and_account {
    display: none;
  }
  #header .container .search_and_account #search {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  #header .container .search_and_account #search form {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  #header .container .search_and_account #search form:before {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #cecece;
    right: 35px;
    bottom: -15px;
  }
  #header .container .search_and_account #search form.search_closed:before {
    display: none;
  }
  #header .container .search_and_account #search form.search_closed:focus-within input {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.8s;
    backface-visibility: hidden;
  }
  #header .container .search_and_account #search form.search_closed label {
    pointer-events: none;
    opacity: 0;
  }
  #header .container .search_and_account #search form.search_closed label span {
    opacity: 1;
  }
  #header .container .search_and_account #search form.search_closed label input {
    opacity: 0;
    transform: translateX(100%);
  }
  #header .container .search_and_account #search form label {
    overflow: hidden;
    position: absolute;
    pointer-events: auto;
    width: 250px;
    bottom: -70px;
    right: 0px;
    background-color: #cecece;
    padding: 10px 12px;
  }
  #header .container .search_and_account #search form label span {
    display: none;
  }
  #header .container .search_and_account #search form label input {
    color: #57555b;
    background: #eeeeef;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    padding: 5px 18px 5px 11px;
    vertical-align: bottom;
    border-radius: 0;
    opacity: 1;
    width: 240px;
    transform: translateX(0%);
    transition: transform 0.8s ease-in-out, opacity 1.2s ease-in-out;
  }
  #header .container .search_and_account #search form button {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: #95c11f;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transform: translateX(-50%) translateX(-2px);
    transition: background-color 0.5s ease-in-out;
  }
  #header .container .search_and_account #search form button img {
    width: 60%;
    height: auto;
    margin: auto;
    display: block;
  }
  #header .container .search_and_account #search form button:hover, #header .container .search_and_account #search form button:focus, #header .container .search_and_account #search form button:active {
    background-color: #569204;
  }
  #header .container .search_and_account .logged_in_tab {
    display: none;
  }
  #header .container .search_and_account #account {
    display: none;
  }
  #header .container .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #header .container .logged_in_tab {
    display: flex;
    align-items: center;
    border-radius: 0 0 5px 5px;
    height: 55px;
    background-color: #eeeeef;
    min-width: 100px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 20px 0 0;
  }
  #header .container .logged_in_tab svg {
    margin-right: 15px;
  }
  #header .container .logged_in_tab span {
    margin: 0 5px;
  }
  #header .container nav.primary {
    display: inline-block;
    vertical-align: middle;
  }
  #header .container nav.primary #menu-toggle {
    display: block;
    margin: 0 0 0 auto;
    width: 42px;
    height: 42px;
    background: #eeeeef;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    transition: "background" 0.5s;
  }
  #header .container nav.primary #menu-toggle span {
    width: 24px;
    height: 20px;
    border-top: 3px solid #57555b;
    border-bottom: 3px solid #57555b;
    position: absolute;
    top: 11px;
    left: 9px;
    transition: border-color 0.5s;
    display: block;
  }
  #header .container nav.primary #menu-toggle span::before, #header .container nav.primary #menu-toggle span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    background: #57555b;
    transform: translate(-50%, -50%);
    transition: transform 0.5s, width 0.5s, "background" 0.5s;
    transform-origin: center;
  }
  #header .container nav.primary #menu-toggle.open {
    background: #e83273;
  }
  #header .container nav.primary #menu-toggle.open span {
    border-color: transparent;
  }
  #header .container nav.primary #menu-toggle.open span::before {
    transform: translate(-50%, -50%) rotate(45deg);
    width: 110%;
    background: #fff;
  }
  #header .container nav.primary #menu-toggle.open span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 110%;
    background: #fff;
  }
  #header .container nav.primary ul {
    margin: 0;
    display: none;
    position: absolute;
    background: #57555b;
    color: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 20px;
  }
  #header .container nav.primary ul li {
    display: block;
  }
  #header .container nav.primary ul li.myharca svg {
    fill: #00b3bc;
  }
  #header .container nav.primary ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    margin: 0 0 15px;
    padding: 0 0 5px;
    font-weight: 700;
  }
  #header .container nav.primary ul li a:hover:after, #header .container nav.primary ul li a:active:after, #header .container nav.primary ul li a:focus:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #57555b;
    bottom: -5px;
    left: 0;
    right: 0;
  }
  #header .container nav.primary ul li a svg {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    transform: translateY(100%);
  }
  #header .container nav.primary ul li:last-child a {
    padding-right: 0;
  }
  #header .container nav.primary ul li:last-child a svg {
    transform: translateY(100%) translateX(10px);
  }
  #header .container nav.primary ul li:last-child .primary_dropdown .primary_dropdown_menu_description .menu_description,
  #header .container nav.primary ul li:last-child .primary_dropdown .primary_dropdown_nav {
    transform: translateX(0%);
  }
  #header .container nav.primary ul li:last-child .primary_dropdown .dropdown_space span {
    display: none;
  }
  #header .container nav.primary ul li .primary_dropdown {
    background-color: #57555b;
    color: #fff;
    width: 100%;
    transition-delay: 0s;
    display: none;
    margin: 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav {
    padding-left: 0px;
    padding-right: 0px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav {
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0s;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul {
    display: block;
    margin: 0;
    position: static;
    padding: 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li {
    text-align: left;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a {
    padding: 0;
    margin: 0;
    border: none;
    line-height: 1.3;
    font-weight: 400;
    transition: transform 0.4s ease-in-out, text-shadow 0.4s ease-in-out;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a:hover, #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a:active, #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a:focus {
    text-shadow: 0.2px 0.2px 0.85px #fff;
    text-decoration: none;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li .dots {
    height: 2px;
    margin: 10px 0 12px 0;
    background-size: 6px 2px;
    background-position: left;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li:last-child {
    padding-bottom: 20px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li:last-child .dots {
    display: none;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul {
    display: none;
    padding: 5px 0 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li {
    padding: 2px 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li:last-child {
    padding-bottom: 15px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li .subsubnav_arrow {
    width: 13px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    transform: rotate(90deg);
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li .subsubnav_arrow + a {
    display: inline-block;
    vertical-align: middle;
  }
  #header .container nav.primary ul li .primary_dropdown .dropdown_space {
    display: none;
  }
  #header .container nav.primary ul li:hover .primary_dropdown, #header .container nav.primary ul li:focus-within .primary_dropdown {
    max-height: 3600px;
  }
  #header .container nav.primary ul li:hover .primary_dropdown .menu_description,
  #header .container nav.primary ul li:hover .primary_dropdown nav, #header .container nav.primary ul li:focus-within .primary_dropdown .menu_description,
  #header .container nav.primary ul li:focus-within .primary_dropdown nav {
    opacity: 1;
  }
  #header {
    padding: 0;
  }
  #header .mobile_account_header {
    display: none;
  }
  #header .container .logo {
    width: 165px;
    padding: 28px 0;
  }
  #header .container .right-content {
    display: flex;
    margin-top: -26px;
  }
  #header .container .search_and_account {
    display: flex;
  }
  #header .container .search_and_account #search {
    display: inline-block;
    vertical-align: middle;
  }
  #header .container .search_and_account #search form:before {
    border: 10px solid transparent;
    right: 35px;
    bottom: -15px;
  }
  #header .container .search_and_account #search form label {
    width: 250px;
    bottom: -70px;
    right: 0px;
    padding: 10px 12px;
  }
  #header .container .search_and_account #search form label input {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    padding: 5px 18px 5px 11px;
    width: 240px;
  }
  #header .container .search_and_account #search form button {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    transform: translateX(0%) translateX(0px);
  }
  #header .container .search_and_account #search form button img {
    width: 60%;
  }
  #header .container .search_and_account #account {
    display: inline-block;
    vertical-align: middle;
    margin: -26px 15px 0 10px;
    border-radius: 0 0 4px 4px;
    background: #eeeeef;
    padding: 0 10px 10px;
  }
  #header .container .search_and_account #account.logged-in {
    background: white;
    padding-top: 15px;
    border-radius: 4px 4px 4px 4px;
    margin-top: 0;
  }
  #header .container .search_and_account #account.active {
    background: #e2e2e2;
    border-radius: 0;
  }
  #header .container .search_and_account #account span {
    display: none;
  }
  #header .container .search_and_account #account a {
    line-height: 38px;
    display: inline-block;
  }
  #header .container .search_and_account #account a.my_harca {
    border: none;
    text-transform: uppercase;
    text-align: left;
    font-size: 16px;
    display: block;
  }
  #header .container .search_and_account #account a .account_icon {
    width: 123px;
    height: 25px;
    display: block;
    background-image: url("/wp-content/themes/poplarharca/assets/myharca.svg");
    background-size: auto 100%;
    overflow: hidden;
    text-indent: 999px;
    margin: -5px 0 0;
  }
  #header .container .search_and_account #account .form {
    position: absolute;
    top: 100%;
    right: 15px;
    background: #e2e2e2;
    padding: 30px;
    border-radius: 4px 0 4px 4px;
    z-index: 1;
    width: 400px;
    max-width: calc(100vw - 30px);
    text-align: left;
    display: none;
  }
  #header .container .search_and_account #account .form a {
    padding: 0;
    border: none;
    line-height: normal;
  }
  #header .container .search_and_account #account .form form {
    margin: 0 0 20px;
  }
  #header .container .search_and_account #account .form form label {
    text-indent: -9999px;
    height: 0;
    margin: 0;
  }
  #header .container .search_and_account #account .form form input[type=email],
  #header .container .search_and_account #account .form form input[type=password] {
    background: #fff;
  }
  #header .container .search_and_account #account .form form input[type=email]:focus,
  #header .container .search_and_account #account .form form input[type=password]:focus {
    background: #eeeeef;
  }
  #header .container .search_and_account #account .form form button {
    float: right;
    margin: 0;
    background: #00b3bc;
  }
  #header .container .search_and_account #account .form form button:hover {
    background: #007b88;
  }
  #header .container .search_and_account #account .form form a {
    line-height: 42px;
  }
  #header .container .search_and_account #account .form h2 {
    color: #00b3bc;
  }
  #header .container .search_and_account #account .form p {
    clear: both;
    margin: 0;
  }
  #header .container .search_and_account #account .form p a {
    font-weight: 600;
  }
  #header .container nav.primary {
    display: inline-block;
    vertical-align: middle;
  }
  #header .container nav.primary #menu-toggle {
    display: block;
    margin: 0 0 0 auto;
    width: 42px;
    height: 42px;
    background: #eeeeef;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    transition: "background" 0.5s;
  }
  #header .container nav.primary #menu-toggle span {
    width: 24px;
    height: 20px;
    border-top: 3px solid #57555b;
    border-bottom: 3px solid #57555b;
    position: absolute;
    top: 11px;
    left: 9px;
    transition: border-color 0.5s;
    display: block;
  }
  #header .container nav.primary #menu-toggle span::before, #header .container nav.primary #menu-toggle span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    background: #57555b;
    transform: translate(-50%, -50%);
    transition: transform 0.5s, width 0.5s, "background" 0.5s;
    transform-origin: center;
  }
  #header .container nav.primary #menu-toggle.open {
    background: #e83273;
  }
  #header .container nav.primary #menu-toggle.open span {
    border-color: transparent;
  }
  #header .container nav.primary #menu-toggle.open span::before {
    transform: translate(-50%, -50%) rotate(45deg);
    width: 110%;
    background: #fff;
  }
  #header .container nav.primary #menu-toggle.open span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 110%;
    background: #fff;
  }
  #header .container nav.primary ul {
    margin: 0;
    display: none;
    position: absolute;
    background: #57555b;
    color: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 30px 15px;
  }
  #header .container nav.primary ul li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    width: 33%;
    vertical-align: top;
  }
  #header .container nav.primary ul li.myharca svg {
    fill: #00b3bc;
  }
  #header .container nav.primary ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    margin: 0 0 15px;
    padding: 0 0 5px;
    font-weight: 700;
  }
  #header .container nav.primary ul li a:hover:after, #header .container nav.primary ul li a:active:after, #header .container nav.primary ul li a:focus:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #57555b;
    bottom: -5px;
    left: 0;
    right: 0;
  }
  #header .container nav.primary ul li a svg {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    transform: translateY(100%);
  }
  #header .container nav.primary ul li:last-child a {
    padding-right: 0;
  }
  #header .container nav.primary ul li:last-child a svg {
    transform: translateY(100%) translateX(10px);
  }
  #header .container nav.primary ul li:last-child .primary_dropdown .primary_dropdown_menu_description .menu_description,
  #header .container nav.primary ul li:last-child .primary_dropdown .primary_dropdown_nav {
    transform: translateX(0%);
  }
  #header .container nav.primary ul li:last-child .primary_dropdown .dropdown_space span {
    display: none;
  }
  #header .container nav.primary ul li .primary_dropdown {
    width: 100%;
    display: block !important;
    margin: 0 0 60px 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li {
    width: 100%;
    padding: 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li .dots {
    background-size: 6px 2px;
    background-repeat: round;
  }
}
@media (min-width: 992px) {
  #header {
    padding: 0;
    background-color: #fff;
    z-index: 100;
    position: relative;
  }
  #header .flex-end {
    align-items: flex-end;
  }
  #header .mobile_account_header {
    display: none;
  }
  #header .container {
    position: relative;
  }
  #header .container .logo {
    width: 198px;
    height: auto;
    display: block;
    padding-top: 36px;
  }
  #header .container .search_and_account {
    padding-bottom: 15px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
  }
  #header .container .search_and_account.sticky_search_and_account {
    display: none;
  }
  #header .container .search_and_account #search {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  #header .container .search_and_account #search form {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  #header .container .search_and_account #search form.search_closed:focus-within input {
    opacity: 1;
    transform: translateX(0%);
    transition: opacity 0.8s;
    backface-visibility: hidden;
  }
  #header .container .search_and_account #search form.search_closed label {
    pointer-events: none;
  }
  #header .container .search_and_account #search form.search_closed label span {
    opacity: 1;
  }
  #header .container .search_and_account #search form.search_closed label input {
    opacity: 0;
    transform: translateX(100%);
  }
  #header .container .search_and_account #search form label {
    position: relative;
    pointer-events: auto;
    width: 260px;
  }
  #header .container .search_and_account #search form label span {
    position: absolute;
    right: 20px;
    line-height: 28px;
    padding: 5px 10px;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
  }
  #header .container .search_and_account #search form label input {
    color: #57555b;
    background: #eeeeef;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    padding: 5px 18px 5px 11px;
    vertical-align: bottom;
    border-radius: 4px;
    opacity: 1;
    width: 260px;
    transform: translateX(0%);
    transition: transform 0.8s ease-in-out, opacity 1.2s ease-in-out;
  }
  #header .container .search_and_account #search form button {
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: #95c11f;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transform: translateX(-50%) translateX(-2px);
    transition: background-color 0.5s ease-in-out;
  }
  #header .container .search_and_account #search form button img {
    width: 60%;
    height: auto;
    margin: auto;
    display: block;
  }
  #header .container .search_and_account #search form button:hover, #header .container .search_and_account #search form button:focus, #header .container .search_and_account #search form button:active {
    background-color: #569204;
  }
  #header .container .search_and_account .logged_in_tab {
    display: flex;
    align-items: center;
    border-radius: 0 0 5px 5px;
    height: 55px;
    background-color: #eeeeef;
    min-width: 100px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 0 20px;
  }
  #header .container .search_and_account .logged_in_tab svg {
    margin-right: 15px;
  }
  #header .container .search_and_account .logged_in_tab span {
    margin: 0 5px;
  }
  #header .container .search_and_account #account {
    background-color: #eeeeef;
    border-radius: 0 0 4px 4px;
    padding: 0 10px 10px;
    margin: -5px 0 0;
  }
  #header .container .search_and_account #account.logged-in {
    background: white;
    padding-top: 25px;
  }
  #header .container .search_and_account #account.active {
    background: #e2e2e2;
    border-radius: 0;
  }
  #header .container .search_and_account #account a {
    line-height: 38px;
  }
  #header .container .search_and_account #account a.my_harca {
    border: none;
    text-transform: uppercase;
    border-radius: 0 0 10px 10px;
    text-align: left;
    margin: 0;
    font-size: 16px;
    display: block;
  }
  #header .container .search_and_account #account a .account_icon {
    width: 123px;
    height: 25px;
    display: block;
    background-image: url("/wp-content/themes/poplarharca/assets/myharca.svg");
    background-size: auto 100%;
    overflow: hidden;
    text-indent: 999px;
    margin: -5px 0 0;
  }
  #header .container .search_and_account #account .form {
    position: absolute;
    top: calc(100% - 15px);
    right: 0;
    background: #e2e2e2;
    padding: 30px;
    border-radius: 4px 0 4px 4px;
    z-index: 1;
    width: 400px;
    max-width: calc(100vw - 30px);
    text-align: left;
    display: none;
  }
  #header .container .search_and_account #account .form a {
    padding: 0;
    border: none;
    line-height: normal;
  }
  #header .container .search_and_account #account .form form {
    margin: 0 0 20px;
  }
  #header .container .search_and_account #account .form form label {
    text-indent: -9999px;
    height: 0;
    margin: 0;
  }
  #header .container .search_and_account #account .form form input[type=email],
  #header .container .search_and_account #account .form form input[type=password] {
    background: #fff;
  }
  #header .container .search_and_account #account .form form input[type=email]:focus,
  #header .container .search_and_account #account .form form input[type=password]:focus {
    background: #eeeeef;
  }
  #header .container .search_and_account #account .form form button {
    float: right;
    margin: 0;
    background: #00b3bc;
  }
  #header .container .search_and_account #account .form form button:hover {
    background: #007b88;
  }
  #header .container .search_and_account #account .form form a {
    line-height: 42px;
  }
  #header .container .search_and_account #account .form h2 {
    color: #00b3bc;
  }
  #header .container .search_and_account #account .form p {
    clear: both;
    margin: 0;
  }
  #header .container .search_and_account #account .form p a {
    font-weight: 600;
  }
  #header .container nav.primary #menu-toggle {
    display: none;
  }
  #header .container nav.primary #menu-toggle + ul {
    display: -moz-flex !important;
    display: flex !important;
  }
  #header .container nav.primary ul {
    margin: 0;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  #header .container nav.primary ul li.myharca svg {
    fill: #00b3bc;
  }
  #header .container nav.primary ul li a {
    display: block;
    padding: 5px 10px 26px 10px;
    overflow: hidden;
    position: relative;
    font-size: 20px;
  }
  #header .container nav.primary ul li a:hover:after, #header .container nav.primary ul li a:active:after, #header .container nav.primary ul li a:focus:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #57555b;
    bottom: -5px;
    left: 0;
    right: 0;
  }
  #header .container nav.primary ul li a svg {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    opacity: 0;
    transform: translateY(100%);
  }
  #header .container nav.primary ul li:last-child a {
    padding-right: 0;
  }
  #header .container nav.primary ul li:last-child a svg {
    transform: translateY(100%) translateX(10px);
  }
  #header .container nav.primary ul li:last-child .primary_dropdown .primary_dropdown_menu_description .menu_description,
  #header .container nav.primary ul li:last-child .primary_dropdown .primary_dropdown_nav {
    transform: translateX(0%);
  }
  #header .container nav.primary ul li:last-child .primary_dropdown .dropdown_space span {
    display: none;
  }
  #header .container nav.primary ul li:nth-child(4) .primary_dropdown .primary_dropdown_menu_description .menu_description,
  #header .container nav.primary ul li:nth-child(4) .primary_dropdown .primary_dropdown_nav {
    transform: translateX(0%);
  }
  #header .container nav.primary ul li:nth-child(4) .primary_dropdown .dropdown_space span {
    display: none;
  }
  #header .container nav.primary ul li .primary_dropdown {
    background-color: #57555b;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 30px;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    transition-delay: 0s;
  }
  #header .container nav.primary ul li .primary_dropdown:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_menu_description {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -60px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_menu_description .menu_description {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    opacity: 0;
    margin: 40px 0;
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0s;
    transform: translateX(100%) translateX(-60px);
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav {
    transform: translateX(100%);
    padding-left: 0px;
    padding-right: 0px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav {
    opacity: 0;
    backface-visibility: hidden;
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0s;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul {
    display: block;
    margin: 0;
    padding-top: 40px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li {
    text-align: left;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a {
    padding: 0;
    line-height: 1.3;
    transition: transform 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a:hover, #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a:active, #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li a:focus {
    text-shadow: 0.2px 0.2px 0.85px #fff;
    text-decoration: none;
    transform: translateX(5px);
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li .dots {
    height: 2px;
    margin: 10px 0 12px 0;
    background-size: 6px 2px;
    background-position: left;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li:last-child {
    padding-bottom: 40px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li:last-child .dots {
    display: none;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul {
    padding: 5px 0 0 5px;
    display: none;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li {
    padding: 2px 0;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li:last-child {
    padding-bottom: 15px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li .subsubnav_arrow {
    width: 13px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    transform: rotate(90deg);
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li .subsubnav_arrow + a {
    display: inline-block;
    vertical-align: middle;
  }
  #header .container nav.primary ul li .primary_dropdown .dropdown_space {
    padding-right: 30px;
    visibility: hidden;
    display: -moz-flex;
    display: flex;
  }
  #header .container nav.primary ul li .primary_dropdown .dropdown_space span {
    padding: 0 10px;
    font-size: 18px;
  }
  #header .container nav.primary ul li .primary_dropdown .dropdown_space span:last-child {
    padding-right: 0;
  }
  #header .container nav.primary ul li:hover svg, #header .container nav.primary ul li:focus-within svg {
    transform: translateY(0%);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 1;
  }
  #header .container nav.primary ul li:hover:last-child svg, #header .container nav.primary ul li:focus-within:last-child svg {
    transform: translateY(0%) translateX(10px);
  }
  #header .container nav.primary ul li:hover .primary_dropdown, #header .container nav.primary ul li:focus-within .primary_dropdown {
    max-height: 3600px;
    min-height: 275px;
  }
  #header .container nav.primary ul li:hover .primary_dropdown .menu_description,
  #header .container nav.primary ul li:hover .primary_dropdown nav, #header .container nav.primary ul li:focus-within .primary_dropdown .menu_description,
  #header .container nav.primary ul li:focus-within .primary_dropdown nav {
    opacity: 1;
  }
  #header.sticky {
    position: fixed;
    top: 0%;
    width: 100%;
    max-width: 1920px;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 0px;
  }
  #header.sticky + main {
    margin-top: 132px;
  }
  #header.sticky .container .row {
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #header.sticky .container .row .col.lg9 {
    display: -moz-flex;
    display: flex;
  }
  #header.sticky .container .row .col.lg3,
  #header.sticky .container .row .col.lg9 {
    width: auto;
  }
  #header.sticky .container .logo {
    width: auto;
    height: 30px;
    padding-top: 0;
  }
  #header.sticky .container .search_and_account {
    display: none;
  }
  #header.sticky .container .search_and_account.sticky_search_and_account {
    display: -moz-flex;
    display: flex;
    padding-bottom: 0;
    padding-left: 10px;
    width: 210px;
  }
  #header.sticky .container .search_and_account.sticky_search_and_account #search form {
    margin-right: 16px;
    position: relative;
  }
  #header.sticky .container .search_and_account.sticky_search_and_account #search form.search_closed label {
    display: none;
  }
  #header.sticky .container .search_and_account.sticky_search_and_account #search form label {
    display: block;
    position: absolute;
    top: 65px;
    overflow: visible;
    outline: 10px solid;
    background-color: #57555b;
    right: 0px;
  }
  #header.sticky .container .search_and_account.sticky_search_and_account #search form label:before {
    content: "";
    display: block;
    position: absolute;
    border: 15px solid transparent;
    border-bottom-color: #57555b;
    top: -100%;
    right: 0px;
  }
  #header.sticky .container .search_and_account.sticky_search_and_account #search form label span {
    display: none;
  }
  #header.sticky .container .search_and_account.sticky_search_and_account #search form label input {
    border-radius: 0;
    transform: none;
  }
  #header.sticky .container .search_and_account.sticky_search_and_account #search form button {
    transform: none;
  }
  #header.sticky .container .search_and_account #account {
    padding: 13px 15px 12px;
    background: none;
  }
  #header.sticky .container .search_and_account #account.active {
    background: #e2e2e2;
  }
  #header.sticky .container .search_and_account #account .form {
    top: 100%;
  }
  #header.sticky .container .search_and_account #account a {
    line-height: 30px;
  }
  #header.sticky .container .search_and_account #account a.my_harca {
    font-size: 18px;
    margin-right: 0;
  }
  #header.sticky .container nav.primary ul li a {
    line-height: 60px;
    padding: 0 10px;
    font-size: 18px;
  }
  #header.sticky .container nav.primary ul li svg {
    width: 20px;
  }
  #header.sticky .container nav.primary ul li:last-child a svg {
    transform: translateY(100%) translateX(0px);
  }
  #header.sticky .container nav.primary ul li:last-child .primary_dropdown .primary_dropdown_menu_description .menu_description,
  #header.sticky .container nav.primary ul li:last-child .primary_dropdown .primary_dropdown_nav {
    transform: translateX(100%);
  }
  #header.sticky .container nav.primary ul li:last-child .primary_dropdown .dropdown_space span {
    display: block;
  }
  #header.sticky .container nav.primary ul li:nth-child(4) .primary_dropdown .primary_dropdown_menu_description .menu_description,
  #header.sticky .container nav.primary ul li:nth-child(4) .primary_dropdown .primary_dropdown_nav {
    transform: translateX(100%);
  }
  #header.sticky .container nav.primary ul li:nth-child(4) .primary_dropdown .dropdown_space span {
    display: block;
  }
  #header.sticky .container nav.primary ul li .primary_dropdown {
    top: 100%;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  #header.sticky .container nav.primary ul li .primary_dropdown .primary_dropdown_menu_description {
    display: none;
  }
  #header.sticky .container nav.primary ul li .primary_dropdown .primary_dropdown_menu_description .menu_description {
    transform: translateX(100%) translateX(-80px);
  }
  #header.sticky .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li .dots {
    height: 2px;
    margin: 10px 0 12px 0;
    background-size: 6px 2px;
    background-position: left;
  }
  #header.sticky .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li:last-child {
    padding-bottom: 40px;
  }
  #header.sticky .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li:last-child .dots {
    display: none;
  }
  #header.sticky .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul {
    padding: 5px 0 0 15px;
    display: none;
  }
  #header.sticky .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li {
    padding: 10px 0;
  }
  #header.sticky .container nav.primary ul li .primary_dropdown .primary_dropdown_nav nav ul li ul li:last-child {
    padding-bottom: 15px;
  }
  #header.sticky .container nav.primary ul li .primary_dropdown .dropdown_space {
    margin-right: 215px;
    display: -moz-flex;
    display: flex;
  }
  #header.sticky .container nav.primary ul li .primary_dropdown .dropdown_space span {
    padding: 0 10px;
    font-size: 18px;
  }
  #header.sticky .container nav.primary ul li:hover:last-child svg, #header.sticky .container nav.primary ul li:focus-within:last-child svg {
    transform: translateY(0%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .container nav.primary {
    width: 133%;
    margin-left: -33%;
    margin-top: 35px;
  }
}
@media (min-width: 1500px) {
  #header .container nav.primary ul li a {
    font-size: 20px;
    padding: 5px 20px 26px 20px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_menu_description {
    padding-left: 40px;
    padding-right: 40px;
  }
  #header .container nav.primary ul li .primary_dropdown .primary_dropdown_menu_description .menu_description {
    font-size: 30px;
    font-size: 1.875rem;
    transform: translateX(100%) translateX(-80px);
  }
  #header .container nav.primary ul li .primary_dropdown .dropdown_space span {
    padding: 0 20px;
    font-size: 20px;
  }
  #header.sticky .container .search_and_account #account a.my_harca {
    font-size: 20px;
  }
  #header.sticky .container nav.primary ul li a {
    padding: 0 20px;
    font-size: 20px;
  }
  #header.sticky .container nav.primary ul li .primary_dropdown .dropdown_space span {
    padding: 0 20px;
    font-size: 20px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #footer {
    padding: 25px 0;
    background-color: #fff;
  }
  #footer #contact {
    padding-bottom: 30px;
  }
  #footer #contact img {
    margin-top: 10px;
    margin-right: 20px;
    width: auto;
    max-width: 100%;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
  }
  #footer #contact .contact_info {
    margin: 25px 0;
  }
  #footer #contact .contact_info .phone, #footer #contact .contact_info .email {
    display: block;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
  }
  #footer #contact .contact_info .phone {
    margin-bottom: 10px;
  }
  #footer #contact .contact_info span {
    display: none;
  }
  #footer #contact .social_icons {
    margin-top: 40px;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #footer #contact .social_icons .social {
    background: #57555b;
    color: #fff;
    border-radius: 50%;
    margin: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    padding: 4px;
    transition: background 0.5s;
  }
  #footer #contact .social_icons .social:hover, #footer #contact .social_icons .social:focus, #footer #contact .social_icons .social:active {
    background: #000;
  }
  #footer #contact .social_icons .social .fa-facebook-f {
    margin: 9px 0 0 7px;
    font-size: 30px;
    align-self: baseline;
  }
  #footer #copyright .dots {
    margin: 0 0 30px;
  }
  #footer #copyright p {
    margin: 0 0 10px;
    font-size: 15px;
  }
  #footer #copyright p a {
    font-weight: 500;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #footer {
    padding: 25px 0;
    background-color: #fff;
  }
  #footer #contact {
    padding-bottom: 30px;
  }
  #footer #contact img {
    margin-top: 10px;
    margin-right: 20px;
    width: auto;
    max-width: 100%;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
  }
  #footer #contact .contact_info {
    margin: 25px 0;
  }
  #footer #contact .contact_info .phone, #footer #contact .contact_info .email {
    display: block;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
  }
  #footer #contact .contact_info .phone {
    margin-bottom: 10px;
  }
  #footer #contact .contact_info span {
    display: none;
  }
  #footer #contact .social_icons {
    margin-top: 40px;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #footer #contact .social_icons .social {
    background: #57555b;
    color: #fff;
    border-radius: 50%;
    margin: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    padding: 4px;
    transition: background 0.5s;
  }
  #footer #contact .social_icons .social:hover, #footer #contact .social_icons .social:focus, #footer #contact .social_icons .social:active {
    background: #000;
  }
  #footer #contact .social_icons .social .fa-facebook-f {
    margin: 9px 0 0 7px;
    font-size: 30px;
    align-self: baseline;
  }
  #footer #copyright .dots {
    margin: 0 0 30px;
  }
  #footer #copyright p {
    margin: 0 0 10px;
    font-size: 15px;
  }
  #footer #copyright p a {
    font-weight: 500;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer {
    padding: 25px 0;
    background-color: #fff;
  }
  #footer #contact {
    padding-bottom: 30px;
  }
  #footer #contact img {
    margin-top: 10px;
    margin-right: 20px;
    width: auto;
    max-width: 100%;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
  }
  #footer #contact .contact_info {
    margin: 25px 0;
  }
  #footer #contact .contact_info .phone, #footer #contact .contact_info .email {
    display: block;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
  }
  #footer #contact .contact_info .phone {
    margin-bottom: 10px;
  }
  #footer #contact .contact_info span {
    display: none;
  }
  #footer #contact .social_icons {
    margin-top: 40px;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #footer #contact .social_icons .social {
    background: #57555b;
    color: #fff;
    border-radius: 50%;
    margin: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    padding: 4px;
    transition: background 0.5s;
  }
  #footer #contact .social_icons .social:hover, #footer #contact .social_icons .social:focus, #footer #contact .social_icons .social:active {
    background: #000;
  }
  #footer #contact .social_icons .social .fa-facebook-f {
    margin: 9px 0 0 7px;
    font-size: 30px;
    align-self: baseline;
  }
  #footer #copyright .dots {
    margin: 0 0 30px;
  }
  #footer #copyright p {
    margin: 0 0 10px;
    font-size: 15px;
  }
  #footer #copyright p a {
    font-weight: 500;
  }
  #footer {
    padding: 45px 0 25px 0;
  }
  #footer #contact {
    padding-bottom: 10px;
  }
  #footer #contact img {
    height: 42px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #footer #contact .contact_info .phone, #footer #contact .contact_info .email {
    display: inline;
    margin: 0;
  }
  #footer #contact .contact_info .phone {
    margin-bottom: 0;
  }
  #footer #contact .contact_info span {
    display: inline;
    margin: 0 5px;
  }
  #footer #contact .social_icons {
    margin-bottom: 20px;
    margin-top: 0;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  #footer #contact .social_icons .social {
    margin: 0 0 0 10px;
    width: 42px;
    height: 42px;
  }
  #footer #copyright .dots {
    margin: 0 0 25px 0;
  }
  #footer #copyright p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer {
    padding: 25px 0;
    background-color: #fff;
  }
  #footer #contact {
    padding-bottom: 30px;
  }
  #footer #contact img {
    margin-top: 10px;
    margin-right: 20px;
    width: auto;
    max-width: 100%;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
  }
  #footer #contact .contact_info {
    margin: 25px 0;
  }
  #footer #contact .contact_info .phone, #footer #contact .contact_info .email {
    display: block;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
  }
  #footer #contact .contact_info .phone {
    margin-bottom: 10px;
  }
  #footer #contact .contact_info span {
    display: none;
  }
  #footer #contact .social_icons {
    margin-top: 40px;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #footer #contact .social_icons .social {
    background: #57555b;
    color: #fff;
    border-radius: 50%;
    margin: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    padding: 4px;
    transition: background 0.5s;
  }
  #footer #contact .social_icons .social:hover, #footer #contact .social_icons .social:focus, #footer #contact .social_icons .social:active {
    background: #000;
  }
  #footer #contact .social_icons .social .fa-facebook-f {
    margin: 9px 0 0 7px;
    font-size: 30px;
    align-self: baseline;
  }
  #footer #copyright .dots {
    margin: 0 0 30px;
  }
  #footer #copyright p {
    margin: 0 0 10px;
    font-size: 15px;
  }
  #footer #copyright p a {
    font-weight: 500;
  }
  #footer {
    padding: 45px 0 25px 0;
  }
  #footer #contact {
    padding-bottom: 10px;
  }
  #footer #contact img {
    height: 42px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #footer #contact .contact_info .phone, #footer #contact .contact_info .email {
    display: inline;
    margin: 0;
  }
  #footer #contact .contact_info .phone {
    margin-bottom: 0;
  }
  #footer #contact .contact_info span {
    display: inline;
    margin: 0 5px;
  }
  #footer #contact .social_icons {
    margin-bottom: 20px;
    margin-top: 0;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  #footer #contact .social_icons .social {
    margin: 0 0 0 10px;
    width: 42px;
    height: 42px;
  }
  #footer #copyright .dots {
    margin: 0 0 25px 0;
  }
  #footer #copyright p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #footer {
    padding: 50px 0;
    background-color: #fff;
  }
  #footer #contact {
    padding-bottom: 30px;
  }
  #footer #contact img {
    height: 48px;
    margin-right: 40px;
  }
  #footer #contact .phone, #footer #contact .email {
    font-weight: 600;
    margin: 0 5px;
  }
  #footer #contact .social {
    background: #57555b;
    color: #fff;
    border-radius: 50%;
    margin: 0 0 0 5px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    padding: 4px;
    transition: background 0.5s;
  }
  #footer #contact .social:hover, #footer #contact .social:focus, #footer #contact .social:active {
    background: #000;
  }
  #footer #copyright .dots {
    margin: 0 0 30px;
  }
  #footer #copyright p {
    margin: 0 0 10px;
    font-size: 16px;
  }
  #footer #copyright p a {
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  #front-page section#alert {
    background: #fff;
  }
  #front-page section#alert .bg-grey2 {
    padding: 14px 14px 20px 14px;
    border-radius: 4px;
    margin: 0 0 -40px;
    position: relative;
    z-index: 1;
  }
  #front-page section#alert .bg-grey2 p {
    margin: 0;
    display: inline-block;
    max-width: calc(100% - 50px);
    vertical-align: middle;
  }
  #front-page section#alert .bg-grey2 span {
    background: #57555b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    left: 0;
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 0 0;
  }
  #front-page section#alert .bg-grey2 .button {
    margin-left: 40px;
    margin-top: 25px;
  }
  #front-page section#slideshow .slide {
    position: relative;
    padding: 0;
    display: none;
  }
  #front-page section#slideshow .slide:first-of-type {
    display: block;
  }
  #front-page section#slideshow .slide .images {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  #front-page section#slideshow .slide .images .image {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-bottom: 50%;
  }
  #front-page section#slideshow .slide .images .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #57555b;
  }
  #front-page section#slideshow .slide .images .image.col2 {
    width: 66.6666%;
  }
  #front-page section#slideshow .slide .images .image.col1 {
    width: 33.3334%;
  }
  #front-page section#slideshow .slide .overlay {
    position: relative;
    margin-top: -50px;
  }
  #front-page section#slideshow .slide .overlay .button {
    margin-top: 15px;
  }
  #front-page section#slideshow .slide .bg-white {
    padding: 14px;
    border-radius: 4px;
  }
  #front-page section#slideshow .slide h1,
  #front-page section#slideshow .slide h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 5px;
  }
  #front-page section#slideshow .slide .dots {
    margin: 0 0 20px;
  }
  #front-page section#slideshow .slide p:last-child {
    margin: 0;
  }
  #front-page section#slideshow.slick-initialized .slide {
    display: block;
  }
  #front-page section#slideshow ul.slick-dots {
    margin: 15px;
    text-align: right;
  }
  #front-page section#slideshow ul.slick-dots li {
    display: inline-block;
  }
  #front-page section#slideshow ul.slick-dots li button {
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    border: none;
    margin-right: 8px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: transparent;
    overflow: hidden;
    transition: background 0.5s;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
  #front-page section#slideshow ul.slick-dots li.slick-active button {
    cursor: default;
  }
  #front-page section#icons {
    background: #fff;
    padding: 35px 0 10px 0;
  }
  #front-page section#icons .col {
    width: 100%;
    margin-bottom: 35px;
  }
  #front-page section#icons .col .icon {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 5px 0 0 0;
    transition: background-color 0.5s, transform 0.5s;
    background-size: auto 55%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  #front-page section#icons .col .icon.pay {
    background-image: url("/wp-content/themes/poplarharca/assets/pay.svg");
  }
  #front-page section#icons .col .icon.write {
    background-image: url("/wp-content/themes/poplarharca/assets/write.svg");
  }
  #front-page section#icons .col .icon.report {
    background-image: url("/wp-content/themes/poplarharca/assets/report.svg");
  }
  #front-page section#icons .col .icon.hand {
    background-image: url("/wp-content/themes/poplarharca/assets/hand.svg");
  }
  #front-page section#icons .col .icon.question {
    background-image: url("/wp-content/themes/poplarharca/assets/question.svg");
  }
  #front-page section#icons .col a {
    padding-left: 65px;
    position: relative;
    display: inline-block;
  }
  #front-page section#icons .col a:hover .icon {
    transform: scale(1.05);
  }
  #front-page section#icons .col h2 {
    font-size: 20px;
    margin: 0 0 5px;
  }
  #front-page section#icons .col p {
    padding-left: 65px;
    margin: 0;
  }
  #front-page section#cards {
    padding: 0 0 20px;
  }
  #front-page section#cards .bg-white {
    padding: 20px 15px;
    border-radius: 4px 4px 0 0;
    margin-top: 20px;
    width: 100%;
    position: relative;
  }
  #front-page section#cards .bg-white.link {
    padding-bottom: calc(69.4% - 18px);
  }
  #front-page section#cards .bg-white.news {
    border-radius: 4px;
    height: calc(100% - 20px);
  }
  #front-page section#cards .button {
    position: relative;
    z-index: 1;
  }
  #front-page section#cards img {
    margin: -40px 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #front-page section#cards h3 {
    position: relative;
  }
  #front-page section#cards h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #eeeeef;
  }
  #front-page section#cards .slider {
    padding: 15px 0;
  }
  #front-page section#cards .slider .slide {
    background: #eeeeef;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    display: none;
    margin: 0 0 20px;
  }
  #front-page section#cards .slider .slide:first-of-type {
    display: block;
  }
  #front-page section#cards .slider .slide h4 {
    font-size: 18px;
    margin: 0;
  }
  #front-page section#cards .slider .slide small {
    text-align: right;
    display: block;
    font-size: 14px;
  }
  #front-page section#cards .slider .slide::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-top-color: #eeeeef;
    border-width: 18px 12px;
    vertical-align: bottom;
  }
  #front-page section#cards .slider.slick-initialized .slide {
    display: block;
  }
  #front-page section#cards .slider ul.slick-dots {
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
    margin: 0;
  }
  #front-page section#cards .slider ul.slick-dots li {
    display: inline-block;
  }
  #front-page section#cards .slider ul.slick-dots li button {
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    border: none;
    margin-left: 8px;
    border-radius: 50%;
    background: #eeeeef;
    text-align: center;
    color: transparent;
    overflow: hidden;
    transition: background 0.5s;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
  #front-page section#cards .slider ul.slick-dots li.slick-active button {
    cursor: default;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #front-page section#alert {
    background: #fff;
  }
  #front-page section#alert .bg-grey2 .button {
    margin-left: 0px;
    margin-top: 0;
  }
  #front-page section#slideshow {
    overflow: hidden;
  }
  #front-page section#slideshow .slide {
    padding-bottom: 130px;
  }
  #front-page section#slideshow .slide .images .image {
    padding-bottom: 40%;
  }
  #front-page section#slideshow .slide .images .image::after {
    width: 10px;
  }
  #front-page section#slideshow .slide .images .image:first-child::after {
    height: calc(100% + 130px);
  }
  #front-page section#slideshow .slide .overlay {
    position: absolute;
    bottom: 70px;
    margin-top: 0;
  }
  #front-page section#slideshow .slide .bg-white {
    padding: 30px;
  }
  #front-page section#slideshow .slide h1, #front-page section#slideshow .slide h2 {
    font-size: 30px;
  }
  #front-page section#slideshow ul.slick-dots {
    margin: 25px 30px;
    position: absolute;
    right: 0;
    bottom: 55px;
    height: 25px;
  }
  #front-page section#icons {
    padding: 40px 0 10px 0;
  }
  #front-page section#icons .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  #front-page section#icons .col {
    width: 20%;
    padding: 0 15px;
  }
  #front-page section#icons .col .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-size: auto 55%;
    left: 0;
    right: 0;
    top: -70px;
  }
  #front-page section#icons .col a {
    padding-left: 0;
    position: relative;
    display: block;
    text-align: center;
  }
  #front-page section#icons .col a:hover .icon {
    transform: scale(1.05);
  }
  #front-page section#icons .col h2 {
    margin: 0 0 5px;
  }
  #front-page section#icons .col p {
    padding-left: 0;
    font-size: 16px;
    text-align: center;
  }
  #front-page section#cards {
    padding: 25px 0;
  }
  #front-page section#cards .bg-white {
    padding: 30px 20px 25px 20px;
    margin-top: 14px;
    height: calc(100% - 14px);
  }
  #front-page section#cards .bg-white.link {
    padding-bottom: calc(69.4% + 28px);
  }
  #front-page section#cards .bg-white.link .button {
    position: absolute;
    bottom: 0;
    left: 20px;
    margin-bottom: 69.4%;
  }
  #front-page section#cards h3::before {
    left: -20px;
  }
  #front-page section#cards p {
    margin-bottom: 10px;
  }
  #front-page section#cards p + .button {
    transform: translateY(50%);
  }
  #front-page section#cards img {
    margin: -25px 0 0 0;
  }
}
@media (min-width: 992px) {
  #front-page section#alert {
    background: #fff;
  }
  #front-page section#alert.sticky {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 9;
  }
  #front-page section#alert.sticky .bg-grey2 {
    padding: 10px 15px;
  }
  #front-page section#alert.sticky .bg-grey2 span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
  }
  #front-page section#alert.sticky .bg-grey2 .button {
    padding: 3px 15px 4px;
  }
  #front-page section#alert .bg-grey2 {
    padding: 14px 20px;
    border-radius: 4px;
    margin: 0 0 -35px;
    position: relative;
    z-index: 1;
  }
  #front-page section#alert .bg-grey2 p {
    margin: 0;
    display: inline-block;
    max-width: calc(100% - 50px);
    vertical-align: middle;
  }
  #front-page section#alert .bg-grey2 span {
    background: #57555b;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  #front-page section#slideshow .slide {
    position: relative;
    padding: 0 0 137.5px;
    display: none;
  }
  #front-page section#slideshow .slide:first-of-type {
    display: block;
  }
  #front-page section#slideshow .slide .images {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  #front-page section#slideshow .slide .images .image {
    position: relative;
    width: 100%;
    padding-bottom: 30%;
    background-size: cover;
    background-position: center;
  }
  #front-page section#slideshow .slide .images .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: #57555b;
  }
  #front-page section#slideshow .slide .images .image:first-child::after {
    height: calc(100% + 137.5px);
  }
  #front-page section#slideshow .slide .images .image.col2 {
    width: 66.6666%;
  }
  #front-page section#slideshow .slide .images .image.col1 {
    width: 33.3334%;
  }
  #front-page section#slideshow .slide .overlay {
    position: absolute;
    bottom: 87.5px;
    left: -10px;
    width: calc(100% + 10px);
  }
  #front-page section#slideshow .slide .bg-white {
    padding: 30px;
    border-radius: 4px;
  }
  #front-page section#slideshow .slide h1, #front-page section#slideshow .slide h2 {
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 5px;
  }
  #front-page section#slideshow .slide .dots {
    margin: 0 0 20px;
  }
  #front-page section#slideshow .slide p:last-child {
    margin: 0;
  }
  #front-page section#slideshow.slick-initialized .slide {
    display: block;
  }
  #front-page section#slideshow ul.slick-dots {
    position: absolute;
    left: 75%;
    bottom: 87.5px;
    margin: 0;
  }
  #front-page section#slideshow ul.slick-dots li {
    display: inline-block;
  }
  #front-page section#slideshow ul.slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: transparent;
    overflow: hidden;
    transition: "background" 0.5s;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
  #front-page section#slideshow ul.slick-dots li.slick-active button {
    cursor: default;
  }
  #front-page section#icons {
    background: #fff;
    padding: 0 0 50px;
  }
  #front-page section#icons .col {
    width: 20%;
  }
  #front-page section#icons .col .icon {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: -37.5px auto 5px;
    transition: background-color 0.5s, transform 0.5s;
    background-size: auto 55%;
    background-position: center;
    background-repeat: no-repeat;
  }
  #front-page section#icons .col .icon.pay {
    background-image: url("/wp-content/themes/poplarharca/assets/pay.svg");
  }
  #front-page section#icons .col .icon.write {
    background-image: url("/wp-content/themes/poplarharca/assets/write.svg");
  }
  #front-page section#icons .col .icon.report {
    background-image: url("/wp-content/themes/poplarharca/assets/report.svg");
  }
  #front-page section#icons .col .icon.hand {
    background-image: url("/wp-content/themes/poplarharca/assets/hand.svg");
  }
  #front-page section#icons .col .icon.question {
    background-image: url("/wp-content/themes/poplarharca/assets/question.svg");
  }
  #front-page section#icons .col a {
    position: relative;
  }
  #front-page section#icons .col a:hover .icon {
    transform: scale(1.1);
  }
  #front-page section#icons .col h2 {
    font-size: 28px;
    margin: 0 0 15px;
  }
  #front-page section#icons .col p {
    margin: 0;
  }
  #front-page section#cards {
    padding: 0 0 50px;
  }
  #front-page section#cards .bg-white {
    padding: 30px;
    border-radius: 4px 4px 0 0;
    margin-top: 50px;
    width: 100%;
    position: relative;
    height: calc(100% - 50px);
  }
  #front-page section#cards .bg-white.link {
    padding-bottom: calc(69.4% + 21px);
  }
  #front-page section#cards .bg-white.link .button {
    position: absolute;
    bottom: 0;
    left: 30px;
    margin-bottom: calc(69.4% - 21px);
  }
  #front-page section#cards .bg-white.news {
    border-radius: 4px;
  }
  #front-page section#cards .button {
    position: relative;
    z-index: 1;
  }
  #front-page section#cards img {
    margin: -50px 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #front-page section#cards h3 {
    position: relative;
  }
  #front-page section#cards h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #eeeeef;
  }
  #front-page section#cards .slider {
    padding: 15px 0;
  }
  #front-page section#cards .slider .slide {
    background: #eeeeef;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    display: none;
    margin: 0 0 20px;
  }
  #front-page section#cards .slider .slide:first-of-type {
    display: block;
  }
  #front-page section#cards .slider .slide h4 {
    font-size: 20px;
    margin: 0;
  }
  #front-page section#cards .slider .slide small {
    text-align: right;
    display: block;
    font-size: 16px;
  }
  #front-page section#cards .slider .slide::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-top-color: #eeeeef;
    border-width: 18px 12px;
    vertical-align: bottom;
  }
  #front-page section#cards .slider.slick-initialized .slide {
    display: block;
  }
  #front-page section#cards .slider ul.slick-dots {
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
    margin: 0;
  }
  #front-page section#cards .slider ul.slick-dots li {
    display: inline-block;
  }
  #front-page section#cards .slider ul.slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    margin-left: 10px;
    border-radius: 50%;
    background: #eeeeef;
    text-align: center;
    color: transparent;
    overflow: hidden;
    transition: background 0.5s;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
  #front-page section#cards .slider ul.slick-dots li.slick-active button {
    cursor: default;
  }
}
@media (max-width: 991px) {
  main section#heading {
    position: relative;
  }
  main section#heading .images {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  main section#heading .images .image {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding-bottom: 66.6666%;
  }
  main section#heading .images .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #57555b;
  }
  main section#heading .images .image.col2 {
    width: 66.6666%;
  }
  main section#heading .images .image.col1 {
    width: 33.3334%;
  }
  main section#heading .images + .overlay .bg-white::after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 5px;
    height: 100%;
    background: #57555b;
  }
  main section#heading .overlay {
    position: relative;
    margin-top: -50px;
    width: 100%;
  }
  main section#heading .overlay .bg-white {
    padding: 20px 15px 0;
    border-radius: 4px 4px 0 0;
    position: relative;
    margin-bottom: 0;
  }
  main section#heading .overlay h1 {
    margin: 0;
    padding-bottom: 5px;
  }
  main section#heading .overlay .back {
    position: absolute;
    top: 0;
    right: 30px;
    transform: translateY(-50%);
  }
  main section#heading .overlay .back + .breadcrumb {
    margin-top: 15px;
  }
  main section#heading .overlay .back.download {
    right: 135px;
  }
  main section#heading .overlay .back.download:before {
    margin-right: 9px;
  }
  main section#heading .overlay .breadcrumb a {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    vertical-align: top;
  }
  main section#heading .overlay .breadcrumb a::after {
    content: "/";
    margin-left: 4px;
  }
  main section#content {
    position: relative;
    padding-top: 20px;
    margin: 0 0 -4px;
  }
  main section#content::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #57555b;
  }
  main section#content nav {
    margin: 0 0 50px;
  }
  main section#content nav ul {
    margin: 0;
  }
  main section#content nav li {
    display: block;
    padding: 5px 0;
    line-height: 1.2;
  }
  main section#content nav li.current-menu-ancestor, main section#content nav li.current-menu-ancestor > ul > li, main section#content nav li.current-menu-item, main section#content nav li.current-menu-item > ul > li, main section#content nav li.current-page-ancestor, main section#content nav li.current-page-ancestor > ul > li {
    display: block;
  }
  main section#content nav > ul > li > a {
    font-weight: 700;
    font-size: 28px;
    position: relative;
    margin: 0 0 10px;
    display: inline-block;
  }
  main section#content nav > ul > li > a::before {
    content: "";
    position: absolute;
    left: -40px;
    top: calc(50% - 12px);
    border-width: 12px 18px;
    border-style: solid;
    border-color: transparent;
  }
  main section#content nav > ul > li > ul > li > a {
    font-weight: 700;
  }
  main section#content nav > ul > li > ul > li > ul {
    padding: 0 0 0 25px;
  }
  main section#content nav > ul > li > ul > li > ul li {
    display: none;
  }
  main section#content nav > ul > li > ul > li > ul li:first-of-type {
    padding: 10px 0 5px;
  }
  main section#content nav > ul > li > ul > li > ul li.current-menu-ancestor > a, main section#content nav > ul > li > ul > li > ul li.current-page-ancestor > a {
    font-weight: 700;
  }
  main section#content nav > ul > li > ul > li > ul a {
    position: relative;
  }
  main section#content nav > ul > li > ul > li > ul a::before {
    content: "";
    position: absolute;
    left: -25px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  main section#content nav > ul > li .current-menu-item > a,
  main section#content nav > ul > li .current-page-item > a {
    font-weight: 700;
  }
  main section#content div.bg-white {
    padding: 15px 15px 40px;
    border-radius: 4px;
    position: relative;
    width: 100%;
  }
  main section#content div.bg-white .back {
    position: absolute;
    top: 0;
    right: 20px;
    transform: translateY(-50%);
  }
  main section#content div.bg-white.has-image {
    padding: 15px;
  }
  main section#content div.bg-white.has-image:first-of-type {
    margin-top: -25px;
    padding-bottom: 45px;
  }
  main section#content div.bg-white.has-image .button:last-of-type {
    margin-bottom: 30px;
  }
  main section#content div.bg-white.no-image {
    margin-top: 15px;
    padding-top: 35px;
  }
  main section#content div.bg-white.no-image .back.button {
    margin: 0;
  }
  main section#content div.bg-white h1 {
    margin: 10px 0 15px;
    line-height: 1.2;
  }
  main section#content div.bg-white p {
    margin: 0 0 20px;
  }
  main section#content div.bg-white p:last-child {
    margin: 0;
  }
  main section#content div.bg-white p a {
    font-weight: 700;
  }
  main section#content div.bg-white p a:hover {
    text-decoration: underline;
  }
  main section#content div.bg-white p img.alignnone {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 0 0 20px;
  }
  main section#content div.bg-white a {
    font-weight: 700;
  }
  main section#content div.bg-white a:hover {
    text-decoration: underline;
  }
  main section#content div.bg-white .intro {
    padding: 0 0 30px;
    font-size: 20px;
  }
  main section#content div.bg-white .intro p {
    margin: 0 0 30px;
  }
  main section#content div.bg-white .button {
    margin: 15px 15px 0 0;
  }
  main section#content div.bg-white .button.close {
    margin: 0;
  }
  main section#content div.bg-white .button:hover {
    text-decoration: none;
  }
  main section#content div.bg-white .breadcrumb a {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    vertical-align: top;
  }
  main section#content div.bg-white .breadcrumb a::after {
    content: "/";
    margin-left: 4px;
  }
  main section#content div.bg-white ul {
    list-style: none;
    margin: 0 0 20px;
  }
  main section#content div.bg-white ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  main section#content div.bg-white ul li:last-of-type {
    margin: 0;
  }
  main section#content div.bg-white ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  main section#content div.bg-white ul li a {
    font-weight: 700;
  }
  main section#content div.bg-white ul li a:hover {
    text-decoration: none;
  }
  main section#content div.bg-white ul li ul {
    margin: 15px 0px 20px 0px;
  }
  main section#content div.bg-white ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  main section#content div.bg-white ul:last-child {
    margin-bottom: 0;
  }
  #page {
    max-width: 1920px;
    margin: auto;
    background-color: #eeeeef;
  }
  .bg-white .pagination .nav-links span,
  .bg-white .pagination .nav-links a {
    background: #eeeeef;
  }
  .pagination .nav-links {
    text-align: center;
    margin-top: 30px;
  }
  .pagination .nav-links span,
  .pagination .nav-links a {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    background: #fff;
    border-radius: 4px;
    padding: 0;
    text-align: center;
    margin: 3px;
    line-height: 32px;
    width: 32px;
    transition: background 0.5s;
  }
  .pagination .nav-links span.dots,
  .pagination .nav-links a.dots {
    margin: 3px !important;
    height: 32px;
    background: none;
  }
  .pagination .nav-links span.prev::before,
  .pagination .nav-links a.prev::before {
    display: inline-block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-right-color: #57555b;
    border-width: 6px 9px 6px 0px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .pagination .nav-links span.prev::before,
  .pagination .nav-links a.prev::before {
    border-bottom-width: 4px;
  }
}
@media (max-width: 991px) {
  .pagination .nav-links span.next::before,
  .pagination .nav-links a.next::before {
    display: inline-block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
    border-width: 6px 0px 6px 9px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .pagination .nav-links span.next::before,
  .pagination .nav-links a.next::before {
    border-bottom-width: 4px;
  }
}
@media (max-width: 991px) {
  .pagination .nav-links a:hover,
  .pagination .nav-links a:focus {
    background: #e2e2e2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main section#heading .images .image {
    padding-bottom: 52%;
  }
  main section#heading .images .image::after {
    width: 10px;
  }
  main section#heading .images + .overlay .bg-white::after {
    display: none;
  }
  main section#heading .overlay {
    margin-top: -75px;
  }
  main section#heading .overlay::before {
    content: "";
    width: 10px;
    height: calc(100% - 75px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: #57555b;
  }
  main section#heading .overlay .bg-white {
    padding: 45px 45px 0 45px;
  }
  main section#heading .overlay h1 {
    margin: 10px 0 0 0;
    padding-bottom: 0;
  }
  main section#heading .overlay .breadcrumb a {
    font-size: 16px;
  }
  main section#content {
    padding-top: 30px;
  }
  main section#content::before {
    width: 10px;
  }
  main section#content div.bg-white {
    padding: 45px;
  }
  main section#content div.bg-white.has-image {
    margin-top: -30px;
    padding: 30px 45px;
    border-radius: 0 0 4px 4px;
    height: calc(100% + 30px);
  }
  main section#content div.bg-white.has-image:first-of-type {
    margin-top: -30px;
  }
  main section#content div.bg-white.has-image .button:last-of-type {
    margin-bottom: 0px;
  }
  main section#content div.bg-white.no-image {
    padding-top: 45px;
  }
  main section#content div.bg-white.no-image .back.button {
    margin: 0;
  }
  main section#content div.bg-white .intro {
    padding: 0 0 35px;
    font-size: 22px;
  }
  main section#content div.bg-white .breadcrumb a {
    font-size: 16px;
  }
  main section#content div.bg-white p a {
    font-weight: 700;
  }
  main section#content div.bg-white p img.alignnone {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 0 0 20px;
  }
  main section#content div.bg-white ul li a {
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  main section#heading {
    position: relative;
  }
  main section#heading .images {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  main section#heading .images .image {
    position: relative;
    width: 100%;
    padding-bottom: 36%;
    background-size: cover;
    background-position: center;
  }
  main section#heading .images .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: #57555b;
  }
  main section#heading .images .image.col2 {
    width: 66.6666%;
  }
  main section#heading .images .image.col1 {
    width: 33.3334%;
  }
  main section#heading .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  main section#heading .overlay .bg-white {
    padding: 50px 50px 0;
    border-radius: 4px 4px 0 0;
    position: relative;
  }
  main section#heading .overlay h1 {
    margin: 0;
    padding-bottom: 2px;
  }
  main section#heading .overlay .back {
    position: absolute;
    top: 0;
    right: 30px;
    transform: translateY(-50%);
  }
  main section#heading .overlay .back.download {
    right: 150px;
  }
  main section#heading .overlay .breadcrumb a {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    text-transform: capitalize;
    vertical-align: top;
  }
  main section#heading .overlay .breadcrumb a::after {
    content: "/";
    margin-left: 8px;
  }
  main section#content {
    position: relative;
    padding-top: 30px;
    margin: 0 0 -4px;
  }
  main section#content::before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #57555b;
  }
  main section#content nav {
    margin: 0 0 50px;
  }
  main section#content nav ul {
    margin: 0;
  }
  main section#content nav li {
    display: block;
    padding: 5px 0;
    line-height: 1.2;
  }
  main section#content nav li.current-menu-ancestor, main section#content nav li.current-menu-ancestor > ul > li, main section#content nav li.current-menu-item, main section#content nav li.current-menu-item > ul > li, main section#content nav li.current-page-ancestor, main section#content nav li.current-page-ancestor > ul > li {
    display: block;
  }
  main section#content nav > ul > li > a {
    font-weight: 700;
    font-size: 28px;
    position: relative;
    margin: 0 0 10px;
    display: inline-block;
  }
  main section#content nav > ul > li > a::before {
    content: "";
    position: absolute;
    left: -40px;
    top: calc(50% - 12px);
    border-width: 12px 18px;
    border-style: solid;
    border-color: transparent;
  }
  main section#content nav > ul > li > ul > li > a {
    font-weight: 700;
  }
  main section#content nav > ul > li > ul > li > ul {
    padding: 0 0 0 25px;
  }
  main section#content nav > ul > li > ul > li > ul li {
    display: none;
  }
  main section#content nav > ul > li > ul > li > ul li:first-of-type {
    padding: 10px 0 5px;
  }
  main section#content nav > ul > li > ul > li > ul li.current-menu-ancestor > a, main section#content nav > ul > li > ul > li > ul li.current-page-ancestor > a {
    font-weight: 700;
  }
  main section#content nav > ul > li > ul > li > ul a {
    position: relative;
  }
  main section#content nav > ul > li > ul > li > ul a::before {
    content: "";
    position: absolute;
    left: -25px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  main section#content nav > ul > li .current-menu-item > a,
  main section#content nav > ul > li .current-page-item > a {
    font-weight: 700;
  }
  main section#content div.bg-white {
    padding: 50px;
    border-radius: 4px;
    position: relative;
    height: 100%;
    width: 100%;
  }
  main section#content div.bg-white .back {
    position: absolute;
    top: 0;
    right: 30px;
    transform: translateY(-50%);
  }
  main section#content div.bg-white.has-image {
    margin-top: -30px;
    padding-top: 30px;
    border-radius: 0 0 4px 4px;
    height: calc(100% + 30px);
  }
  main section#content div.bg-white.no-image {
    margin-top: 30px;
  }
  main section#content div.bg-white.no-image .back.button {
    margin: 0;
  }
  main section#content div.bg-white h1 {
    margin: 0 0 30px;
    line-height: 1.2;
  }
  main section#content div.bg-white p {
    margin: 0 0 20px;
  }
  main section#content div.bg-white p:last-child {
    margin: 0;
  }
  main section#content div.bg-white p a {
    font-weight: 700;
  }
  main section#content div.bg-white p a:hover {
    text-decoration: underline;
  }
  main section#content div.bg-white p img.alignnone {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 0 0 20px;
  }
  main section#content div.bg-white a {
    font-weight: 700;
  }
  main section#content div.bg-white a:hover {
    text-decoration: underline;
  }
  main section#content div.bg-white .intro {
    padding: 0 0 30px;
    font-size: 28px;
  }
  main section#content div.bg-white .intro p {
    margin: 0 0 30px;
  }
  main section#content div.bg-white .button {
    margin: 30px 10px 0 0;
  }
  main section#content div.bg-white .button.close {
    margin: 0;
  }
  main section#content div.bg-white .button:hover {
    text-decoration: none;
  }
  main section#content div.bg-white .breadcrumb a {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    vertical-align: top;
  }
  main section#content div.bg-white .breadcrumb a::after {
    content: "/";
    margin-left: 8px;
  }
  main section#content div.bg-white ul {
    list-style: none;
    margin: 0 0 20px;
  }
  main section#content div.bg-white ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  main section#content div.bg-white ul li:last-of-type {
    margin: 0;
  }
  main section#content div.bg-white ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  main section#content div.bg-white ul li a {
    font-weight: 700;
  }
  main section#content div.bg-white ul li ul {
    margin: 15px 0px 20px 0px;
  }
  main section#content div.bg-white ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  main section#content div.bg-white ul:last-child {
    margin-bottom: 0;
  }
  #page {
    max-width: 1920px;
    margin: auto;
    background-color: #eeeeef;
  }
  .pagination .nav-links {
    text-align: center;
    margin-top: 30px;
  }
  .pagination .nav-links span,
  .pagination .nav-links a {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    background: #fff;
    border-radius: 4px;
    padding: 0;
    text-align: center;
    margin: 0 5px;
    line-height: 42px;
    width: 42px;
    transition: background 0.5s;
  }
  .pagination .nav-links span.dots,
  .pagination .nav-links a.dots {
    margin: 0 5px !important;
    height: 42px;
    background: none;
  }
  .pagination .nav-links span.prev::before,
  .pagination .nav-links a.prev::before {
    display: inline-block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-right-color: #57555b;
    border-width: 6px 9px 6px 0px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .pagination .nav-links span.prev::before,
  .pagination .nav-links a.prev::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 992px) {
  .pagination .nav-links span.next::before,
  .pagination .nav-links a.next::before {
    display: inline-block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
    border-width: 6px 0px 6px 9px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .pagination .nav-links span.next::before,
  .pagination .nav-links a.next::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 992px) {
  .pagination .nav-links a:hover,
  .pagination .nav-links a:focus {
    background: #eeeeef;
  }
  body.theme-your-home--nap main section#heading .images .image::after {
    width: 0;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-post #archive .bg-white div.list .button {
    margin: 0;
    transform: translateY(0);
  }
  #archive-post #content nav li#menu-item-276 ul li {
    display: block;
  }
  #archive-post #content nav li#menu-item-276 ul li#menu-item-2009 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-post #content nav li#menu-item-276 ul li#menu-item-2009 > a:before {
    border-left-color: #eea400;
  }
  #single-post #content nav li#menu-item-276 ul li {
    display: block;
  }
  #single-post #content nav li#menu-item-276 ul li#menu-item-2009 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-post #content nav li#menu-item-276 ul li#menu-item-2009 > a:before {
    border-left-color: #eea400;
  }
  #single-post #content div.bg-white.no-image .breadcrumb {
    margin: 0 0 20px;
  }
  #single-post #content div.bg-white .intro p.colour {
    color: #fbba00;
  }
  #single-post #content div.bg-white p a {
    font-weight: 700;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-post #archive .bg-white div.list .button {
    margin: 0;
    transform: translateY(0);
  }
  #archive-post #content nav li#menu-item-276 ul li {
    display: block;
  }
  #archive-post #content nav li#menu-item-276 ul li#menu-item-2009 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-post #content nav li#menu-item-276 ul li#menu-item-2009 > a:before {
    border-left-color: #eea400;
  }
  #single-post #content nav li#menu-item-276 ul li {
    display: block;
  }
  #single-post #content nav li#menu-item-276 ul li#menu-item-2009 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-post #content nav li#menu-item-276 ul li#menu-item-2009 > a:before {
    border-left-color: #eea400;
  }
  #single-post #content div.bg-white.no-image .breadcrumb {
    margin: 0 0 20px;
  }
  #single-post #content div.bg-white .intro p.colour {
    color: #fbba00;
  }
  #single-post #content div.bg-white p a {
    font-weight: 700;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #archive-post #archive .bg-white div.list .button {
    margin: 0;
    transform: translateY(0);
  }
  #archive-post #content nav li#menu-item-276 ul li {
    display: block;
  }
  #archive-post #content nav li#menu-item-276 ul li#menu-item-2009 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-post #content nav li#menu-item-276 ul li#menu-item-2009 > a:before {
    border-left-color: #eea400;
  }
  #single-post #content nav li#menu-item-276 ul li {
    display: block;
  }
  #single-post #content nav li#menu-item-276 ul li#menu-item-2009 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-post #content nav li#menu-item-276 ul li#menu-item-2009 > a:before {
    border-left-color: #eea400;
  }
  #single-post #content div.bg-white.no-image .breadcrumb {
    margin: 0 0 20px;
  }
  #single-post #content div.bg-white .intro p.colour {
    color: #fbba00;
  }
  #single-post #content div.bg-white p a {
    font-weight: 700;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #archive-post #archive .bg-white div.list .button {
    margin: 0;
    transform: translateY(0);
  }
  #archive-post #content nav li#menu-item-276 ul li {
    display: block;
  }
  #archive-post #content nav li#menu-item-276 ul li#menu-item-2009 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-post #content nav li#menu-item-276 ul li#menu-item-2009 > a:before {
    border-left-color: #eea400;
  }
  #single-post #content nav li#menu-item-276 ul li {
    display: block;
  }
  #single-post #content nav li#menu-item-276 ul li#menu-item-2009 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-post #content nav li#menu-item-276 ul li#menu-item-2009 > a:before {
    border-left-color: #eea400;
  }
  #single-post #content div.bg-white.no-image .breadcrumb {
    margin: 0 0 20px;
  }
  #single-post #content div.bg-white .intro p.colour {
    color: #fbba00;
  }
  #single-post #content div.bg-white p a {
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  #archive-post #archive .bg-white div.list .button {
    margin: 0;
    transform: translateY(0);
  }
  #single-post #content nav li#menu-item-276 ul li {
    display: block;
  }
  #single-post #content nav li#menu-item-276 ul li#menu-item-2009 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-post #content nav li#menu-item-276 ul li#menu-item-2009 > a:before {
    border-left-color: #eea400;
  }
  #single-post #content div.bg-white.no-image .breadcrumb {
    margin: 0 0 20px;
  }
  #single-post #content div.bg-white .intro p.colour {
    color: #fbba00;
  }
  #single-post #content div.bg-white p a {
    font-weight: 700;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-project #content nav li#menu-item-256 > a {
    color: #d30934;
  }
  #archive-project #content nav li#menu-item-256 ul li {
    display: block;
  }
  #single-project #content nav li#menu-item-256 > a {
    color: #d30934;
  }
  #single-project #content nav li#menu-item-256 ul li {
    display: block;
  }
  #single-project #blocks .block-large_gallery .bg-grey2 {
    margin: 0 0 0 10px;
    background: #eeeeef;
  }
  #single-project #blocks .block-large_gallery .gallery ul.slick-dots li:not(.slick-active) button {
    background: #cecece;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-project #content nav li#menu-item-256 > a {
    color: #d30934;
  }
  #archive-project #content nav li#menu-item-256 ul li {
    display: block;
  }
  #single-project #content nav li#menu-item-256 > a {
    color: #d30934;
  }
  #single-project #content nav li#menu-item-256 ul li {
    display: block;
  }
  #single-project #blocks .block-large_gallery .bg-grey2 {
    margin: 0 0 0 10px;
    background: #eeeeef;
  }
  #single-project #blocks .block-large_gallery .gallery ul.slick-dots li:not(.slick-active) button {
    background: #cecece;
  }
}
@media (min-width: 768px) {
  #archive-project #content nav li#menu-item-256 > a {
    color: #d30934;
  }
  #archive-project #content nav li#menu-item-256 ul li {
    display: block;
  }
  #single-project #content nav li#menu-item-256 > a {
    color: #d30934;
  }
  #single-project #content nav li#menu-item-256 ul li {
    display: block;
  }
  #single-project #blocks .block-large_gallery .bg-grey2 {
    margin: 0 0 0 10px;
    background: #eeeeef;
  }
  #single-project #blocks .block-large_gallery .gallery ul.slick-dots li:not(.slick-active) button {
    background: #cecece;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-environment #content nav li#menu-item-22780 > a {
    color: #d30934;
  }
  #archive-environment #content nav li#menu-item-22780 ul li {
    display: block;
  }
  #single-environment #content nav li#menu-item-22780 > a {
    color: #d30934;
  }
  #single-environment #content nav li#menu-item-22780 ul li {
    display: block;
  }
  #single-environment #blocks .block-large_gallery .bg-grey2 {
    margin: 0 0 0 10px;
    background: #eeeeef;
  }
  #single-environment #blocks .block-large_gallery .gallery ul.slick-dots li:not(.slick-active) button {
    background: #cecece;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-environment #content nav li#menu-item-22780 > a {
    color: #d30934;
  }
  #archive-environment #content nav li#menu-item-22780 ul li {
    display: block;
  }
  #single-environment #content nav li#menu-item-22780 > a {
    color: #d30934;
  }
  #single-environment #content nav li#menu-item-22780 ul li {
    display: block;
  }
  #single-environment #blocks .block-large_gallery .bg-grey2 {
    margin: 0 0 0 10px;
    background: #eeeeef;
  }
  #single-environment #blocks .block-large_gallery .gallery ul.slick-dots li:not(.slick-active) button {
    background: #cecece;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .filters .filter[filter=day_time] {
    display: none;
  }
  .front_page_filter_dropdown[dropdown=day_time] {
    display: none !important;
  }
  .container .activity_types .activity_type {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 0px) {
  #archive-community-centre #content nav li#menu-item-239 > a {
    color: #e95a00;
  }
  #archive-community-centre #content nav li#menu-item-239 ul li {
    display: block;
  }
  #archive-community-centre #archive {
    margin-top: -4px;
    position: relative;
    padding-bottom: 50px;
  }
  #archive-community-centre #archive::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #archive-community-centre #archive .bg-white {
    border-radius: 4px;
  }
  #archive-community-centre #archive .bg-white .pull-left {
    margin: -1px -15px 0 -15px;
  }
  #archive-community-centre #archive .bg-white .bg-grey2 {
    padding: 1px 15px 15px;
    border-radius: 0;
  }
  #archive-community-centre #archive .bg-white #front_page_filters {
    padding-bottom: 20px;
  }
  #archive-community-centre #archive .bg-white #front_page_filters h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #archive-community-centre #archive .bg-white #font_page_activity_types h2 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  #archive-community-centre #archive .bg-white h2 {
    margin: 30px 0 0;
  }
  #archive-community-centre #archive .bg-white .activity_types .row {
    margin: 0 -15px;
  }
  #archive-community-centre #archive .bg-white .activity_types .row .col {
    padding: 0 5px;
  }
  #archive-community-centre #archive #community_center_map {
    padding-bottom: 100%;
  }
  #archive-community-centre #archive #community_center_map .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  #archive-community-centre #archive #community_center_map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: none;
  }
  #archive-community-centre #archive #community_center_map .gm-style .gm-style-iw-t::after {
    display: none;
  }
  #archive-community-centre #archive #community_center_map .gm-style .gm-style-iw {
    overflow: visible !important;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c {
    padding: 0;
    color: #fff;
    overflow: visible !important;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c button[title=Close] {
    background-image: url("../../assets/google_close.svg") !important;
    background-size: cover !important;
    width: 24px !important;
    height: 24px !important;
    margin: 8px 8px 0 0 !important;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c button[title=Close] img {
    display: none !important;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox {
    font-family: "omnes-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading {
    font-size: 16px;
    padding: 20px 30px;
    color: #fff;
    background: #e95a00;
    text-align: center;
    border-radius: 4px;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading.spotlight {
    background: #7C0040;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .title {
    margin-top: 0;
    font-size: 16px;
    font-family: "omnes-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .calendar_info,
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .phone_info,
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .location_info {
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
    position: relative;
    padding-left: 50px;
    min-height: 36px;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .calendar_info .contact_icon,
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .phone_info .contact_icon,
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .location_info .contact_icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 36px;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .calendar_info .contact_icon.calendar_icon,
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .phone_info .contact_icon.calendar_icon,
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .location_info .contact_icon.calendar_icon {
    background-image: url(../../assets/calendar-white@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .calendar_info .contact_icon.phone_icon,
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .phone_info .contact_icon.phone_icon,
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .location_info .contact_icon.phone_icon {
    background-image: url(../../assets/phone-white@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .calendar_info .contact_icon.location_icon,
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .phone_info .contact_icon.location_icon,
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .location_info .contact_icon.location_icon {
    background-image: url(../../assets/marker-white@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .infobox_link {
    display: block;
    font-size: 20px;
    font-family: "omnes-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .infobox_link:hover {
    color: #ef7d00;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading.spotlight .infobox_link {
    color: #7C0040;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading.spotlight .infobox_link:hover {
    color: #7C0040;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .button_2 {
    color: #EF7D00;
    background-color: #fff;
    padding: 14px 30px;
    border-radius: 4px;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-arrow {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 27px);
    border-left: 27px solid transparent !important;
    border-right: 27px solid transparent !important;
    border-top: 22px solid #e95a00;
    z-index: 1;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-arrow.spotlight {
    border-top: 22px solid #7C0040;
  }
  #archive-community-centre #archive #suggest_an_activity {
    padding: 0 15px 10px 15px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
  }
  #archive-community-centre #archive #suggest_an_activity h2 {
    margin-top: 30px;
  }
  .single-activity #content nav li#menu-item-239 > a {
    color: #e95a00;
  }
  .single-activity #content nav li#menu-item-239 ul li {
    display: block;
  }
  .single-activity #activity_page_related_activities {
    padding: 0 10px;
  }
  .single-activity #front_page_filters {
    padding-left: 15px;
    padding-right: 15px;
  }
  .filters {
    margin-left: 0;
    margin-right: 0;
  }
  .filters .filter {
    display: block;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
  }
  .filters .filter svg {
    height: 50px;
    fill: #ef7d00;
  }
  .filters .filter h3 {
    color: #ef7d00;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .filters .filter:first-child {
    border-top-left-radius: 4px;
    border-right: 1px solid #e2e2e2;
  }
  .filters .filter:nth-child(3) {
    border-top-right-radius: 4px;
    border-left: 1px solid #e2e2e2;
  }
  .filters .filter:nth-child(5) {
    border-bottom-left-radius: 4px;
    border-right: 1px solid #e2e2e2;
    border-top: 2px solid #e2e2e2;
  }
  .filters .filter:last-child {
    border-bottom-right-radius: 4px;
    border-left: 1px solid #e2e2e2;
    border-top: 2px solid #e2e2e2;
  }
  .filters .filter:hover, .filters .filter.active {
    background-color: #ef7d00;
  }
  .filters .filter:hover h3, .filters .filter.active h3 {
    color: #ffffff;
  }
  .filters .filter:hover svg, .filters .filter.active svg {
    fill: #ffffff;
  }
  .filters .filter[filter=activity_link] a {
    display: block;
  }
  .filters .filter[filter=activity_link].active:after {
    display: none;
  }
  .filters .filter.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .filters .filter.active:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #ef7d00;
    top: 99%;
    left: 0%;
    right: 0%;
    margin: auto;
    z-index: 3;
  }
  .filters .filter.active:nth-child(3) {
    border-bottom-left-radius: 0;
  }
  .filters .filter.active:last-child {
    border-bottom-right-radius: 0;
  }
  .front_page_filter_dropdown {
    color: #ffffff;
    background-color: #57555b;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0;
    display: none;
  }
  .front_page_filter_dropdown p {
    font-size: 16px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .day_time_dropdown form select {
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 100%;
    line-height: 1.2;
    background-image: url(/wp-content/themes/poplarharca/assets/select_arrow@2x.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 12px 10px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #57555b;
    border-radius: 4px;
  }
  .day_time_dropdown form select::-ms-expand {
    display: none;
  }
  .day_time_dropdown form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    font-size: 16px;
    padding: 10px 12px;
    margin-top: 10px;
  }
  .centre_dropdown {
    margin: 0;
    border-radius: 0 0 4px 4px;
  }
  .centre_dropdown a {
    padding: 14px 10px;
    background-color: #ef7d00;
    color: #fff;
    margin: 5px 0;
    display: block;
    font-size: 16px;
    width: 100%;
    border-radius: 4px;
    transition: background-color 0.5s;
  }
  .centre_dropdown a:hover, .centre_dropdown a.active {
    text-decoration: none;
    background-color: #e95a00;
  }
  .today_dropdown {
    margin: 0;
    border-radius: 0 0 4px 4px;
  }
  .today_dropdown .dotted_underline {
    border-color: #e95a00;
    border-width: 0 0 4px 0;
    border-style: dotted;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .today_dropdown .dotted_underline > svg {
    display: inline-block;
    fill: #fff;
    width: 26px;
    vertical-align: text-top;
    margin-right: 12px;
  }
  .today_dropdown .activity_item {
    margin-bottom: 30px;
  }
  .today_dropdown .activity_item a {
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .today_dropdown .activity_item a svg {
    display: inline-block;
    fill: #fff;
    width: 25%;
    height: auto;
    -moz-flex: 1;
    flex: 1;
  }
  .today_dropdown .activity_item a .activity_info {
    font-size: 16px;
    margin: 0 0 0 10px;
    text-align: left;
    -moz-flex: 3;
    flex: 3;
  }
  .activity_types {
    max-width: 100%;
  }
  .activity_types .activity_type {
    margin-bottom: 10px;
  }
  .activity_types .activity_type a {
    display: block;
    background-color: #ffffff;
    border-radius: 4px;
    transition: 0.5s;
    height: 0;
    padding-bottom: 105%;
    position: relative;
  }
  .activity_types .activity_type a > div {
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
  }
  .activity_types .activity_type a img, .activity_types .activity_type a svg {
    width: calc(100% - 15px);
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    fill: #ef7d00;
  }
  .activity_types .activity_type a .underlay {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    top: calc(50% - 9px);
    border: 3px solid #EEEEEF;
    border-radius: 50%;
    opacity: 0;
  }
  .activity_types .activity_type a h4 {
    color: #e95a00;
    position: absolute;
    padding: 15px 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  #archive-activity_type #content nav li#menu-item-239 > a {
    color: #e95a00;
  }
  #archive-activity_type #content .breadcrumb {
    margin-bottom: 15px;
  }
  #archive-activity_type #content .svg_image svg {
    fill: #ef7d00;
  }
  #archive-activity_type #content h1 {
    margin: 0;
  }
  #archive-activity_type #content .button {
    margin-top: 0;
  }
  #archive-activity_type #content .list_map_buttons_container {
    margin-top: -4px;
    margin-bottom: 0;
  }
  #archive-activity_type #content .list_map_buttons_container + .col + .col.lg8 {
    margin-top: -4px;
  }
  #archive-activity_type #content .list_map_buttons_container .bg-white {
    padding-top: 0;
    padding-bottom: 4px;
    border-radius: 0;
  }
  #archive-activity_type #content .list_map_buttons_container .bg-white .list_map_buttons {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #archive-activity_type #content .list_map_buttons_container .bg-white .list_map_buttons hr {
    margin: 0;
    border: 1px solid #57555b;
    border-bottom: 0px solid transparent;
  }
  #archive-activity_type #content .activity_articles h2 {
    margin: 0 0 30px;
  }
  #archive-activity_type #content .activity_articles article {
    margin-bottom: 35px;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: left;
    justify-content: left;
  }
  #archive-activity_type #content .activity_articles article svg {
    height: 50px;
    width: auto;
    fill: #ef7d00;
    margin-right: 20px;
    -moz-flex: 0.75;
    flex: 0.75;
  }
  #archive-activity_type #content .activity_articles article div {
    -moz-flex: 8;
    flex: 8;
  }
  #archive-activity_type #content .activity_articles article div h3 {
    margin: 0;
  }
  #archive-activity_type #content .activity_articles article div p {
    margin: 0;
  }
  #archive-activity_type #content .activity_articles article div .button {
    margin-top: 15px;
  }
  #archive-activity_type #content #community_center_map {
    padding-bottom: 100%;
  }
  #archive-activity_type #content #community_center_map .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  #archive-activity_type #content #community_center_map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: none;
  }
  #archive-activity_type #content #community_center_map .gm-style .gm-style-iw-t::after {
    display: none;
  }
  #archive-activity_type #content #community_center_map .gm-style .gm-style-iw {
    overflow: visible !important;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c {
    padding: 0;
    color: #fff;
    overflow: visible !important;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c button[title=Close] {
    background-image: url("/wp-content/themes/poplarharca/assets/google_close.svg") !important;
    background-size: cover !important;
    width: 24px !important;
    height: 24px !important;
    margin: 8px 8px 0 0 !important;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c button[title=Close] img {
    display: none !important;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox {
    font-family: "omnes-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading {
    font-size: 16px;
    padding: 20px 30px;
    color: #fff;
    background: #e95a00;
    text-align: center;
    border-radius: 4px;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading.spotlight {
    background: #7C0040;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .title {
    margin-top: 0;
    font-size: 16px;
    font-family: "omnes-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .calendar_info,
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .phone_info,
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .location_info {
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
    position: relative;
    padding-left: 50px;
    min-height: 36px;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .calendar_info .contact_icon,
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .phone_info .contact_icon,
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .location_info .contact_icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 36px;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .calendar_info .contact_icon.calendar_icon,
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .phone_info .contact_icon.calendar_icon,
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .location_info .contact_icon.calendar_icon {
    background-image: url(/wp-content/themes/poplarharca/assets/calendar-white@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .calendar_info .contact_icon.phone_icon,
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .phone_info .contact_icon.phone_icon,
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .location_info .contact_icon.phone_icon {
    background-image: url(/wp-content/themes/poplarharca/assets/phone-white@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .calendar_info .contact_icon.location_icon,
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .phone_info .contact_icon.location_icon,
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .location_info .contact_icon.location_icon {
    background-image: url(/wp-content/themes/poplarharca/assets/marker-white@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .infobox_link {
    display: block;
    font-size: 20px;
    font-family: "omnes-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .infobox_link:hover {
    color: #ef7d00;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading.spotlight .infobox_link {
    color: #7C0040;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading.spotlight .infobox_link:hover {
    color: #7C0040;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .button_2 {
    color: #EF7D00;
    background-color: #fff;
    padding: 14px 30px;
    border-radius: 4px;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-arrow {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 27px);
    border-left: 27px solid transparent !important;
    border-right: 27px solid transparent !important;
    border-top: 22px solid #e95a00;
    z-index: 1;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-arrow.spotlight {
    border-top: 22px solid #7C0040;
  }
  #activity_type_banner.page_banner {
    margin-bottom: 45px;
  }
  #activity_type_banner.page_banner .container h2 {
    margin: 0 0 45px;
  }
  #archive-activity_type #content .svg_image {
    max-width: 300px;
  }
  #archive-activity_type #content .list_map_buttons_container.xsorder2.mdorder1 {
    margin-top: 0;
  }
  #archive-activity_type #content .list_map_buttons_container.xsorder2.mdorder1 .bg-white {
    border-radius: 4px 4px 0 0;
  }
  .list_map_buttons {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .list_map_buttons .toggle_list_map {
    display: inline-block;
    font-weight: 700;
    padding: 8px 20px 8px 15px;
    color: #57555b;
    background-color: #eeeeef;
    border-radius: 4px 4px 0 0;
    margin: 0 6px;
    cursor: pointer;
    position: relative;
  }
  .list_map_buttons .toggle_list_map svg {
    fill: #57555b;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .list_map_buttons .toggle_list_map:hover, .list_map_buttons .toggle_list_map.active, .list_map_buttons .toggle_list_map:focus {
    color: #ffffff;
    background-color: #ef7d00;
  }
  .list_map_buttons .toggle_list_map:hover svg, .list_map_buttons .toggle_list_map.active svg, .list_map_buttons .toggle_list_map:focus svg {
    fill: #ffffff;
  }
  .form_filters {
    padding: 0 15px;
    margin: 15px 0;
  }
  .form_filters .filter_option {
    background-color: #ef7d00;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
  }
  .form_filters .filter_option:nth-child(1) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #eeeeef;
  }
  .form_filters .filter_option:nth-child(1).opened {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .form_filters .filter_option:nth-child(3) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #eeeeef;
  }
  .form_filters .filter_option:nth-child(3).opened {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .form_filters .filter_option svg {
    width: auto;
    height: 50px;
    fill: #fff;
    margin-top: 25px;
  }
  .form_filters .filter_option h3 {
    font-size: 16px;
    color: #fff;
    margin: 15px 0;
  }
  .form_filters .filter_dropdown {
    color: #fff;
    padding: 25px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    background-color: #57555b;
    text-align: left;
    display: none;
    position: relative;
    border-radius: 0 0 0 4px;
  }
  .form_filters .filter_dropdown label {
    margin-bottom: 15px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
  .form_filters .filter_dropdown label input {
    width: initial;
  }
  .form_filters .filter_dropdown button {
    margin-top: 20px;
  }
  .form_filters .filter_dropdown:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #ef7d00;
    top: 0;
    margin: auto;
  }
  .form_filters .filter_dropdown[dropdown=time]:after {
    left: 50%;
    right: 0%;
  }
  .form_filters .filter_dropdown[dropdown=day]:after {
    left: 0%;
    right: 50%;
  }
  .filter_form_end {
    display: none;
  }
  .map_container {
    display: none;
  }
  #archive-post #community_center_map {
    padding-bottom: 75%;
  }
  #single-activity #archive {
    margin-top: -4px;
    position: relative;
    padding-bottom: 50px;
    border-radius: 4px 0 4px 4px;
  }
  #single-activity #archive:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ef7d00;
  }
  #single-activity #archive h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #single-activity #archive .bg-white {
    padding: 0;
  }
  #single-activity #archive .bg-white .bg-grey2 {
    padding: 0;
    border-radius: 0 0 4px 4px;
  }
  #single-activity .bg-grey2, #single-activity .bg-white {
    border-radius: 0 0 4px 4px;
  }
  #single-activity #front_page_filters {
    padding-bottom: 30px;
  }
  #single-activity #community_center_map {
    margin: 0 15px 4px 0px;
  }
}
@media (min-width: 576px) {
  .front_page_filter_dropdown {
    width: calc(100% - 0px);
  }
  .front_page_filter_dropdown .container {
    max-width: 100%;
  }
  .centre_dropdown,
  .today_dropdown {
    margin: 0 auto;
  }
  .activity_types .activity_type {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .activity_types .activity_type {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 768px) {
  #front_page_filters .filters .filter:last-child {
    border-bottom-left-radius: 0;
    border-left: 2px solid #e2e2e2;
  }
  #archive-community-centre #archive::before {
    width: 10px;
  }
  #archive-community-centre #archive .bg-white {
    padding-bottom: 0;
  }
  #archive-community-centre #archive .bg-white .pull-left {
    margin: -1px -30px 0 -20px;
  }
  #archive-community-centre #archive #community_center_map {
    padding-bottom: 75%;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading {
    font-size: 20px;
    padding: 20px 30px;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .title {
    font-size: 24px;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .infobox_link {
    font-size: 18px;
  }
  #archive-community-centre #archive #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-arrow {
    left: calc(50% - 27px);
    border-left: 27px solid transparent !important;
    border-right: 27px solid transparent !important;
    border-top: 22px solid #e95a00;
  }
  .filters .filter:first-child {
    border-bottom-left-radius: 4px;
    border-right: 2px solid #e2e2e2;
  }
  .filters .filter:nth-child(5) {
    border-bottom-left-radius: 0;
    border-left: 2px solid #e2e2e2;
    border-right: none;
    border-top: none;
  }
  .filters .filter:last-child {
    border-top-right-radius: 4px;
    border-left: 2px solid #e2e2e2;
    border-top: none;
  }
  .front_page_filter_dropdown {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: calc(100% - 45px);
    margin: auto;
    border-radius: 0px 0px 4px 4px;
  }
  .front_page_filter_dropdown[dropdown=xs_day_time] {
    display: none !important;
  }
  .front_page_filter_dropdown p {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .day_time_dropdown form select {
    margin-right: 10px;
    margin-bottom: 0;
    min-width: 215px;
    padding: 18px 10px;
    position: relative;
    vertical-align: middle;
  }
  .day_time_dropdown form button {
    font-size: 20px;
    padding: 16px 10px;
    margin-top: 0;
    width: 110px;
    vertical-align: middle;
  }
  .centre_dropdown a {
    margin: 12px 0;
    font-size: 16px;
  }
  .today_dropdown .dotted_underline {
    border-width: 0 0 6px 0;
    margin-bottom: 30px;
  }
  .today_dropdown .activity_item a .activity_info {
    font-size: 18px;
  }
  .today_dropdown .button {
    margin-top: 30px;
  }
  .activity_types .activity_type {
    margin-bottom: 20px;
  }
  #archive-activity_type #content #community_center_map {
    padding-bottom: 75%;
  }
  #archive-activity_type #content #community_center_map .gm-style-iw.gm-style-iw-c .infobox .infobox-heading .title {
    font-size: 24px;
  }
  #activity_type_banner.page_banner {
    margin-bottom: 40px;
  }
  #activity_type_banner.page_banner .container h2 {
    margin: 0;
  }
  #single-activity #archive:before {
    width: 10px;
  }
  .list_map_buttons {
    padding-bottom: 30px;
  }
  .list_map_buttons .toggle_list_map {
    font-size: 18px;
    margin: 0 6px;
  }
  .list_map_buttons .toggle_list_map svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .list_map_buttons .toggle_list_map.active:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #ef7d00;
  }
  .form_filters {
    padding: 0;
    margin-left: 7px;
    margin-right: 7px;
  }
  .form_filters .filter_option:nth-child(1) {
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-right: none;
  }
  .form_filters .filter_option:nth-child(1).opened {
    border-top-left-radius: 4px;
  }
  .form_filters .filter_option:nth-child(3) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-left: none;
  }
  .form_filters .filter_option:nth-child(3).opened {
    border-bottom-right-radius: 0px;
  }
  .form_filters .filter_option svg {
    height: 55px;
    margin-top: 30px;
  }
  .form_filters .filter_dropdown[dropdown=day] {
    border-radius: 0;
  }
  .form_filters .filter_dropdown[dropdown=time]:after, .form_filters .filter_dropdown[dropdown=day]:after {
    left: 0%;
    right: 0%;
  }
  .activity_articles article {
    -moz-justify-content: left;
    justify-content: left;
  }
  .activity_articles article svg {
    margin-right: 25px;
    margin-left: 30px;
  }
  .activity_articles article div h3 {
    font-size: 24px;
  }
  .activity_articles article div p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #archive-community-centre #content nav li#menu-item-239 > a {
    color: #e95a00;
  }
  #archive-community-centre #content nav li#menu-item-239 ul li {
    display: block;
  }
  #archive-community-centre #archive {
    margin-top: -4px;
    position: relative;
    padding-bottom: 50px;
  }
  #archive-community-centre #archive::before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #archive-community-centre #archive .bg-white {
    padding: 0 50px 50px;
    border-radius: 4px;
  }
  #archive-community-centre #archive .bg-white .pull-left {
    margin-right: 0;
    margin-left: calc(-1 * (100% + 100px) / 1.95 - 70px);
  }
  #archive-community-centre #archive .bg-white .bg-grey2 {
    padding: 1px 30px 30px;
    border-radius: 4px;
  }
  #archive-community-centre #archive .bg-white #front_page_filters {
    padding-bottom: 20px;
  }
  #archive-community-centre #archive .bg-white #front_page_filters h2 {
    margin-top: 70px;
    margin-bottom: 20px;
  }
  #archive-community-centre #archive .bg-white #font_page_activity_types h2 {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  #archive-community-centre #archive .bg-white h2 {
    margin: 30px 0 0;
  }
  #archive-community-centre #archive .bg-white .activity_types .row {
    margin: 0 -15px;
  }
  #archive-community-centre #archive .bg-white .activity_types .row .col {
    padding: 0 15px;
  }
  #archive-community-centre #archive #community_center_map {
    margin-left: -40px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
  #archive-community-centre #archive #suggest_an_activity h2 {
    margin-top: 50px;
  }
  .single-activity #content nav li#menu-item-239 > a {
    color: #e95a00;
  }
  .single-activity #content nav li#menu-item-239 ul li {
    display: block;
  }
  .activity_types .activity_type {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .form_filters {
    margin: 15px 0;
  }
  .form_filters > .row {
    margin: 0 -67px 0 0;
  }
  .form_filters .filter_option:nth-child(1) {
    border-radius: 4px 0 0 0;
  }
  .form_filters .filter_option:nth-child(3) {
    border-radius: 0 0 0 4px;
  }
}
@media (min-width: 1200px) {
  #front_page_filters {
    padding-bottom: 30px;
  }
  #archive-community-centre #archive .bg-white .pull-left {
    margin-left: calc(-1 * (100% + 100px) / 3 - 70px);
  }
  #archive-community-centre #archive #community_center_map {
    padding-bottom: 50%;
  }
  .filters .filter {
    min-height: 200px;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    align-content: center;
  }
  .filters .filter svg {
    height: 80px;
  }
  .filters .filter h3 {
    font-size: 24px;
  }
  .front_page_filter_dropdown {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .centre_dropdown a {
    font-size: 20px;
  }
  #activity_type_banner.page_banner {
    margin-bottom: 35px;
  }
  #activity_type_banner.page_banner .container h1 {
    font-size: 40px;
  }
  #activity_type_banner.page_banner .container h2 {
    font-size: 26px;
  }
  .list_map_buttons {
    padding-bottom: 40px;
  }
  .list_map_buttons .toggle_list_map {
    font-size: 24px;
  }
  .list_map_buttons .toggle_list_map svg {
    width: 30px;
    height: 30px;
  }
  .list_map_buttons .toggle_list_map.active:after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #ef7d00;
  }
  .form_filters {
    margin-right: -30px;
  }
  .form_filters .filter_option {
    max-width: calc(100% - 30px);
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ef7d00;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
  }
  .form_filters .filter_option:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .form_filters .filter_option:nth-child(3) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .form_filters .filter_option svg {
    width: 90px;
    height: 90px;
    fill: #fff;
    margin-top: 30px;
  }
  .form_filters .filter_option h3 {
    color: #fff;
    font-size: 24px;
  }
  .form_filters .filter_dropdown {
    color: #fff;
    padding: 35px 25px;
    background-color: #57555b;
    text-align: left;
    display: none;
    position: relative;
    max-width: calc(100% - 30px);
  }
  .form_filters .filter_dropdown label {
    margin-bottom: 15px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
  .form_filters .filter_dropdown label input {
    width: initial;
  }
  .form_filters .filter_dropdown button {
    margin-top: 20px;
  }
  .form_filters .filter_dropdown:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid #ef7d00;
    top: 0;
    left: 0%;
    right: 0%;
    margin: auto;
  }
  .activity_articles article {
    margin-bottom: 60px;
    display: -moz-flex;
    display: flex;
  }
  .activity_articles article svg {
    height: 60px;
    width: auto;
    fill: #ef7d00;
    margin-right: 25px;
    -moz-flex: 1;
    flex: 1;
  }
  .activity_articles article div h3 {
    margin: 0;
    font-size: 24px;
  }
  .activity_articles article div p {
    margin: 0;
    font-size: 18px;
  }
  .activity_articles article div .button {
    margin-top: 8px;
  }
  .map_container {
    display: none;
  }
}
#archive-community-centre {
  overflow: hidden;
}
#archive-community-centre .white_wrapper {
  padding-bottom: 0;
}
#archive-community-centre .contact_details {
  padding-top: 10px;
}
#archive-community-centre .contact_details p {
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}
#archive-community-centre .contact_details p .contact_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 30px;
}
#archive-community-centre .contact_details p .contact_icon.location_icon {
  background-image: url(/wp-content/themes/poplarharca/assets/marker-orange@2x.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-community-centre .contact_details p .contact_icon.calendar_icon {
  background-image: url(/wp-content/themes/poplarharca/assets/calendar@2x.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-community-centre .contact_details p .contact_icon.phone_icon {
  background-image: url(/wp-content/themes/poplarharca/assets/phone@2x.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-community-centre .contact_details p .contact_icon.email_icon {
  background-image: url(/wp-content/themes/poplarharca/assets/email@2x.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-community-centre #communitycentre_activity_types {
  padding-top: 30px;
  padding-bottom: 30px;
}
#archive-community-centre #communitycentre_activity_types h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
#archive-community-centre #communitycentremap h2 {
  margin-bottom: 25px;
}
#archive-community-centre #communitycentredetails .transport_options {
  padding-bottom: 10px;
}
#archive-community-centre #communitycentredetails .transport_options h2 {
  margin-bottom: 20px;
}
#archive-community-centre #communitycentredetails .transport_options .transport_option {
  margin-bottom: 15px;
}
#archive-community-centre #communitycentredetails .transport_options .transport_option > div h2 {
  color: #e95a00;
  margin-top: 0;
  margin-bottom: 20px;
}
#archive-community-centre #communitycentredetails .transport_options .transport_option > div h2 .transport_icon {
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: #ef7d00;
}
#archive-community-centre #communitycentredetails .transport_options .transport_option > div h2 .transport_icon.public_icon {
  width: 45px;
  background-image: url(/wp-content/themes/poplarharca/assets/publictransport@2x.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-community-centre #communitycentredetails .transport_options .transport_option > div h2 .transport_icon.walking_icon {
  width: 35px;
  background-image: url(/wp-content/themes/poplarharca/assets/walking@2x.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-community-centre #communitycentredetails .transport_options .transport_option > div h2 .transport_icon.bike_icon {
  width: 70px;
  background-image: url(/wp-content/themes/poplarharca/assets/bike@2x.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-community-centre #communitycentredetails .more_info h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
#archive-community-centre #communitycentredetails .more_info p {
  margin-top: 0;
}
#archive-community-centre #communitycentredetails .community_social {
  padding-top: 30px;
}
#archive-community-centre #communitycentredetails .community_social h2 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#archive-community-centre #communitycentredetails .community_social p {
  margin-bottom: 25px;
  text-align: center;
}
#archive-community-centre #communitycentredetails .community_social .social_icon {
  height: 45px;
  width: 45px;
  display: block;
  vertical-align: middle;
  margin: auto;
  margin-bottom: 15px;
}
#archive-community-centre #communitycentredetails .community_social .social_icon.facebook_icon {
  background-image: url(/wp-content/themes/poplarharca/assets/facebook@2x.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-community-centre #communitycentredetails .community_social .social_icon.twitter_icon {
  background-image: url(/wp-content/themes/poplarharca/assets/twitter@2x.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-community-centre #communitycentredetails .community_social .social_icon.instagram_icon {
  background-image: url(/wp-content/themes/poplarharca/assets/instagram2x.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#archive-community-centre #communitycentredetails .community_social .social_icon.youtube_icon {
  background-image: url(/wp-content/themes/poplarharca/assets/youtube@2x.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  #archive-community-centre .white_wrapper {
    padding-bottom: 20px;
  }
  #archive-community-centre .contact_details {
    padding-top: 0px;
  }
  #archive-community-centre .contact_details p {
    margin-bottom: 20px;
  }
  #archive-community-centre #communitycentre_activity_types {
    padding-bottom: 20px;
  }
  #archive-community-centre #communitycentredetails .transport_options {
    padding-bottom: 30px;
  }
  #archive-community-centre #communitycentredetails .transport_options .transport_option {
    margin-bottom: 20px;
  }
  #archive-community-centre #communitycentredetails .transport_options .transport_option > div h2 {
    margin-bottom: 20px;
  }
  #archive-community-centre #communitycentredetails .transport_options .transport_option > div h2 .transport_icon {
    margin-right: 45px;
  }
  #archive-community-centre #communitycentredetails .more_info h3 {
    margin-bottom: 15px;
  }
  #archive-community-centre #communitycentredetails .community_social {
    padding-top: 0px;
    background-color: #ffffff;
  }
  #archive-community-centre #communitycentredetails .community_social h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  #archive-community-centre #communitycentredetails .community_social p {
    margin-bottom: 25px;
    text-align: left;
  }
  #archive-community-centre #communitycentredetails .community_social .social_icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #archive-community-centre .contact_details {
    padding-top: 40px;
  }
  #archive-community-centre .contact_details p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1260px) {
  #archive-community-centre .white_wrapper {
    padding-bottom: 20px;
  }
  #archive-community-centre .contact_details {
    padding-top: 40px;
  }
  #archive-community-centre .contact_details p {
    margin-bottom: 20px;
  }
  #archive-community-centre #communitycentredetails .white_wrapper {
    padding: 40px;
  }
  #archive-community-centre #communitycentredetails .transport_options {
    padding-bottom: 50px;
  }
  #archive-community-centre #communitycentredetails .transport_options .transport_option > div {
    padding: 15px 0px;
    height: 100%;
    width: 100%;
    border-radius: 4px;
  }
  #archive-community-centre #communitycentredetails .transport_options .transport_option > div h2 {
    color: #e95a00;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #archive-community-centre #communitycentredetails .transport_options .transport_option > div h2 .transport_icon {
    height: 50px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
  }
  #archive-community-centre #communitycentredetails .transport_options .transport_option > div h2 .transport_icon.public_icon {
    width: 45px;
    background-image: url(/wp-content/themes/poplarharca/assets/publictransport@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #archive-community-centre #communitycentredetails .transport_options .transport_option > div h2 .transport_icon.walking_icon {
    width: 35px;
    background-image: url(/wp-content/themes/poplarharca/assets/walking@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #archive-community-centre #communitycentredetails .transport_options .transport_option > div h2 .transport_icon.bike_icon {
    width: 70px;
    background-image: url(/wp-content/themes/poplarharca/assets/bike@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #archive-community-centre #communitycentredetails .more_info h3 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  #archive-community-centre #communitycentredetails .more_info p {
    margin-top: 0;
  }
  #archive-community-centre #communitycentredetails .community_social h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #archive-community-centre #communitycentredetails .community_social p {
    margin-bottom: 35px;
  }
  #archive-community-centre #communitycentredetails .community_social .social_icon {
    height: 45px;
    width: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  #archive-community-centre #communitycentredetails .community_social .social_icon.facebook_icon {
    background-image: url(/wp-content/themes/poplarharca/assets/facebook@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #archive-community-centre #communitycentredetails .community_social .social_icon.twitter_icon {
    background-image: url(/wp-content/themes/poplarharca/assets/twitter@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #archive-community-centre #communitycentredetails .community_social .social_icon.instagram_icon {
    background-image: url(/wp-content/themes/poplarharca/assets/instagram2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #archive-community-centre #communitycentredetails .community_social .social_icon.youtube_icon {
    background-image: url(/wp-content/themes/poplarharca/assets/youtube@2x.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #communitycentre_activity_types {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #communitycentre_activity_types h2 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  #communitycentre_activity_types .activity_types .activity_type {
    margin-bottom: 30px;
  }
  #communitycentre_activity_types .activity_types .activity_type a {
    display: block;
    background-color: #ffffff;
    border-radius: 4px;
    transition: 0.5s;
    height: 0;
    padding-bottom: 105%;
    position: relative;
  }
  #communitycentre_activity_types .activity_types .activity_type a > div {
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
  }
  #communitycentre_activity_types .activity_types .activity_type a img, #communitycentre_activity_types .activity_types .activity_type a svg {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    fill: #ef7d00;
  }
  #communitycentre_activity_types .activity_types .activity_type a .underlay {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    top: calc(50% - 9px);
    border: 3px solid #EEEEEF;
    border-radius: 50%;
    opacity: 0;
  }
  #communitycentre_activity_types .activity_types .activity_type a h4 {
    color: #e95a00;
    position: absolute;
    padding: 15px 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-property #content nav li#menu-item-261 > a {
    color: #d30934;
  }
  #archive-property #content nav li#menu-item-261 ul li {
    display: block;
  }
  #archive-property #blocks .block:last-of-type {
    padding-bottom: 0;
  }
  #archive-property #archive .bg-white div.list .resale .image {
    padding-bottom: 60%;
    margin: 15px 0 0;
    border-radius: 4px 4px 0 0;
    background-size: cover;
    background-position: center;
  }
  #archive-property #archive .bg-white div.list .resale .bg-white {
    margin: 0;
    border-radius: 0 0 4px 4px;
  }
  #archive-property #archive .bg-white div.list .resale .bg-white .button {
    margin: 0;
    transform: none;
  }
  #archive-property #archive .bg-white div.list .resale .bg-white p.large {
    margin: -10px 0 20px;
    font-size: 22px;
  }
  #single-property #content nav li#menu-item-261 > a {
    color: #d30934;
  }
  #single-property #content nav li#menu-item-261 ul li {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-property #content nav li#menu-item-261 > a {
    color: #d30934;
  }
  #archive-property #content nav li#menu-item-261 ul li {
    display: block;
  }
  #archive-property #blocks .block:last-of-type {
    padding-bottom: 0;
  }
  #archive-property #archive .bg-white div.list .resale .image {
    padding-bottom: 60%;
    margin: 15px 0 0;
    border-radius: 4px 4px 0 0;
    background-size: cover;
    background-position: center;
  }
  #archive-property #archive .bg-white div.list .resale .bg-white {
    margin: 0;
    border-radius: 0 0 4px 4px;
  }
  #archive-property #archive .bg-white div.list .resale .bg-white .button {
    margin: 0;
    transform: none;
  }
  #archive-property #archive .bg-white div.list .resale .bg-white p.large {
    margin: -10px 0 20px;
    font-size: 22px;
  }
  #single-property #content nav li#menu-item-261 > a {
    color: #d30934;
  }
  #single-property #content nav li#menu-item-261 ul li {
    display: block;
  }
}
@media (min-width: 768px) {
  #archive-property #content nav li#menu-item-261 > a {
    color: #d30934;
  }
  #archive-property #content nav li#menu-item-261 ul li {
    display: block;
  }
  #archive-property #blocks .block:last-of-type {
    padding-bottom: 0;
  }
  #archive-property #archive .bg-white div.list .resale .image {
    padding-bottom: 69.3%;
    width: 100%;
    height: calc(100% - 30px);
    margin: 30px 0 0;
    border-radius: 4px 0 0 4px;
    background-size: cover;
    background-position: center;
  }
  #archive-property #archive .bg-white div.list .resale .bg-white {
    margin: 30px 0 0 -30px;
    border-radius: 0 4px 4px 0;
    width: calc(100% + 30px);
    height: calc(100% - 30px);
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #archive-property #archive .bg-white div.list .resale .bg-white h3, #archive-property #archive .bg-white div.list .resale .bg-white p {
    width: 100%;
  }
  #archive-property #archive .bg-white div.list .resale .bg-white .button {
    margin: 0;
    transform: none;
  }
  #archive-property #archive .bg-white div.list .resale .bg-white p.large {
    margin: -10px 0 20px;
    font-size: 26px;
  }
  #archive-property #archive .bg-white div.list .resale .bg-white h3::before {
    display: none;
  }
  #single-property #content nav li#menu-item-261 > a {
    color: #d30934;
  }
  #single-property #content nav li#menu-item-261 ul li {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-job #content nav li#menu-item-263 > a {
    color: #569204;
  }
  #archive-job #content nav li#menu-item-263 ul li {
    display: block;
  }
  #archive-job #archive .bg-white h2 {
    margin: 15px 0 25px 0;
  }
  #archive-job #archive .bg-white .list ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 25px;
  }
  #archive-job #archive .bg-white .list ul li {
    font-weight: 600;
    padding-left: 0;
  }
  #archive-job #archive .bg-white .list ul li:before {
    display: none;
  }
  #archive-job #archive .bg-white .list ul li p {
    margin: 0;
  }
  #archive-job #archive .bg-white .list .button {
    margin: 25px 0 0;
    position: relative;
    transform: translateY(0);
  }
  #archive-job #blocks .block-large_gallery {
    padding-bottom: 0;
  }
  #archive-job #blocks .block-large_gallery .content-end {
    display: none;
  }
  #archive-job #blocks .block-large_gallery .bg-grey2 {
    background-color: #eeeeef;
    padding-top: 30px;
  }
  #single-job #content nav li#menu-item-263 > a {
    color: #569204;
  }
  #single-job #content nav li#menu-item-263 ul li {
    display: block;
  }
  #single-job #content .job_info {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
  }
  #single-job #content .job_info li {
    font-weight: 600;
    padding-left: 0;
  }
  #single-job #content .job_info li:before {
    display: none;
  }
  #single-job #content .job_info li p {
    margin-bottom: 10px;
  }
  #single-job #content .job_info li:last-child p {
    margin-bottom: 0;
  }
  #single-job #content .job_description {
    margin-top: 50px;
  }
  #single-job #blocks .block-job_more_jobs .content-end {
    display: block;
  }
  #single-job #blocks .block-job_more_jobs .bg-grey2 {
    padding-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-job #content nav li#menu-item-263 > a {
    color: #569204;
  }
  #archive-job #content nav li#menu-item-263 ul li {
    display: block;
  }
  #archive-job #archive .bg-white h2 {
    margin: 15px 0 25px 0;
  }
  #archive-job #archive .bg-white .list ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 25px;
  }
  #archive-job #archive .bg-white .list ul li {
    font-weight: 600;
    padding-left: 0;
  }
  #archive-job #archive .bg-white .list ul li:before {
    display: none;
  }
  #archive-job #archive .bg-white .list ul li p {
    margin: 0;
  }
  #archive-job #archive .bg-white .list .button {
    margin: 25px 0 0;
    position: relative;
    transform: translateY(0);
  }
  #archive-job #blocks .block-large_gallery {
    padding-bottom: 0;
  }
  #archive-job #blocks .block-large_gallery .content-end {
    display: none;
  }
  #archive-job #blocks .block-large_gallery .bg-grey2 {
    background-color: #eeeeef;
    padding-top: 30px;
  }
  #single-job #content nav li#menu-item-263 > a {
    color: #569204;
  }
  #single-job #content nav li#menu-item-263 ul li {
    display: block;
  }
  #single-job #content .job_info {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
  }
  #single-job #content .job_info li {
    font-weight: 600;
    padding-left: 0;
  }
  #single-job #content .job_info li:before {
    display: none;
  }
  #single-job #content .job_info li p {
    margin-bottom: 10px;
  }
  #single-job #content .job_info li:last-child p {
    margin-bottom: 0;
  }
  #single-job #content .job_description {
    margin-top: 50px;
  }
  #single-job #blocks .block-job_more_jobs .content-end {
    display: block;
  }
  #single-job #blocks .block-job_more_jobs .bg-grey2 {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  #archive-job #content nav li#menu-item-263 > a {
    color: #569204;
  }
  #archive-job #content nav li#menu-item-263 ul li {
    display: block;
  }
  #archive-job #archive .bg-white h2 {
    margin: 30px 0 0;
  }
  #archive-job #archive .bg-white .list ul {
    list-style: disc;
    padding-left: 20px;
  }
  #archive-job #archive .bg-white .list ul li {
    font-weight: 600;
    padding-left: 0;
  }
  #archive-job #archive .bg-white .list ul li:before {
    display: none;
  }
  #archive-job #archive .bg-white .list ul li p {
    margin: 0;
  }
  #archive-job #archive .bg-white .list .button {
    margin: 25px 0 0;
    position: relative;
    transform: translateY(0);
  }
  #archive-job #blocks .block-large_gallery {
    padding-bottom: 0;
  }
  #archive-job #blocks .block-large_gallery .content-end {
    display: block;
  }
  #archive-job #blocks .block-large_gallery .bg-grey2 {
    padding-top: 100px;
  }
  #single-job #content nav li#menu-item-263 > a {
    color: #569204;
  }
  #single-job #content nav li#menu-item-263 ul li {
    display: block;
  }
  #single-job #content .job_info {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
  }
  #single-job #content .job_info li {
    font-weight: 600;
    padding-left: 0;
  }
  #single-job #content .job_info li:before {
    display: none;
  }
  #single-job #content .job_info li p {
    margin-bottom: 10px;
  }
  #single-job #content .job_info li:last-child p {
    margin-bottom: 0;
  }
  #single-job #content .job_description {
    margin-top: 50px;
  }
  #single-job #blocks .block-job_more_jobs .content-end {
    display: block;
  }
  #single-job #blocks .block-job_more_jobs .bg-grey2 {
    padding-top: 60px;
  }
}
@media (min-width: 0px) {
  #archive-campaigns #content nav li#menu-item-247 ul li {
    display: block;
  }
  #archive-campaigns #content nav li#menu-item-247 ul li#menu-item-250 > a {
    color: #e95a00;
    font-weight: 600;
  }
  #archive-campaigns #content nav li#menu-item-247 ul li#menu-item-250 > a:before {
    border-left-color: #e95a00;
  }
  #archive-campaigns #archive {
    margin-top: -4px;
    position: relative;
    padding-bottom: 50px;
  }
  #archive-campaigns #archive::before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #57555b;
  }
  #archive-campaigns #archive .bg-white {
    padding: 0 50px 50px;
    border-radius: 4px;
  }
  #archive-campaigns #archive .bg-white .bg-grey2 {
    padding: 1px 30px 30px;
    border-radius: 4px;
  }
  #archive-campaigns #archive .bg-white h2 {
    margin: 30px 0 0;
  }
  #archive-campaigns #archive .bg-white .list .row {
    margin: 0 -15px;
  }
  #archive-campaigns #archive .bg-white .list .row .col {
    padding: 0 15px;
  }
  #archive-campaigns #archive .bg-white .list .bg-white {
    padding: 30px;
    border-radius: 4px;
    margin-top: 30px;
    height: calc(100% - 30px);
    width: 100%;
  }
  #archive-campaigns #archive .bg-white .list .bg-white + a {
    position: relative;
    transform: translateY(-100%);
  }
  #archive-campaigns #archive .bg-white .list .button {
    margin: 0 0 30px 30px;
  }
  #archive-campaigns #archive .bg-white .list img {
    margin: 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #archive-campaigns #archive .bg-white .list img + .button {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    transform: translateY(-50%);
  }
  #archive-campaigns #archive .bg-white .list h3 {
    position: relative;
  }
  #archive-campaigns #archive .bg-white .list h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
  #archive-campaigns #archive .bg-white .list > div {
    display: none;
  }
  #archive-campaigns #archive .bg-white .list > div.active {
    display: block;
  }
  #single-campaign #content nav li#menu-item-247 ul li {
    display: block;
  }
  #single-campaign #content nav li#menu-item-247 ul li#menu-item-250 > a {
    color: #e95a00;
    font-weight: 600;
  }
  #single-campaign #content nav li#menu-item-247 ul li#menu-item-250 > a:before {
    border-left-color: #e95a00;
  }
  #single-campaign #content .job_info {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
  }
  #single-campaign #content .job_info li {
    font-weight: 600;
    padding-left: 0;
  }
  #single-campaign #content .job_info li:before {
    display: none;
  }
  #single-campaign #content .job_info li p {
    margin-bottom: 10px;
  }
  #single-campaign #content .job_info li:last-child p {
    margin-bottom: 0;
  }
  #single-campaign #content .job_description {
    margin-top: 50px;
  }
  #single-campaign #blocks .block-job_more_jobs .content-end {
    display: block;
  }
  #single-campaign #blocks .block-job_more_jobs .bg-grey2 {
    padding-top: 100px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-regen-project #content nav li#menu-item-260 > a {
    color: #d30934;
  }
  #archive-regen-project #content nav li#menu-item-260 ul li {
    display: block;
  }
  #archive-regen-project #blocks .block:last-of-type {
    padding-bottom: 0;
  }
  #single-regen-project #content nav li#menu-item-260 > a {
    color: #d30934;
  }
  #single-regen-project #content nav li#menu-item-260 ul li {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-regen-project #content nav li#menu-item-260 > a {
    color: #d30934;
  }
  #archive-regen-project #content nav li#menu-item-260 ul li {
    display: block;
  }
  #archive-regen-project #blocks .block:last-of-type {
    padding-bottom: 0;
  }
  #single-regen-project #content nav li#menu-item-260 > a {
    color: #d30934;
  }
  #single-regen-project #content nav li#menu-item-260 ul li {
    display: block;
  }
}
@media (min-width: 768px) {
  #archive-regen-project #content nav li#menu-item-260 > a {
    color: #d30934;
  }
  #archive-regen-project #content nav li#menu-item-260 ul li {
    display: block;
  }
  #archive-regen-project #blocks .block:last-of-type {
    padding-bottom: 0;
  }
  #single-regen-project #content nav li#menu-item-260 > a {
    color: #d30934;
  }
  #single-regen-project #content nav li#menu-item-260 ul li {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .page-id-108 #blocks .block-large_gallery {
    padding-bottom: 0;
  }
  .page-id-108 #blocks .block-large_gallery .content-end {
    display: block;
  }
  .page-id-108 #blocks .block-large_gallery .bg-grey2 {
    padding-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .page-id-108 #blocks .block-large_gallery {
    padding-bottom: 0;
  }
  .page-id-108 #blocks .block-large_gallery .content-end {
    display: block;
  }
  .page-id-108 #blocks .block-large_gallery .bg-grey2 {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .page-id-108 #blocks .block-large_gallery {
    padding-bottom: 0;
  }
  .page-id-108 #blocks .block-large_gallery .content-end {
    display: block;
  }
  .page-id-108 #blocks .block-large_gallery .bg-grey2 {
    padding-top: 100px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-volunteer-op #content nav li#menu-item-240 > a {
    color: #e95a00;
  }
  #archive-volunteer-op #content nav li#menu-item-240 ul li {
    display: block;
  }
  #archive-volunteer-op #archive .bg-white .list .bg-white .dots {
    margin: 20px 0;
  }
  #archive-volunteer-op #archive .bg-white .list .title small {
    font-size: 20px;
    display: block;
    margin: 0 0 10px;
  }
  #archive-volunteer-op #archive .bg-white .list .button {
    transform: translate(0);
    margin: 20px 0 0;
  }
  #archive-volunteer-op #archive .bg-white .list h3 {
    position: relative;
    margin: 0;
  }
  #single-volunteer_op #content nav li#menu-item-240 > a {
    color: #e95a00;
  }
  #single-volunteer_op #content nav li#menu-item-240 ul li {
    display: block;
  }
  #single-volunteer_op #blocks .block-volunteer_op_case_studies {
    padding-bottom: 0;
  }
  #single-volunteer_op #blocks .block-volunteer_op_case_studies .content-end {
    display: block;
  }
  #single-volunteer_op #blocks .block-volunteer_op_case_studies .bg-grey2 {
    padding-top: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-volunteer-op #content nav li#menu-item-240 > a {
    color: #e95a00;
  }
  #archive-volunteer-op #content nav li#menu-item-240 ul li {
    display: block;
  }
  #archive-volunteer-op #archive .bg-white .list .bg-white .dots {
    margin: 20px 0;
  }
  #archive-volunteer-op #archive .bg-white .list .title small {
    font-size: 20px;
    display: block;
    margin: 0 0 10px;
  }
  #archive-volunteer-op #archive .bg-white .list .button {
    transform: translate(0);
    margin: 20px 0 0;
  }
  #archive-volunteer-op #archive .bg-white .list h3 {
    position: relative;
    margin: 0;
  }
  #single-volunteer_op #content nav li#menu-item-240 > a {
    color: #e95a00;
  }
  #single-volunteer_op #content nav li#menu-item-240 ul li {
    display: block;
  }
  #single-volunteer_op #blocks .block-volunteer_op_case_studies {
    padding-bottom: 0;
  }
  #single-volunteer_op #blocks .block-volunteer_op_case_studies .content-end {
    display: block;
  }
  #single-volunteer_op #blocks .block-volunteer_op_case_studies .bg-grey2 {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  #archive-volunteer-op #content nav li#menu-item-240 > a {
    color: #e95a00;
  }
  #archive-volunteer-op #content nav li#menu-item-240 ul li {
    display: block;
  }
  #archive-volunteer-op #archive .bg-white .list .bg-white .dots {
    margin: 20px 0;
  }
  #archive-volunteer-op #archive .bg-white .list .title small {
    font-size: 20px;
    display: block;
    margin: 0 0 10px;
  }
  #archive-volunteer-op #archive .bg-white .list .button {
    transform: translate(0);
    margin: 20px 0 10px;
  }
  #archive-volunteer-op #archive .bg-white .list h3 {
    position: relative;
    margin: 0;
  }
  #single-volunteer_op #content nav li#menu-item-240 > a {
    color: #e95a00;
  }
  #single-volunteer_op #content nav li#menu-item-240 ul li {
    display: block;
  }
  #single-volunteer_op #blocks .block-volunteer_op_case_studies {
    padding-bottom: 0;
  }
  #single-volunteer_op #blocks .block-volunteer_op_case_studies .content-end {
    display: block;
  }
  #single-volunteer_op #blocks .block-volunteer_op_case_studies .bg-grey2 {
    padding-top: 100px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-career-op #content nav li#menu-item-678 > a {
    color: #e95a00;
  }
  #archive-career-op #content nav li#menu-item-678 ul li {
    display: block;
  }
  #archive-career-op #archive .bg-white .list .bg-white .dots {
    margin: 20px 0;
  }
  #archive-career-op #archive .bg-white .list .title {
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: middle;
  }
  #archive-career-op #archive .bg-white .list .title small {
    font-size: 20px;
    display: block;
    margin: 0 0 10px;
  }
  #archive-career-op #archive .bg-white .list .button {
    vertical-align: middle;
    display: inline-block;
    width: 115px;
  }
  #archive-career-op #archive .bg-white .list h3 {
    margin: 0;
  }
  #single-career_op #content nav li#menu-item-678 > a {
    color: #e95a00;
  }
  #single-career_op #content nav li#menu-item-678 ul li {
    display: block;
  }
  #single-career_op #blocks .block-case_studies {
    padding-bottom: 0;
  }
  #single-career_op #blocks .block-case_studies .content-end {
    display: block;
  }
  #single-career_op #blocks .block-case_studies .bg-grey2 {
    padding-top: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-career-op #content nav li#menu-item-678 > a {
    color: #e95a00;
  }
  #archive-career-op #content nav li#menu-item-678 ul li {
    display: block;
  }
  #archive-career-op #archive .bg-white .list .bg-white .dots {
    margin: 20px 0;
  }
  #archive-career-op #archive .bg-white .list .title {
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: middle;
  }
  #archive-career-op #archive .bg-white .list .title small {
    font-size: 20px;
    display: block;
    margin: 0 0 10px;
  }
  #archive-career-op #archive .bg-white .list .button {
    vertical-align: middle;
    display: inline-block;
    width: 115px;
  }
  #archive-career-op #archive .bg-white .list h3 {
    margin: 0;
  }
  #single-career_op #content nav li#menu-item-678 > a {
    color: #e95a00;
  }
  #single-career_op #content nav li#menu-item-678 ul li {
    display: block;
  }
  #single-career_op #blocks .block-case_studies {
    padding-bottom: 0;
  }
  #single-career_op #blocks .block-case_studies .content-end {
    display: block;
  }
  #single-career_op #blocks .block-case_studies .bg-grey2 {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  #archive-career-op #content nav li#menu-item-678 > a {
    color: #e95a00;
  }
  #archive-career-op #content nav li#menu-item-678 ul li {
    display: block;
  }
  #archive-career-op #archive .bg-white .list .bg-white .dots {
    margin: 20px 0;
  }
  #archive-career-op #archive .bg-white .list .title {
    display: inline-block;
    width: calc(100% - 120px);
    vertical-align: middle;
  }
  #archive-career-op #archive .bg-white .list .title small {
    font-size: 20px;
    display: block;
    margin: 0 0 10px;
  }
  #archive-career-op #archive .bg-white .list .button {
    vertical-align: middle;
    display: inline-block;
    width: 115px;
  }
  #archive-career-op #archive .bg-white .list h3 {
    margin: 0;
  }
  #single-career_op #content nav li#menu-item-678 > a {
    color: #e95a00;
  }
  #single-career_op #content nav li#menu-item-678 ul li {
    display: block;
  }
  #single-career_op #blocks .block-case_studies {
    padding-bottom: 0;
  }
  #single-career_op #blocks .block-case_studies .content-end {
    display: block;
  }
  #single-career_op #blocks .block-case_studies .bg-grey2 {
    padding-top: 100px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-workspace #content nav li#menu-item-251 > a {
    color: #e95a00;
    font-weight: 600;
  }
  #archive-workspace #content nav li#menu-item-251 > a:before {
    border-left-color: #e95a00;
  }
  #single-workspace #content nav li#menu-item-247 ul li {
    display: block;
  }
  #single-workspace #content nav li#menu-item-247 ul li#menu-item-250 > a {
    color: #e95a00;
    font-weight: 600;
  }
  #single-workspace #content nav li#menu-item-247 ul li#menu-item-250 > a:before {
    border-left-color: #e95a00;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-workspace #content nav li#menu-item-251 > a {
    color: #e95a00;
    font-weight: 600;
  }
  #archive-workspace #content nav li#menu-item-251 > a:before {
    border-left-color: #e95a00;
  }
  #single-workspace #content nav li#menu-item-247 ul li {
    display: block;
  }
  #single-workspace #content nav li#menu-item-247 ul li#menu-item-250 > a {
    color: #e95a00;
    font-weight: 600;
  }
  #single-workspace #content nav li#menu-item-247 ul li#menu-item-250 > a:before {
    border-left-color: #e95a00;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #archive-workspace #content nav li#menu-item-251 > a {
    color: #e95a00;
    font-weight: 600;
  }
  #archive-workspace #content nav li#menu-item-251 > a:before {
    border-left-color: #e95a00;
  }
  #single-workspace #content nav li#menu-item-247 ul li {
    display: block;
  }
  #single-workspace #content nav li#menu-item-247 ul li#menu-item-250 > a {
    color: #e95a00;
    font-weight: 600;
  }
  #single-workspace #content nav li#menu-item-247 ul li#menu-item-250 > a:before {
    border-left-color: #e95a00;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #archive-workspace #content nav li#menu-item-251 > a {
    color: #e95a00;
    font-weight: 600;
  }
  #archive-workspace #content nav li#menu-item-251 > a:before {
    border-left-color: #e95a00;
  }
  #single-workspace #content nav li#menu-item-247 ul li {
    display: block;
  }
  #single-workspace #content nav li#menu-item-247 ul li#menu-item-250 > a {
    color: #e95a00;
    font-weight: 600;
  }
  #single-workspace #content nav li#menu-item-247 ul li#menu-item-250 > a:before {
    border-left-color: #e95a00;
  }
}
@media (min-width: 1200px) {
  #archive-workspace #content nav li#menu-item-251 > a {
    color: #e95a00;
    font-weight: 600;
  }
  #archive-workspace #content nav li#menu-item-251 > a:before {
    border-left-color: #e95a00;
  }
  #single-workspace #content nav li#menu-item-247 ul li {
    display: block;
  }
  #single-workspace #content nav li#menu-item-247 ul li#menu-item-250 > a {
    color: #e95a00;
    font-weight: 600;
  }
  #single-workspace #content nav li#menu-item-247 ul li#menu-item-250 > a:before {
    border-left-color: #e95a00;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-story #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-story #content nav li#menu-item-60556 ul li#menu-item-275 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-story #content nav li#menu-item-60556 ul li#menu-item-275 > a:before {
    border-left-color: #eea400;
  }
  #archive-story #archive {
    margin-top: -54px;
  }
  #archive-story #archive .bg-white h2 {
    margin: 25px 0 0 0;
  }
  #archive-story #archive .bg-white .list a {
    display: block;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
  }
  #archive-story #archive .bg-white .list a .bg {
    color: #fff;
    padding: 20px;
    border-radius: 0 0 4px 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(calc(100% - 15px));
    transition: transform 0.5s;
  }
  #archive-story #archive .bg-white .list a:hover .bg {
    transform: translateY(0);
  }
  #archive-story #archive .bg-white .list .button {
    margin: 10px 0 0;
  }
  #archive-story #archive .bg-white .list img {
    margin: 0 0;
    border-radius: 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #archive-story #archive .bg-white .list h3 {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
  }
  #archive-story #archive .bg-white .list h3::before {
    content: "";
    position: absolute;
    left: -20px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
  #archive-story #archive .bg-white .list .nav-links a {
    display: inline-block;
    margin-top: 3px;
  }
  #single-story #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #single-story #content nav li#menu-item-60556 ul li#menu-item-275 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-story #content nav li#menu-item-60556 ul li#menu-item-275 > a:before {
    border-left-color: #eea400;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-story #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-story #content nav li#menu-item-60556 ul li#menu-item-275 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-story #content nav li#menu-item-60556 ul li#menu-item-275 > a:before {
    border-left-color: #eea400;
  }
  #archive-story #archive {
    margin-top: -54px;
  }
  #archive-story #archive .bg-white h2 {
    margin: 25px 0 0 0;
  }
  #archive-story #archive .bg-white .list a {
    display: block;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
  }
  #archive-story #archive .bg-white .list a .bg {
    color: #fff;
    padding: 20px;
    border-radius: 0 0 4px 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(calc(100% - 15px));
    transition: transform 0.5s;
  }
  #archive-story #archive .bg-white .list a:hover .bg {
    transform: translateY(0);
  }
  #archive-story #archive .bg-white .list .button {
    margin: 10px 0 0;
  }
  #archive-story #archive .bg-white .list img {
    margin: 0 0;
    border-radius: 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #archive-story #archive .bg-white .list h3 {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
  }
  #archive-story #archive .bg-white .list h3::before {
    content: "";
    position: absolute;
    left: -20px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
  #archive-story #archive .bg-white .list .nav-links a {
    display: inline-block;
    margin-top: 3px;
  }
  #single-story #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #single-story #content nav li#menu-item-60556 ul li#menu-item-275 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-story #content nav li#menu-item-60556 ul li#menu-item-275 > a:before {
    border-left-color: #eea400;
  }
}
@media (min-width: 768px) {
  #archive-story #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-story #content nav li#menu-item-60556 ul li#menu-item-275 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-story #content nav li#menu-item-60556 ul li#menu-item-275 > a:before {
    border-left-color: #eea400;
  }
  #archive-story #archive .bg-white h2 {
    margin: 30px 0 0;
  }
  #archive-story #archive .bg-white .list a {
    display: block;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
  }
  #archive-story #archive .bg-white .list a .bg {
    color: #fff;
    padding: 30px;
    border-radius: 0 0 4px 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(calc(100% - 25px));
    transition: transform 0.5s;
  }
  #archive-story #archive .bg-white .list a:hover .bg {
    transform: translateY(0);
  }
  #archive-story #archive .bg-white .list .button {
    margin: 0;
    transform: translateY(0);
  }
  #archive-story #archive .bg-white .list img {
    margin: 0 0;
    border-radius: 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #archive-story #archive .bg-white .list h3 {
    position: relative;
  }
  #archive-story #archive .bg-white .list h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
  #archive-story #archive .bg-white .list .nav-links a {
    display: inline-block;
    margin-top: 0;
  }
  #single-story #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #single-story #content nav li#menu-item-60556 ul li#menu-item-275 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-story #content nav li#menu-item-60556 ul li#menu-item-275 > a:before {
    border-left-color: #eea400;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-covid-story #content nav li#menu-item-5245 > a {
    color: #eea400;
  }
  #archive-covid-story #content nav li#menu-item-5245 ul li {
    display: block;
  }
  #archive-covid-story #archive .bg-white h2 {
    margin: 25px 0 0 0;
  }
  #archive-covid-story #archive .bg-white .list .rollover {
    display: block;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
  }
  #archive-covid-story #archive .bg-white .list .rollover .bg {
    color: #fff;
    padding: 20px;
    border-radius: 0 0 4px 4px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: calc(100% - 15px);
    transition: top 0.5s;
  }
  #archive-covid-story #archive .bg-white .list .rollover .bg::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
  }
  #archive-covid-story #archive .bg-white .list .rollover:hover .bg {
    top: 0;
  }
  #archive-covid-story #archive .bg-white .list p {
    margin: 0;
  }
  #archive-covid-story #archive .bg-white .list .button {
    transform: translate(0);
    margin: 20px 0 0;
  }
  #archive-covid-story #archive .bg-white .list img {
    margin: 0 0;
    border-radius: 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #archive-covid-story #archive .bg-white .list h3 {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
  }
  #archive-covid-story #archive .bg-white .list h3::before {
    content: "";
    position: absolute;
    left: -20px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
  #archive-covid-story #archive .bg-white .list .nav-links a {
    display: inline-block;
    margin-top: 3px;
  }
  #single-story #content nav li#menu-item-5245 > a {
    color: #eea400;
  }
  #single-story #content nav li#menu-item-5245 ul li {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-covid-story #content nav li#menu-item-5245 > a {
    color: #eea400;
  }
  #archive-covid-story #content nav li#menu-item-5245 ul li {
    display: block;
  }
  #archive-covid-story #archive .bg-white h2 {
    margin: 25px 0 0 0;
  }
  #archive-covid-story #archive .bg-white .list .rollover {
    display: block;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
  }
  #archive-covid-story #archive .bg-white .list .rollover .bg {
    color: #fff;
    padding: 20px;
    border-radius: 0 0 4px 4px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: calc(100% - 15px);
    transition: top 0.5s;
  }
  #archive-covid-story #archive .bg-white .list .rollover .bg::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
  }
  #archive-covid-story #archive .bg-white .list .rollover:hover .bg {
    top: 0;
  }
  #archive-covid-story #archive .bg-white .list p {
    margin: 0;
  }
  #archive-covid-story #archive .bg-white .list .button {
    transform: translate(0);
    margin: 20px 0 0;
  }
  #archive-covid-story #archive .bg-white .list img {
    margin: 0 0;
    border-radius: 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #archive-covid-story #archive .bg-white .list h3 {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
  }
  #archive-covid-story #archive .bg-white .list h3::before {
    content: "";
    position: absolute;
    left: -20px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
  #archive-covid-story #archive .bg-white .list .nav-links a {
    display: inline-block;
    margin-top: 3px;
  }
  #single-story #content nav li#menu-item-5245 > a {
    color: #eea400;
  }
  #single-story #content nav li#menu-item-5245 ul li {
    display: block;
  }
}
@media (min-width: 768px) {
  #archive-covid-story #content nav li#menu-item-5245 > a {
    color: #eea400;
  }
  #archive-covid-story #content nav li#menu-item-5245 ul li {
    display: block;
  }
  #archive-covid-story #archive .bg-white h2 {
    margin: 30px 0 0;
  }
  #archive-covid-story #archive .bg-white .list .rollover {
    display: block;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
  }
  #archive-covid-story #archive .bg-white .list .rollover .bg {
    color: #fff;
    padding: 30px;
    border-radius: 0 0 4px 4px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: calc(100% - 25px);
    transition: top 0.5s;
  }
  #archive-covid-story #archive .bg-white .list .rollover .bg::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 30px;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
  }
  #archive-covid-story #archive .bg-white .list .rollover:hover .bg {
    top: 0;
  }
  #archive-covid-story #archive .bg-white .list p {
    margin: 0;
  }
  #archive-covid-story #archive .bg-white .list .button {
    margin: 20px 0 0;
    transform: translateY(0);
  }
  #archive-covid-story #archive .bg-white .list img {
    margin: 0 0;
    border-radius: 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #archive-covid-story #archive .bg-white .list h3 {
    position: relative;
  }
  #archive-covid-story #archive .bg-white .list h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
  #archive-covid-story #archive .bg-white .list .nav-links a {
    display: inline-block;
    margin-top: 0;
  }
  #single-story #content nav li#menu-item-5245 > a {
    color: #eea400;
  }
  #single-story #content nav li#menu-item-5245 ul li {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-governance #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-governance #content nav li#menu-item-60556 ul li#menu-item-271 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-governance #content nav li#menu-item-60556 ul li#menu-item-271 > a:before {
    border-left-color: #eea400;
  }
  #single-governance #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #single-governance #content nav li#menu-item-60556 ul li#menu-item-271 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-governance #content nav li#menu-item-60556 ul li#menu-item-271 > a:before {
    border-left-color: #eea400;
  }
  #single-governance #content div.bg-white.no-image .breadcrumb {
    margin: 0 0 20px;
  }
  #single-governance #content div.bg-white .intro {
    padding: 0 0 20px 0;
  }
  #single-governance #content div.bg-white .intro p {
    margin: 0;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 {
    padding: 30px;
    border-radius: 4px;
    margin: 0 0 30px;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 h1 {
    position: relative;
    font-size: 24px;
    margin: 20px 0;
    color: #57555b;
    width: 100%;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 .subheading {
    font-size: 20px;
    margin: 0 0 20px;
    width: 100%;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 .image {
    width: calc(100% + 60px);
    height: calc(100% + 30px);
    background-size: cover;
    background-position: center;
    margin: -30px -30px 0 -30px;
    border-radius: 4px 4px 0 0;
    padding-bottom: calc(100% + 30px);
    position: relative;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 .image:before {
    content: "";
    width: calc(90% - 35px);
    border: 20px solid #eeeeef;
    border-left: 15px solid transparent;
    border-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 .image:after {
    content: "";
    width: calc(10% - 35px);
    border: 20px solid #eeeeef;
    border-right: 15px solid transparent;
    border-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-governance #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-governance #content nav li#menu-item-60556 ul li#menu-item-271 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-governance #content nav li#menu-item-60556 ul li#menu-item-271 > a:before {
    border-left-color: #eea400;
  }
  #single-governance #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #single-governance #content nav li#menu-item-60556 ul li#menu-item-271 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-governance #content nav li#menu-item-60556 ul li#menu-item-271 > a:before {
    border-left-color: #eea400;
  }
  #single-governance #content div.bg-white.no-image .breadcrumb {
    margin: 0 0 20px;
  }
  #single-governance #content div.bg-white .intro {
    padding: 0 0 20px 0;
  }
  #single-governance #content div.bg-white .intro p {
    margin: 0;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 {
    padding: 30px;
    border-radius: 4px;
    margin: 0 0 30px;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 h1 {
    position: relative;
    font-size: 24px;
    margin: 20px 0;
    color: #57555b;
    width: 100%;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 .subheading {
    font-size: 20px;
    margin: 0 0 20px;
    width: 100%;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 .image {
    width: calc(100% + 60px);
    height: calc(100% + 30px);
    background-size: cover;
    background-position: center;
    margin: -30px -30px 0 -30px;
    border-radius: 4px 4px 0 0;
    padding-bottom: calc(100% + 30px);
    position: relative;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 .image:before {
    content: "";
    width: calc(90% - 35px);
    border: 20px solid #eeeeef;
    border-left: 15px solid transparent;
    border-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 .image:after {
    content: "";
    width: calc(10% - 35px);
    border: 20px solid #eeeeef;
    border-right: 15px solid transparent;
    border-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  #archive-governance #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-governance #content nav li#menu-item-60556 ul li#menu-item-271 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-governance #content nav li#menu-item-60556 ul li#menu-item-271 > a:before {
    border-left-color: #eea400;
  }
  #single-governance #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #single-governance #content nav li#menu-item-60556 ul li#menu-item-271 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-governance #content nav li#menu-item-60556 ul li#menu-item-271 > a:before {
    border-left-color: #eea400;
  }
  #single-governance #content div.bg-white.no-image .breadcrumb {
    margin: 0 0 20px;
  }
  #single-governance #content div.bg-white .intro {
    padding: 0;
  }
  #single-governance #content div.bg-white .intro p {
    margin: 0;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 {
    padding: 30px;
    border-radius: 4px;
    margin: 0 0 30px;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 h1 {
    position: relative;
    font-size: 39px;
    margin: 0;
    color: #57555b;
    width: 100%;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 h1::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 .subheading {
    font-size: 39px;
    margin: 0 0 20px;
  }
  #single-governance #content div.bg-white .intro.bg-grey1 .image {
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    background-size: cover;
    background-position: center;
    margin: -30px;
    border-radius: 0 4px 4px 0;
    padding-bottom: calc(100% + 60px);
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-management #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-management #content nav li#menu-item-60556 ul li#menu-item-270 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-management #content nav li#menu-item-60556 ul li#menu-item-270 > a:before {
    border-left-color: #eea400;
  }
  #single-management #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #single-management #content nav li#menu-item-60556 ul li#menu-item-270 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-management #content nav li#menu-item-60556 ul li#menu-item-270 > a:before {
    border-left-color: #eea400;
  }
  #single-management #content div.bg-white.no-image .breadcrumb {
    margin: 0 0 20px;
  }
  #single-management #content div.bg-white .intro.bg-grey1 {
    padding: 30px;
    border-radius: 4px;
  }
  #single-management #content div.bg-white .intro.bg-grey1 h1 {
    position: relative;
    font-size: 24px;
    margin: 0;
    color: #57555b;
  }
  #single-management #content div.bg-white .intro.bg-grey1 h1::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
  }
  #single-management #content div.bg-white .intro.bg-grey1 .subheading {
    font-size: 24px;
    margin: 0 0 20px;
  }
  #single-management #content div.bg-white .intro.bg-grey1 p {
    margin: 20px 0 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-management #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-management #content nav li#menu-item-60556 ul li#menu-item-270 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-management #content nav li#menu-item-60556 ul li#menu-item-270 > a:before {
    border-left-color: #eea400;
  }
  #single-management #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #single-management #content nav li#menu-item-60556 ul li#menu-item-270 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-management #content nav li#menu-item-60556 ul li#menu-item-270 > a:before {
    border-left-color: #eea400;
  }
  #single-management #content div.bg-white.no-image .breadcrumb {
    margin: 0 0 20px;
  }
  #single-management #content div.bg-white .intro.bg-grey1 {
    padding: 30px;
    border-radius: 4px;
  }
  #single-management #content div.bg-white .intro.bg-grey1 h1 {
    position: relative;
    font-size: 24px;
    margin: 0;
    color: #57555b;
  }
  #single-management #content div.bg-white .intro.bg-grey1 h1::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
  }
  #single-management #content div.bg-white .intro.bg-grey1 .subheading {
    font-size: 24px;
    margin: 0 0 20px;
  }
  #single-management #content div.bg-white .intro.bg-grey1 p {
    margin: 20px 0 0;
  }
}
@media (min-width: 768px) {
  #archive-management #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-management #content nav li#menu-item-60556 ul li#menu-item-270 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-management #content nav li#menu-item-60556 ul li#menu-item-270 > a:before {
    border-left-color: #eea400;
  }
  #single-management #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #single-management #content nav li#menu-item-60556 ul li#menu-item-270 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-management #content nav li#menu-item-60556 ul li#menu-item-270 > a:before {
    border-left-color: #eea400;
  }
  #single-management #content div.bg-white.no-image .breadcrumb {
    margin: 0 0 20px;
  }
  #single-management #content div.bg-white .intro.bg-grey1 {
    padding: 30px;
    border-radius: 4px;
  }
  #single-management #content div.bg-white .intro.bg-grey1 h1 {
    position: relative;
    font-size: 39px;
    margin: 0;
    color: #57555b;
  }
  #single-management #content div.bg-white .intro.bg-grey1 h1::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
  }
  #single-management #content div.bg-white .intro.bg-grey1 .subheading {
    font-size: 39px;
    margin: 0 0 20px;
  }
  #single-management #content div.bg-white .intro.bg-grey1 p {
    margin: 20px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-document #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-document #content nav li#menu-item-60556 ul li#menu-item-272 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-document #content nav li#menu-item-60556 ul li#menu-item-272 > a:before {
    border-left-color: #eea400;
  }
  #archive-document #archive .bg-white {
    padding: 1px 20px 30px;
    border-radius: 4px;
  }
  #archive-document #archive .bg-white .list > div {
    position: relative;
    display: block;
    padding-bottom: 10px;
  }
  #archive-document #archive .bg-white .list > div:after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-left-color: #fff;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    transform-origin: 3px 5px;
  }
  #archive-document #archive .bg-white .list > div:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: #fbba00;
  }
  #archive-document #archive .bg-white .list > div.active:after {
    transform: rotate(90deg);
  }
  #archive-document #archive .bg-white .list > div > .row {
    display: none;
  }
  #archive-document #archive .bg-white .list > div.active .dots:after {
    display: none;
  }
  #archive-document #archive .bg-white .list > div.active > .row {
    display: block;
  }
  #archive-document #archive .bg-white .list > div.all::before, #archive-document #archive .bg-white .list > div.all::after, #archive-document #archive .bg-white .list > div.all h2 {
    display: none;
  }
  #archive-document #archive .bg-white .list .row {
    margin: 0 -15px;
  }
  #archive-document #archive .bg-white .list .row .col {
    padding: 0 15px;
  }
  #archive-document #archive .bg-white .list h3 {
    margin: 20px 0 5px;
    font-size: 20px;
  }
  #archive-document #archive .bg-white .list h3::before {
    display: none;
  }
  #archive-document #archive .bg-white .list .button {
    margin: 10px 0 0;
  }
  #archive-document #archive .bg-white .pagination .nav-links a, #archive-document #archive .bg-white .pagination .nav-links span {
    background: #eeeeef;
  }
  #archive-document #archive .bg-white .pagination .nav-links a.current, #archive-document #archive .bg-white .pagination .nav-links span.current {
    color: #fff;
    background: #fbba00;
  }
  #archive-document #archive .bg-white .pagination .nav-links a:hover, #archive-document #archive .bg-white .pagination .nav-links a:focus {
    background: #e2e2e2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-document #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-document #content nav li#menu-item-60556 ul li#menu-item-272 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-document #content nav li#menu-item-60556 ul li#menu-item-272 > a:before {
    border-left-color: #eea400;
  }
  #archive-document #archive .bg-white {
    padding: 1px 20px 30px;
    border-radius: 4px;
  }
  #archive-document #archive .bg-white .list > div {
    position: relative;
    display: block;
    padding-bottom: 10px;
  }
  #archive-document #archive .bg-white .list > div:after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-left-color: #fff;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    transform-origin: 3px 5px;
  }
  #archive-document #archive .bg-white .list > div:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: #fbba00;
  }
  #archive-document #archive .bg-white .list > div.active:after {
    transform: rotate(90deg);
  }
  #archive-document #archive .bg-white .list > div > .row {
    display: none;
  }
  #archive-document #archive .bg-white .list > div.active .dots:after {
    display: none;
  }
  #archive-document #archive .bg-white .list > div.active > .row {
    display: block;
  }
  #archive-document #archive .bg-white .list > div.all::before, #archive-document #archive .bg-white .list > div.all::after, #archive-document #archive .bg-white .list > div.all h2 {
    display: none;
  }
  #archive-document #archive .bg-white .list .row {
    margin: 0 -15px;
  }
  #archive-document #archive .bg-white .list .row .col {
    padding: 0 15px;
  }
  #archive-document #archive .bg-white .list h3 {
    margin: 20px 0 5px;
    font-size: 20px;
  }
  #archive-document #archive .bg-white .list h3::before {
    display: none;
  }
  #archive-document #archive .bg-white .list .button {
    margin: 10px 0 0;
  }
  #archive-document #archive .bg-white .pagination .nav-links a, #archive-document #archive .bg-white .pagination .nav-links span {
    background: #eeeeef;
  }
  #archive-document #archive .bg-white .pagination .nav-links a.current, #archive-document #archive .bg-white .pagination .nav-links span.current {
    color: #fff;
    background: #fbba00;
  }
  #archive-document #archive .bg-white .pagination .nav-links a:hover, #archive-document #archive .bg-white .pagination .nav-links a:focus {
    background: #e2e2e2;
  }
}
@media (min-width: 768px) {
  #archive-document #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-document #content nav li#menu-item-60556 ul li#menu-item-272 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-document #content nav li#menu-item-60556 ul li#menu-item-272 > a:before {
    border-left-color: #eea400;
  }
  #archive-document #archive .bg-white {
    padding: 0 50px 50px;
    border-radius: 4px;
  }
  #archive-document #archive .bg-white .tabs {
    border-bottom: 1px solid #57555b;
    margin: 0 0 20px;
    padding: 0;
  }
  #archive-document #archive .bg-white .tabs a, #archive-document #archive .bg-white .tabs span {
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px 8px;
    border-radius: 4px 4px 0 0;
    margin-right: 10px;
    font-weight: 700;
    transition: background 0.5s;
    max-width: 205px;
    text-align: center;
  }
  #archive-document #archive .bg-white h2 {
    display: none;
  }
  #archive-document #archive .bg-white .list .row {
    margin: 0 -15px;
  }
  #archive-document #archive .bg-white .list .row .col {
    padding: 0 15px;
  }
  #archive-document #archive .bg-white .list h3 {
    margin: 20px 0 5px;
    font-size: 20px;
  }
  #archive-document #archive .bg-white .list h3::before {
    display: none;
  }
  #archive-document #archive .bg-white .list > div {
    display: none;
  }
  #archive-document #archive .bg-white .list > div.active {
    display: block;
  }
  #archive-document #archive .bg-white .list .button {
    transform: translateY(0);
    margin: 0;
  }
  #archive-document #archive .bg-white .pagination .nav-links a, #archive-document #archive .bg-white .pagination .nav-links span {
    background: #eeeeef;
  }
  #archive-document #archive .bg-white .pagination .nav-links a.current, #archive-document #archive .bg-white .pagination .nav-links span.current {
    color: #fff;
    background: #fbba00;
  }
  #archive-document #archive .bg-white .pagination .nav-links a:hover, #archive-document #archive .bg-white .pagination .nav-links a:focus {
    background: #e2e2e2;
  }
}
@media (max-width: 991px) {
  #single-gi-case-study #heading .subheading {
    font-size: 32px;
    margin: -10px 0 0;
    line-height: 1.2;
    padding: 0 0 10px;
  }
  #single-gi-case-study #content .subheading {
    font-size: 32px;
    margin: -20px 0 20px;
    line-height: 1.2;
  }
  #single-gi-case-study #content .photo {
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 0 30px;
  }
  #single-gi-case-study #content .photo img {
    display: block;
    width: calc(100% - 30px);
    height: auto;
    border-radius: 0 4px 4px 0;
  }
  #single-gi-case-study #blocks .block-more_gi_case_studies .content-end {
    display: block;
  }
  #single-gi-case-study #blocks .block-more_gi_case_studies .bg-grey2 {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #single-gi-case-study #heading .subheading {
    font-size: 45px;
  }
  #single-gi-case-study #content .subheading {
    font-size: 45px;
  }
  #single-gi-case-study #content .photo img {
    width: 75%;
  }
}
@media (min-width: 992px) {
  #single-gi-case-study #heading .subheading {
    font-size: 55px;
    margin: -5px 0 0;
    line-height: 1.2;
  }
  #single-gi-case-study #content .subheading {
    font-size: 55px;
    margin: -30px 0 30px;
    line-height: 1.2;
  }
  #single-gi-case-study #content .photo {
    border-radius: 4px 0 0 4px;
    width: calc(100% + 60px);
    margin-right: -60px;
    height: 100%;
    position: relative;
  }
  #single-gi-case-study #content .photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px 0 0 4px;
  }
  #single-gi-case-study #content .photo::after {
    content: "";
    top: 100%;
    right: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
  }
  #single-gi-case-study #blocks .block-more_gi_case_studies .content-end {
    display: block;
  }
  #single-gi-case-study #blocks .block-more_gi_case_studies .bg-grey2 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  #single-au-case-study #heading .subheading {
    font-size: 32px;
    margin: -10px 0 0;
    line-height: 1.2;
    padding: 0 0 10px;
  }
  #single-au-case-study #content .subheading {
    font-size: 32px;
    margin: -20px 0 20px;
    line-height: 1.2;
  }
  #single-au-case-study #content .photo {
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 0 30px;
  }
  #single-au-case-study #content .photo img {
    display: block;
    width: calc(100% - 30px);
    height: auto;
    border-radius: 0 4px 4px 0;
  }
  #single-au-case-study #blocks .block-more_au_case_studies .content-end {
    display: block;
  }
  #single-au-case-study #blocks .block-more_au_case_studies .bg-grey2 {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #single-au-case-study #heading .subheading {
    font-size: 45px;
  }
  #single-au-case-study #content .subheading {
    font-size: 45px;
  }
  #single-au-case-study #content .photo img {
    width: 75%;
  }
}
@media (min-width: 992px) {
  #single-au-case-study #heading .subheading {
    font-size: 55px;
    margin: -5px 0 0;
    line-height: 1.2;
  }
  #single-au-case-study #content .subheading {
    font-size: 55px;
    margin: -30px 0 30px;
    line-height: 1.2;
  }
  #single-au-case-study #content .photo {
    border-radius: 4px 0 0 4px;
    width: calc(100% + 60px);
    margin-right: -60px;
    height: 100%;
    position: relative;
  }
  #single-au-case-study #content .photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px 0 0 4px;
  }
  #single-au-case-study #content .photo::after {
    content: "";
    top: 100%;
    right: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
  }
  #single-au-case-study #blocks .block-more_au_case_studies .content-end {
    display: block;
  }
  #single-au-case-study #blocks .block-more_au_case_studies .bg-grey2 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  #single-nhr-case-study #heading .subheading {
    font-size: 32px;
    margin: -10px 0 0;
    line-height: 1.2;
    padding: 0 0 10px;
  }
  #single-nhr-case-study #content .subheading {
    font-size: 32px;
    margin: -20px 0 20px;
    line-height: 1.2;
  }
  #single-nhr-case-study #content .photo {
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 0 30px;
  }
  #single-nhr-case-study #content .photo img {
    display: block;
    width: calc(100% - 30px);
    height: auto;
    border-radius: 0 4px 4px 0;
  }
  #single-nhr-case-study #blocks .block-more_nhr_case_studies .content-end {
    display: block;
  }
  #single-nhr-case-study #blocks .block-more_nhr_case_studies .bg-grey2 {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #single-nhr-case-study #heading .subheading {
    font-size: 45px;
  }
  #single-nhr-case-study #content .subheading {
    font-size: 45px;
  }
  #single-nhr-case-study #content .photo img {
    width: 75%;
  }
}
@media (min-width: 992px) {
  #single-nhr-case-study #heading .subheading {
    font-size: 55px;
    margin: -5px 0 0;
    line-height: 1.2;
  }
  #single-nhr-case-study #content .subheading {
    font-size: 55px;
    margin: -30px 0 30px;
    line-height: 1.2;
  }
  #single-nhr-case-study #content .photo {
    border-radius: 4px 0 0 4px;
    width: calc(100% + 60px);
    margin-right: -60px;
    height: 100%;
    position: relative;
  }
  #single-nhr-case-study #content .photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px 0 0 4px;
  }
  #single-nhr-case-study #content .photo::after {
    content: "";
    top: 100%;
    right: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
  }
  #single-nhr-case-study #blocks .block-more_nhr_case_studies .content-end {
    display: block;
  }
  #single-nhr-case-study #blocks .block-more_nhr_case_studies .bg-grey2 {
    padding-top: 100px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-bc-vacancy #content nav li#menu-item-60556 > a {
    font-weight: 700;
  }
  #archive-bc-vacancy #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-bc-vacancy #content nav li#menu-item-271 > a {
    color: #eea400;
    font-weight: 700;
  }
  #archive-bc-vacancy #content nav li#menu-item-271 > a::before {
    border-left-color: #eea400;
  }
  #archive-bc-vacancy #content nav li#menu-item-271 ul li {
    display: block;
  }
  #archive-bc-vacancy #archive .bg-white .list .bg-white .dots {
    margin: 20px 0;
  }
  #archive-bc-vacancy #archive .bg-white .list .title small {
    font-size: 20px;
    display: block;
    margin: 0 0 10px;
  }
  #archive-bc-vacancy #archive .bg-white .list .button {
    transform: translate(0);
    margin: 20px 0 0;
  }
  #archive-bc-vacancy #archive .bg-white .list h3 {
    position: relative;
    margin: 0;
  }
  #single-bc-vacancy #content nav li#menu-item-60556 > a {
    font-weight: 700;
  }
  #single-bc-vacancy #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #single-bc-vacancy #content nav li#menu-item-271 > a {
    color: #eea400;
    font-weight: 700;
  }
  #single-bc-vacancy #content nav li#menu-item-271 > a::before {
    border-left-color: #eea400;
  }
  #single-bc-vacancy #content nav li#menu-item-271 ul li {
    display: block;
  }
  #single-bc-vacancy #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox.current {
    background: #eea400;
  }
  #single-bc-vacancy #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox.current::after {
    border-top-color: #eea400;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-bc-vacancy #content nav li#menu-item-60556 > a {
    font-weight: 700;
  }
  #archive-bc-vacancy #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-bc-vacancy #content nav li#menu-item-271 > a {
    color: #eea400;
    font-weight: 700;
  }
  #archive-bc-vacancy #content nav li#menu-item-271 > a::before {
    border-left-color: #eea400;
  }
  #archive-bc-vacancy #content nav li#menu-item-271 ul li {
    display: block;
  }
  #archive-bc-vacancy #archive .bg-white .list .bg-white .dots {
    margin: 20px 0;
  }
  #archive-bc-vacancy #archive .bg-white .list .title small {
    font-size: 20px;
    display: block;
    margin: 0 0 10px;
  }
  #archive-bc-vacancy #archive .bg-white .list .button {
    transform: translate(0);
    margin: 20px 0 0;
  }
  #archive-bc-vacancy #archive .bg-white .list h3 {
    position: relative;
    margin: 0;
  }
  #single-bc-vacancy #content nav li#menu-item-60556 > a {
    font-weight: 700;
  }
  #single-bc-vacancy #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #single-bc-vacancy #content nav li#menu-item-271 > a {
    color: #eea400;
    font-weight: 700;
  }
  #single-bc-vacancy #content nav li#menu-item-271 > a::before {
    border-left-color: #eea400;
  }
  #single-bc-vacancy #content nav li#menu-item-271 ul li {
    display: block;
  }
  #single-bc-vacancy #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox.current {
    background: #eea400;
  }
  #single-bc-vacancy #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox.current::after {
    border-top-color: #eea400;
  }
}
@media (min-width: 768px) {
  #archive-bc-vacancy #content nav li#menu-item-60556 > a {
    font-weight: 700;
  }
  #archive-bc-vacancy #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-bc-vacancy #content nav li#menu-item-271 > a {
    color: #eea400;
    font-weight: 700;
  }
  #archive-bc-vacancy #content nav li#menu-item-271 > a::before {
    border-left-color: #eea400;
  }
  #archive-bc-vacancy #content nav li#menu-item-271 ul li {
    display: block;
  }
  #archive-bc-vacancy #archive .bg-white .list .bg-white .dots {
    margin: 20px 0;
  }
  #archive-bc-vacancy #archive .bg-white .list .title small {
    font-size: 20px;
    display: block;
    margin: 0 0 10px;
  }
  #archive-bc-vacancy #archive .bg-white .list .button {
    transform: translate(0);
    margin: 20px 0 10px;
  }
  #archive-bc-vacancy #archive .bg-white .list h3 {
    position: relative;
    margin: 0;
  }
  #single-bc-vacancy #content nav li#menu-item-60556 > a {
    font-weight: 700;
  }
  #single-bc-vacancy #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #single-bc-vacancy #content nav li#menu-item-271 > a {
    color: #eea400;
    font-weight: 700;
  }
  #single-bc-vacancy #content nav li#menu-item-271 > a::before {
    border-left-color: #eea400;
  }
  #single-bc-vacancy #content nav li#menu-item-271 ul li {
    display: block;
  }
  #single-bc-vacancy #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox.current {
    background: #eea400;
  }
  #single-bc-vacancy #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox.current::after {
    border-top-color: #eea400;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-bc-document #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-bc-document #content nav li#menu-item-60556 ul li#menu-item-271 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-bc-document #content nav li#menu-item-60556 ul li#menu-item-271 > a:before {
    border-left-color: #eea400;
  }
  #archive-bc-document #archive .bg-white {
    padding: 1px 20px 30px;
    border-radius: 4px;
  }
  #archive-bc-document #archive .bg-white .list > div {
    position: relative;
    display: block;
    padding-bottom: 10px;
  }
  #archive-bc-document #archive .bg-white .list > div:after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-left-color: #fff;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    transform-origin: 3px 5px;
  }
  #archive-bc-document #archive .bg-white .list > div:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: #fbba00;
  }
  #archive-bc-document #archive .bg-white .list > div.active:after {
    transform: rotate(90deg);
  }
  #archive-bc-document #archive .bg-white .list > div > .row {
    display: none;
  }
  #archive-bc-document #archive .bg-white .list > div.active .dots:after {
    display: none;
  }
  #archive-bc-document #archive .bg-white .list > div.active > .row {
    display: block;
  }
  #archive-bc-document #archive .bg-white .list > div.all::before, #archive-bc-document #archive .bg-white .list > div.all::after, #archive-bc-document #archive .bg-white .list > div.all h2 {
    display: none;
  }
  #archive-bc-document #archive .bg-white .list .row {
    margin: 0 -15px;
  }
  #archive-bc-document #archive .bg-white .list .row .col {
    padding: 0 15px;
  }
  #archive-bc-document #archive .bg-white .list h3 {
    margin: 20px 0 5px;
    font-size: 20px;
  }
  #archive-bc-document #archive .bg-white .list h3::before {
    display: none;
  }
  #archive-bc-document #archive .bg-white .list .button {
    margin: 10px 0 0;
  }
  #archive-bc-document #archive .bg-white .pagination .nav-links a, #archive-bc-document #archive .bg-white .pagination .nav-links span {
    background: #eeeeef;
  }
  #archive-bc-document #archive .bg-white .pagination .nav-links a.current, #archive-bc-document #archive .bg-white .pagination .nav-links span.current {
    color: #fff;
    background: #fbba00;
  }
  #archive-bc-document #archive .bg-white .pagination .nav-links a:hover, #archive-bc-document #archive .bg-white .pagination .nav-links a:focus {
    background: #e2e2e2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-bc-document #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-bc-document #content nav li#menu-item-60556 ul li#menu-item-271 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-bc-document #content nav li#menu-item-60556 ul li#menu-item-271 > a:before {
    border-left-color: #eea400;
  }
  #archive-bc-document #archive .bg-white {
    padding: 1px 20px 30px;
    border-radius: 4px;
  }
  #archive-bc-document #archive .bg-white .list > div {
    position: relative;
    display: block;
    padding-bottom: 10px;
  }
  #archive-bc-document #archive .bg-white .list > div:after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-left-color: #fff;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    transform-origin: 3px 5px;
  }
  #archive-bc-document #archive .bg-white .list > div:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: #fbba00;
  }
  #archive-bc-document #archive .bg-white .list > div.active:after {
    transform: rotate(90deg);
  }
  #archive-bc-document #archive .bg-white .list > div > .row {
    display: none;
  }
  #archive-bc-document #archive .bg-white .list > div.active .dots:after {
    display: none;
  }
  #archive-bc-document #archive .bg-white .list > div.active > .row {
    display: block;
  }
  #archive-bc-document #archive .bg-white .list > div.all::before, #archive-bc-document #archive .bg-white .list > div.all::after, #archive-bc-document #archive .bg-white .list > div.all h2 {
    display: none;
  }
  #archive-bc-document #archive .bg-white .list .row {
    margin: 0 -15px;
  }
  #archive-bc-document #archive .bg-white .list .row .col {
    padding: 0 15px;
  }
  #archive-bc-document #archive .bg-white .list h3 {
    margin: 20px 0 5px;
    font-size: 20px;
  }
  #archive-bc-document #archive .bg-white .list h3::before {
    display: none;
  }
  #archive-bc-document #archive .bg-white .list .button {
    margin: 10px 0 0;
  }
  #archive-bc-document #archive .bg-white .pagination .nav-links a, #archive-bc-document #archive .bg-white .pagination .nav-links span {
    background: #eeeeef;
  }
  #archive-bc-document #archive .bg-white .pagination .nav-links a.current, #archive-bc-document #archive .bg-white .pagination .nav-links span.current {
    color: #fff;
    background: #fbba00;
  }
  #archive-bc-document #archive .bg-white .pagination .nav-links a:hover, #archive-bc-document #archive .bg-white .pagination .nav-links a:focus {
    background: #e2e2e2;
  }
}
@media (min-width: 768px) {
  #archive-bc-document #content nav li#menu-item-60556 ul li {
    display: block;
  }
  #archive-bc-document #content nav li#menu-item-60556 ul li#menu-item-271 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-bc-document #content nav li#menu-item-60556 ul li#menu-item-271 > a:before {
    border-left-color: #eea400;
  }
  #archive-bc-document #archive .bg-white {
    padding: 0 50px 50px;
    border-radius: 4px;
  }
  #archive-bc-document #archive .bg-white .tabs {
    border-bottom: 1px solid #57555b;
    margin: 0 0 20px;
    padding: 0;
  }
  #archive-bc-document #archive .bg-white .tabs a, #archive-bc-document #archive .bg-white .tabs span {
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px 8px;
    border-radius: 4px 4px 0 0;
    margin-right: 10px;
    font-weight: 700;
    transition: background 0.5s;
    max-width: 205px;
    text-align: center;
  }
  #archive-bc-document #archive .bg-white h2 {
    display: none;
  }
  #archive-bc-document #archive .bg-white .list .row {
    margin: 0 -15px;
  }
  #archive-bc-document #archive .bg-white .list .row .col {
    padding: 0 15px;
  }
  #archive-bc-document #archive .bg-white .list h3 {
    margin: 20px 0 5px;
    font-size: 20px;
  }
  #archive-bc-document #archive .bg-white .list h3::before {
    display: none;
  }
  #archive-bc-document #archive .bg-white .list > div {
    display: none;
  }
  #archive-bc-document #archive .bg-white .list > div.active {
    display: block;
  }
  #archive-bc-document #archive .bg-white .list .button {
    transform: translateY(0);
    margin: 0;
  }
  #archive-bc-document #archive .bg-white .pagination .nav-links a, #archive-bc-document #archive .bg-white .pagination .nav-links span {
    background: #eeeeef;
  }
  #archive-bc-document #archive .bg-white .pagination .nav-links a.current, #archive-bc-document #archive .bg-white .pagination .nav-links span.current {
    color: #fff;
    background: #fbba00;
  }
  #archive-bc-document #archive .bg-white .pagination .nav-links a:hover, #archive-bc-document #archive .bg-white .pagination .nav-links a:focus {
    background: #e2e2e2;
  }
}
@media (min-width: 0px) {
  #meet-your-team {
    margin-top: -4px;
    position: relative;
  }
  #meet-your-team::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00b3bc;
  }
  #meet-your-team .bg-white {
    padding: 0 40px 70px 40px;
    border-radius: 4px;
  }
  #meet-your-team .bg-white .bg-grey2 {
    padding: 1px 15px 30px;
    border-radius: 4px;
  }
  #meet-your-team .bg-white h2 {
    margin: 30px 0 0;
  }
  #meet-your-team .bg-white div.list .row {
    margin: 0 -15px;
  }
  #meet-your-team .bg-white div.list .row .col {
    padding: 0 15px;
  }
  #meet-your-team .bg-white div.list .bg-white {
    padding: 30px;
    border-radius: 4px;
    margin-top: 30px;
    height: calc(100% - 30px);
    width: 100%;
  }
  #meet-your-team .bg-white div.list .bg-white .member {
    display: flex;
    flex-direction: column;
    font-family: "omnes-pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    gap: 20px;
  }
  #meet-your-team .bg-white div.list .bg-white .member .photo {
    border-radius: 4px;
    max-height: 210px;
    max-width: 180px;
    min-height: 210px;
    min-width: 180px;
    overflow: hidden;
  }
  #meet-your-team .bg-white div.list .bg-white .member .photo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #meet-your-team .bg-white div.list .bg-white .member .description {
    overflow: hidden;
  }
  #meet-your-team .bg-white div.list .bg-white .member .description .title {
    color: #00b3bc;
    display: block;
    font-family: "omnes-pro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
  }
  #meet-your-team .bg-white div.list .bg-white .member .description .name {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  #meet-your-team .bg-white div.list .bg-white .member .description .contact {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }
  #meet-your-team .bg-white div.list .bg-white .member .description .contact .iconParent {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-around;
  }
  #meet-your-team .bg-white div.list .bg-white .member .description .contact .iconParent .icon {
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
  }
  #meet-your-team .bg-white div.list .bg-white .member .description .contact .iconParent .icon--phone {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/phone.svg");
  }
  #meet-your-team .bg-white div.list .bg-white .member .description .contact .iconParent .icon--email {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/email.svg");
    height: 12.23px;
  }
  #meet-your-team .bg-white div.list .bg-white .member .description .contact a:hover {
    text-decoration: underline;
  }
  #meet-your-team .bg-white div.list .bg-white .member .description .contact .detail {
    margin: 0;
  }
  #meet-your-team .bg-white div.list .bg-white .member .description .contact .detail--email {
    max-width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #meet-your-team .bg-white div.list .bg-white .member .quote {
    margin: 16px 0 0 0;
  }
  #meet-your-team .bg-white div.list > div {
    display: none;
  }
  #meet-your-team .bg-white div.list > div.active {
    display: block;
  }
}
@media (min-width: 768px) {
  #meet-your-team .bg-white {
    padding: 0 50px 70px 50px;
  }
  #meet-your-team .bg-white .bg-grey2 {
    padding: 1px 30px 30px;
  }
}
@media (min-width: 1200px) {
  #meet-your-team .bg-white div.list .bg-white .member {
    flex-direction: row;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #archive-si-case-study #content nav li#menu-item-2442 ul li {
    display: block;
  }
  #archive-si-case-study #content nav li#menu-item-2442 ul li#menu-item-5728 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-si-case-study #content nav li#menu-item-2442 ul li#menu-item-5728 > a:before {
    border-left-color: #eea400;
  }
  #archive-si-case-study #blocks .block:last-of-type {
    padding-bottom: 0;
  }
  #single-si-case-study #content nav li#menu-item-2442 ul li {
    display: block;
  }
  #single-si-case-study #content nav li#menu-item-2442 ul li#menu-item-5728 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-si-case-study #content nav li#menu-item-2442 ul li#menu-item-5728 > a:before {
    border-left-color: #eea400;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #archive-si-case-study #content nav li#menu-item-2442 ul li {
    display: block;
  }
  #archive-si-case-study #content nav li#menu-item-2442 ul li#menu-item-5728 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-si-case-study #content nav li#menu-item-2442 ul li#menu-item-5728 > a:before {
    border-left-color: #eea400;
  }
  #archive-si-case-study #blocks .block:last-of-type {
    padding-bottom: 0;
  }
  #single-si-case-study #content nav li#menu-item-2442 ul li {
    display: block;
  }
  #single-si-case-study #content nav li#menu-item-2442 ul li#menu-item-5728 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-si-case-study #content nav li#menu-item-2442 ul li#menu-item-5728 > a:before {
    border-left-color: #eea400;
  }
}
@media (min-width: 768px) {
  #archive-si-case-study #content nav li#menu-item-2442 ul li {
    display: block;
  }
  #archive-si-case-study #content nav li#menu-item-2442 ul li#menu-item-5728 > a {
    color: #eea400;
    font-weight: 600;
  }
  #archive-si-case-study #content nav li#menu-item-2442 ul li#menu-item-5728 > a:before {
    border-left-color: #eea400;
  }
  #archive-si-case-study #blocks .block:last-of-type {
    padding-bottom: 0;
  }
  #single-si-case-study #content nav li#menu-item-2442 ul li {
    display: block;
  }
  #single-si-case-study #content nav li#menu-item-2442 ul li#menu-item-5728 > a {
    color: #eea400;
    font-weight: 600;
  }
  #single-si-case-study #content nav li#menu-item-2442 ul li#menu-item-5728 > a:before {
    border-left-color: #eea400;
  }
}
@media (min-width: 0px) {
  #archive-search #heading {
    padding-top: 50px;
  }
  #archive-search #heading .bg-light {
    padding: 50px;
    border-radius: 4px 4px 0 4px;
    position: relative;
  }
  #archive-search #heading .bg-light h1 {
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.2;
  }
  #archive-search #heading .bg-light .intro {
    margin: 0;
    font-size: 28px;
  }
  #archive-search #heading .bg-light::after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(25% - 25px);
    border: 20px solid transparent;
    border-top-color: #00b3bc;
    border-right-color: #00b3bc;
    z-index: 1;
  }
  #archive-search #heading::before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00b3bc;
  }
  #archive-search #content {
    position: relative;
    padding-bottom: 50px;
    padding-top: 0;
    margin: 0;
  }
  #archive-search #content::before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00b3bc;
  }
  #archive-search #content .bg-white {
    border-radius: 0 0 4px 4px;
  }
  #archive-search #content h2 {
    color: #007b88;
    margin: 50px 0 20px;
  }
  #archive-search #content ul li {
    display: block;
    margin: 0 0 10px;
  }
  #archive-search #content ul li a {
    display: block;
    padding: 10px 15px;
    background: #fff;
    color: #00b3bc;
    border-radius: 4px;
    font-weight: 700;
    transition: background 0.5s;
  }
  #archive-search #content ul li a:hover {
    background: #eeeeef;
  }
  #archive-search #content ul li strong {
    display: block;
    padding: 10px 15px;
    background: #00b3bc;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
  }
  #archive-search #content .result small {
    font-size: 20px;
    display: block;
  }
  #archive-search #content .result h3 {
    color: #00b3bc;
  }
  #archive-search #content .result .dots {
    margin: 40px 0;
  }
  #archive-search #content .result .button {
    margin: 10px 0 0;
  }
  #archive-search #content .pagination {
    margin: 0;
  }
  #archive-search #content .pagination .nav-links a {
    background: #eeeeef;
  }
}
@media (min-width: 0px) {
  .stats .header-text {
    font-family: "omnes-pro", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
  }
  .stats .intro {
    display: flex;
    flex-direction: column;
  }
  .stats .intro .intro-header,
  .stats .intro .intro-text {
    font-family: "omnes-pro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }
  .stats .intro .intro-header {
    font-weight: 700;
  }
  .stats .intro > .members {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
  }
  .stats .intro > .members .swiper-wrapper {
    max-width: 220px;
  }
  .stats .intro .show-all {
    cursor: pointer;
    margin-top: 0;
  }
  .stats .intro .show-all h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0 0;
    cursor: pointer;
    position: relative;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .stats .intro .show-all h3::before {
    background: #00b3bc;
    border-radius: 50%;
    content: "";
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: background 0.5s;
    width: 24px;
  }
  .stats .intro .show-all h3::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.5s, right 0.5s;
    right: -2px;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #fff;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .stats .intro .show-all h3::after {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .stats .intro .show-all div {
    display: none;
    transition: opacity 0.5s;
    opacity: 0;
  }
  .stats .intro .show-all div.active h3::after {
    transform: rotate(90deg);
    right: 3px;
  }
  .stats .intro .show-all div.active div {
    opacity: 1;
  }
  .stats .intro .show-all div:before {
    content: "";
    display: block;
    height: 0;
    margin-top: 10px;
    width: 100%;
  }
  .stats .intro .show-all div p {
    font-size: 20px;
  }
  .stats .intro .show-all.active h3::after {
    transform: rotate(90deg);
    right: 3px;
  }
  .stats .intro .show-all.active div {
    opacity: 1;
  }
  .stats .stats-group {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0;
  }
  .stats .stats-group .stat {
    flex: 0 1 50%;
  }
  .stats .stats-group .stat .value,
  .stats .stats-group .stat .name {
    color: #00b3bc;
  }
  .stats .stats-group .stat .value {
    font-family: "omnes-pro", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
  }
  .stats .stats-group .stat .name {
    font-family: "omnes-pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }
}
@media (min-width: 576px) {
  .stats .header-text {
    font-size: 28px;
  }
  .stats .intro .intro-header,
  .stats .intro .intro-text {
    font-size: 20px;
  }
  .stats .stats-group {
    gap: 56px 0;
  }
  .stats .stats-group .stat {
    flex: 0 1 33.33%;
  }
  .stats .stats-group .stat .value {
    line-height: 60px;
    font-size: 55px;
  }
  .stats .stats-group .stat .name {
    font-size: 20px;
  }
}
@media (min-width: 0px) {
  section.block-content_text_image_link_carousel .carousel .slick-list,
  section.block-content_text_image_link_carousel .carousel .slick-track,
  section.block-content_text_image_link_carousel .carousel .slick-slide {
    height: 100%;
  }
  section.block-content_text_image_link_carousel .carousel .slick-track {
    display: flex !important;
  }
  section.block-content_text_image_link_carousel .carousel .slick-slide {
    display: flex !important;
    float: none !important;
    height: auto;
    flex-direction: column;
  }
  section.block-content_text_image_link_carousel .carousel .slick-slide > div {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  section.block-content_text_image_link_carousel .carousel .bg-white {
    border-radius: 4px;
    margin-top: 30px;
    padding: 30px;
    height: calc(100% - 30px);
    width: 100%;
  }
  section.block-content_text_image_link_carousel .carousel .bg-white + a {
    position: relative;
  }
  section.block-content_text_image_link_carousel .carousel .bg-white + a img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  section.block-content_text_image_link_carousel .carousel .bg-white + a .button {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    transform: translateY(-50%);
  }
  section.block-content_text_image_link_carousel .carousel .bg-white h3 {
    position: relative;
  }
  section.block-content_text_image_link_carousel .carousel .bg-white h3:before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (max-width: 991px) {
  #blocks .block-content_project_timeline .padding {
    padding: 0 0 0px;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_project_timeline .bg-white {
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_project_timeline .bg-grey3 {
    padding: 15px;
    margin-right: -15px;
    height: 100%;
    width: calc(100% + 15px);
    border-radius: 4px 0 0 4px;
    position: relative;
    z-index: 1;
  }
  #blocks .block-content_project_timeline .bg-grey2 {
    border-radius: 0px;
    margin: -20px -15px 0;
    padding: 15px 15px 20px 50px;
    position: relative;
  }
  #blocks .block-content_project_timeline .bg-grey2::before {
    content: "";
    display: block;
    width: 4px;
    height: calc(100% - 80px);
    background-image: radial-gradient(circle closest-side, #e83273 80%, rgba(0, 0, 0, 0) 10%);
    background-size: 4px 10px;
    background-position: left top;
    background-repeat: round;
    position: absolute;
    top: 40px;
    left: 22px;
  }
  #blocks .block-content_project_timeline .complete {
    position: relative;
    padding: 30px 0 30px 80px;
  }
  #blocks .block-content_project_timeline .complete::before {
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    left: 15px;
    width: 40px;
    height: 40px;
    background-color: #e83273;
    border-radius: 50%;
    background-size: 50% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/poplarharca/assets/tick.svg");
  }
  #blocks .block-content_project_timeline .complete h2 {
    margin: 0;
  }
  #blocks .block-content_project_timeline .complete p {
    font-size: 18px;
    margin: 0;
  }
  #blocks .block-content_project_timeline .stage {
    position: relative;
    margin: 15px 0;
    padding: 0 20px;
    transition: padding 0.5s, "background" 0.5s;
  }
  #blocks .block-content_project_timeline .stage::before {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    left: -36px;
    width: 20px;
    height: 20px;
    background-color: #e83273;
    border-radius: 50%;
    background-size: 50% auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s;
    cursor: pointer;
  }
  #blocks .block-content_project_timeline .stage::after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    border-width: 8px 10px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff;
    transform: translateX(-100%) scale(0);
    transition: transform 0.5s, opacity 0.5s;
    transform-origin: center right;
    transition-delay: 0s;
    opacity: 0;
  }
  #blocks .block-content_project_timeline .stage h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    cursor: pointer;
  }
  #blocks .block-content_project_timeline .stage p {
    display: none;
    margin: 5px 0 0;
  }
  #blocks .block-content_project_timeline .stage.current {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
  }
  #blocks .block-content_project_timeline .stage.current h3 {
    font-weight: 700;
    cursor: default;
  }
  #blocks .block-content_project_timeline .stage.current p {
    display: block;
  }
  #blocks .block-content_project_timeline .stage.current::before {
    transform: scale(1.25);
    cursor: default;
  }
  #blocks .block-content_project_timeline .stage.current::after {
    opacity: 1;
    transition-delay: 0s;
    transform: translateX(-100%) scale(1);
  }
  #blocks .block-content_project_timeline .stage.completed::before {
    background-image: url("/wp-content/themes/poplarharca/assets/tick.svg");
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-content_project_timeline .bg-grey3 {
    width: calc(100% + 30px);
    padding: 15px 45px;
  }
  #blocks .block-content_project_timeline .bg-grey2 {
    margin: -45px -45px 0;
    padding: 15px 45px 20px 80px;
  }
  #blocks .block-content_project_timeline .bg-grey2::before {
    left: 52px;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_project_timeline .padding {
    padding: 0 0 50px;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_project_timeline .bg-white {
    padding: 0 50px 50px;
    border-radius: 4px;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_project_timeline .bg-grey3 {
    padding: 30px;
    margin-right: -60px;
    height: 100%;
    width: calc(100% + 60px);
    border-radius: 4px 0 0 4px;
  }
  #blocks .block-content_project_timeline .bg-grey2 {
    height: 100%;
    width: calc(100% + 50px);
    border-radius: 0 4px 4px 0;
    margin-left: -50px;
    padding: 30px 50px 30px;
    position: relative;
  }
  #blocks .block-content_project_timeline .bg-grey2::before {
    content: "";
    display: block;
    width: 5px;
    height: calc(100% - 130px);
    background-image: radial-gradient(circle closest-side, #e83273 80%, rgba(0, 0, 0, 0) 10%);
    background-size: 5px 8px;
    background-position: left top;
    background-repeat: repeat-y;
    position: absolute;
    top: 80px;
    left: -2.5px;
  }
  #blocks .block-content_project_timeline .complete {
    position: relative;
    padding: 30px 0 30px 80px;
  }
  #blocks .block-content_project_timeline .complete::before {
    content: "";
    position: absolute;
    top: calc(50% - 30px);
    left: 0px;
    width: 60px;
    height: 60px;
    background-color: #e83273;
    border-radius: 50%;
    background-size: 50% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/poplarharca/assets/tick.svg");
  }
  #blocks .block-content_project_timeline .complete h2 {
    margin: 0;
  }
  #blocks .block-content_project_timeline .complete p {
    font-size: 26px;
    margin: 0;
  }
  #blocks .block-content_project_timeline .stage {
    position: relative;
    margin: 15px 0;
    padding: 0 20px;
    transition: padding 0.5s, background 0.5s;
  }
  #blocks .block-content_project_timeline .stage::before {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    left: -62px;
    width: 24px;
    height: 24px;
    background-color: #e83273;
    border-radius: 50%;
    background-size: 50% auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s;
    cursor: pointer;
  }
  #blocks .block-content_project_timeline .stage::after {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    border-width: 12px 18px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff;
    transform: translateX(-100%) scale(0);
    transition: transform 0.5s, opacity 0.5s;
    transform-origin: center right;
    transition-delay: 0s;
    opacity: 0;
  }
  #blocks .block-content_project_timeline .stage h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    cursor: pointer;
  }
  #blocks .block-content_project_timeline .stage p {
    display: none;
    margin: 5px 0 0;
  }
  #blocks .block-content_project_timeline .stage.current {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
  }
  #blocks .block-content_project_timeline .stage.current h3 {
    font-weight: 700;
    cursor: default;
  }
  #blocks .block-content_project_timeline .stage.current p {
    display: block;
  }
  #blocks .block-content_project_timeline .stage.current::before {
    transform: scale(2);
    cursor: default;
  }
  #blocks .block-content_project_timeline .stage.current::after {
    opacity: 1;
    transition-delay: 0s;
    transform: translateX(-100%) scale(1);
  }
  #blocks .block-content_project_timeline .stage.completed::before {
    background-image: url("/wp-content/themes/poplarharca/assets/tick.svg");
  }
}
@media (max-width: 991px) {
  #blocks .block-project_map #map {
    padding-bottom: 40%;
    margin-left: 5px;
    min-height: 300px;
  }
  #blocks .block-project_map #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  #blocks .block-project_map #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: none;
  }
  #blocks .block-project_map #map .gm-style .gm-style-iw-t::after {
    display: none;
  }
  #blocks .block-project_map #map .gm-style .gm-style-iw {
    overflow: visible !important;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c {
    padding: 0;
    color: #fff;
    overflow: visible !important;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c button[title=Close] {
    display: none !important;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .infobox {
    padding: 10px 15px;
    color: #fff;
    background: #57555b;
    text-align: center;
    border-radius: 4px;
    font-weight: 500;
    font-family: "omnes-pro", sans-serif;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .infobox h3 {
    font-size: 18px;
    margin: 0;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .infobox .button {
    margin: 10px 0 0;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .infobox.current {
    background: #e83273;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .infobox.current h3 {
    font-size: 18px;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .infobox.current::after {
    border-top-color: #e83273;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .infobox::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 8px);
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 12px solid #57555b;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-project_map #map {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  #blocks .block-project_map #map {
    padding-bottom: 40%;
    margin-left: 10px;
    min-height: 300px;
  }
  #blocks .block-project_map #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  #blocks .block-project_map #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: none;
  }
  #blocks .block-project_map #map .gm-style .gm-style-iw-t::after {
    display: none;
  }
  #blocks .block-project_map #map .gm-style .gm-style-iw {
    overflow: visible !important;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c {
    padding: 0;
    color: #fff;
    overflow: visible !important;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c button[title=Close] {
    display: none !important;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .infobox {
    padding: 15px 20px;
    font-weight: 700;
    color: #fff;
    background: #57555b;
    text-align: center;
    border-radius: 4px;
    font-family: "omnes-pro", sans-serif;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .infobox h3 {
    font-size: 26px;
    margin: 0;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .infobox .button {
    margin: 10px 0 0;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .infobox.current {
    background: #e83273;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .infobox.current h3 {
    font-size: 26px;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .infobox.current::after {
    border-top-color: #e83273;
  }
  #blocks .block-project_map #map .gm-style-iw.gm-style-iw-c .infobox::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 12px);
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-top: 18px solid #57555b;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  #blocks .block-environment_map #map {
    padding-bottom: 40%;
    margin-left: 5px;
    min-height: 300px;
  }
  #blocks .block-environment_map #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  #blocks .block-environment_map #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: none;
  }
  #blocks .block-environment_map #map .gm-style .gm-style-iw-t::after {
    display: none;
  }
  #blocks .block-environment_map #map .gm-style .gm-style-iw {
    overflow: visible !important;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c {
    padding: 0;
    color: #fff;
    overflow: visible !important;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c button[title=Close] {
    display: none !important;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .infobox {
    padding: 10px 15px;
    color: #fff;
    background: #57555b;
    text-align: center;
    border-radius: 4px;
    font-weight: 500;
    font-family: "omnes-pro", sans-serif;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .infobox h3 {
    font-size: 18px;
    margin: 0;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .infobox .button {
    margin: 10px 0 0;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .infobox.current {
    background: #e83273;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .infobox.current h3 {
    font-size: 18px;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .infobox.current::after {
    border-top-color: #e83273;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .infobox::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 8px);
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 12px solid #57555b;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-environment_map #map {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  #blocks .block-environment_map #map {
    padding-bottom: 40%;
    margin-left: 10px;
    min-height: 300px;
  }
  #blocks .block-environment_map #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  #blocks .block-environment_map #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: none;
  }
  #blocks .block-environment_map #map .gm-style .gm-style-iw-t::after {
    display: none;
  }
  #blocks .block-environment_map #map .gm-style .gm-style-iw {
    overflow: visible !important;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c {
    padding: 0;
    color: #fff;
    overflow: visible !important;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c button[title=Close] {
    display: none !important;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .infobox {
    padding: 15px 20px;
    font-weight: 700;
    color: #fff;
    background: #57555b;
    text-align: center;
    border-radius: 4px;
    font-family: "omnes-pro", sans-serif;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .infobox h3 {
    font-size: 26px;
    margin: 0;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .infobox .button {
    margin: 10px 0 0;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .infobox.current {
    background: #e83273;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .infobox.current h3 {
    font-size: 26px;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .infobox.current::after {
    border-top-color: #e83273;
  }
  #blocks .block-environment_map #map .gm-style-iw.gm-style-iw-c .infobox::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 12px);
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-top: 18px solid #57555b;
    z-index: 1;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_statistics .circle-icon {
    margin: 0 auto 20px;
    display: block;
    width: 150px;
    height: 150px;
    position: relative;
    background: #e2e2e2;
    border-radius: 50%;
  }
  #blocks .block-content_statistics .circle-icon.blue svg * {
    fill: #007b88 !important;
  }
  #blocks .block-content_statistics .circle-icon.pink svg * {
    fill: #d30934 !important;
  }
  #blocks .block-content_statistics .circle-icon.green svg * {
    fill: #569204 !important;
  }
  #blocks .block-content_statistics .circle-icon.orange svg * {
    fill: #e95a00 !important;
  }
  #blocks .block-content_statistics .circle-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 45%;
    height: auto;
  }
  #blocks .block-content_statistics .circle-chart {
    position: relative;
    margin: 0 auto 20px;
    display: block;
    width: 100%;
    max-width: 150px;
  }
  #blocks .block-content_statistics .circle-chart.blue svg circle:last-of-type {
    stroke: #007b88 !important;
  }
  #blocks .block-content_statistics .circle-chart.pink svg circle:last-of-type {
    stroke: #d30934 !important;
  }
  #blocks .block-content_statistics .circle-chart.green svg circle:last-of-type {
    stroke: #569204 !important;
  }
  #blocks .block-content_statistics .circle-chart.orange svg circle:last-of-type {
    stroke: #e95a00 !important;
  }
  #blocks .block-content_statistics .circle-chart svg {
    display: block;
    transform: rotate(-90deg);
    transform-origin: center;
  }
  #blocks .block-content_statistics .circle-chart svg circle {
    stroke: #e2e2e2;
    fill: none;
    stroke-width: 5;
  }
  #blocks .block-content_statistics .circle-chart svg circle:last-of-type {
    stroke: #57555b;
    opacity: 0;
  }
  #blocks .block-content_statistics .circle-chart .overlay {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    min-width: 90px;
  }
  #blocks .block-content_statistics .circle-chart .overlay .count {
    height: 25px;
    display: block;
    overflow: hidden;
  }
  #blocks .block-content_statistics .circle-chart .overlay .count::after {
    content: "";
    display: inline-block;
    background-image: url("/wp-content/themes/poplarharca/assets/percentage.svg");
    width: 24px;
    height: 25px;
    background-size: 100% auto;
    vertical-align: top;
  }
  #blocks .block-content_statistics .circle-chart .overlay .count span {
    display: inline-block;
    vertical-align: top;
    margin-right: -2px;
    margin-left: -2px;
    opacity: 0;
    width: 0;
    background-image: url("/wp-content/themes/poplarharca/assets/numbers.svg");
    background-size: 100% auto;
    text-indent: -9999px;
    height: 250px;
  }
  #blocks .block-content_statistics .circle-chart .overlay .count span[data-char="1"]:first-of-type {
    margin-left: -5px;
    margin-right: -5px;
  }
  #blocks .block-content_statistics .circle-chart .overlay .count span:last-of-type {
    width: 20px;
    opacity: 1;
  }
  #blocks .block-content_statistics h3 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(1) .circle-icon svg {
    opacity: 1;
    transition: opacity 1s ease-in-out 0s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(1) .circle-chart svg circle:last-of-type {
    animation: circleanimate 1s ease-in-out 0s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 0s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(1) .circle-chart .overlay .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 0s;
    opacity: 1;
    width: 20px;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(1) .circle-chart .overlay .count span[data-char="1"] {
    transform: translateY(-25px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(1) .circle-chart .overlay .count span[data-char="2"] {
    transform: translateY(-50px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(1) .circle-chart .overlay .count span[data-char="3"] {
    transform: translateY(-75px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(1) .circle-chart .overlay .count span[data-char="4"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(1) .circle-chart .overlay .count span[data-char="5"] {
    transform: translateY(-125px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(1) .circle-chart .overlay .count span[data-char="6"] {
    transform: translateY(-150px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(1) .circle-chart .overlay .count span[data-char="7"] {
    transform: translateY(-175px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(1) .circle-chart .overlay .count span[data-char="8"] {
    transform: translateY(-200px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(1) .circle-chart .overlay .count span[data-char="9"] {
    transform: translateY(-225px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(2) .circle-icon svg {
    opacity: 1;
    transition: opacity 1s ease-in-out 0.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(2) .circle-chart svg circle:last-of-type {
    animation: circleanimate 1s ease-in-out 0.4s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 0.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(2) .circle-chart .overlay .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 0.4s;
    opacity: 1;
    width: 20px;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(2) .circle-chart .overlay .count span[data-char="1"] {
    transform: translateY(-25px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(2) .circle-chart .overlay .count span[data-char="2"] {
    transform: translateY(-50px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(2) .circle-chart .overlay .count span[data-char="3"] {
    transform: translateY(-75px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(2) .circle-chart .overlay .count span[data-char="4"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(2) .circle-chart .overlay .count span[data-char="5"] {
    transform: translateY(-125px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(2) .circle-chart .overlay .count span[data-char="6"] {
    transform: translateY(-150px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(2) .circle-chart .overlay .count span[data-char="7"] {
    transform: translateY(-175px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(2) .circle-chart .overlay .count span[data-char="8"] {
    transform: translateY(-200px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(2) .circle-chart .overlay .count span[data-char="9"] {
    transform: translateY(-225px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(3) .circle-icon svg {
    opacity: 1;
    transition: opacity 1s ease-in-out 0.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(3) .circle-chart svg circle:last-of-type {
    animation: circleanimate 1s ease-in-out 0.8s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 0.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(3) .circle-chart .overlay .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 0.8s;
    opacity: 1;
    width: 20px;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(3) .circle-chart .overlay .count span[data-char="1"] {
    transform: translateY(-25px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(3) .circle-chart .overlay .count span[data-char="2"] {
    transform: translateY(-50px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(3) .circle-chart .overlay .count span[data-char="3"] {
    transform: translateY(-75px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(3) .circle-chart .overlay .count span[data-char="4"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(3) .circle-chart .overlay .count span[data-char="5"] {
    transform: translateY(-125px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(3) .circle-chart .overlay .count span[data-char="6"] {
    transform: translateY(-150px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(3) .circle-chart .overlay .count span[data-char="7"] {
    transform: translateY(-175px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(3) .circle-chart .overlay .count span[data-char="8"] {
    transform: translateY(-200px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(3) .circle-chart .overlay .count span[data-char="9"] {
    transform: translateY(-225px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 0.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(4) .circle-icon svg {
    opacity: 1;
    transition: opacity 1s ease-in-out 1.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(4) .circle-chart svg circle:last-of-type {
    animation: circleanimate 1s ease-in-out 1.2s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 1.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(4) .circle-chart .overlay .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 1.2s;
    opacity: 1;
    width: 20px;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(4) .circle-chart .overlay .count span[data-char="1"] {
    transform: translateY(-25px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(4) .circle-chart .overlay .count span[data-char="2"] {
    transform: translateY(-50px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(4) .circle-chart .overlay .count span[data-char="3"] {
    transform: translateY(-75px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(4) .circle-chart .overlay .count span[data-char="4"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(4) .circle-chart .overlay .count span[data-char="5"] {
    transform: translateY(-125px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(4) .circle-chart .overlay .count span[data-char="6"] {
    transform: translateY(-150px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(4) .circle-chart .overlay .count span[data-char="7"] {
    transform: translateY(-175px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(4) .circle-chart .overlay .count span[data-char="8"] {
    transform: translateY(-200px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(4) .circle-chart .overlay .count span[data-char="9"] {
    transform: translateY(-225px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(5) .circle-icon svg {
    opacity: 1;
    transition: opacity 1s ease-in-out 1.6s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(5) .circle-chart svg circle:last-of-type {
    animation: circleanimate 1s ease-in-out 1.6s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 1.6s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(5) .circle-chart .overlay .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 1.6s;
    opacity: 1;
    width: 20px;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(5) .circle-chart .overlay .count span[data-char="1"] {
    transform: translateY(-25px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.6s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(5) .circle-chart .overlay .count span[data-char="2"] {
    transform: translateY(-50px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.6s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(5) .circle-chart .overlay .count span[data-char="3"] {
    transform: translateY(-75px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.6s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(5) .circle-chart .overlay .count span[data-char="4"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.6s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(5) .circle-chart .overlay .count span[data-char="5"] {
    transform: translateY(-125px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.6s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(5) .circle-chart .overlay .count span[data-char="6"] {
    transform: translateY(-150px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.6s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(5) .circle-chart .overlay .count span[data-char="7"] {
    transform: translateY(-175px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.6s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(5) .circle-chart .overlay .count span[data-char="8"] {
    transform: translateY(-200px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.6s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(5) .circle-chart .overlay .count span[data-char="9"] {
    transform: translateY(-225px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 1.6s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(6) .circle-icon svg {
    opacity: 1;
    transition: opacity 1s ease-in-out 2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(6) .circle-chart svg circle:last-of-type {
    animation: circleanimate 1s ease-in-out 2s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(6) .circle-chart .overlay .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 2s;
    opacity: 1;
    width: 20px;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(6) .circle-chart .overlay .count span[data-char="1"] {
    transform: translateY(-25px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(6) .circle-chart .overlay .count span[data-char="2"] {
    transform: translateY(-50px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(6) .circle-chart .overlay .count span[data-char="3"] {
    transform: translateY(-75px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(6) .circle-chart .overlay .count span[data-char="4"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(6) .circle-chart .overlay .count span[data-char="5"] {
    transform: translateY(-125px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(6) .circle-chart .overlay .count span[data-char="6"] {
    transform: translateY(-150px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(6) .circle-chart .overlay .count span[data-char="7"] {
    transform: translateY(-175px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(6) .circle-chart .overlay .count span[data-char="8"] {
    transform: translateY(-200px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(6) .circle-chart .overlay .count span[data-char="9"] {
    transform: translateY(-225px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(7) .circle-icon svg {
    opacity: 1;
    transition: opacity 1s ease-in-out 2.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(7) .circle-chart svg circle:last-of-type {
    animation: circleanimate 1s ease-in-out 2.4s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 2.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(7) .circle-chart .overlay .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 2.4s;
    opacity: 1;
    width: 20px;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(7) .circle-chart .overlay .count span[data-char="1"] {
    transform: translateY(-25px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(7) .circle-chart .overlay .count span[data-char="2"] {
    transform: translateY(-50px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(7) .circle-chart .overlay .count span[data-char="3"] {
    transform: translateY(-75px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(7) .circle-chart .overlay .count span[data-char="4"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(7) .circle-chart .overlay .count span[data-char="5"] {
    transform: translateY(-125px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(7) .circle-chart .overlay .count span[data-char="6"] {
    transform: translateY(-150px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(7) .circle-chart .overlay .count span[data-char="7"] {
    transform: translateY(-175px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(7) .circle-chart .overlay .count span[data-char="8"] {
    transform: translateY(-200px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(7) .circle-chart .overlay .count span[data-char="9"] {
    transform: translateY(-225px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.4s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(8) .circle-icon svg {
    opacity: 1;
    transition: opacity 1s ease-in-out 2.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(8) .circle-chart svg circle:last-of-type {
    animation: circleanimate 1s ease-in-out 2.8s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 2.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(8) .circle-chart .overlay .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 2.8s;
    opacity: 1;
    width: 20px;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(8) .circle-chart .overlay .count span[data-char="1"] {
    transform: translateY(-25px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(8) .circle-chart .overlay .count span[data-char="2"] {
    transform: translateY(-50px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(8) .circle-chart .overlay .count span[data-char="3"] {
    transform: translateY(-75px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(8) .circle-chart .overlay .count span[data-char="4"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(8) .circle-chart .overlay .count span[data-char="5"] {
    transform: translateY(-125px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(8) .circle-chart .overlay .count span[data-char="6"] {
    transform: translateY(-150px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(8) .circle-chart .overlay .count span[data-char="7"] {
    transform: translateY(-175px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(8) .circle-chart .overlay .count span[data-char="8"] {
    transform: translateY(-200px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(8) .circle-chart .overlay .count span[data-char="9"] {
    transform: translateY(-225px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 2.8s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(9) .circle-icon svg {
    opacity: 1;
    transition: opacity 1s ease-in-out 3.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(9) .circle-chart svg circle:last-of-type {
    animation: circleanimate 1s ease-in-out 3.2s forwards;
    opacity: 1;
    transition: all 1s ease-in-out 3.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(9) .circle-chart .overlay .count span[data-char="1"] + span[data-char="0"] {
    transition: all 1s ease-in-out 3.2s;
    opacity: 1;
    width: 20px;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(9) .circle-chart .overlay .count span[data-char="1"] {
    transform: translateY(-25px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 3.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(9) .circle-chart .overlay .count span[data-char="2"] {
    transform: translateY(-50px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 3.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(9) .circle-chart .overlay .count span[data-char="3"] {
    transform: translateY(-75px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 3.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(9) .circle-chart .overlay .count span[data-char="4"] {
    transform: translateY(-100px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 3.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(9) .circle-chart .overlay .count span[data-char="5"] {
    transform: translateY(-125px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 3.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(9) .circle-chart .overlay .count span[data-char="6"] {
    transform: translateY(-150px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 3.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(9) .circle-chart .overlay .count span[data-char="7"] {
    transform: translateY(-175px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 3.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(9) .circle-chart .overlay .count span[data-char="8"] {
    transform: translateY(-200px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 3.2s;
  }
  #blocks .block-content_statistics.animated .bg-white .col:nth-child(9) .circle-chart .overlay .count span[data-char="9"] {
    transform: translateY(-225px);
    opacity: 1;
    width: 20px;
    transition: all 1s ease-in-out 3.2s;
  }
  @keyframes circleanimate {
    0% {
      stroke-dasharray: 0, 100;
    }
  }
}
@media (min-width: 768px) {
  #blocks .block-content_statistics .circle-icon {
    width: 120px;
    height: 120px;
  }
  #blocks .block-content_statistics .circle-chart {
    max-width: 120px;
  }
  #blocks .block-content_statistics h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_statistics h3 {
    font-size: 24px;
    margin: 0 0 30px;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_icon_text_links .theme-your-home a .icon {
    background-color: #00B3BC;
  }
  #blocks .block-content_icon_text_links .theme-your-home a:hover .icon {
    background-color: #007B88;
  }
  #blocks .block-content_icon_text_links .theme-work-with-us a .icon {
    background-color: #95C11F;
  }
  #blocks .block-content_icon_text_links .theme-work-with-us a:hover .icon {
    background-color: #569204;
  }
  #blocks .block-content_icon_text_links .theme-about-us a .icon {
    background-color: #FBBA00;
  }
  #blocks .block-content_icon_text_links .theme-about-us a:hover .icon {
    background-color: #EEA400;
  }
  #blocks .block-content_icon_text_links .theme-get-involved a .icon {
    background-color: #EF7D00;
  }
  #blocks .block-content_icon_text_links .theme-get-involved a:hover .icon {
    background-color: #E95A00;
  }
  #blocks .block-content_icon_text_links .theme-development-regeneration a .icon {
    background-color: #E83273;
  }
  #blocks .block-content_icon_text_links .theme-development-regeneration a:hover .icon {
    background-color: #D30934;
  }
  #blocks .block-content_icon_text_links .iconlink {
    padding-bottom: 30px;
  }
  #blocks .block-content_icon_text_links .icon {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    transition: background-color 0.5s, transform 0.5s;
    background-size: auto 55%;
    background-position: center;
    background-repeat: no-repeat;
  }
  #blocks .block-content_icon_text_links .icon.question {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/question.svg");
  }
  #blocks .block-content_icon_text_links .icon.asbestosdiy {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_AsbestosDIY.svg");
  }
  #blocks .block-content_icon_text_links .icon.asbestoswhatwhere {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_AsbestosWhatWhere.svg");
  }
  #blocks .block-content_icon_text_links .icon.balconies {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_Balconies.svg");
  }
  #blocks .block-content_icon_text_links .icon.carbonmonoxidedetector {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_CarbonMonoxideDetector.svg");
  }
  #blocks .block-content_icon_text_links .icon.communalareas {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_CommunalAreas.svg");
  }
  #blocks .block-content_icon_text_links .icon.fireriskassessmentforms {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_FireRiskAssessmentForms.svg");
  }
  #blocks .block-content_icon_text_links .icon.peep {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_PEEP.svg");
  }
  #blocks .block-content_icon_text_links .icon.securitygates {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_SecurityGates.svg");
  }
  #blocks .block-content_icon_text_links .icon.smokealarms {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_SmokeAlarms.svg");
  }
  #blocks .block-content_icon_text_links .icon.whattodoifthereisafire {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_WhatToDoIfTheresaFire.svg");
  }
  #blocks .block-content_icon_text_links .icon.asbestos {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_Asbestos.svg");
  }
  #blocks .block-content_icon_text_links .icon.firesafety {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_FireSafety.svg");
  }
  #blocks .block-content_icon_text_links .icon.gasleak {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_GasLeak.svg");
  }
  #blocks .block-content_icon_text_links .icon.gassafety {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_GasSafety.svg");
  }
  #blocks .block-content_icon_text_links .icon.gassafetychecks {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_GasSafetyChecks.svg");
  }
  #blocks .block-content_icon_text_links .icon.waterhygiene {
    background-image: url("/wp-content/themes/poplarharca/assets/icons/BuildingSafetyIcons_WaterHygiene.svg");
  }
  #blocks .block-content_icon_text_links a {
    position: relative;
    display: inline-block;
  }
  #blocks .block-content_icon_text_links a:hover .icon {
    transform: scale(1.05);
  }
  #blocks .block-content_icon_text_links h2 {
    font-size: 24px;
    margin: 0px;
  }
  #blocks .block-content_icon_text_links p {
    padding-left: 85px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #blocks .block-content_icon_text_links .iconlink {
    padding-bottom: 40px;
  }
  #blocks .block-content_icon_text_links .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-size: auto 55%;
  }
  #blocks .block-content_icon_text_links a {
    padding-left: 0;
    position: relative;
    display: block;
    text-align: center;
  }
  #blocks .block-content_icon_text_links a:hover .icon {
    transform: scale(1.05);
  }
  #blocks .block-content_icon_text_links h2 {
    margin: 10px 0 5px;
  }
  #blocks .block-content_icon_text_links p {
    padding-left: 0;
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  #blocks .block-content_accordion .bg {
    padding: 20px 20px 10px 20px;
    border-radius: 4px 4px 0 0;
    position: relative;
    color: #fff;
    width: 100%;
  }
  #blocks .block-content_accordion .bg h2 {
    position: relative;
    padding-left: 40px;
  }
  #blocks .block-content_accordion .bg h2::before {
    content: "i";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #57555b;
    font-size: 22px;
    font-weight: 900;
    left: 0;
  }
  #blocks .block-content_accordion .bg p {
    margin-left: 40px;
  }
  #blocks .block-content_accordion .bg a {
    margin: 0 0 10px 40px;
  }
  #blocks .block-content_accordion .bg a:last-of-type {
    margin: 0 0 0 40px;
  }
  #blocks .block-content_accordion .bg-white {
    padding-top: 0;
  }
  #blocks .block-content_accordion .bg-grey1 {
    height: 100%;
    width: calc(100% + 30px);
    border-radius: 0;
    margin-left: -15px;
    padding: 20px 20px 0 20px;
    position: relative;
    margin-bottom: 15px;
    background-color: white;
  }
  #blocks .block-content_accordion .accordion {
    margin: 0 0 20px;
  }
  #blocks .block-content_accordion .accordion h3 {
    position: relative;
    cursor: pointer;
  }
  #blocks .block-content_accordion .accordion h3:before, #blocks .block-content_accordion .accordion h3:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.5s, background 0.5s;
  }
  #blocks .block-content_accordion .accordion h3:before {
    right: -25px;
    width: 20px;
    height: 20px;
    background: #57555b;
    border-radius: 50%;
  }
  #blocks .block-content_accordion .accordion h3:after {
    right: -20px;
    transform-origin: 3px 5px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0px 5px 8px;
    border-left-color: #fff;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  #blocks .block-content_accordion .accordion h3:before {
    right: 0px;
    width: 24px;
    height: 24px;
  }
  #blocks .block-content_accordion .accordion h3:after {
    right: 6px;
    transform-origin: 4px 6px;
    border-width: 6px 0px 6px 10px;
  }
}
@media (max-width: 991px) {
  #blocks .block-content_accordion .accordion.active h3:after {
    transform: translateY(-50%) rotate(90deg);
  }
  #blocks .block-content_accordion .accordion h3 {
    font-size: 18px;
    font-weight: 900;
    margin: 0 25px 10px 0;
  }
  #blocks .block-content_accordion .accordion div {
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
  }
  #blocks .block-content_accordion .accordion div p:last-of-type {
    margin: 0 0 10px;
  }
  #blocks .block-content_accordion .accordion.active div {
    opacity: 1;
  }
  #blocks .block-content_accordion .accordion ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_accordion .accordion ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_accordion .accordion ul li:last-of-type {
    margin: 0;
  }
  #blocks .block-content_accordion .accordion ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-content_accordion .row.lgright.lgstretch .col.lg4.xl3 {
    background: white;
    margin-left: 7px;
    margin-right: 7px;
    padding-left: 0;
  }
  #blocks .block-content_accordion .bg {
    padding: 20px 20px 10px 20px;
    border-radius: 4px 4px 4px 0;
    position: relative;
    color: #fff;
    width: calc(100% - 38px);
  }
  #blocks .block-content_accordion .bg:after {
    content: "";
    top: 100%;
    position: absolute;
    right: auto;
    left: 0;
    border: 12px solid transparent;
  }
  #blocks .block-content_accordion .bg-white {
    border-radius: 0 0 4px 4px;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_accordion .bg {
    padding: 30px;
    margin-right: -60px;
    width: calc(100% + 60px);
    border-radius: 4px 0 0 4px;
    position: relative;
    color: #fff;
    height: calc(100% - 100px);
  }
  #blocks .block-content_accordion .bg::after {
    content: "";
    top: 100%;
    right: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
  }
  #blocks .block-content_accordion .bg h2 {
    position: relative;
    padding-left: 50px;
  }
  #blocks .block-content_accordion .bg h2::before {
    content: "i";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #57555b;
    font-size: 28px;
    font-weight: 900;
    left: 0;
  }
  #blocks .block-content_accordion .bg p {
    margin-left: 50px;
  }
  #blocks .block-content_accordion .bg a {
    margin: 0 0 10px 50px;
  }
  #blocks .block-content_accordion .bg a:last-of-type {
    margin: 0 0 0 50px;
  }
  #blocks .block-content_accordion .bg-white {
    height: 100%;
  }
  #blocks .block-content_accordion .bg-grey1 {
    width: calc(100% + 50px);
    border-radius: 0 4px 4px 0;
    margin-left: -50px;
    padding: 30px 50px 30px;
    position: relative;
    margin-bottom: 50px;
  }
  #blocks .block-content_accordion .accordion {
    margin: 0 0 20px;
  }
  #blocks .block-content_accordion .accordion h3 {
    position: relative;
    cursor: pointer;
  }
  #blocks .block-content_accordion .accordion h3:before, #blocks .block-content_accordion .accordion h3:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.5s, background 0.5s;
  }
  #blocks .block-content_accordion .accordion h3:before {
    right: -25px;
    width: 20px;
    height: 20px;
    background: #57555b;
    border-radius: 50%;
  }
  #blocks .block-content_accordion .accordion h3:after {
    right: -20px;
    transform-origin: 3px 5px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0px 5px 8px;
    border-left-color: #fff;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #blocks .block-content_accordion .accordion h3:before {
    right: 0px;
    width: 24px;
    height: 24px;
  }
  #blocks .block-content_accordion .accordion h3:after {
    right: 6px;
    transform-origin: 4px 6px;
    border-width: 6px 0px 6px 10px;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_accordion .accordion.active h3:after {
    transform: translateY(-50%) rotate(90deg);
  }
  #blocks .block-content_accordion .accordion h3 {
    font-weight: 400;
    margin: 0 0 10px;
  }
  #blocks .block-content_accordion .accordion ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_accordion .accordion ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_accordion .accordion ul li:last-of-type {
    margin: 0;
  }
  #blocks .block-content_accordion .accordion ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_accordion .accordion div {
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
  }
  #blocks .block-content_accordion .accordion div p:last-of-type {
    margin: 0 0 10px;
  }
  #blocks .block-content_accordion .accordion.active div {
    opacity: 1;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_links a {
    margin-bottom: 10px;
  }
  #blocks .block-content_links a:last-of-type {
    margin: 0;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_gallery .bg-black {
    padding: 15px;
    border-radius: 0;
  }
  #blocks .block-content_gallery .gallery {
    padding: 0 25px;
  }
  #blocks .block-content_gallery .gallery a {
    padding: 0 15px;
    display: none;
    width: calc(100% - 0.25em);
  }
  #blocks .block-content_gallery .gallery a:nth-child(-n+1) {
    display: inline-block;
  }
  #blocks .block-content_gallery .gallery a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  #blocks .block-content_gallery .gallery.slick-initialized a {
    display: block;
  }
  #blocks .block-content_gallery .gallery .slick-arrow {
    position: absolute;
    top: calc(50% - 6px);
    right: -15px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #fff;
  }
  #blocks .block-content_gallery .gallery .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #fff;
    right: auto;
    left: -15px;
  }
}
@media (min-width: 768px) {
  #blocks .block-content_gallery .bg-black {
    padding: 25px;
  }
  #blocks .block-content_gallery .gallery {
    padding: 0 20px;
  }
  #blocks .block-content_gallery .gallery a {
    width: calc(25% - 0.25em);
  }
  #blocks .block-content_gallery .gallery a:nth-child(-n+4) {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_gallery .bg-black {
    padding: 30px;
    border-radius: 4px;
  }
  #blocks .block-content_gallery .gallery .slick-arrow {
    right: -18px;
  }
  #blocks .block-content_gallery .gallery .slick-arrow.slick-prev {
    left: -18px;
  }
}
@media (min-width: 0px) {
  #blocks .block-large_gallery .bg-grey2 {
    padding: 20px 0 55px 0;
  }
  #blocks .block-large_gallery .gallery {
    padding: 0 0 20px;
  }
  #blocks .block-large_gallery .gallery a {
    padding: 0;
    display: none;
    width: calc(25% - 0.25em);
  }
  #blocks .block-large_gallery .gallery a:nth-child(-n+4) {
    display: inline-block;
  }
  #blocks .block-large_gallery .gallery a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  #blocks .block-large_gallery .gallery.slick-initialized a {
    display: block;
  }
  #blocks .block-large_gallery .gallery .slick-arrow {
    position: absolute;
    top: 100%;
    left: 30px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
  }
  #blocks .block-large_gallery .gallery .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
  #blocks .block-large_gallery .gallery ul.slick-dots {
    position: absolute;
    right: 0;
    top: 100%;
    margin: 0;
  }
  #blocks .block-large_gallery .gallery ul.slick-dots li {
    display: inline-block;
  }
  #blocks .block-large_gallery .gallery ul.slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    margin-left: 10px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: transparent;
    overflow: hidden;
    margin-bottom: 10px;
    transition: background 0.5s;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
}
@media (min-width: 992px) {
  #blocks .block-large_gallery .bg-grey2 {
    padding: 50px 0 65px 0;
  }
  #blocks .block-large_gallery .gallery ul.slick-dots li button {
    margin-bottom: 0px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #blocks .block-content_text_downloads .padding {
    padding: 0 0 50px;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  #blocks .block-content_text_downloads .bg-light {
    padding: 20px;
    width: 100%;
    border-radius: 4px 4px 0 4px;
    position: relative;
  }
  #blocks .block-content_text_downloads .bg-light::after {
    content: "";
    top: 100%;
    right: 0;
    position: absolute;
    border: 15px solid transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
  }
  #blocks .block-content_text_downloads .bg-light h2 {
    position: relative;
    padding-left: 50px;
  }
  #blocks .block-content_text_downloads .bg-light h2::before {
    content: "i";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #57555b;
    font-size: 22px;
    font-weight: 900;
    left: 0;
  }
  #blocks .block-content_text_downloads .bg-light p {
    margin-left: 50px;
  }
  #blocks .block-content_text_downloads .bg-light a {
    margin: 0 0 10px 50px;
  }
  #blocks .block-content_text_downloads .bg-light a:last-of-type {
    margin: 0 0 0 50px;
  }
  #blocks .block-content_text_downloads div.bg-white {
    height: 100%;
  }
  #blocks .block-content_text_downloads div.bg-white ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_text_downloads div.bg-white ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_text_downloads div.bg-white ul li:last-of-type {
    margin: 0;
  }
  #blocks .block-content_text_downloads div.bg-white ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_text_downloads div.bg-white ul li ul {
    margin: 15px 0px 20px 0px;
  }
  #blocks .block-content_text_downloads div.bg-white ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  #blocks .block-content_text_downloads div.bg-white ul:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #blocks .block-content_text_downloads .padding {
    padding: 0 0 50px;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  #blocks .block-content_text_downloads .bg-light {
    padding: 20px;
    width: 100%;
    border-radius: 4px 4px 0 4px;
    position: relative;
  }
  #blocks .block-content_text_downloads .bg-light::after {
    content: "";
    top: 100%;
    right: 0;
    position: absolute;
    border: 15px solid transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
  }
  #blocks .block-content_text_downloads .bg-light h2 {
    position: relative;
    padding-left: 50px;
  }
  #blocks .block-content_text_downloads .bg-light h2::before {
    content: "i";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #57555b;
    font-size: 22px;
    font-weight: 900;
    left: 0;
  }
  #blocks .block-content_text_downloads .bg-light p {
    margin-left: 50px;
  }
  #blocks .block-content_text_downloads .bg-light a {
    margin: 0 0 10px 50px;
  }
  #blocks .block-content_text_downloads .bg-light a:last-of-type {
    margin: 0 0 0 50px;
  }
  #blocks .block-content_text_downloads div.bg-white {
    height: 100%;
  }
  #blocks .block-content_text_downloads div.bg-white ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_text_downloads div.bg-white ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_text_downloads div.bg-white ul li:last-of-type {
    margin: 0;
  }
  #blocks .block-content_text_downloads div.bg-white ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_text_downloads div.bg-white ul li ul {
    margin: 15px 0px 20px 0px;
  }
  #blocks .block-content_text_downloads div.bg-white ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  #blocks .block-content_text_downloads div.bg-white ul:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-content_text_downloads .padding {
    padding: 0 0 50px;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  #blocks .block-content_text_downloads .bg-light {
    padding: 20px;
    width: 100%;
    border-radius: 4px 4px 0 4px;
    position: relative;
  }
  #blocks .block-content_text_downloads .bg-light::after {
    content: "";
    top: 100%;
    right: 0;
    position: absolute;
    border: 15px solid transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
  }
  #blocks .block-content_text_downloads .bg-light h2 {
    position: relative;
    padding-left: 50px;
  }
  #blocks .block-content_text_downloads .bg-light h2::before {
    content: "i";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #57555b;
    font-size: 22px;
    font-weight: 900;
    left: 0;
  }
  #blocks .block-content_text_downloads .bg-light p {
    margin-left: 50px;
  }
  #blocks .block-content_text_downloads .bg-light a {
    margin: 0 0 10px 50px;
  }
  #blocks .block-content_text_downloads .bg-light a:last-of-type {
    margin: 0 0 0 50px;
  }
  #blocks .block-content_text_downloads div.bg-white {
    height: 100%;
  }
  #blocks .block-content_text_downloads div.bg-white ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_text_downloads div.bg-white ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_text_downloads div.bg-white ul li:last-of-type {
    margin: 0;
  }
  #blocks .block-content_text_downloads div.bg-white ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_text_downloads div.bg-white ul li ul {
    margin: 15px 0px 20px 0px;
  }
  #blocks .block-content_text_downloads div.bg-white ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  #blocks .block-content_text_downloads div.bg-white ul:last-child {
    margin-bottom: 0;
  }
  #blocks .block-content_text_downloads .padding {
    padding: 0 50px 50px 0;
    background-color: white;
  }
  #blocks .block-content_text_downloads .bg-light {
    padding: 20px 25px;
    border-radius: 0 4px 4px 0;
  }
  #blocks .block-content_text_downloads .bg-light::after {
    right: auto;
    left: 0;
    border: 12px solid transparent;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_text_downloads .padding {
    padding: 0 0 50px;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_text_downloads .bg-light {
    padding: 30px;
    margin-right: -60px;
    width: calc(100% + 60px);
    border-radius: 4px 0 0 4px;
    position: relative;
  }
  #blocks .block-content_text_downloads .bg-light::after {
    content: "";
    top: 100%;
    right: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
  }
  #blocks .block-content_text_downloads .bg-light h2 {
    position: relative;
    padding-left: 50px;
  }
  #blocks .block-content_text_downloads .bg-light h2::before {
    content: "i";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #57555b;
    font-size: 28px;
    font-weight: 900;
    left: 0;
  }
  #blocks .block-content_text_downloads .bg-light p {
    margin-left: 50px;
  }
  #blocks .block-content_text_downloads .bg-light a {
    margin: 0 0 10px 50px;
  }
  #blocks .block-content_text_downloads .bg-light a:last-of-type {
    margin: 0 0 0 50px;
  }
  #blocks .block-content_text_downloads div.bg-white {
    height: 100%;
  }
  #blocks .block-content_text_downloads div.bg-white ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_text_downloads div.bg-white ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_text_downloads div.bg-white ul li:last-of-type {
    margin: 0;
  }
  #blocks .block-content_text_downloads div.bg-white ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_text_downloads div.bg-white ul li ul {
    margin: 15px 0px 20px 0px;
  }
  #blocks .block-content_text_downloads div.bg-white ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  #blocks .block-content_text_downloads div.bg-white ul:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 0px) {
  #blocks .block-property_map #map {
    padding-bottom: 40%;
    margin-left: 10px;
    min-height: 300px;
  }
  #blocks .block-property_map #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  #blocks .block-property_map #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: none;
  }
  #blocks .block-property_map #map .gm-style .gm-style-iw-t::after {
    display: none;
  }
  #blocks .block-property_map #map .gm-style .gm-style-iw {
    overflow: visible !important;
  }
  #blocks .block-property_map #map .gm-style-iw.gm-style-iw-c {
    padding: 0;
    color: #fff;
    overflow: visible !important;
  }
  #blocks .block-property_map #map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
  }
  #blocks .block-property_map #map .gm-style-iw.gm-style-iw-c button[title=Close] {
    display: none !important;
  }
  #blocks .block-property_map #map .gm-style-iw.gm-style-iw-c .infobox {
    padding: 15px 20px;
    color: #fff;
    background: #57555b;
    text-align: center;
    border-radius: 4px;
    font-weight: 500;
    font-family: "omnes-pro", sans-serif;
  }
  #blocks .block-property_map #map .gm-style-iw.gm-style-iw-c .infobox h3 {
    font-size: 16px;
    margin: 0;
  }
  #blocks .block-property_map #map .gm-style-iw.gm-style-iw-c .infobox.current {
    background: #e83273;
  }
  #blocks .block-property_map #map .gm-style-iw.gm-style-iw-c .infobox.current h3 {
    font-size: 18px;
  }
  #blocks .block-property_map #map .gm-style-iw.gm-style-iw-c .infobox.current::after {
    border-top-color: #e83273;
  }
  #blocks .block-property_map #map .gm-style-iw.gm-style-iw-c .infobox::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 8px);
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 12px solid #57555b;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  #blocks .block-property_map #map .gm-style-iw.gm-style-iw-c .infobox {
    padding: 15px 20px;
    font-weight: 700;
  }
  #blocks .block-property_map #map .gm-style-iw.gm-style-iw-c .infobox h3 {
    font-size: 20px;
  }
  #blocks .block-property_map #map .gm-style-iw.gm-style-iw-c .infobox.current h3 {
    font-size: 26px;
  }
  #blocks .block-property_map #map .gm-style-iw.gm-style-iw-c .infobox::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 12px);
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-top: 18px solid #57555b;
  }
}
@media (min-width: 0px) {
  #blocks .block-property_transport_links .bg-black {
    padding: 25px 0;
  }
  #blocks .block-property_transport_links:last-of-type {
    padding-bottom: 0;
  }
  #blocks .block-property_transport_links:last-of-type .bg-black {
    padding-bottom: 35px;
  }
  #blocks .block-property_transport_links.after-content .bg-black {
    padding-top: 100px;
  }
  #blocks .block-property_transport_links h2 {
    margin: 0 0 30px;
  }
  #blocks .block-property_transport_links h3 {
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 20px;
  }
  #blocks .block-property_transport_links .icon {
    display: block;
    width: 90px;
    height: 73px;
    margin: 15px auto 10px auto;
    font-size: 12px;
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    font-weight: 700;
    text-transform: uppercase;
  }
  #blocks .block-property_transport_links .icon.tfl {
    background-image: url("/wp-content/themes/poplarharca/assets/tfl.svg");
    padding-top: 28px;
  }
  #blocks .block-property_transport_links .icon.cr {
    background-image: url("/wp-content/themes/poplarharca/assets/crossrail.svg");
    padding-top: 55px;
    background-position-y: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-property_transport_links .bg-black {
    padding: 45px 0;
  }
  #blocks .block-property_transport_links .dots + .row .col {
    position: relative;
    margin-bottom: 45px;
  }
  #blocks .block-property_transport_links h3, #blocks .block-property_transport_links ul {
    padding-left: 115px;
    text-align: left;
  }
  #blocks .block-property_transport_links h3 li, #blocks .block-property_transport_links ul li {
    font-size: 18px;
  }
  #blocks .block-property_transport_links .icon {
    position: absolute;
    left: 15px;
    top: 0;
  }
}
@media (min-width: 992px) {
  #blocks .block-property_transport_links .bg-black {
    padding: 50px 0 50px 10px;
    margin-left: 10px;
  }
  #blocks .block-property_transport_links:last-of-type .bg-black {
    padding-bottom: 50px;
  }
  #blocks .block-property_transport_links .icon {
    margin: 0 auto 10px;
  }
}
@media (max-width: 991px) {
  #blocks .block-property_related_posts .row {
    margin: 0 -15px;
  }
  #blocks .block-property_related_posts .row .col {
    padding: 0 15px;
  }
  #blocks .block-property_related_posts h2 {
    margin: 0;
  }
  #blocks .block-property_related_posts .bg-grey2 {
    padding: 20px 0 30px 0px;
  }
  #blocks .block-property_related_posts:last-of-type {
    padding-bottom: 0;
  }
  #blocks .block-property_related_posts:last-of-type .bg-grey2 {
    padding-bottom: 30px;
  }
  #blocks .block-property_related_posts.after-content .bg-grey2 {
    padding-top: 30px;
  }
  #blocks .block-property_related_posts .bg-white {
    padding: 20px;
    border-radius: 4px 4px 0 0;
    margin-top: 30px;
    width: 100%;
  }
  #blocks .block-property_related_posts .bg-white + a {
    position: relative;
  }
  #blocks .block-property_related_posts .button {
    margin: 0 0 30px 20px;
    width: -moz-max-content;
    width: max-content;
  }
  #blocks .block-property_related_posts img {
    margin: 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #blocks .block-property_related_posts img + .button {
    position: absolute;
    top: 0;
    left: 20px;
    margin: 0;
    transform: translateY(-50%);
  }
  #blocks .block-property_related_posts h3 {
    position: relative;
  }
  #blocks .block-property_related_posts h3::before {
    content: "";
    position: absolute;
    left: -20px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (min-width: 992px) {
  #blocks .block-property_related_posts .bg-grey2 {
    padding: 50px 0 50px;
    margin-left: 10px;
  }
  #blocks .block-property_related_posts:last-of-type {
    padding-bottom: 0;
  }
  #blocks .block-property_related_posts:last-of-type .bg-grey2 {
    padding-bottom: 50px;
  }
  #blocks .block-property_related_posts.after-content .bg-grey2 {
    padding-top: 100px;
  }
  #blocks .block-property_related_posts .bg-white {
    padding: 30px;
    border-radius: 4px 4px 0 0;
    margin-top: 30px;
    width: 100%;
  }
  #blocks .block-property_related_posts .bg-white + a {
    position: relative;
  }
  #blocks .block-property_related_posts .button {
    margin: 0 0 30px 30px;
  }
  #blocks .block-property_related_posts img {
    margin: 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #blocks .block-property_related_posts img + .button {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    transform: translateY(-50%);
  }
  #blocks .block-property_related_posts h3 {
    position: relative;
  }
  #blocks .block-property_related_posts h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (max-width: 991px) {
  #blocks .block-project_related_posts .row {
    margin: 0 -15px;
  }
  #blocks .block-project_related_posts .row .col {
    padding: 0 15px;
  }
  #blocks .block-project_related_posts h2 {
    margin: 0;
  }
  #blocks .block-project_related_posts .bg-grey2 {
    padding: 20px 0 30px 0px;
  }
  #blocks .block-project_related_posts:last-of-type {
    padding-bottom: 0;
  }
  #blocks .block-project_related_posts:last-of-type .bg-grey2 {
    padding-bottom: 30px;
  }
  #blocks .block-project_related_posts.after-content .bg-grey2 {
    padding-top: 30px;
  }
  #blocks .block-project_related_posts .bg-white {
    padding: 20px;
    border-radius: 4px 4px 0 0;
    margin-top: 30px;
    width: 100%;
  }
  #blocks .block-project_related_posts .bg-white + a {
    position: relative;
  }
  #blocks .block-project_related_posts .button {
    margin: 0 0 30px 20px;
    width: -moz-max-content;
    width: max-content;
  }
  #blocks .block-project_related_posts img {
    margin: 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #blocks .block-project_related_posts img + .button {
    position: absolute;
    top: 0;
    left: 20px;
    margin: 0;
    transform: translateY(-50%);
  }
  #blocks .block-project_related_posts h3 {
    position: relative;
  }
  #blocks .block-project_related_posts h3::before {
    content: "";
    position: absolute;
    left: -20px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (min-width: 992px) {
  #blocks .block-project_related_posts .bg-grey2 {
    padding: 50px 0 50px;
    margin-left: 10px;
  }
  #blocks .block-project_related_posts:last-of-type {
    padding-bottom: 0;
  }
  #blocks .block-project_related_posts:last-of-type .bg-grey2 {
    padding-bottom: 50px;
  }
  #blocks .block-project_related_posts.after-content .bg-grey2 {
    padding-top: 100px;
  }
  #blocks .block-project_related_posts .bg-white {
    padding: 30px;
    border-radius: 4px 4px 0 0;
    margin-top: 30px;
    width: 100%;
  }
  #blocks .block-project_related_posts .bg-white + a {
    position: relative;
  }
  #blocks .block-project_related_posts .button {
    margin: 0 0 30px 30px;
  }
  #blocks .block-project_related_posts img {
    margin: 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #blocks .block-project_related_posts img + .button {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    transform: translateY(-50%);
  }
  #blocks .block-project_related_posts h3 {
    position: relative;
  }
  #blocks .block-project_related_posts h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (max-width: 991px) {
  #blocks .block-regen_project_related_posts .row {
    margin: 0 -15px;
  }
  #blocks .block-regen_project_related_posts .row .col {
    padding: 0 15px;
  }
  #blocks .block-regen_project_related_posts h2 {
    margin: 0;
  }
  #blocks .block-regen_project_related_posts .bg-grey2 {
    padding: 20px 0 30px 0px;
  }
  #blocks .block-regen_project_related_posts:last-of-type {
    padding-bottom: 0;
  }
  #blocks .block-regen_project_related_posts:last-of-type .bg-grey2 {
    padding-bottom: 30px;
  }
  #blocks .block-regen_project_related_posts.after-content .bg-grey2 {
    padding-top: 30px;
  }
  #blocks .block-regen_project_related_posts .bg-white {
    padding: 20px;
    border-radius: 4px 4px 0 0;
    margin-top: 30px;
    width: 100%;
  }
  #blocks .block-regen_project_related_posts .bg-white + a {
    position: relative;
  }
  #blocks .block-regen_project_related_posts .button {
    margin: 0 0 30px 20px;
    width: -moz-max-content;
    width: max-content;
  }
  #blocks .block-regen_project_related_posts img {
    margin: 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #blocks .block-regen_project_related_posts img + .button {
    position: absolute;
    top: 0;
    left: 20px;
    margin: 0;
    transform: translateY(-50%);
  }
  #blocks .block-regen_project_related_posts h3 {
    position: relative;
  }
  #blocks .block-regen_project_related_posts h3::before {
    content: "";
    position: absolute;
    left: -20px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (min-width: 992px) {
  #blocks .block-regen_project_related_posts .bg-grey2 {
    padding: 50px 0 50px;
    margin-left: 10px;
  }
  #blocks .block-regen_project_related_posts:last-of-type {
    padding-bottom: 0;
  }
  #blocks .block-regen_project_related_posts:last-of-type .bg-grey2 {
    padding-bottom: 50px;
  }
  #blocks .block-regen_project_related_posts.after-content .bg-grey2 {
    padding-top: 100px;
  }
  #blocks .block-regen_project_related_posts .bg-white {
    padding: 30px;
    border-radius: 4px 4px 0 0;
    margin-top: 30px;
    width: 100%;
  }
  #blocks .block-regen_project_related_posts .bg-white + a {
    position: relative;
  }
  #blocks .block-regen_project_related_posts .button {
    margin: 0 0 30px 30px;
  }
  #blocks .block-regen_project_related_posts img {
    margin: 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #blocks .block-regen_project_related_posts img + .button {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    transform: translateY(-50%);
  }
  #blocks .block-regen_project_related_posts h3 {
    position: relative;
  }
  #blocks .block-regen_project_related_posts h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_quote, #blocks .block-content_multiple_quote {
    overflow: hidden;
  }
  #blocks .block-content_quote .image, #blocks .block-content_multiple_quote .image {
    border-radius: 0;
    background-size: cover;
    background-position: center;
    padding-bottom: 75%;
  }
  #blocks .block-content_quote div.bg-white, #blocks .block-content_multiple_quote div.bg-white {
    height: 100%;
    margin: 0;
    padding-top: 0;
  }
  #blocks .block-content_quote div.bg-white .bg-black, #blocks .block-content_multiple_quote div.bg-white .bg-black {
    border-radius: 0;
    padding: 20px 30px 20px 25px;
    position: relative;
    z-index: 1;
  }
  #blocks .block-content_quote div.bg-white .bg-black blockquote, #blocks .block-content_multiple_quote div.bg-white .bg-black blockquote {
    margin: 0 0 40px;
    font-size: 20px;
  }
  #blocks .block-content_quote div.bg-white .bg-black p, #blocks .block-content_multiple_quote div.bg-white .bg-black p {
    margin: 20px 0 0;
    font-size: 16px;
  }
  #blocks .block-content_quote div.bg-white .bg-black .quotelink, #blocks .block-content_multiple_quote div.bg-white .bg-black .quotelink {
    display: block;
    text-align: right;
  }
}
@media (min-width: 768px) {
  #blocks .block-content_quote .image, #blocks .block-content_multiple_quote .image {
    margin: 0 -20px 0 0;
    height: 100%;
    width: calc(100% + 20px);
    position: relative;
    z-index: 1;
  }
  #blocks .block-content_quote div.bg-white .bg-black, #blocks .block-content_multiple_quote div.bg-white .bg-black {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_quote .padding, #blocks .block-content_multiple_quote .padding {
    padding: 0 0 50px;
  }
  #blocks .block-content_quote .image, #blocks .block-content_multiple_quote .image {
    margin: 0 -75px 0 0;
    height: calc(100% - 50px);
    width: calc(100% + 70px);
    border-radius: 4px 0 0 4px;
    padding-bottom: 0;
  }
  #blocks .block-content_quote div.bg-white, #blocks .block-content_multiple_quote div.bg-white {
    padding: 0 50px 50px;
  }
  #blocks .block-content_quote div.bg-white .bg-black, #blocks .block-content_multiple_quote div.bg-white .bg-black {
    width: calc(100% + 50px);
    border-radius: 0 4px 4px 0;
    margin: 0 0 50px 10px;
    padding: 50px;
    min-height: auto;
    height: auto;
  }
  #blocks .block-content_quote div.bg-white .bg-black blockquote, #blocks .block-content_multiple_quote div.bg-white .bg-black blockquote {
    margin: 0 0 30px;
    font-size: 30px;
  }
  #blocks .block-content_quote div.bg-white .bg-black p, #blocks .block-content_multiple_quote div.bg-white .bg-black p {
    margin: 30px 0 0;
    font-size: 22px;
  }
  #blocks .block-content_quote div.bg-white .bg-black::after, #blocks .block-content_multiple_quote div.bg-white .bg-black::after {
    content: "";
    top: 100%;
    left: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #57555b;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_quote_text div.bg-white {
    height: 100%;
    margin-bottom: 40px;
  }
  #blocks .block-content_quote_text div.bg-white blockquote {
    margin: 0 0 30px;
    font-size: 24px;
  }
  #blocks .block-content_quote_text div.bg-white p {
    margin: 30px 0 0;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #blocks .block-content_quote_text div.bg-white {
    margin-bottom: 0;
  }
  #blocks .block-content_quote_text div.bg-white blockquote {
    font-size: 30px;
  }
  #blocks .block-content_quote_text div.bg-white p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  #blocks .block-job_more_jobs .row {
    margin: 0 -15px;
  }
  #blocks .block-job_more_jobs .row .col {
    padding: 0 15px;
  }
  #blocks .block-job_more_jobs h2 {
    margin: 0;
  }
  #blocks .block-job_more_jobs .bg-grey2 {
    padding: 20px 0 30px 0px;
  }
  #blocks .block-job_more_jobs:last-of-type {
    padding-bottom: 0;
  }
  #blocks .block-job_more_jobs:last-of-type .bg-grey2 {
    padding-bottom: 30px;
  }
  #blocks .block-job_more_jobs.after-content .bg-grey2 {
    padding-top: 30px;
  }
  #blocks .block-job_more_jobs .bg-white {
    padding: 20px;
    border-radius: 4px;
    margin-top: 30px;
    width: 100%;
  }
  #blocks .block-job_more_jobs .bg-white > p {
    margin-bottom: 5px;
  }
  #blocks .block-job_more_jobs ul {
    list-style: disc;
    padding-left: 20px;
  }
  #blocks .block-job_more_jobs ul li {
    font-weight: 600;
    padding-left: 0;
  }
  #blocks .block-job_more_jobs ul li:before {
    display: none;
  }
  #blocks .block-job_more_jobs ul li p {
    margin: 0;
  }
  #blocks .block-job_more_jobs .button {
    margin-top: 25px;
    position: relative;
  }
  #blocks .block-job_more_jobs img {
    margin: -50px 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #blocks .block-job_more_jobs h3 {
    position: relative;
  }
  #blocks .block-job_more_jobs h3::before {
    content: "";
    position: absolute;
    left: -20px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (min-width: 992px) {
  #blocks .block-job_more_jobs .bg-grey2 {
    padding: 50px 0 50px;
    margin-left: 10px;
  }
  #blocks .block-job_more_jobs:last-of-type {
    padding-bottom: 0;
  }
  #blocks .block-job_more_jobs:last-of-type .bg-grey2 {
    padding-bottom: 50px;
  }
  #blocks .block-job_more_jobs.after-content .bg-grey2 {
    padding-top: 100px;
  }
  #blocks .block-job_more_jobs .bg-white {
    padding: 30px;
    border-radius: 4px 4px 0 0;
    margin-top: 30px;
    width: 100%;
  }
  #blocks .block-job_more_jobs ul {
    list-style: disc;
    padding-left: 20px;
  }
  #blocks .block-job_more_jobs ul li {
    font-weight: 600;
    padding-left: 0;
  }
  #blocks .block-job_more_jobs ul li:before {
    display: none;
  }
  #blocks .block-job_more_jobs ul li p {
    margin: 0;
  }
  #blocks .block-job_more_jobs .button {
    margin-top: 25px;
    position: relative;
  }
  #blocks .block-job_more_jobs img {
    margin: -50px 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #blocks .block-job_more_jobs h3 {
    position: relative;
  }
  #blocks .block-job_more_jobs h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #blocks .block-content_text_video .bg-black, #blocks .block-content_multiple_text_video .bg-black {
    padding: 20px 30px 0 25px;
    position: relative;
  }
  #blocks .block-content_text_video .bg-black .intro, #blocks .block-content_multiple_text_video .bg-black .intro {
    font-size: 18px;
  }
  #blocks .block-content_text_video .bg-black .gallery, #blocks .block-content_multiple_text_video .bg-black .gallery {
    padding: 0;
    position: static;
  }
  #blocks .block-content_text_video .bg-black .gallery .slide, #blocks .block-content_multiple_text_video .bg-black .gallery .slide {
    display: none;
    padding-bottom: 45px;
  }
  #blocks .block-content_text_video .bg-black .gallery.slick-initialized .slide, #blocks .block-content_multiple_text_video .bg-black .gallery.slick-initialized .slide {
    display: block;
  }
  #blocks .block-content_text_video .bg-black .gallery .slick-arrow, #blocks .block-content_multiple_text_video .bg-black .gallery .slick-arrow {
    position: absolute;
    bottom: 50px;
    left: 80px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
  }
  #blocks .block-content_text_video .bg-black .gallery .slick-arrow.slick-prev, #blocks .block-content_multiple_text_video .bg-black .gallery .slick-arrow.slick-prev {
    right: auto;
    left: 32px;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots {
    position: absolute;
    right: calc(50% + 50px);
    bottom: 50px;
    margin: 0;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li {
    display: inline-block;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li:only-child, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li:only-child {
    display: none;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li button, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    margin-left: 10px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
  #blocks .block-content_text_video .video, #blocks .block-content_multiple_text_video .video {
    position: relative;
    padding-bottom: 75%;
    margin: 0 -30px 0 -25px;
    overflow: hidden;
    min-height: 250px;
    height: 100%;
  }
  #blocks .block-content_text_video .video iframe, #blocks .block-content_text_video .video .image, #blocks .block-content_multiple_text_video .video iframe, #blocks .block-content_multiple_text_video .video .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_text_video .video .image, #blocks .block-content_multiple_text_video .video .image {
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  #blocks .block-content_text_video .video .image:hover .play::before, #blocks .block-content_multiple_text_video .video .image:hover .play::before {
    background: #eeeeef;
  }
  #blocks .block-content_text_video .video .image:hover .play::after, #blocks .block-content_multiple_text_video .video .image:hover .play::after {
    border-width: 9px 15px;
  }
  #blocks .block-content_text_video .video .image .play, #blocks .block-content_multiple_text_video .video .image .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 50px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 150px;
  }
  #blocks .block-content_text_video .video .image .play::after, #blocks .block-content_multiple_text_video .video .image .play::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    transition: border-color 0.5s;
    border-width: 9px 15px;
  }
  #blocks .block-content_text_video .video .image .play::before, #blocks .block-content_multiple_text_video .video .image .play::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: none;
    transition: background 0.5s;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #blocks .block-content_text_video .bg-black, #blocks .block-content_multiple_text_video .bg-black {
    padding: 20px 30px 0 25px;
    position: relative;
  }
  #blocks .block-content_text_video .bg-black .intro, #blocks .block-content_multiple_text_video .bg-black .intro {
    font-size: 18px;
  }
  #blocks .block-content_text_video .bg-black .gallery, #blocks .block-content_multiple_text_video .bg-black .gallery {
    padding: 0;
    position: static;
  }
  #blocks .block-content_text_video .bg-black .gallery .slide, #blocks .block-content_multiple_text_video .bg-black .gallery .slide {
    display: none;
    padding-bottom: 45px;
  }
  #blocks .block-content_text_video .bg-black .gallery.slick-initialized .slide, #blocks .block-content_multiple_text_video .bg-black .gallery.slick-initialized .slide {
    display: block;
  }
  #blocks .block-content_text_video .bg-black .gallery .slick-arrow, #blocks .block-content_multiple_text_video .bg-black .gallery .slick-arrow {
    position: absolute;
    bottom: 50px;
    left: 80px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
  }
  #blocks .block-content_text_video .bg-black .gallery .slick-arrow.slick-prev, #blocks .block-content_multiple_text_video .bg-black .gallery .slick-arrow.slick-prev {
    right: auto;
    left: 32px;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots {
    position: absolute;
    right: calc(50% + 50px);
    bottom: 50px;
    margin: 0;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li {
    display: inline-block;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li:only-child, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li:only-child {
    display: none;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li button, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    margin-left: 10px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
  #blocks .block-content_text_video .video, #blocks .block-content_multiple_text_video .video {
    position: relative;
    padding-bottom: 75%;
    margin: 0 -30px 0 -25px;
    overflow: hidden;
    min-height: 250px;
    height: 100%;
  }
  #blocks .block-content_text_video .video iframe, #blocks .block-content_text_video .video .image, #blocks .block-content_multiple_text_video .video iframe, #blocks .block-content_multiple_text_video .video .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_text_video .video .image, #blocks .block-content_multiple_text_video .video .image {
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  #blocks .block-content_text_video .video .image:hover .play::before, #blocks .block-content_multiple_text_video .video .image:hover .play::before {
    background: #eeeeef;
  }
  #blocks .block-content_text_video .video .image:hover .play::after, #blocks .block-content_multiple_text_video .video .image:hover .play::after {
    border-width: 9px 15px;
  }
  #blocks .block-content_text_video .video .image .play, #blocks .block-content_multiple_text_video .video .image .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 50px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 150px;
  }
  #blocks .block-content_text_video .video .image .play::after, #blocks .block-content_multiple_text_video .video .image .play::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    transition: border-color 0.5s;
    border-width: 9px 15px;
  }
  #blocks .block-content_text_video .video .image .play::before, #blocks .block-content_multiple_text_video .video .image .play::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: none;
    transition: background 0.5s;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-content_text_video .bg-black, #blocks .block-content_multiple_text_video .bg-black {
    padding: 20px 30px 0 25px;
    position: relative;
  }
  #blocks .block-content_text_video .bg-black .intro, #blocks .block-content_multiple_text_video .bg-black .intro {
    font-size: 18px;
  }
  #blocks .block-content_text_video .bg-black .gallery, #blocks .block-content_multiple_text_video .bg-black .gallery {
    padding: 0;
    position: static;
  }
  #blocks .block-content_text_video .bg-black .gallery .slide, #blocks .block-content_multiple_text_video .bg-black .gallery .slide {
    display: none;
    padding-bottom: 45px;
  }
  #blocks .block-content_text_video .bg-black .gallery.slick-initialized .slide, #blocks .block-content_multiple_text_video .bg-black .gallery.slick-initialized .slide {
    display: block;
  }
  #blocks .block-content_text_video .bg-black .gallery .slick-arrow, #blocks .block-content_multiple_text_video .bg-black .gallery .slick-arrow {
    position: absolute;
    bottom: 50px;
    left: 80px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
  }
  #blocks .block-content_text_video .bg-black .gallery .slick-arrow.slick-prev, #blocks .block-content_multiple_text_video .bg-black .gallery .slick-arrow.slick-prev {
    right: auto;
    left: 32px;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots {
    position: absolute;
    right: calc(50% + 50px);
    bottom: 50px;
    margin: 0;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li {
    display: inline-block;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li:only-child, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li:only-child {
    display: none;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li button, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    margin-left: 10px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
  #blocks .block-content_text_video .video, #blocks .block-content_multiple_text_video .video {
    position: relative;
    padding-bottom: 75%;
    margin: 0 -30px 0 -25px;
    overflow: hidden;
    min-height: 250px;
    height: 100%;
  }
  #blocks .block-content_text_video .video iframe, #blocks .block-content_text_video .video .image, #blocks .block-content_multiple_text_video .video iframe, #blocks .block-content_multiple_text_video .video .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_text_video .video .image, #blocks .block-content_multiple_text_video .video .image {
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  #blocks .block-content_text_video .video .image:hover .play::before, #blocks .block-content_multiple_text_video .video .image:hover .play::before {
    background: #eeeeef;
  }
  #blocks .block-content_text_video .video .image:hover .play::after, #blocks .block-content_multiple_text_video .video .image:hover .play::after {
    border-width: 9px 15px;
  }
  #blocks .block-content_text_video .video .image .play, #blocks .block-content_multiple_text_video .video .image .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 50px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 150px;
  }
  #blocks .block-content_text_video .video .image .play::after, #blocks .block-content_multiple_text_video .video .image .play::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    transition: border-color 0.5s;
    border-width: 9px 15px;
  }
  #blocks .block-content_text_video .video .image .play::before, #blocks .block-content_multiple_text_video .video .image .play::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: none;
    transition: background 0.5s;
  }
  #blocks .block-content_text_video .bg-black, #blocks .block-content_multiple_text_video .bg-black {
    padding: 0 0 0 25px;
    position: relative;
    overflow: hidden;
  }
  #blocks .block-content_text_video .bg-black .intro, #blocks .block-content_multiple_text_video .bg-black .intro {
    font-size: 18px;
  }
  #blocks .block-content_text_video .bg-black .gallery, #blocks .block-content_multiple_text_video .bg-black .gallery {
    padding: 0;
    position: static;
  }
  #blocks .block-content_text_video .bg-black .gallery .slide, #blocks .block-content_multiple_text_video .bg-black .gallery .slide {
    display: none;
    padding: 20px 10px 20px 0;
  }
  #blocks .block-content_text_video .bg-black .gallery.slick-initialized .slide, #blocks .block-content_multiple_text_video .bg-black .gallery.slick-initialized .slide {
    display: block;
  }
  #blocks .block-content_text_video .bg-black .gallery .slick-arrow, #blocks .block-content_multiple_text_video .bg-black .gallery .slick-arrow {
    position: absolute;
    bottom: 50px;
    left: 80px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
  }
  #blocks .block-content_text_video .bg-black .gallery .slick-arrow.slick-prev, #blocks .block-content_multiple_text_video .bg-black .gallery .slick-arrow.slick-prev {
    right: auto;
    left: 32px;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots {
    position: absolute;
    right: calc(50% + 50px);
    bottom: 50px;
    margin: 0;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li {
    display: inline-block;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li:only-child, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li:only-child {
    display: none;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li button, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    margin-left: 10px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
  #blocks .block-content_text_video .video, #blocks .block-content_multiple_text_video .video {
    position: relative;
    padding-bottom: 75%;
    margin: 0 -30px 0 0;
    overflow: hidden;
    min-height: 250px;
    height: 100%;
    width: 100%;
  }
  #blocks .block-content_text_video .video iframe, #blocks .block-content_text_video .video .image, #blocks .block-content_multiple_text_video .video iframe, #blocks .block-content_multiple_text_video .video .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_text_video .video .image, #blocks .block-content_multiple_text_video .video .image {
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  #blocks .block-content_text_video .video .image:hover .play::before, #blocks .block-content_multiple_text_video .video .image:hover .play::before {
    background: #eeeeef;
  }
  #blocks .block-content_text_video .video .image:hover .play::after, #blocks .block-content_multiple_text_video .video .image:hover .play::after {
    border-width: 9px 15px;
  }
  #blocks .block-content_text_video .video .image .play, #blocks .block-content_multiple_text_video .video .image .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 50px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 150px;
  }
  #blocks .block-content_text_video .video .image .play::after, #blocks .block-content_multiple_text_video .video .image .play::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    transition: border-color 0.5s;
    border-width: 9px 15px;
  }
  #blocks .block-content_text_video .video .image .play::before, #blocks .block-content_multiple_text_video .video .image .play::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: none;
    transition: background 0.5s;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_text_video .bg-black, #blocks .block-content_multiple_text_video .bg-black {
    padding: 50px;
    border-radius: 4px;
    position: relative;
  }
  #blocks .block-content_text_video .bg-black .intro, #blocks .block-content_multiple_text_video .bg-black .intro {
    font-size: 26px;
  }
  #blocks .block-content_text_video .bg-black .gallery, #blocks .block-content_multiple_text_video .bg-black .gallery {
    padding: 0;
    position: static;
  }
  #blocks .block-content_text_video .bg-black .gallery .slide, #blocks .block-content_multiple_text_video .bg-black .gallery .slide {
    display: none;
    padding-bottom: 45px;
  }
  #blocks .block-content_text_video .bg-black .gallery.slick-initialized .slide, #blocks .block-content_multiple_text_video .bg-black .gallery.slick-initialized .slide {
    display: block;
  }
  #blocks .block-content_text_video .bg-black .gallery .slick-arrow, #blocks .block-content_multiple_text_video .bg-black .gallery .slick-arrow {
    position: absolute;
    bottom: 50px;
    left: 80px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
  }
  #blocks .block-content_text_video .bg-black .gallery .slick-arrow.slick-prev, #blocks .block-content_multiple_text_video .bg-black .gallery .slick-arrow.slick-prev {
    right: auto;
    left: 32px;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots {
    position: absolute;
    right: calc(50% + 50px);
    bottom: 50px;
    margin: 0;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li {
    display: inline-block;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li:only-child, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li:only-child {
    display: none;
  }
  #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li button, #blocks .block-content_multiple_text_video .bg-black .gallery ul.slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    margin-left: 10px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
  #blocks .block-content_text_video .video, #blocks .block-content_multiple_text_video .video {
    position: relative;
    padding-bottom: 0;
    margin: -50px -50px -50px 0px;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
    min-height: 300px;
    height: calc(100% + 100px);
    width: calc(100% + 100px);
  }
  #blocks .block-content_text_video .video iframe, #blocks .block-content_text_video .video .image, #blocks .block-content_multiple_text_video .video iframe, #blocks .block-content_multiple_text_video .video .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_text_video .video .image, #blocks .block-content_multiple_text_video .video .image {
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  #blocks .block-content_text_video .video .image:hover .play::before, #blocks .block-content_multiple_text_video .video .image:hover .play::before {
    background: #eeeeef;
  }
  #blocks .block-content_text_video .video .image .play, #blocks .block-content_multiple_text_video .video .image .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 64px;
    margin-left: 10px;
    cursor: pointer;
  }
  #blocks .block-content_text_video .video .image .play::after, #blocks .block-content_multiple_text_video .video .image .play::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 15px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    transition: border-color 0.5s;
  }
  #blocks .block-content_text_video .video .image .play::before, #blocks .block-content_multiple_text_video .video .image .play::before {
    content: "";
    position: absolute;
    top: -11px;
    left: -10px;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    border: none;
    transition: background 0.5s;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_text_video--with-map {
    /* map dialog window */
  }
  #blocks .block-content_text_video--with-map a {
    color: #ffffff;
    font-weight: 700;
  }
  #blocks .block-content_text_video--with-map a.button {
    display: table;
    margin-top: 8px;
  }
  #blocks .block-content_text_video--with-map .bg-white {
    padding-bottom: 70px;
  }
  #blocks .block-content_text_video--with-map div.row.xsmiddle {
    display: flex;
    align-items: flex-start;
  }
  #blocks .block-content_text_video--with-map div.row.xsmiddle > .col:first-of-type p {
    margin: 20px 0;
  }
  #blocks .block-content_text_video--with-map .video--with-map {
    min-height: 430px;
  }
  #blocks .block-content_text_video--with-map .gm-style-iw.gm-style-iw-c {
    background: #00b3bc;
    max-height: none !important;
    padding: 0 0 20px !important;
    /* window decoration */
    /* window content */
  }
  #blocks .block-content_text_video--with-map .gm-style-iw.gm-style-iw-c .gm-style-iw-chr {
    /* close button */
  }
  #blocks .block-content_text_video--with-map .gm-style-iw.gm-style-iw-c .gm-style-iw-chr .gm-ui-hover-effect > span {
    background-color: #ffffff;
  }
  #blocks .block-content_text_video--with-map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    max-height: none !important;
    overflow: visible !important;
    padding: 0 20px;
  }
  #blocks .block-content_text_video--with-map .gm-style-iw.gm-style-iw-c .gm-style-iw-d .infobox .infobox-heading {
    text-align: center;
  }
  #blocks .block-content_text_video--with-map .gm-style-iw.gm-style-iw-c .gm-style-iw-d .infobox .infobox-heading p {
    font-family: "omnes-pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 12px;
  }
  #blocks .block-content_text_video--with-map .gm-style-iw.gm-style-iw-c .gm-style-iw-d .infobox .infobox-heading .title {
    font-size: 24px;
    font-weight: 600;
  }
  #blocks .block-content_text_video--with-map .gm-style-iw.gm-style-iw-c .gm-style-iw-d .infobox .infobox-heading .infobox_link {
    background: #ffffff;
    border-radius: 4px;
    color: #00b3bc;
    display: block;
    font-family: "omnes-pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    padding: 16px;
    text-align: center;
    text-decoration: none;
  }
  #blocks .block-content_text_video--with-map .gm-style-iw.gm-style-iw-c + .gm-style-iw-tc {
    font-size: 0 !important;
  }
  #blocks .block-content_text_video--with-map .gm-style-iw.gm-style-iw-c + .gm-style-iw-tc:after {
    background-color: #00b3bc;
  }
}
@media (min-width: 768px) {
  #blocks .block-content_text_video--with-map .bg-black {
    padding: 50px 0 50px 25px;
  }
  #blocks .block-content_text_video--with-map .video--with-map {
    margin: -50px -50px -50px 0px;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_text_video--with-map .bg-black {
    padding-right: 100px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #blocks .block-content_text_image .bg-black {
    padding: 20px 30px 0 25px;
    position: relative;
  }
  #blocks .block-content_text_image .bg-black .intro {
    font-size: 18px;
  }
  #blocks .block-content_text_image .bg-black .link {
    margin-bottom: 20px;
  }
  #blocks .block-content_text_image .imagecontainer {
    position: relative;
    padding-bottom: 50%;
    margin: 0 -30px 0 -25px;
    overflow: hidden;
    min-height: 250px;
    height: 100%;
  }
  #blocks .block-content_text_image .imagecontainer .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #blocks .block-content_text_image .bg-black {
    padding: 20px 30px 0 25px;
    position: relative;
  }
  #blocks .block-content_text_image .bg-black .intro {
    font-size: 18px;
  }
  #blocks .block-content_text_image .bg-black .link {
    margin-bottom: 20px;
  }
  #blocks .block-content_text_image .imagecontainer {
    position: relative;
    padding-bottom: 50%;
    margin: 0 -30px 0 -25px;
    overflow: hidden;
    min-height: 250px;
    height: 100%;
  }
  #blocks .block-content_text_image .imagecontainer .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-content_text_image .bg-black {
    padding: 20px 30px 0 25px;
    position: relative;
  }
  #blocks .block-content_text_image .bg-black .intro {
    font-size: 18px;
  }
  #blocks .block-content_text_image .bg-black .link {
    margin-bottom: 20px;
  }
  #blocks .block-content_text_image .imagecontainer {
    position: relative;
    padding-bottom: 50%;
    margin: 0 -30px 0 -25px;
    overflow: hidden;
    min-height: 250px;
    height: 100%;
  }
  #blocks .block-content_text_image .imagecontainer .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  #blocks .block-content_text_image .bg-black {
    padding: 0 0 0 25px;
    position: relative;
    overflow: hidden;
  }
  #blocks .block-content_text_image .bg-black .intro {
    font-size: 18px;
  }
  #blocks .block-content_text_image .imagecontainer {
    position: relative;
    padding-bottom: 75%;
    margin: 0 -30px 0 0;
    overflow: hidden;
    min-height: 250px;
    height: 100%;
    width: 100%;
  }
  #blocks .block-content_text_image .imagecontainer .image {
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_text_image .bg-black {
    padding: 50px;
    border-radius: 4px;
    position: relative;
  }
  #blocks .block-content_text_image .bg-black .intro {
    font-size: 26px;
  }
  #blocks .block-content_text_image .imagecontainer {
    position: relative;
    margin: -50px -50px -50px 0px;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
    min-height: 350px;
    height: calc(100% + 100px);
    width: calc(100% + 100px);
  }
  #blocks .block-content_text_image .imagecontainer .image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_key_points .bg-white {
    padding-bottom: 0;
  }
  #blocks .block-content_key_points .imageParent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    min-height: auto;
  }
  #blocks .block-content_key_points h3 {
    display: block;
    width: 100%;
  }
  #blocks .block-content_key_points p:last-child {
    margin-bottom: 52px;
  }
}
@media (min-width: 768px) {
  #blocks .block-content_key_points .imageParent {
    min-height: 100px;
  }
}
@media (min-width: 0px) {
  #blocks .block-perk_icons .bg-white {
    padding-bottom: 0;
  }
  #blocks .block-perk_icons .image {
    height: 90px;
    width: auto;
    margin-bottom: 25px;
  }
  #blocks .block-perk_icons h3 {
    display: block;
    width: 100%;
  }
  #blocks .block-perk_icons p:last-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_volunteer_op_tabs .padding {
    padding: 0 0 50px;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_volunteer_op_tabs .bg-black {
    padding: 30px;
    margin-right: -60px;
    width: calc(100% + 60px);
    border-radius: 4px 0 0 4px;
    position: relative;
  }
  #blocks .block-content_volunteer_op_tabs .bg-black::after {
    content: "";
    top: 100%;
    right: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
  }
  #blocks .block-content_volunteer_op_tabs .bg-black h2 {
    position: relative;
    padding-left: 50px;
    margin: 0 0 20px;
  }
  #blocks .block-content_volunteer_op_tabs .bg-black h2::before {
    content: "i";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #57555b;
    font-size: 28px;
    font-weight: 900;
    left: 0;
  }
  #blocks .block-content_volunteer_op_tabs .bg-black p {
    margin-left: 50px;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white {
    padding-bottom: 80px;
    height: 100%;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white .content {
    padding: 0 0 30px;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white .content > div {
    display: none;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white .content > div.active {
    display: block;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white .content > div p:last-child {
    margin: 0;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white .content > div h3 {
    font-size: 20px;
    margin: 0;
    width: 100%;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white .content > div h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0 5px;
    width: 100%;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white .tabs {
    border-bottom: 1px solid #57555b;
    margin: 0 0 30px;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white .tabs a, #blocks .block-content_volunteer_op_tabs div.bg-white .tabs span {
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px 8px;
    background: #e2e2e2;
    border-radius: 4px 4px 0 0;
    margin-right: 10px;
    font-weight: 700;
    transition: background 0.5s;
    max-width: 205px;
    text-align: center;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white .tabs a:hover, #blocks .block-content_volunteer_op_tabs div.bg-white .tabs span:hover {
    background: #cecece;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white .tabs a.active, #blocks .block-content_volunteer_op_tabs div.bg-white .tabs span.active {
    background: #57555b;
    color: #fff;
    cursor: default;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white .tabs a.active:hover, #blocks .block-content_volunteer_op_tabs div.bg-white .tabs span.active:hover {
    background: #57555b;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white ul li:last-child {
    margin: 0;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white ul li ul {
    margin: 15px 0px 20px 0px;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white ul:last-child {
    margin-bottom: 0;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white #map {
    padding-bottom: 60%;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: none;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style .gm-style-iw-t::after {
    display: none;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style .gm-style-iw {
    overflow: visible !important;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c {
    padding: 0;
    color: #fff;
    overflow: visible !important;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c button[title=Close] {
    display: none !important;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox {
    padding: 20px 20px;
    color: #fff;
    background: #57555b;
    text-align: center;
    border-radius: 4px;
    font-family: "omnes-pro", sans-serif;
    max-width: 280px;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox p {
    font-size: 20px;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox.current {
    background: #e95a00;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox.current h3 {
    font-size: 26px;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox.current::after {
    border-top-color: #e95a00;
  }
  #blocks .block-content_volunteer_op_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 12px);
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-top: 18px solid #57555b;
    z-index: 1;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_governance_vac_tabs .padding {
    padding: 0 0 50px;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_governance_vac_tabs .bg-black {
    padding: 30px;
    margin-right: -60px;
    width: calc(100% + 60px);
    border-radius: 4px 0 0 4px;
    position: relative;
  }
  #blocks .block-content_governance_vac_tabs .bg-black::after {
    content: "";
    top: 100%;
    right: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
  }
  #blocks .block-content_governance_vac_tabs .bg-black h2 {
    position: relative;
    padding-left: 50px;
    margin: 0 0 20px;
  }
  #blocks .block-content_governance_vac_tabs .bg-black h2::before {
    content: "i";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #57555b;
    font-size: 28px;
    font-weight: 900;
    left: 0;
  }
  #blocks .block-content_governance_vac_tabs .bg-black p {
    margin-left: 50px;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white {
    padding-bottom: 80px;
    height: 100%;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white .content {
    padding: 0 0 30px;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white .content > div {
    display: none;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white .content > div.active {
    display: block;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white .content > div p:last-child {
    margin: 0;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white .content > div h3 {
    font-size: 20px;
    margin: 0;
    width: 100%;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white .content > div h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0 5px;
    width: 100%;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white .tabs {
    border-bottom: 1px solid #57555b;
    margin: 0 0 30px;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white .tabs a, #blocks .block-content_governance_vac_tabs div.bg-white .tabs span {
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px 8px;
    background: #e2e2e2;
    border-radius: 4px 4px 0 0;
    margin-right: 10px;
    font-weight: 700;
    transition: background 0.5s;
    max-width: 205px;
    text-align: center;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white .tabs a:hover, #blocks .block-content_governance_vac_tabs div.bg-white .tabs span:hover {
    background: #cecece;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white .tabs a.active, #blocks .block-content_governance_vac_tabs div.bg-white .tabs span.active {
    background: #57555b;
    color: #fff;
    cursor: default;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white .tabs a.active:hover, #blocks .block-content_governance_vac_tabs div.bg-white .tabs span.active:hover {
    background: #57555b;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white ul li:last-child {
    margin: 0;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white ul li ul {
    margin: 15px 0px 20px 0px;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white ul:last-child {
    margin-bottom: 0;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white #map {
    padding-bottom: 60%;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  #blocks .block-content_governance_vac_tabs div.bg-white #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: none;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white #map .gm-style .gm-style-iw-t::after {
    display: none;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white #map .gm-style .gm-style-iw {
    overflow: visible !important;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c {
    padding: 0;
    color: #fff;
    overflow: visible !important;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c button[title=Close] {
    display: none !important;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox {
    padding: 20px 20px;
    color: #fff;
    background: #57555b;
    text-align: center;
    border-radius: 4px;
    font-family: "omnes-pro", sans-serif;
    max-width: 280px;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox p {
    font-size: 20px;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox.current {
    background: #e95a00;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox.current h3 {
    font-size: 26px;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox.current::after {
    border-top-color: #e95a00;
  }
  #blocks .block-content_governance_vac_tabs div.bg-white #map .gm-style-iw.gm-style-iw-c .infobox::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 12px);
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-top: 18px solid #57555b;
    z-index: 1;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_form .row + .row {
    margin-top: -4px;
  }
  #blocks .block-content_form .bg {
    padding: 20px;
    margin-right: -60px;
    width: 100%;
    position: relative;
    color: #fff;
  }
  #blocks .block-content_form .bg::after {
    content: "";
    top: 100%;
    right: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
    z-index: 1;
  }
  #blocks .block-content_form .bg h2 {
    position: relative;
    padding-left: 50px;
    margin: 0 0 20px;
  }
  #blocks .block-content_form .bg h2::before {
    content: "i";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #57555b;
    font-size: 28px;
    font-weight: 900;
    left: 0;
  }
  #blocks .block-content_form .bg p {
    margin-left: 50px;
  }
  #blocks .block-content_form div.bg-white {
    height: 100%;
    padding-bottom: 100px;
  }
  #blocks .block-content_form div.bg-white .bg-black {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 20px;
    position: relative;
    margin-top: -20px;
  }
  #blocks .block-content_form div.bg-white ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_form div.bg-white ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_form div.bg-white ul li:last-of-type {
    margin: 0;
  }
  #blocks .block-content_form div.bg-white ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_form div.bg-white ul li ul {
    margin: 15px 0px 20px 0px;
  }
  #blocks .block-content_form div.bg-white ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  #blocks .block-content_form div.bg-white ul:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #blocks .block-content_form .bg {
    padding: 30px;
  }
  #blocks .block-content_form div.bg-white .bg-black {
    width: calc(100% + 90px);
    border-radius: 0 4px 4px 0;
    margin-left: -45px;
    padding: 30px 50px 30px;
    position: relative;
    margin-top: -45px;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_form .row + .row {
    margin-top: -4px;
  }
  #blocks .block-content_form .bg {
    padding: 30px;
    margin-right: -60px;
    width: calc(100% + 60px);
    border-radius: 4px 0 0 4px;
    position: relative;
    color: #fff;
    height: calc(100% - 100px);
  }
  #blocks .block-content_form .bg::after {
    content: "";
    top: 100%;
    right: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
  }
  #blocks .block-content_form .bg h2 {
    position: relative;
    padding-left: 50px;
    margin: 0 0 20px;
  }
  #blocks .block-content_form .bg h2::before {
    content: "i";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #57555b;
    font-size: 28px;
    font-weight: 900;
    left: 0;
  }
  #blocks .block-content_form .bg p {
    margin-left: 50px;
  }
  #blocks .block-content_form div.bg-white {
    height: 100%;
    padding-bottom: 100px;
  }
  #blocks .block-content_form div.bg-white .bg-black {
    height: 100%;
    width: calc(100% + 50px);
    border-radius: 0 4px 4px 0;
    margin-left: -50px;
    padding: 30px 50px 30px;
    position: relative;
    margin-top: 0;
  }
  #blocks .block-content_form div.bg-white ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_form div.bg-white ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_form div.bg-white ul li:last-of-type {
    margin: 0;
  }
  #blocks .block-content_form div.bg-white ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_form div.bg-white ul li ul {
    margin: 15px 0px 20px 0px;
  }
  #blocks .block-content_form div.bg-white ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  #blocks .block-content_form div.bg-white ul:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #blocks .block-gi_case_studies.after-content .bg-grey2, #blocks .block-au_case_studies.after-content .bg-grey2, #blocks .block-nhr_case_studies.after-content .bg-grey2, #blocks .block-case_studies.after-content .bg-grey2 {
    padding-top: 50px;
  }
  #blocks .block-gi_case_studies h2, #blocks .block-au_case_studies h2, #blocks .block-nhr_case_studies h2, #blocks .block-case_studies h2 {
    margin: 0px;
  }
  #blocks .block-gi_case_studies .gallery, #blocks .block-au_case_studies .gallery, #blocks .block-nhr_case_studies .gallery, #blocks .block-case_studies .gallery {
    padding: 20px 0;
  }
  #blocks .block-gi_case_studies .gallery .slick-track, #blocks .block-au_case_studies .gallery .slick-track, #blocks .block-nhr_case_studies .gallery .slick-track, #blocks .block-case_studies .gallery .slick-track {
    display: -moz-flex;
    display: flex;
  }
  #blocks .block-gi_case_studies .gallery .slick-track .slide, #blocks .block-au_case_studies .gallery .slick-track .slide, #blocks .block-nhr_case_studies .gallery .slick-track .slide, #blocks .block-case_studies .gallery .slick-track .slide {
    height: inherit;
  }
  #blocks .block-gi_case_studies .gallery .slide, #blocks .block-au_case_studies .gallery .slide, #blocks .block-nhr_case_studies .gallery .slide, #blocks .block-case_studies .gallery .slide {
    height: inherit;
    display: none;
    margin-bottom: 50px;
  }
  #blocks .block-gi_case_studies .gallery .slide:first-of-type, #blocks .block-au_case_studies .gallery .slide:first-of-type, #blocks .block-nhr_case_studies .gallery .slide:first-of-type, #blocks .block-case_studies .gallery .slide:first-of-type {
    display: block;
  }
  #blocks .block-gi_case_studies .gallery .slide .image, #blocks .block-au_case_studies .gallery .slide .image, #blocks .block-nhr_case_studies .gallery .slide .image, #blocks .block-case_studies .gallery .slide .image {
    min-height: 100%;
    border-radius: 4px 4px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    padding-bottom: 66.6666%;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white, #blocks .block-au_case_studies .gallery .slide .bg-white, #blocks .block-nhr_case_studies .gallery .slide .bg-white, #blocks .block-case_studies .gallery .slide .bg-white {
    height: 100%;
    padding: 20px;
    border-radius: 0 0 4px 0;
    position: relative;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white h2, #blocks .block-au_case_studies .gallery .slide .bg-white h2, #blocks .block-nhr_case_studies .gallery .slide .bg-white h2, #blocks .block-case_studies .gallery .slide .bg-white h2 {
    font-weight: 600;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white h3, #blocks .block-au_case_studies .gallery .slide .bg-white h3, #blocks .block-nhr_case_studies .gallery .slide .bg-white h3, #blocks .block-case_studies .gallery .slide .bg-white h3 {
    font-weight: 400;
    margin-bottom: 25px;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-au_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-nhr_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-case_studies .gallery .slide .bg-white .casestudy_content {
    padding-bottom: 20px;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white::after, #blocks .block-au_case_studies .gallery .slide .bg-white::after, #blocks .block-nhr_case_studies .gallery .slide .bg-white::after, #blocks .block-case_studies .gallery .slide .bg-white::after {
    content: "";
    top: 100%;
    left: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
  }
  #blocks .block-gi_case_studies .gallery.slick-initialized .slide, #blocks .block-au_case_studies .gallery.slick-initialized .slide, #blocks .block-nhr_case_studies .gallery.slick-initialized .slide, #blocks .block-case_studies .gallery.slick-initialized .slide {
    display: block;
  }
  #blocks .block-gi_case_studies .gallery .slick-arrow, #blocks .block-au_case_studies .gallery .slick-arrow, #blocks .block-nhr_case_studies .gallery .slick-arrow, #blocks .block-case_studies .gallery .slick-arrow {
    position: absolute;
    top: calc(100% - 50px);
    left: 30px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    z-index: 1;
  }
  #blocks .block-gi_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-au_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-nhr_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-case_studies .gallery .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots, #blocks .block-au_case_studies .gallery ul.slick-dots, #blocks .block-nhr_case_studies .gallery ul.slick-dots, #blocks .block-case_studies .gallery ul.slick-dots {
    position: absolute;
    right: 0;
    top: calc(100% - 50px);
    margin: 0;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots li, #blocks .block-au_case_studies .gallery ul.slick-dots li, #blocks .block-nhr_case_studies .gallery ul.slick-dots li, #blocks .block-case_studies .gallery ul.slick-dots li {
    display: inline-block;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots li button, #blocks .block-au_case_studies .gallery ul.slick-dots li button, #blocks .block-nhr_case_studies .gallery ul.slick-dots li button, #blocks .block-case_studies .gallery ul.slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    margin-left: 10px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #blocks .block-gi_case_studies.after-content .bg-grey2, #blocks .block-au_case_studies.after-content .bg-grey2, #blocks .block-nhr_case_studies.after-content .bg-grey2, #blocks .block-case_studies.after-content .bg-grey2 {
    padding-top: 50px;
  }
  #blocks .block-gi_case_studies h2, #blocks .block-au_case_studies h2, #blocks .block-nhr_case_studies h2, #blocks .block-case_studies h2 {
    margin: 0px;
  }
  #blocks .block-gi_case_studies .gallery, #blocks .block-au_case_studies .gallery, #blocks .block-nhr_case_studies .gallery, #blocks .block-case_studies .gallery {
    padding: 20px 0;
  }
  #blocks .block-gi_case_studies .gallery .slick-track, #blocks .block-au_case_studies .gallery .slick-track, #blocks .block-nhr_case_studies .gallery .slick-track, #blocks .block-case_studies .gallery .slick-track {
    display: -moz-flex;
    display: flex;
  }
  #blocks .block-gi_case_studies .gallery .slick-track .slide, #blocks .block-au_case_studies .gallery .slick-track .slide, #blocks .block-nhr_case_studies .gallery .slick-track .slide, #blocks .block-case_studies .gallery .slick-track .slide {
    height: inherit;
  }
  #blocks .block-gi_case_studies .gallery .slide, #blocks .block-au_case_studies .gallery .slide, #blocks .block-nhr_case_studies .gallery .slide, #blocks .block-case_studies .gallery .slide {
    height: inherit;
    display: none;
    margin-bottom: 50px;
  }
  #blocks .block-gi_case_studies .gallery .slide:first-of-type, #blocks .block-au_case_studies .gallery .slide:first-of-type, #blocks .block-nhr_case_studies .gallery .slide:first-of-type, #blocks .block-case_studies .gallery .slide:first-of-type {
    display: block;
  }
  #blocks .block-gi_case_studies .gallery .slide .image, #blocks .block-au_case_studies .gallery .slide .image, #blocks .block-nhr_case_studies .gallery .slide .image, #blocks .block-case_studies .gallery .slide .image {
    min-height: 100%;
    border-radius: 4px 4px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    padding-bottom: 66.6666%;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white, #blocks .block-au_case_studies .gallery .slide .bg-white, #blocks .block-nhr_case_studies .gallery .slide .bg-white, #blocks .block-case_studies .gallery .slide .bg-white {
    height: 100%;
    padding: 20px;
    border-radius: 0 0 4px 0;
    position: relative;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white h2, #blocks .block-au_case_studies .gallery .slide .bg-white h2, #blocks .block-nhr_case_studies .gallery .slide .bg-white h2, #blocks .block-case_studies .gallery .slide .bg-white h2 {
    font-weight: 600;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white h3, #blocks .block-au_case_studies .gallery .slide .bg-white h3, #blocks .block-nhr_case_studies .gallery .slide .bg-white h3, #blocks .block-case_studies .gallery .slide .bg-white h3 {
    font-weight: 400;
    margin-bottom: 25px;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-au_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-nhr_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-case_studies .gallery .slide .bg-white .casestudy_content {
    padding-bottom: 20px;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white::after, #blocks .block-au_case_studies .gallery .slide .bg-white::after, #blocks .block-nhr_case_studies .gallery .slide .bg-white::after, #blocks .block-case_studies .gallery .slide .bg-white::after {
    content: "";
    top: 100%;
    left: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
  }
  #blocks .block-gi_case_studies .gallery.slick-initialized .slide, #blocks .block-au_case_studies .gallery.slick-initialized .slide, #blocks .block-nhr_case_studies .gallery.slick-initialized .slide, #blocks .block-case_studies .gallery.slick-initialized .slide {
    display: block;
  }
  #blocks .block-gi_case_studies .gallery .slick-arrow, #blocks .block-au_case_studies .gallery .slick-arrow, #blocks .block-nhr_case_studies .gallery .slick-arrow, #blocks .block-case_studies .gallery .slick-arrow {
    position: absolute;
    top: calc(100% - 50px);
    left: 30px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    z-index: 1;
  }
  #blocks .block-gi_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-au_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-nhr_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-case_studies .gallery .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots, #blocks .block-au_case_studies .gallery ul.slick-dots, #blocks .block-nhr_case_studies .gallery ul.slick-dots, #blocks .block-case_studies .gallery ul.slick-dots {
    position: absolute;
    right: 0;
    top: calc(100% - 50px);
    margin: 0;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots li, #blocks .block-au_case_studies .gallery ul.slick-dots li, #blocks .block-nhr_case_studies .gallery ul.slick-dots li, #blocks .block-case_studies .gallery ul.slick-dots li {
    display: inline-block;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots li button, #blocks .block-au_case_studies .gallery ul.slick-dots li button, #blocks .block-nhr_case_studies .gallery ul.slick-dots li button, #blocks .block-case_studies .gallery ul.slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    margin-left: 10px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-gi_case_studies.after-content .bg-grey2, #blocks .block-au_case_studies.after-content .bg-grey2, #blocks .block-nhr_case_studies.after-content .bg-grey2, #blocks .block-case_studies.after-content .bg-grey2 {
    padding-top: 50px;
  }
  #blocks .block-gi_case_studies h2, #blocks .block-au_case_studies h2, #blocks .block-nhr_case_studies h2, #blocks .block-case_studies h2 {
    margin: 0px;
  }
  #blocks .block-gi_case_studies .gallery, #blocks .block-au_case_studies .gallery, #blocks .block-nhr_case_studies .gallery, #blocks .block-case_studies .gallery {
    padding: 20px 0;
  }
  #blocks .block-gi_case_studies .gallery .slick-track, #blocks .block-au_case_studies .gallery .slick-track, #blocks .block-nhr_case_studies .gallery .slick-track, #blocks .block-case_studies .gallery .slick-track {
    display: -moz-flex;
    display: flex;
  }
  #blocks .block-gi_case_studies .gallery .slick-track .slide, #blocks .block-au_case_studies .gallery .slick-track .slide, #blocks .block-nhr_case_studies .gallery .slick-track .slide, #blocks .block-case_studies .gallery .slick-track .slide {
    height: inherit;
  }
  #blocks .block-gi_case_studies .gallery .slide, #blocks .block-au_case_studies .gallery .slide, #blocks .block-nhr_case_studies .gallery .slide, #blocks .block-case_studies .gallery .slide {
    height: inherit;
    display: none;
    margin-bottom: 50px;
  }
  #blocks .block-gi_case_studies .gallery .slide:first-of-type, #blocks .block-au_case_studies .gallery .slide:first-of-type, #blocks .block-nhr_case_studies .gallery .slide:first-of-type, #blocks .block-case_studies .gallery .slide:first-of-type {
    display: block;
  }
  #blocks .block-gi_case_studies .gallery .slide .image, #blocks .block-au_case_studies .gallery .slide .image, #blocks .block-nhr_case_studies .gallery .slide .image, #blocks .block-case_studies .gallery .slide .image {
    min-height: 100%;
    border-radius: 4px 4px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    padding-bottom: 66.6666%;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white, #blocks .block-au_case_studies .gallery .slide .bg-white, #blocks .block-nhr_case_studies .gallery .slide .bg-white, #blocks .block-case_studies .gallery .slide .bg-white {
    height: 100%;
    padding: 20px;
    border-radius: 0 0 4px 0;
    position: relative;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white h2, #blocks .block-au_case_studies .gallery .slide .bg-white h2, #blocks .block-nhr_case_studies .gallery .slide .bg-white h2, #blocks .block-case_studies .gallery .slide .bg-white h2 {
    font-weight: 600;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white h3, #blocks .block-au_case_studies .gallery .slide .bg-white h3, #blocks .block-nhr_case_studies .gallery .slide .bg-white h3, #blocks .block-case_studies .gallery .slide .bg-white h3 {
    font-weight: 400;
    margin-bottom: 25px;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-au_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-nhr_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-case_studies .gallery .slide .bg-white .casestudy_content {
    padding-bottom: 20px;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white::after, #blocks .block-au_case_studies .gallery .slide .bg-white::after, #blocks .block-nhr_case_studies .gallery .slide .bg-white::after, #blocks .block-case_studies .gallery .slide .bg-white::after {
    content: "";
    top: 100%;
    left: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
  }
  #blocks .block-gi_case_studies .gallery.slick-initialized .slide, #blocks .block-au_case_studies .gallery.slick-initialized .slide, #blocks .block-nhr_case_studies .gallery.slick-initialized .slide, #blocks .block-case_studies .gallery.slick-initialized .slide {
    display: block;
  }
  #blocks .block-gi_case_studies .gallery .slick-arrow, #blocks .block-au_case_studies .gallery .slick-arrow, #blocks .block-nhr_case_studies .gallery .slick-arrow, #blocks .block-case_studies .gallery .slick-arrow {
    position: absolute;
    top: calc(100% - 50px);
    left: 30px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    z-index: 1;
  }
  #blocks .block-gi_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-au_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-nhr_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-case_studies .gallery .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots, #blocks .block-au_case_studies .gallery ul.slick-dots, #blocks .block-nhr_case_studies .gallery ul.slick-dots, #blocks .block-case_studies .gallery ul.slick-dots {
    position: absolute;
    right: 0;
    top: calc(100% - 50px);
    margin: 0;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots li, #blocks .block-au_case_studies .gallery ul.slick-dots li, #blocks .block-nhr_case_studies .gallery ul.slick-dots li, #blocks .block-case_studies .gallery ul.slick-dots li {
    display: inline-block;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots li button, #blocks .block-au_case_studies .gallery ul.slick-dots li button, #blocks .block-nhr_case_studies .gallery ul.slick-dots li button, #blocks .block-case_studies .gallery ul.slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    margin-left: 10px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
  #blocks .block-gi_case_studies.after-content .bg-grey2, #blocks .block-au_case_studies.after-content .bg-grey2, #blocks .block-nhr_case_studies.after-content .bg-grey2, #blocks .block-case_studies.after-content .bg-grey2 {
    padding-top: 50px;
  }
  #blocks .block-gi_case_studies h2, #blocks .block-au_case_studies h2, #blocks .block-nhr_case_studies h2, #blocks .block-case_studies h2 {
    margin: 0px;
  }
  #blocks .block-gi_case_studies .gallery, #blocks .block-au_case_studies .gallery, #blocks .block-nhr_case_studies .gallery, #blocks .block-case_studies .gallery {
    padding: 20px 0;
  }
  #blocks .block-gi_case_studies .gallery .slick-track, #blocks .block-au_case_studies .gallery .slick-track, #blocks .block-nhr_case_studies .gallery .slick-track, #blocks .block-case_studies .gallery .slick-track {
    display: -moz-flex;
    display: flex;
  }
  #blocks .block-gi_case_studies .gallery .slick-track .slide, #blocks .block-au_case_studies .gallery .slick-track .slide, #blocks .block-nhr_case_studies .gallery .slick-track .slide, #blocks .block-case_studies .gallery .slick-track .slide {
    height: inherit;
  }
  #blocks .block-gi_case_studies .gallery .slide, #blocks .block-au_case_studies .gallery .slide, #blocks .block-nhr_case_studies .gallery .slide, #blocks .block-case_studies .gallery .slide {
    height: inherit;
    display: none;
    margin-bottom: 50px;
  }
  #blocks .block-gi_case_studies .gallery .slide:first-of-type, #blocks .block-au_case_studies .gallery .slide:first-of-type, #blocks .block-nhr_case_studies .gallery .slide:first-of-type, #blocks .block-case_studies .gallery .slide:first-of-type {
    display: block;
  }
  #blocks .block-gi_case_studies .gallery .slide .image, #blocks .block-au_case_studies .gallery .slide .image, #blocks .block-nhr_case_studies .gallery .slide .image, #blocks .block-case_studies .gallery .slide .image {
    min-height: 100%;
    border-radius: 4px 0 0 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    padding-bottom: 66.6666%;
    width: calc(100% + 20px);
    margin: 0 -14px 0 0;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white, #blocks .block-au_case_studies .gallery .slide .bg-white, #blocks .block-nhr_case_studies .gallery .slide .bg-white, #blocks .block-case_studies .gallery .slide .bg-white {
    height: 100%;
    padding: 15px;
    border-radius: 0 4px 4px 0;
    position: relative;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white h2, #blocks .block-au_case_studies .gallery .slide .bg-white h2, #blocks .block-nhr_case_studies .gallery .slide .bg-white h2, #blocks .block-case_studies .gallery .slide .bg-white h2 {
    font-weight: 600;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white h3, #blocks .block-au_case_studies .gallery .slide .bg-white h3, #blocks .block-nhr_case_studies .gallery .slide .bg-white h3, #blocks .block-case_studies .gallery .slide .bg-white h3 {
    font-weight: 400;
    margin-bottom: 25px;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-au_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-nhr_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-case_studies .gallery .slide .bg-white .casestudy_content {
    padding-bottom: 20px;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white::after, #blocks .block-au_case_studies .gallery .slide .bg-white::after, #blocks .block-nhr_case_studies .gallery .slide .bg-white::after, #blocks .block-case_studies .gallery .slide .bg-white::after {
    content: "";
    top: 100%;
    left: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
  }
  #blocks .block-gi_case_studies .gallery.slick-initialized .slide, #blocks .block-au_case_studies .gallery.slick-initialized .slide, #blocks .block-nhr_case_studies .gallery.slick-initialized .slide, #blocks .block-case_studies .gallery.slick-initialized .slide {
    display: block;
  }
  #blocks .block-gi_case_studies .gallery .slick-arrow, #blocks .block-au_case_studies .gallery .slick-arrow, #blocks .block-nhr_case_studies .gallery .slick-arrow, #blocks .block-case_studies .gallery .slick-arrow {
    position: absolute;
    top: calc(100% - 50px);
    left: 30px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
  }
  #blocks .block-gi_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-au_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-nhr_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-case_studies .gallery .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots, #blocks .block-au_case_studies .gallery ul.slick-dots, #blocks .block-nhr_case_studies .gallery ul.slick-dots, #blocks .block-case_studies .gallery ul.slick-dots {
    position: absolute;
    right: 0;
    top: calc(100% - 50px);
    margin: 0;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots li, #blocks .block-au_case_studies .gallery ul.slick-dots li, #blocks .block-nhr_case_studies .gallery ul.slick-dots li, #blocks .block-case_studies .gallery ul.slick-dots li {
    display: inline-block;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots li button, #blocks .block-au_case_studies .gallery ul.slick-dots li button, #blocks .block-nhr_case_studies .gallery ul.slick-dots li button, #blocks .block-case_studies .gallery ul.slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    margin-left: 10px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
}
@media (min-width: 992px) {
  #blocks .block-gi_case_studies .bg-grey2, #blocks .block-au_case_studies .bg-grey2, #blocks .block-nhr_case_studies .bg-grey2, #blocks .block-case_studies .bg-grey2 {
    padding: 30px 0 25px 0;
    margin-left: 10px;
  }
  #blocks .block-gi_case_studies.after-content .bg-grey2, #blocks .block-au_case_studies.after-content .bg-grey2, #blocks .block-nhr_case_studies.after-content .bg-grey2, #blocks .block-case_studies.after-content .bg-grey2 {
    padding-top: 100px;
  }
  #blocks .block-gi_case_studies h2, #blocks .block-au_case_studies h2, #blocks .block-nhr_case_studies h2, #blocks .block-case_studies h2 {
    margin: 0px;
  }
  #blocks .block-gi_case_studies .gallery, #blocks .block-au_case_studies .gallery, #blocks .block-nhr_case_studies .gallery, #blocks .block-case_studies .gallery {
    padding: 20px 0;
  }
  #blocks .block-gi_case_studies .gallery .slick-track, #blocks .block-au_case_studies .gallery .slick-track, #blocks .block-nhr_case_studies .gallery .slick-track, #blocks .block-case_studies .gallery .slick-track {
    display: -moz-flex;
    display: flex;
  }
  #blocks .block-gi_case_studies .gallery .slick-track .slide, #blocks .block-au_case_studies .gallery .slick-track .slide, #blocks .block-nhr_case_studies .gallery .slick-track .slide, #blocks .block-case_studies .gallery .slick-track .slide {
    height: inherit;
  }
  #blocks .block-gi_case_studies .gallery .slide, #blocks .block-au_case_studies .gallery .slide, #blocks .block-nhr_case_studies .gallery .slide, #blocks .block-case_studies .gallery .slide {
    height: inherit;
    display: none;
    margin-bottom: 50px;
  }
  #blocks .block-gi_case_studies .gallery .slide:first-of-type, #blocks .block-au_case_studies .gallery .slide:first-of-type, #blocks .block-nhr_case_studies .gallery .slide:first-of-type, #blocks .block-case_studies .gallery .slide:first-of-type {
    display: block;
  }
  #blocks .block-gi_case_studies .gallery .slide .image, #blocks .block-au_case_studies .gallery .slide .image, #blocks .block-nhr_case_studies .gallery .slide .image, #blocks .block-case_studies .gallery .slide .image {
    min-height: 100%;
    width: calc(100% + 30px);
    margin-right: -30px;
    border-radius: 4px 0 0 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    padding-bottom: 66.6666%;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white, #blocks .block-au_case_studies .gallery .slide .bg-white, #blocks .block-nhr_case_studies .gallery .slide .bg-white, #blocks .block-case_studies .gallery .slide .bg-white {
    height: 100%;
    padding: 50px;
    width: calc(100% + 30px);
    margin: 0 -30px;
    border-radius: 0 4px 4px 0;
    position: relative;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white h2, #blocks .block-gi_case_studies .gallery .slide .bg-white h3, #blocks .block-au_case_studies .gallery .slide .bg-white h2, #blocks .block-au_case_studies .gallery .slide .bg-white h3, #blocks .block-nhr_case_studies .gallery .slide .bg-white h2, #blocks .block-nhr_case_studies .gallery .slide .bg-white h3, #blocks .block-case_studies .gallery .slide .bg-white h2, #blocks .block-case_studies .gallery .slide .bg-white h3 {
    font-size: 28px;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white h2, #blocks .block-au_case_studies .gallery .slide .bg-white h2, #blocks .block-nhr_case_studies .gallery .slide .bg-white h2, #blocks .block-case_studies .gallery .slide .bg-white h2 {
    font-weight: 600;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white h3, #blocks .block-au_case_studies .gallery .slide .bg-white h3, #blocks .block-nhr_case_studies .gallery .slide .bg-white h3, #blocks .block-case_studies .gallery .slide .bg-white h3 {
    font-weight: 400;
    margin-bottom: 25px;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-au_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-nhr_case_studies .gallery .slide .bg-white .casestudy_content, #blocks .block-case_studies .gallery .slide .bg-white .casestudy_content {
    padding-bottom: 20px;
  }
  #blocks .block-gi_case_studies .gallery .slide .bg-white::after, #blocks .block-au_case_studies .gallery .slide .bg-white::after, #blocks .block-nhr_case_studies .gallery .slide .bg-white::after, #blocks .block-case_studies .gallery .slide .bg-white::after {
    content: "";
    top: 100%;
    left: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
  }
  #blocks .block-gi_case_studies .gallery.slick-initialized .slide, #blocks .block-au_case_studies .gallery.slick-initialized .slide, #blocks .block-nhr_case_studies .gallery.slick-initialized .slide, #blocks .block-case_studies .gallery.slick-initialized .slide {
    display: block;
  }
  #blocks .block-gi_case_studies .gallery .slick-arrow, #blocks .block-au_case_studies .gallery .slick-arrow, #blocks .block-nhr_case_studies .gallery .slick-arrow, #blocks .block-case_studies .gallery .slick-arrow {
    position: absolute;
    top: calc(100% - 50px);
    left: 30px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    z-index: 1;
  }
  #blocks .block-gi_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-au_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-nhr_case_studies .gallery .slick-arrow.slick-prev, #blocks .block-case_studies .gallery .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots, #blocks .block-au_case_studies .gallery ul.slick-dots, #blocks .block-nhr_case_studies .gallery ul.slick-dots, #blocks .block-case_studies .gallery ul.slick-dots {
    position: absolute;
    right: 0;
    top: calc(100% - 50px);
    margin: 0;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots li, #blocks .block-au_case_studies .gallery ul.slick-dots li, #blocks .block-nhr_case_studies .gallery ul.slick-dots li, #blocks .block-case_studies .gallery ul.slick-dots li {
    display: inline-block;
  }
  #blocks .block-gi_case_studies .gallery ul.slick-dots li button, #blocks .block-au_case_studies .gallery ul.slick-dots li button, #blocks .block-nhr_case_studies .gallery ul.slick-dots li button, #blocks .block-case_studies .gallery ul.slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    margin-left: 10px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    display: block;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_text ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_text ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_text ul li:last-of-type {
    margin: 0;
  }
  #blocks .block-content_text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_text ul li ul {
    margin: 15px 0px 20px 0px;
  }
  #blocks .block-content_text ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  #blocks .block-content_text ul:last-child {
    margin-bottom: 0;
  }
  #blocks .block-content_text p a {
    font-weight: 700;
  }
  #blocks .block-content_text p a:hover {
    text-decoration: underline;
  }
  #blocks .block-content_text p:last-child {
    margin-bottom: 0;
  }
  #blocks .block-content_text--nap .links {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
  }
  #blocks .block-content_text--nap .links a {
    flex: 0 0 auto;
  }
}
@media (min-width: 576px) {
  #blocks .block-content_text--nap .links {
    display: flex;
    margin-top: 20px;
  }
  #blocks .block-content_text--nap .links a {
    flex: 0 0 auto;
    margin-right: 0;
  }
  #blocks .block-content_text--nap .links a:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  #blocks .block-content_text ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_text ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_text ul li:last-of-type {
    margin: 0;
  }
  #blocks .block-content_text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_text ul li ul {
    margin: 15px 0px 20px 0px;
  }
  #blocks .block-content_text ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  #blocks .block-content_text ul:last-child {
    margin-bottom: 0;
  }
  #blocks .block-content_text p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_bullet_points h2 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  #blocks .block-content_bullet_points .list {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  #blocks .block-content_workspace_additional_info .bg-white {
    position: relative;
    padding-left: 0;
    border-top-left: 0;
    border-bottom-left: 0;
  }
  #blocks .block-content_workspace_additional_info .bg-white::after {
    content: "";
    top: 100%;
    left: 0%;
    position: absolute;
    border: 12px solid transparent;
    border-top-color: #57555b;
    border-left-color: #57555b;
  }
  #blocks .block-content_workspace_additional_info .bg-black {
    padding: 30px 30px 30px 80px;
    border-radius: 0;
    position: relative;
    margin: 0 0 50px;
  }
  #blocks .block-content_workspace_additional_info .bg-black h2 {
    position: relative;
  }
  #blocks .block-content_workspace_additional_info .bg-black h2::before {
    content: "i";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #57555b;
    font-size: 28px;
    font-weight: 900;
    right: calc(100% + 10px);
  }
  #blocks .block-content_workspace_additional_info .bg-black h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 10px;
  }
  #blocks .block-content_workspace_additional_info .bg-black p:last-child {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-content_workspace_additional_info .bg-white {
    position: relative;
    padding-bottom: 50px;
  }
  #blocks .block-content_workspace_additional_info .bg-white::after {
    top: calc(100% - 50px);
  }
  #blocks .block-content_workspace_additional_info .bg-black {
    padding: 30px 80px 30px 115px;
    border-radius: 0;
    position: relative;
    margin: 0 0 0px;
  }
  #blocks .block-content_workspace_additional_info .bg-black h2::before {
    font-size: 28px;
    right: calc(100% + 10px);
    top: -5px;
  }
  #blocks .block-content_workspace_additional_info .bg-black h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 10px;
  }
  #blocks .block-content_workspace_additional_info .bg-black p:last-child {
    margin: 0;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_workspace_additional_info .bg-white {
    position: relative;
  }
  #blocks .block-content_workspace_additional_info .bg-white::after {
    content: "";
    bottom: 50px;
    right: 100%;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
    border-left-color: transparent !important;
  }
  .theme-your-home #blocks .block-content_workspace_additional_info .bg-white::after {
    border-right-color: #00b3bc;
  }
  .theme-get-involved #blocks .block-content_workspace_additional_info .bg-white::after {
    border-right-color: #ef7d00;
  }
  .theme-new-homes-regeneration #blocks .block-content_workspace_additional_info .bg-white::after {
    border-right-color: #e83273;
  }
  .theme-work-with-us #blocks .block-content_workspace_additional_info .bg-white::after {
    border-right-color: #95c11f;
  }
  .theme-about-us #blocks .block-content_workspace_additional_info .bg-white::after {
    border-right-color: #fbba00;
  }
  #blocks .block-content_workspace_additional_info .bg-black {
    padding: 30px 30px 30px 80px;
    border-radius: 4px;
    position: relative;
    margin: 0 0 50px;
  }
  #blocks .block-content_workspace_additional_info .bg-black h2 {
    position: relative;
  }
  #blocks .block-content_workspace_additional_info .bg-black h2::before {
    content: "i";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #57555b;
    font-size: 28px;
    font-weight: 900;
    right: calc(100% + 10px);
  }
  #blocks .block-content_workspace_additional_info .bg-black h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 10px;
  }
  #blocks .block-content_workspace_additional_info .bg-black p:last-child {
    margin: 0;
  }
}
@media (max-width: 991px) {
  #blocks .block-more_campaigns .row {
    margin: 0 -15px;
  }
  #blocks .block-more_campaigns .row .col {
    padding: 0 15px;
  }
  #blocks .block-more_campaigns h2 {
    margin: 0;
  }
  #blocks .block-more_campaigns .bg-grey2 {
    padding: 20px 0 30px 0px;
  }
  #blocks .block-more_campaigns:last-of-type {
    padding-bottom: 0;
  }
  #blocks .block-more_campaigns:last-of-type .bg-grey2 {
    padding-bottom: 30px;
  }
  #blocks .block-more_campaigns.after-content .bg-grey2 {
    padding-top: 30px;
  }
  #blocks .block-more_campaigns .bg-white {
    padding: 20px;
    border-radius: 4px 4px 0 0;
    margin-top: 30px;
    width: 100%;
  }
  #blocks .block-more_campaigns .bg-white + a {
    position: relative;
  }
  #blocks .block-more_campaigns .button {
    margin: 0 0 30px 30px;
  }
  #blocks .block-more_campaigns img {
    margin: 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #blocks .block-more_campaigns img + .button {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    transform: translateY(-50%);
  }
  #blocks .block-more_campaigns h3 {
    position: relative;
  }
  #blocks .block-more_campaigns h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (min-width: 992px) {
  #blocks .block-more_campaigns .bg-grey2 {
    padding: 50px 0 50px;
    margin-left: 10px;
  }
  #blocks .block-more_campaigns:last-of-type {
    padding-bottom: 0;
  }
  #blocks .block-more_campaigns:last-of-type .bg-grey2 {
    padding-bottom: 50px;
  }
  #blocks .block-more_campaigns.after-content .bg-grey2 {
    padding-top: 100px;
  }
  #blocks .block-more_campaigns .bg-white {
    padding: 30px;
    border-radius: 4px 4px 0 0;
    margin-top: 30px;
    width: 100%;
  }
  #blocks .block-more_campaigns .button {
    margin: 0 0 30px 30px;
  }
  #blocks .block-more_campaigns img {
    margin: 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #blocks .block-more_campaigns img + .button {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    transform: translateY(-50%);
  }
  #blocks .block-more_campaigns h3 {
    position: relative;
  }
  #blocks .block-more_campaigns h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_partners img {
    display: block;
    width: 65%;
    height: auto;
    margin: 15px 0 30px 0;
  }
  #blocks .block-content_partners ul {
    list-style: none;
    margin: 0 0 40px;
  }
  #blocks .block-content_partners ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_partners ul li:last-of-type {
    margin: 0;
  }
  #blocks .block-content_partners ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_partners ul li ul {
    margin: 15px 0px 20px 0px;
  }
  #blocks .block-content_partners ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  #blocks .block-content_partners .bg-white .row:last-child ul {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #blocks .block-content_partners img {
    width: 100%;
    margin: 0;
  }
  #blocks .block-content_partners ul {
    margin: 0 0 50px;
  }
}
@media (max-width: 991px) {
  #blocks .block-more_gi_case_studies .row, #blocks .block-more_au_case_studies .row, #blocks .block-more_nhr_case_studies .row, #blocks .block-more_case_studies .row {
    margin: 0 -15px;
  }
  #blocks .block-more_gi_case_studies .row .col, #blocks .block-more_au_case_studies .row .col, #blocks .block-more_nhr_case_studies .row .col, #blocks .block-more_case_studies .row .col {
    padding: 0 15px;
  }
  #blocks .block-more_gi_case_studies h2, #blocks .block-more_au_case_studies h2, #blocks .block-more_nhr_case_studies h2, #blocks .block-more_case_studies h2 {
    margin: 0;
  }
  #blocks .block-more_gi_case_studies .bg-grey2, #blocks .block-more_au_case_studies .bg-grey2, #blocks .block-more_nhr_case_studies .bg-grey2, #blocks .block-more_case_studies .bg-grey2 {
    padding: 20px 0 30px 0px;
  }
  #blocks .block-more_gi_case_studies:last-of-type, #blocks .block-more_au_case_studies:last-of-type, #blocks .block-more_nhr_case_studies:last-of-type, #blocks .block-more_case_studies:last-of-type {
    padding-bottom: 0;
  }
  #blocks .block-more_gi_case_studies:last-of-type .bg-grey2, #blocks .block-more_au_case_studies:last-of-type .bg-grey2, #blocks .block-more_nhr_case_studies:last-of-type .bg-grey2, #blocks .block-more_case_studies:last-of-type .bg-grey2 {
    padding-bottom: 30px;
  }
  #blocks .block-more_gi_case_studies.after-content .bg-grey2, #blocks .block-more_au_case_studies.after-content .bg-grey2, #blocks .block-more_nhr_case_studies.after-content .bg-grey2, #blocks .block-more_case_studies.after-content .bg-grey2 {
    padding-top: 30px;
  }
  #blocks .block-more_gi_case_studies .bg-white, #blocks .block-more_au_case_studies .bg-white, #blocks .block-more_nhr_case_studies .bg-white, #blocks .block-more_case_studies .bg-white {
    padding: 20px;
    border-radius: 4px 4px 0 0;
    margin-top: 30px;
    width: 100%;
  }
  #blocks .block-more_gi_case_studies .bg-white + a, #blocks .block-more_au_case_studies .bg-white + a, #blocks .block-more_nhr_case_studies .bg-white + a, #blocks .block-more_case_studies .bg-white + a {
    position: relative;
  }
  #blocks .block-more_gi_case_studies .button, #blocks .block-more_au_case_studies .button, #blocks .block-more_nhr_case_studies .button, #blocks .block-more_case_studies .button {
    margin: 0 0 30px 30px;
  }
  #blocks .block-more_gi_case_studies img, #blocks .block-more_au_case_studies img, #blocks .block-more_nhr_case_studies img, #blocks .block-more_case_studies img {
    margin: 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #blocks .block-more_gi_case_studies img + .button, #blocks .block-more_au_case_studies img + .button, #blocks .block-more_nhr_case_studies img + .button, #blocks .block-more_case_studies img + .button {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    transform: translateY(-50%);
  }
  #blocks .block-more_gi_case_studies h3, #blocks .block-more_au_case_studies h3, #blocks .block-more_nhr_case_studies h3, #blocks .block-more_case_studies h3 {
    position: relative;
  }
  #blocks .block-more_gi_case_studies h3::before, #blocks .block-more_au_case_studies h3::before, #blocks .block-more_nhr_case_studies h3::before, #blocks .block-more_case_studies h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (min-width: 992px) {
  #blocks .block-more_gi_case_studies .bg-grey2, #blocks .block-more_au_case_studies .bg-grey2, #blocks .block-more_nhr_case_studies .bg-grey2, #blocks .block-more_case_studies .bg-grey2 {
    padding: 50px 0 50px;
    margin-left: 10px;
  }
  #blocks .block-more_gi_case_studies:last-of-type, #blocks .block-more_au_case_studies:last-of-type, #blocks .block-more_nhr_case_studies:last-of-type, #blocks .block-more_case_studies:last-of-type {
    padding-bottom: 0;
  }
  #blocks .block-more_gi_case_studies:last-of-type .bg-grey2, #blocks .block-more_au_case_studies:last-of-type .bg-grey2, #blocks .block-more_nhr_case_studies:last-of-type .bg-grey2, #blocks .block-more_case_studies:last-of-type .bg-grey2 {
    padding-bottom: 50px;
  }
  #blocks .block-more_gi_case_studies.after-content .bg-grey2, #blocks .block-more_au_case_studies.after-content .bg-grey2, #blocks .block-more_nhr_case_studies.after-content .bg-grey2, #blocks .block-more_case_studies.after-content .bg-grey2 {
    padding-top: 100px;
  }
  #blocks .block-more_gi_case_studies .bg-white, #blocks .block-more_au_case_studies .bg-white, #blocks .block-more_nhr_case_studies .bg-white, #blocks .block-more_case_studies .bg-white {
    padding: 30px;
    border-radius: 4px 4px 0 0;
    margin-top: 30px;
    width: 100%;
  }
  #blocks .block-more_gi_case_studies .button, #blocks .block-more_au_case_studies .button, #blocks .block-more_nhr_case_studies .button, #blocks .block-more_case_studies .button {
    margin: 0 0 30px 30px;
  }
  #blocks .block-more_gi_case_studies img, #blocks .block-more_au_case_studies img, #blocks .block-more_nhr_case_studies img, #blocks .block-more_case_studies img {
    margin: 0 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: auto;
    display: block;
  }
  #blocks .block-more_gi_case_studies img + .button, #blocks .block-more_au_case_studies img + .button, #blocks .block-more_nhr_case_studies img + .button, #blocks .block-more_case_studies img + .button {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    transform: translateY(-50%);
  }
  #blocks .block-more_gi_case_studies h3, #blocks .block-more_au_case_studies h3, #blocks .block-more_nhr_case_studies h3, #blocks .block-more_case_studies h3 {
    position: relative;
  }
  #blocks .block-more_gi_case_studies h3::before, #blocks .block-more_au_case_studies h3::before, #blocks .block-more_nhr_case_studies h3::before, #blocks .block-more_case_studies h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (max-width: 991px) {
  #blocks .block-content_faqs .bg {
    padding: 20px 15px;
    border-radius: 4px 0 0 0;
    position: relative;
    color: #fff;
    margin-bottom: -4px;
    width: 100%;
  }
  #blocks .block-content_faqs .bg::after {
    content: "";
    top: 100%;
    right: 0;
    position: absolute;
    border: 10px solid transparent;
    border-left-color: transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
  }
  #blocks .block-content_faqs .bg .icon {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #57555b;
    left: 0;
    margin: 0 auto 10px;
  }
  #blocks .block-content_faqs .bg .icon svg {
    width: 100%;
    height: auto;
  }
  #blocks .block-content_faqs .bg h2 {
    position: relative;
    margin-bottom: 0;
  }
  #blocks .block-content_faqs .bg p {
    margin-left: 50px;
  }
  #blocks .block-content_faqs .bg a {
    margin: 0 0 10px 40px;
  }
  #blocks .block-content_faqs .bg a:last-of-type {
    margin: 0 0 0 40px;
  }
  #blocks .block-content_faqs div.bg-white {
    padding-top: 40px;
    padding-bottom: 60px;
    height: 100%;
  }
  #blocks .block-content_faqs .bg-grey1 {
    height: 100%;
    border-radius: 0 4px 4px 0;
    padding: 0px;
    position: relative;
    background: transparent;
  }
  #blocks .block-content_faqs .faq {
    margin: 0 0 20px;
  }
  #blocks .block-content_faqs .faq:focus-visible {
    outline: 1px #57555b solid;
    outline-offset: 3px;
  }
  #blocks .block-content_faqs .faq h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
  }
  #blocks .block-content_faqs .faq h3::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.5s;
    right: 0;
    width: 20px;
    height: 20px;
    background: #57555b;
    border-radius: 50%;
  }
  #blocks .block-content_faqs .faq h3::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.5s, right 0.5s;
    right: -5px;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #fff;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #blocks .block-content_faqs .faq h3::after {
    border-bottom-width: 4px;
  }
}
@media (max-width: 991px) {
  #blocks .block-content_faqs .faq div {
    padding-top: 0px;
    padding-bottom: 20px;
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
  }
  #blocks .block-content_faqs .faq div p:last-of-type {
    margin: 0 0 10px;
  }
  #blocks .block-content_faqs .faq div ol {
    padding-left: 20px;
    list-style: decimal;
  }
  #blocks .block-content_faqs .faq div ol li {
    margin: 0 0 15px;
  }
  #blocks .block-content_faqs .faq div ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_faqs .faq div ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_faqs .faq div ul li:last-of-type {
    margin: 0;
  }
  #blocks .block-content_faqs .faq div ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_faqs .faq div ul li ul {
    margin: 15px 0px 20px 0px;
  }
  #blocks .block-content_faqs .faq div ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  #blocks .block-content_faqs .faq div ul:last-child {
    margin-bottom: 10px;
  }
  #blocks .block-content_faqs .faq.active h3::after {
    transform: rotate(90deg);
    right: 3px;
  }
  #blocks .block-content_faqs .faq.active div {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-content_faqs > .container > .row > .col.lg4 {
    background-color: white;
    margin-bottom: -4px;
    margin-right: 7px;
    margin-left: 7px;
    padding-left: 0;
  }
  #blocks .block-content_faqs .bg {
    display: inline-block;
    width: auto;
    min-width: 250px;
    border-radius: 0 4px 4px 0;
    padding: 20px 25px;
  }
  #blocks .block-content_faqs .bg::after {
    left: 0;
    right: auto;
  }
  #blocks .block-content_faqs .bg .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: left;
    margin: 0 15px 0 0;
    vertical-align: middle;
  }
  #blocks .block-content_faqs .bg .icon svg {
    width: 100%;
    height: auto;
  }
  #blocks .block-content_faqs .bg h2 {
    display: inline;
    vertical-align: middle;
  }
  #blocks .block-content_faqs div.bg-white {
    margin-top: 0;
  }
  #blocks .block-content_faqs .faq:focus-visible {
    outline: 1px #57555b solid;
    outline-offset: 3px;
  }
  #blocks .block-content_faqs .faq h3 {
    font-size: 22px;
  }
  #blocks .block-content_faqs .faq h3::before {
    width: 24px;
    height: 24px;
  }
  #blocks .block-content_faqs .faq h3::after {
    right: -2px;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_faqs--no-aside div.bg-white {
    padding-bottom: 70px;
  }
  #blocks .block-content_faqs--no-aside div.bg-white div.bg-white {
    padding-bottom: 0;
    padding-top: 0;
  }
  #blocks .block-content_faqs--no-aside .faq {
    margin-bottom: 24px;
  }
  #blocks .block-content_faqs--no-aside .faq:last-of-type {
    margin-bottom: 0;
  }
  #blocks .block-content_faqs--no-aside .faq .stats {
    display: block;
    margin-top: 10px;
  }
  #blocks .block-content_faqs--no-aside .header-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #blocks .block-content_faqs--no-aside .faq + .header-text {
    margin-top: 70px;
  }
  #blocks .block-content_faqs--no-aside .text-with-image {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 30px;
  }
  #blocks .block-content_faqs--no-aside .text-with-image .photo {
    min-width: 250px;
    max-height: 250px;
    max-width: 250px;
    overflow: hidden;
  }
  #blocks .block-content_faqs--no-aside .text-with-image .photo img {
    border-radius: 4px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #blocks .block-content_faqs--no-aside .text-with-image .text p {
    font-family: "omnes-pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
  #blocks .block-content_faqs--no-aside .flexible {
    gap: 36px;
    margin-top: 30px;
  }
  #blocks .block-content_faqs--no-aside .flexible ul {
    margin: 14px 0 !important;
  }
  #blocks .block-content_faqs--no-aside .flexible ul li {
    margin: 24px 0 !important;
  }
  #blocks .block-content_faqs--no-aside .list-items {
    margin: 14px 0 !important;
  }
  #blocks .block-content_faqs--no-aside .list-items li {
    margin: 24px 0 !important;
  }
  #blocks .block-content_faqs--no-aside .links {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin: 50px 0;
  }
  #blocks .block-content_faqs--no-aside .stats .header-text {
    font-size: 18px;
  }
  #blocks .block-content_faqs--no-aside .stats .stats-group .stat {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #blocks .block-content_faqs--no-aside div.bg-white {
    padding-top: 40px;
  }
  #blocks .block-content_faqs--no-aside .header-text {
    font-size: 28px;
    margin-bottom: 30px;
  }
  #blocks .block-content_faqs--no-aside .faq {
    margin-bottom: 48px;
  }
  #blocks .block-content_faqs--no-aside .faq .stats {
    margin-top: 50px;
  }
  #blocks .block-content_faqs--no-aside .text-with-image {
    flex-direction: row;
  }
  #blocks .block-content_faqs--no-aside .text-with-image .text p {
    font-size: 20px;
  }
  #blocks .block-content_faqs--no-aside .list-items {
    margin-top: 30px !important;
  }
  #blocks .block-content_faqs--no-aside .list-items li {
    margin: 50px 0 !important;
  }
  #blocks .block-content_faqs--no-aside .stats .header-text {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_faqs .bg {
    padding: 50px;
    margin-right: -60px;
    width: calc(100% + 60px);
    border-radius: 4px 0 0 4px;
    position: relative;
    color: #fff;
    height: calc(100% - 100px);
    margin-bottom: 100px;
  }
  #blocks .block-content_faqs .bg::after {
    content: "";
    top: 100%;
    right: 0;
    position: absolute;
    border: 25px solid transparent;
    border-top-color: #57555b;
    border-right-color: #57555b;
  }
  #blocks .block-content_faqs .bg .icon {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #57555b;
    left: 0;
    margin: 0 auto 20px;
  }
  #blocks .block-content_faqs .bg .icon svg {
    width: 100%;
    height: auto;
  }
  #blocks .block-content_faqs .bg h2 {
    position: relative;
  }
  #blocks .block-content_faqs .bg p {
    margin-left: 50px;
  }
  #blocks .block-content_faqs .bg a {
    margin: 0 0 10px 50px;
  }
  #blocks .block-content_faqs .bg a:last-of-type {
    margin: 0 0 0 50px;
  }
  #blocks .block-content_faqs div.bg-white {
    padding-bottom: 100px;
    height: 100%;
  }
  #blocks .block-content_faqs .bg-grey1 {
    height: 100%;
    width: calc(100% + 50px);
    border-radius: 0 4px 4px 0;
    margin-left: -50px;
    padding: 50px 50px 30px;
    position: relative;
  }
  #blocks .block-content_faqs .faq {
    margin: 0 0 20px;
  }
  #blocks .block-content_faqs .faq:focus-visible {
    outline: 1px #57555b solid;
    outline-offset: 3px;
  }
  #blocks .block-content_faqs .faq h3 {
    font-weight: 400;
    margin: 0 0 10px;
    cursor: pointer;
    position: relative;
    padding-right: 35px;
  }
  #blocks .block-content_faqs .faq h3::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.5s;
    right: 0;
    width: 24px;
    height: 24px;
    background: #57555b;
    border-radius: 50%;
  }
  #blocks .block-content_faqs .faq h3::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.5s, right 0.5s;
    right: -2px;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #fff;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  #blocks .block-content_faqs .faq h3::after {
    border-bottom-width: 4px;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_faqs .faq div {
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
  }
  #blocks .block-content_faqs .faq div p:last-of-type {
    margin: 0 0 10px;
  }
  #blocks .block-content_faqs .faq div ol {
    padding-left: 20px;
    list-style: decimal;
  }
  #blocks .block-content_faqs .faq div ol li {
    margin: 0 0 15px;
  }
  #blocks .block-content_faqs .faq div ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_faqs .faq div ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  #blocks .block-content_faqs .faq div ul li:last-of-type {
    margin: 0;
  }
  #blocks .block-content_faqs .faq div ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_faqs .faq div ul li ul {
    margin: 15px 0px 20px 0px;
  }
  #blocks .block-content_faqs .faq div ul li ul li::before {
    content: "-";
    border: none;
    top: 0;
  }
  #blocks .block-content_faqs .faq div ul:last-child {
    margin-bottom: 10px;
  }
  #blocks .block-content_faqs .faq.active h3::after {
    transform: rotate(90deg);
    right: 3px;
  }
  #blocks .block-content_faqs .faq.active div {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_faqs--no-aside .text-with-image {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  #blocks .block-content_faqs--no-aside .text-with-image {
    flex-direction: row;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #blocks .block-content_icon_links .bg-white {
    padding-bottom: 20px;
  }
  #blocks .block-content_icon_links .bg-white a {
    display: block;
    position: relative;
    min-height: 36px;
    margin: 0 0 25px;
  }
  #blocks .block-content_icon_links .bg-white a:focus-visible {
    outline: 1px #57555b solid;
    outline-offset: 3px;
  }
  #blocks .block-content_icon_links .bg-white a .icon {
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    background: #57555b;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  #blocks .block-content_icon_links .bg-white a .icon svg {
    width: 100%;
    height: auto;
  }
  #blocks .block-content_icon_links .bg-white a .icon svg * {
    fill: #fff;
  }
  #blocks .block-content_icon_links .bg-white a h3 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 0 0 50px;
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #blocks .block-content_icon_links .bg-white {
    padding-bottom: 20px;
  }
  #blocks .block-content_icon_links .bg-white a {
    display: block;
    position: relative;
    min-height: 36px;
    margin: 0 0 25px;
  }
  #blocks .block-content_icon_links .bg-white a:focus-visible {
    outline: 1px #57555b solid;
    outline-offset: 3px;
  }
  #blocks .block-content_icon_links .bg-white a .icon {
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    background: #57555b;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  #blocks .block-content_icon_links .bg-white a .icon svg {
    width: 100%;
    height: auto;
  }
  #blocks .block-content_icon_links .bg-white a .icon svg * {
    fill: #fff;
  }
  #blocks .block-content_icon_links .bg-white a h3 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 0 0 50px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-content_icon_links .bg-white {
    padding-bottom: 20px;
  }
  #blocks .block-content_icon_links .bg-white a {
    display: block;
    position: relative;
    min-height: 36px;
    margin: 0 0 25px;
  }
  #blocks .block-content_icon_links .bg-white a:focus-visible {
    outline: 1px #57555b solid;
    outline-offset: 3px;
  }
  #blocks .block-content_icon_links .bg-white a .icon {
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    background: #57555b;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  #blocks .block-content_icon_links .bg-white a .icon svg {
    width: 100%;
    height: auto;
  }
  #blocks .block-content_icon_links .bg-white a .icon svg * {
    fill: #fff;
  }
  #blocks .block-content_icon_links .bg-white a h3 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 0 0 50px;
    font-size: 16px;
  }
  #blocks .block-content_icon_links .bg-white {
    padding-bottom: 20px;
  }
  #blocks .block-content_icon_links .bg-white a {
    margin: 0 0 50px;
  }
  #blocks .block-content_icon_links .bg-white a:focus-visible {
    outline: 1px #57555b solid;
    outline-offset: 3px;
  }
  #blocks .block-content_icon_links .bg-white a .icon {
    position: relative;
    top: 0;
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
  }
  #blocks .block-content_icon_links .bg-white a h3 {
    position: relative;
    top: 0;
    transform: none;
    padding: 10px 0 0 0;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #blocks .block-content_icon_links .bg-white {
    padding-bottom: 20px;
  }
  #blocks .block-content_icon_links .bg-white a {
    display: block;
    position: relative;
    min-height: 36px;
    margin: 0 0 25px;
  }
  #blocks .block-content_icon_links .bg-white a:focus-visible {
    outline: 1px #57555b solid;
    outline-offset: 3px;
  }
  #blocks .block-content_icon_links .bg-white a .icon {
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    background: #57555b;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  #blocks .block-content_icon_links .bg-white a .icon svg {
    width: 100%;
    height: auto;
  }
  #blocks .block-content_icon_links .bg-white a .icon svg * {
    fill: #fff;
  }
  #blocks .block-content_icon_links .bg-white a h3 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 0 0 50px;
    font-size: 16px;
  }
  #blocks .block-content_icon_links .bg-white {
    padding-bottom: 20px;
  }
  #blocks .block-content_icon_links .bg-white a {
    margin: 0 0 50px;
  }
  #blocks .block-content_icon_links .bg-white a:focus-visible {
    outline: 1px #57555b solid;
    outline-offset: 3px;
  }
  #blocks .block-content_icon_links .bg-white a .icon {
    position: relative;
    top: 0;
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
  }
  #blocks .block-content_icon_links .bg-white a h3 {
    position: relative;
    top: 0;
    transform: none;
    padding: 10px 0 0 0;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #blocks .block-content_icon_links .bg-white {
    padding-bottom: 20px;
  }
  #blocks .block-content_icon_links .bg-white a {
    display: block;
    position: relative;
    min-height: 50px;
    margin: 0 0 60px;
  }
  #blocks .block-content_icon_links .bg-white a:focus-visible {
    outline: 1px #57555b solid;
    outline-offset: 3px;
  }
  #blocks .block-content_icon_links .bg-white a .icon {
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
    background: #57555b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  #blocks .block-content_icon_links .bg-white a .icon svg {
    width: 100%;
    height: auto;
  }
  #blocks .block-content_icon_links .bg-white a .icon svg * {
    fill: #fff;
  }
  #blocks .block-content_icon_links .bg-white a h3 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px 0 60px;
    font-size: 18px;
  }
}
@media (min-width: 0px) {
  #blocks .block-myharca {
    padding-bottom: 0 !important;
  }
  #blocks .block-myharca .bg-dark {
    padding: 50px 0 30px;
  }
  #blocks .block-myharca.after-content .bg-dark {
    padding-top: 70px;
  }
  #blocks .block-myharca .myharcaheading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  #blocks .block-myharca .myharcaheading h2 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  #blocks .block-myharca .myharcaheading .myharcalogo {
    width: 120px;
    height: auto;
    margin-bottom: 15px;
  }
  #blocks .block-myharca .subheading {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px;
  }
  #blocks .block-myharca span.dots {
    margin-bottom: 30px;
  }
  #blocks .block-myharca .myharcafeature {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 25px;
  }
  #blocks .block-myharca .myharcafeature .icon svg {
    width: 60px;
    height: 60px;
  }
  #blocks .block-myharca .myharcafeature h3 {
    padding: 0 0 0 15px;
    font-size: 18px;
    margin: 0;
  }
  #blocks .block-myharca .button {
    background: #00b3bc;
    color: #fff;
    margin: 0 15px 30px 0;
  }
  #blocks .block-myharca .button::before {
    border-left-color: #fff;
  }
  #blocks .block-myharca .button.white {
    background: #fff;
    color: #007b88;
  }
  #blocks .block-myharca .button.white::before {
    border-left-color: #007b88;
  }
}
@media (min-width: 768px) {
  #blocks .block-myharca .bg-dark {
    padding: 65px 0 20px;
  }
  #blocks .block-myharca .myharcaheading h2 {
    font-size: 32px;
  }
  #blocks .block-myharca .myharcaheading .myharcalogo {
    width: 150px;
  }
}
@media (min-width: 992px) {
  #blocks .block-myharca .myharcaheading .myharcalogo {
    width: 220px;
  }
  #blocks .block-myharca .myharcafeature .icon svg {
    width: 100px;
    height: 100px;
  }
  #blocks .block-myharca .myharcafeature h3 {
    font-size: 24px;
  }
  #blocks .block-myharca .button {
    margin: 40px 20px 30px 0;
  }
}
@media (min-width: 1200px) {
  #blocks .block-myharca h2 {
    font-size: 40px;
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #blocks .block-content_repairs .repair {
    margin: 0 0 30px;
  }
  #blocks .block-content_repairs .repair h3 {
    padding: 20px 62px;
    margin: 0;
    border-radius: 4px;
    background: #00b3bc;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    transition: border-radius 0.5s;
  }
  #blocks .block-content_repairs .repair h3 .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  #blocks .block-content_repairs .repair h3 .icon svg {
    width: 100%;
    height: auto;
    fill: #00b3bc;
  }
  #blocks .block-content_repairs .repair h3 .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
  }
  #blocks .block-content_repairs .repair h3 .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%);
    transition: transform 0.5s;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #00b3bc;
    border-width: 7px 11px;
  }
  #blocks .block-content_repairs .repair .bg-grey2 {
    padding: 15px 15px 30px;
    border-radius: 0 0 4px 4px;
    display: none;
    overflow-y: scroll;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table {
    width: 100%;
    min-width: 500px;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table th, #blocks .block-content_repairs .repair .bg-grey2 table td {
    padding: 10px 15px;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table th {
    border-bottom: 3px solid #00b3bc;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table td {
    border-bottom: 1px solid #00b3bc;
  }
  #blocks .block-content_repairs .repair:last-child {
    margin: 0;
  }
  #blocks .block-content_repairs .repair.active h3 {
    border-radius: 4px 4px 0 0;
  }
  #blocks .block-content_repairs .repair.active .arrow::after {
    transform: translate(-50%, 0) rotate(90deg);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #blocks .block-content_repairs .repair {
    margin: 0 0 30px;
  }
  #blocks .block-content_repairs .repair h3 {
    padding: 20px 62px;
    margin: 0;
    border-radius: 4px;
    background: #00b3bc;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    transition: border-radius 0.5s;
  }
  #blocks .block-content_repairs .repair h3 .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  #blocks .block-content_repairs .repair h3 .icon svg {
    width: 100%;
    height: auto;
    fill: #00b3bc;
  }
  #blocks .block-content_repairs .repair h3 .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
  }
  #blocks .block-content_repairs .repair h3 .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%);
    transition: transform 0.5s;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #00b3bc;
    border-width: 7px 11px;
  }
  #blocks .block-content_repairs .repair .bg-grey2 {
    padding: 15px 15px 30px;
    border-radius: 0 0 4px 4px;
    display: none;
    overflow-y: scroll;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table {
    width: 100%;
    min-width: 500px;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table th, #blocks .block-content_repairs .repair .bg-grey2 table td {
    padding: 10px 15px;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table th {
    border-bottom: 3px solid #00b3bc;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table td {
    border-bottom: 1px solid #00b3bc;
  }
  #blocks .block-content_repairs .repair:last-child {
    margin: 0;
  }
  #blocks .block-content_repairs .repair.active h3 {
    border-radius: 4px 4px 0 0;
  }
  #blocks .block-content_repairs .repair.active .arrow::after {
    transform: translate(-50%, 0) rotate(90deg);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-content_repairs .repair {
    margin: 0 0 30px;
  }
  #blocks .block-content_repairs .repair h3 {
    padding: 20px 62px;
    margin: 0;
    border-radius: 4px;
    background: #00b3bc;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    transition: border-radius 0.5s;
  }
  #blocks .block-content_repairs .repair h3 .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  #blocks .block-content_repairs .repair h3 .icon svg {
    width: 100%;
    height: auto;
    fill: #00b3bc;
  }
  #blocks .block-content_repairs .repair h3 .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
  }
  #blocks .block-content_repairs .repair h3 .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%);
    transition: transform 0.5s;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #00b3bc;
    border-width: 7px 11px;
  }
  #blocks .block-content_repairs .repair .bg-grey2 {
    padding: 15px 15px 30px;
    border-radius: 0 0 4px 4px;
    display: none;
    overflow-y: scroll;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table {
    width: 100%;
    min-width: 500px;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table th, #blocks .block-content_repairs .repair .bg-grey2 table td {
    padding: 10px 15px;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table th {
    border-bottom: 3px solid #00b3bc;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table td {
    border-bottom: 1px solid #00b3bc;
  }
  #blocks .block-content_repairs .repair:last-child {
    margin: 0;
  }
  #blocks .block-content_repairs .repair.active h3 {
    border-radius: 4px 4px 0 0;
  }
  #blocks .block-content_repairs .repair.active .arrow::after {
    transform: translate(-50%, 0) rotate(90deg);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #blocks .block-content_repairs .repair {
    margin: 0 0 30px;
  }
  #blocks .block-content_repairs .repair h3 {
    padding: 20px 62px;
    margin: 0;
    border-radius: 4px;
    background: #00b3bc;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    transition: border-radius 0.5s;
  }
  #blocks .block-content_repairs .repair h3 .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  #blocks .block-content_repairs .repair h3 .icon svg {
    width: 100%;
    height: auto;
    fill: #00b3bc;
  }
  #blocks .block-content_repairs .repair h3 .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
  }
  #blocks .block-content_repairs .repair h3 .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%);
    transition: transform 0.5s;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #00b3bc;
    border-width: 7px 11px;
  }
  #blocks .block-content_repairs .repair .bg-grey2 {
    padding: 15px 15px 30px;
    border-radius: 0 0 4px 4px;
    display: none;
    overflow-y: scroll;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table {
    width: 100%;
    min-width: 500px;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table th, #blocks .block-content_repairs .repair .bg-grey2 table td {
    padding: 10px 15px;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table th {
    border-bottom: 3px solid #00b3bc;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table td {
    border-bottom: 1px solid #00b3bc;
  }
  #blocks .block-content_repairs .repair:last-child {
    margin: 0;
  }
  #blocks .block-content_repairs .repair.active h3 {
    border-radius: 4px 4px 0 0;
  }
  #blocks .block-content_repairs .repair.active .arrow::after {
    transform: translate(-50%, 0) rotate(90deg);
  }
}
@media (min-width: 1200px) {
  #blocks .block-content_repairs .repair {
    margin: 0 0 30px;
  }
  #blocks .block-content_repairs .repair h3 {
    padding: 30px;
    margin: 0;
    border-radius: 4px;
    background: #00b3bc;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: border-radius 0.5s;
  }
  #blocks .block-content_repairs .repair h3 .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
  }
  #blocks .block-content_repairs .repair h3 .icon svg {
    width: 100%;
    height: auto;
    fill: #00b3bc;
  }
  #blocks .block-content_repairs .repair h3 .arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }
  #blocks .block-content_repairs .repair h3 .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%);
    transition: transform 0.5s;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #00b3bc;
  }
  #blocks .block-content_repairs .repair .bg-grey2 {
    padding: 20px 30px 30px;
    border-radius: 0 0 4px 4px;
    display: none;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table {
    width: 100%;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table th, #blocks .block-content_repairs .repair .bg-grey2 table td {
    padding: 10px 0;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table th {
    border-bottom: 3px solid #00b3bc;
  }
  #blocks .block-content_repairs .repair .bg-grey2 table td {
    border-bottom: 1px solid #00b3bc;
  }
  #blocks .block-content_repairs .repair:last-child {
    margin: 0;
  }
  #blocks .block-content_repairs .repair.active h3 {
    border-radius: 4px 4px 0 0;
  }
  #blocks .block-content_repairs .repair.active .arrow::after {
    transform: translate(-50%, 0) rotate(90deg);
  }
}
@media (max-width: 991px) {
  #blocks .block-content_people {
    overflow: hidden;
  }
  #blocks .block-content_people .bg-white {
    border-radius: 0;
  }
  #blocks .block-content_people .bg-white .bg-grey2 {
    padding: 1px 15px 30px 10px;
    border-radius: 0;
  }
  #blocks .block-content_people .bg-white h2 {
    margin: 30px 0 0;
  }
  #blocks .block-content_people .bg-white .list .row {
    margin: 0 -15px;
  }
  #blocks .block-content_people .bg-white .list .row .col {
    padding: 0 15px;
  }
  #blocks .block-content_people .bg-white .list .bg {
    margin: 30px 0 0;
    border-radius: 4px;
    height: calc(100% - 30px);
  }
  #blocks .block-content_people .bg-white .list .padding {
    padding: 20px;
    border-radius: 0 0 4px 4px;
    width: 100%;
    color: #fff;
    position: relative;
  }
  #blocks .block-content_people .bg-white .list a {
    position: relative;
    display: block;
  }
  #blocks .block-content_people .bg-white .list a:hover .play::before {
    background: #eeeeef;
  }
  #blocks .block-content_people .bg-white .list a .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 50px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 150px;
  }
  #blocks .block-content_people .bg-white .list a .play::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    transition: border-color 0.5s;
    border-width: 9px 15px;
  }
  #blocks .block-content_people .bg-white .list a .play::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: none;
    transition: background 0.5s;
  }
  #blocks .block-content_people .bg-white .list .button {
    margin: 0 0 30px 30px;
  }
  #blocks .block-content_people .bg-white .list img {
    border-radius: 4px 4px 0 0;
    width: 100%;
    height: auto;
    display: block;
  }
  #blocks .block-content_people .bg-white .list h3 {
    position: relative;
  }
  #blocks .block-content_people .bg-white .list h3::before {
    content: "";
    position: absolute;
    left: -20px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-content_people .bg-white .bg-grey2 {
    padding: 1px 30px 30px 25px;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_people .bg-white {
    padding: 0 50px 50px;
    border-radius: 4px;
  }
  #blocks .block-content_people .bg-white .bg-grey2 {
    padding: 1px 30px 30px;
    border-radius: 4px;
  }
  #blocks .block-content_people .bg-white h2 {
    margin: 30px 0 0;
  }
  #blocks .block-content_people .bg-white .list .row {
    margin: 0 -15px;
  }
  #blocks .block-content_people .bg-white .list .row .col {
    padding: 0 15px;
  }
  #blocks .block-content_people .bg-white .list .bg {
    margin: 30px 0 0;
    border-radius: 4px;
    height: calc(100% - 30px);
  }
  #blocks .block-content_people .bg-white .list .padding {
    padding: 30px;
    border-radius: 0 0 4px 4px;
    width: 100%;
    color: #fff;
  }
  #blocks .block-content_people .bg-white .list a {
    position: relative;
    display: block;
  }
  #blocks .block-content_people .bg-white .list a:hover .play::before {
    background: #eeeeef;
  }
  #blocks .block-content_people .bg-white .list a .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 64px;
    margin-left: 10px;
    cursor: pointer;
  }
  #blocks .block-content_people .bg-white .list a .play::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 15px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    transition: border-color 0.5s;
    border-width: 9px 15px;
  }
  #blocks .block-content_people .bg-white .list a .play::before {
    content: "";
    position: absolute;
    top: -11px;
    left: -10px;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    border: none;
    transition: background 0.5s;
  }
  #blocks .block-content_people .bg-white .list .button {
    margin: 0 0 30px 30px;
  }
  #blocks .block-content_people .bg-white .list img {
    border-radius: 4px 4px 0 0;
    width: 100%;
    height: auto;
    display: block;
  }
  #blocks .block-content_people .bg-white .list h3 {
    position: relative;
  }
  #blocks .block-content_people .bg-white .list h3::before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 9px);
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #e2e2e2;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #blocks .block-content_video .video, #blocks .block-content_video_2 .video {
    position: relative;
    padding-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
    display: block;
  }
  #blocks .block-content_video .video img, #blocks .block-content_video_2 .video img {
    width: 100%;
    display: block;
    height: auto;
  }
  #blocks .block-content_video .video:hover .play::before, #blocks .block-content_video_2 .video:hover .play::before {
    background: #eeeeef;
  }
  #blocks .block-content_video .video .play, #blocks .block-content_video_2 .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 50px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 150px;
  }
  #blocks .block-content_video .video .play::after, #blocks .block-content_video_2 .video .play::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    transition: border-color 0.5s;
    border-width: 9px 15px;
  }
  #blocks .block-content_video .video .play::before, #blocks .block-content_video_2 .video .play::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: none;
    transition: background 0.5s;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #blocks .block-content_video .video, #blocks .block-content_video_2 .video {
    position: relative;
    padding-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
    display: block;
  }
  #blocks .block-content_video .video img, #blocks .block-content_video_2 .video img {
    width: 100%;
    display: block;
    height: auto;
  }
  #blocks .block-content_video .video:hover .play::before, #blocks .block-content_video_2 .video:hover .play::before {
    background: #eeeeef;
  }
  #blocks .block-content_video .video .play, #blocks .block-content_video_2 .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 50px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 150px;
  }
  #blocks .block-content_video .video .play::after, #blocks .block-content_video_2 .video .play::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    transition: border-color 0.5s;
    border-width: 9px 15px;
  }
  #blocks .block-content_video .video .play::before, #blocks .block-content_video_2 .video .play::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: none;
    transition: background 0.5s;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-content_video .video, #blocks .block-content_video_2 .video {
    position: relative;
    padding-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
    display: block;
  }
  #blocks .block-content_video .video img, #blocks .block-content_video_2 .video img {
    width: 100%;
    display: block;
    height: auto;
  }
  #blocks .block-content_video .video:hover .play::before, #blocks .block-content_video_2 .video:hover .play::before {
    background: #eeeeef;
  }
  #blocks .block-content_video .video .play, #blocks .block-content_video_2 .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 50px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 150px;
  }
  #blocks .block-content_video .video .play::after, #blocks .block-content_video_2 .video .play::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    transition: border-color 0.5s;
    border-width: 9px 15px;
  }
  #blocks .block-content_video .video .play::before, #blocks .block-content_video_2 .video .play::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: none;
    transition: background 0.5s;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_video .video, #blocks .block-content_video_2 .video {
    position: relative;
    padding-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
    display: block;
  }
  #blocks .block-content_video .video img, #blocks .block-content_video_2 .video img {
    width: 100%;
    display: block;
    height: auto;
  }
  #blocks .block-content_video .video:hover .play::before, #blocks .block-content_video_2 .video:hover .play::before {
    background: #eeeeef;
  }
  #blocks .block-content_video .video .play, #blocks .block-content_video_2 .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 64px;
    margin-left: 10px;
    cursor: pointer;
  }
  #blocks .block-content_video .video .play::after, #blocks .block-content_video_2 .video .play::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 15px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #57555b;
    transition: border-color 0.5s;
  }
  #blocks .block-content_video .video .play::before, #blocks .block-content_video_2 .video .play::before {
    content: "";
    position: absolute;
    top: -11px;
    left: -10px;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    border: none;
    transition: background 0.5s;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_image img {
    width: 100%;
    display: block;
    height: auto;
  }
  #blocks .block-content_image small {
    font-size: 18px;
    display: block;
    margin: 20px 0 0;
  }
}
@media (min-width: 0px) {
  #blocks .block-map #map {
    padding-bottom: 40%;
    margin-left: 10px;
    min-height: 300px;
  }
  #blocks .block-map #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  #blocks .block-map #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: none;
  }
  #blocks .block-map #map .gm-style .gm-style-iw-t::after {
    display: none;
  }
  #blocks .block-map #map .gm-style .gm-style-iw {
    overflow: visible !important;
  }
  #blocks .block-map #map .gm-style-iw.gm-style-iw-c {
    padding: 0;
    color: #fff;
    overflow: visible !important;
  }
  #blocks .block-map #map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
  }
  #blocks .block-map #map .gm-style-iw.gm-style-iw-c button[title=Close] {
    display: none !important;
  }
  #blocks .block-map #map .gm-style-iw.gm-style-iw-c .infobox {
    padding: 15px 20px;
    color: #fff;
    background: #57555b;
    border-radius: 4px;
    font-family: "omnes-pro", sans-serif;
  }
  #blocks .block-map #map .gm-style-iw.gm-style-iw-c .infobox h3 {
    font-size: 16px;
    margin: 0;
  }
  #blocks .block-map #map .gm-style-iw.gm-style-iw-c .infobox p {
    line-height: 1.1;
  }
  #blocks .block-map #map .gm-style-iw.gm-style-iw-c .infobox::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 8px);
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 12px solid #57555b;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  #blocks .block-map #map .gm-style-iw.gm-style-iw-c .infobox {
    padding: 15px 20px;
    font-weight: 700;
  }
  #blocks .block-map #map .gm-style-iw.gm-style-iw-c .infobox h3 {
    font-size: 26px;
  }
  #blocks .block-map #map .gm-style-iw.gm-style-iw-c .infobox::after {
    left: calc(50% - 12px);
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-top: 18px solid #57555b;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_contact_details ul {
    list-style: none;
    margin: 0 0 20px;
  }
  #blocks .block-content_contact_details ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 30px;
  }
  #blocks .block-content_contact_details ul li:last-of-type {
    margin: 0;
  }
  #blocks .block-content_contact_details ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    border-width: 6px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #cecece;
  }
  #blocks .block-content_contact_details ul li h3 {
    font-weight: 400;
  }
  #blocks .block-content_contact_details ul li h3 a {
    font-weight: 700;
  }
  #blocks .block-content_contact_details ul:last-child {
    margin-bottom: 20px;
  }
  #blocks .block-content_contact_details p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #blocks .block-content_contact_details ul:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_awards .padding {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  #blocks .block-content_awards .bg-white {
    padding-top: 20px;
    padding-bottom: 1px;
    height: 100%;
    margin: 0;
  }
  #blocks .block-content_awards .bg-grey2 {
    padding: 10px 15px;
    border-radius: 0 4px 4px 0;
    position: relative;
    margin-bottom: -4px;
    width: auto;
    display: inline-block;
  }
  #blocks .block-content_awards .bg-grey2 h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding-left: 35px;
  }
  #blocks .block-content_awards .bg-grey2 h2::after {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    right: calc(100% - 24px);
    width: 24px;
    height: 24px;
    background-color: #fbba00;
    border-radius: 50%;
    z-index: 2;
    background-image: url("/wp-content/themes/poplarharca/assets/icons/star.svg");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
  #blocks .block-content_awards .bg-grey1 {
    height: 100%;
    border-radius: 0 4px 4px 0;
    padding: 0px;
    position: relative;
    background: transparent;
  }
  #blocks .block-content_awards .bg-grey1 .row {
    margin: 0 -10px;
  }
  #blocks .block-content_awards .bg-grey1 .row .col {
    padding: 0 10px;
  }
  #blocks .block-content_awards .bg-grey1 .image {
    width: 100%;
    height: calc(100% - 20px);
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    padding-bottom: 66.6667%;
    margin: 0 0 20px;
  }
  #blocks .block-content_awards .bg-grey1 .image.small {
    padding-bottom: 100%;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white {
    background: #eeeeef;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white, #blocks .block-content_awards .bg-grey1 .bg-black, #blocks .block-content_awards .bg-grey1 .bg {
    width: 100%;
    height: calc(100% - 20px);
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 50px 20px 20px 20px;
    position: relative;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.small, #blocks .block-content_awards .bg-grey1 .bg-black.small, #blocks .block-content_awards .bg-grey1 .bg.small {
    padding: 0;
    text-align: center;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.small.bg, #blocks .block-content_awards .bg-grey1 .bg-black.small.bg, #blocks .block-content_awards .bg-grey1 .bg.small.bg {
    padding: 75px;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.small h3, #blocks .block-content_awards .bg-grey1 .bg-black.small h3, #blocks .block-content_awards .bg-grey1 .bg.small h3 {
    margin: 0;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.small p:last-child, #blocks .block-content_awards .bg-grey1 .bg-black.small p:last-child, #blocks .block-content_awards .bg-grey1 .bg.small p:last-child {
    margin: 20px;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.small::after, #blocks .block-content_awards .bg-grey1 .bg-black.small::after, #blocks .block-content_awards .bg-grey1 .bg.small::after {
    display: none;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white p:last-child, #blocks .block-content_awards .bg-grey1 .bg-black p:last-child, #blocks .block-content_awards .bg-grey1 .bg p:last-child {
    margin: 0;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white h3, #blocks .block-content_awards .bg-grey1 .bg-black h3, #blocks .block-content_awards .bg-grey1 .bg h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white .icon, #blocks .block-content_awards .bg-grey1 .bg-black .icon, #blocks .block-content_awards .bg-grey1 .bg .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white .icon svg, #blocks .block-content_awards .bg-grey1 .bg-black .icon svg, #blocks .block-content_awards .bg-grey1 .bg .icon svg {
    width: 100%;
    max-width: 150px;
    height: auto;
    display: block;
    margin: auto;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white .icon svg *, #blocks .block-content_awards .bg-grey1 .bg-black .icon svg *, #blocks .block-content_awards .bg-grey1 .bg .icon svg * {
    fill: #fff;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white .button.bg-your-home, #blocks .block-content_awards .bg-grey1 .bg-black .button.bg-your-home, #blocks .block-content_awards .bg-grey1 .bg .button.bg-your-home {
    background: #00b3bc;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white .button.bg-get-involved, #blocks .block-content_awards .bg-grey1 .bg-black .button.bg-get-involved, #blocks .block-content_awards .bg-grey1 .bg .button.bg-get-involved {
    background: #ef7d00;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white .button.bg-development-regeneration, #blocks .block-content_awards .bg-grey1 .bg-black .button.bg-development-regeneration, #blocks .block-content_awards .bg-grey1 .bg .button.bg-development-regeneration {
    background: #e83273;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white .button.bg-work-with-us, #blocks .block-content_awards .bg-grey1 .bg-black .button.bg-work-with-us, #blocks .block-content_awards .bg-grey1 .bg .button.bg-work-with-us {
    background: #95c11f;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white .button.bg-about-us, #blocks .block-content_awards .bg-grey1 .bg-black .button.bg-about-us, #blocks .block-content_awards .bg-grey1 .bg .button.bg-about-us {
    background: #fbba00;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white::after, #blocks .block-content_awards .bg-grey1 .bg-black::after, #blocks .block-content_awards .bg-grey1 .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    border: 15px solid #fbba00;
    border-bottom-color: #eeeeef;
    border-bottom-width: 10px;
    height: 15px;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.bg-black::after, #blocks .block-content_awards .bg-grey1 .bg-black.bg-black::after, #blocks .block-content_awards .bg-grey1 .bg.bg-black::after {
    border-bottom-color: #57555b;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.bg-your-home, #blocks .block-content_awards .bg-grey1 .bg-black.bg-your-home, #blocks .block-content_awards .bg-grey1 .bg.bg-your-home {
    background: #00b3bc;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.bg-your-home::after, #blocks .block-content_awards .bg-grey1 .bg-black.bg-your-home::after, #blocks .block-content_awards .bg-grey1 .bg.bg-your-home::after {
    border-top-color: #00b3bc;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.bg-get-involved, #blocks .block-content_awards .bg-grey1 .bg-black.bg-get-involved, #blocks .block-content_awards .bg-grey1 .bg.bg-get-involved {
    background: #ef7d00;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.bg-get-involved::after, #blocks .block-content_awards .bg-grey1 .bg-black.bg-get-involved::after, #blocks .block-content_awards .bg-grey1 .bg.bg-get-involved::after {
    border-top-color: #ef7d00;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.bg-development-regeneration, #blocks .block-content_awards .bg-grey1 .bg-black.bg-development-regeneration, #blocks .block-content_awards .bg-grey1 .bg.bg-development-regeneration {
    background: #e83273;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.bg-development-regeneration::after, #blocks .block-content_awards .bg-grey1 .bg-black.bg-development-regeneration::after, #blocks .block-content_awards .bg-grey1 .bg.bg-development-regeneration::after {
    border-top-color: #e83273;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.bg-work-with-us, #blocks .block-content_awards .bg-grey1 .bg-black.bg-work-with-us, #blocks .block-content_awards .bg-grey1 .bg.bg-work-with-us {
    background: #95c11f;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.bg-work-with-us::after, #blocks .block-content_awards .bg-grey1 .bg-black.bg-work-with-us::after, #blocks .block-content_awards .bg-grey1 .bg.bg-work-with-us::after {
    border-top-color: #95c11f;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.bg-about-us, #blocks .block-content_awards .bg-grey1 .bg-black.bg-about-us, #blocks .block-content_awards .bg-grey1 .bg.bg-about-us {
    background: #fbba00;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.bg-about-us::after, #blocks .block-content_awards .bg-grey1 .bg-black.bg-about-us::after, #blocks .block-content_awards .bg-grey1 .bg.bg-about-us::after {
    border-top-color: #fbba00;
  }
  #blocks .block-content_awards .container .row.xsstretch {
    margin-bottom: -4px;
  }
}
@media (min-width: 768px) {
  #blocks .block-content_awards .bg-white {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_awards .padding {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_awards .bg-white {
    padding: 0 50px;
    border-radius: 4px;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_awards .bg-grey2 {
    padding: 30px;
    margin-right: -60px;
    height: 100%;
    width: calc(100% + 60px);
    border-radius: 4px 0 0 4px;
  }
  #blocks .block-content_awards .bg-grey2 h2 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    position: relative;
  }
  #blocks .block-content_awards .bg-grey2 h2::after {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    right: -42px;
    width: 24px;
    height: 24px;
    background-color: #fbba00;
    border-radius: 50%;
    z-index: 2;
    background-image: url("/wp-content/themes/poplarharca/assets/icons/star.svg");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
  #blocks .block-content_awards .bg-grey1 {
    height: 100%;
    width: calc(100% + 50px);
    border-radius: 0 4px 4px 0;
    margin-left: -50px;
    padding: 30px 30px 10px 50px;
    position: relative;
    background: #eeeeef;
  }
  #blocks .block-content_awards .bg-grey1::before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background-image: radial-gradient(circle closest-side, #57555b 80%, rgba(0, 0, 0, 0) 10%);
    background-size: 5px 8px;
    background-position: left top;
    background-repeat: repeat-y;
    position: absolute;
    top: 50px;
    left: -2.5px;
    z-index: 1;
  }
  #blocks .block-content_awards .bg-grey1 .row {
    margin: 0 -10px;
  }
  #blocks .block-content_awards .bg-grey1 .row .col {
    padding: 0 10px;
  }
  #blocks .block-content_awards .bg-grey1 .image {
    width: 100%;
    height: calc(100% - 20px);
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    padding-bottom: 66.6667%;
    margin: 0 0 20px;
  }
  #blocks .block-content_awards .bg-grey1 .image.small {
    padding-bottom: 100%;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white {
    background: #fff;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white, #blocks .block-content_awards .bg-grey1 .bg-black {
    width: 100%;
    height: calc(100% - 20px);
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 30px 30px 30px 90px;
    position: relative;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.small, #blocks .block-content_awards .bg-grey1 .bg-black.small {
    padding: 0;
    text-align: center;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.small h3, #blocks .block-content_awards .bg-grey1 .bg-black.small h3 {
    margin: 0;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.small p:last-child, #blocks .block-content_awards .bg-grey1 .bg-black.small p:last-child {
    margin: 30px;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.small::after, #blocks .block-content_awards .bg-grey1 .bg-black.small::after {
    display: none;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white p:last-child, #blocks .block-content_awards .bg-grey1 .bg-black p:last-child {
    margin: 0;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white h3, #blocks .block-content_awards .bg-grey1 .bg-black h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white .icon svg, #blocks .block-content_awards .bg-grey1 .bg-black .icon svg {
    width: 100%;
    max-width: 110px;
    margin: -25px auto -10px;
    height: auto;
    display: block;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white .icon svg *, #blocks .block-content_awards .bg-grey1 .bg-black .icon svg * {
    fill: #fff;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white::after, #blocks .block-content_awards .bg-grey1 .bg-black::after {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    border: 15px solid #fbba00;
    border-bottom-color: #fff;
    border-bottom-width: 10px;
    height: 30px;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white.bg-black::after, #blocks .block-content_awards .bg-grey1 .bg-black.bg-black::after {
    border-bottom-color: #57555b;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white > div, #blocks .block-content_awards .bg-grey1 .bg-black > div {
    color: #fff;
    padding: 20px;
    position: relative;
    border-radius: 4px 4px 0 0;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white > div::after, #blocks .block-content_awards .bg-grey1 .bg-black > div::after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 12px);
    border: 12px solid transparent;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white > div.bg-your-home, #blocks .block-content_awards .bg-grey1 .bg-black > div.bg-your-home {
    background: #00b3bc;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white > div.bg-your-home::after, #blocks .block-content_awards .bg-grey1 .bg-black > div.bg-your-home::after {
    border-top-color: #00b3bc;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white > div.bg-get-involved, #blocks .block-content_awards .bg-grey1 .bg-black > div.bg-get-involved {
    background: #ef7d00;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white > div.bg-get-involved::after, #blocks .block-content_awards .bg-grey1 .bg-black > div.bg-get-involved::after {
    border-top-color: #ef7d00;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white > div.bg-development-regeneration, #blocks .block-content_awards .bg-grey1 .bg-black > div.bg-development-regeneration {
    background: #e83273;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white > div.bg-development-regeneration::after, #blocks .block-content_awards .bg-grey1 .bg-black > div.bg-development-regeneration::after {
    border-top-color: #e83273;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white > div.bg-work-with-us, #blocks .block-content_awards .bg-grey1 .bg-black > div.bg-work-with-us {
    background: #95c11f;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white > div.bg-work-with-us::after, #blocks .block-content_awards .bg-grey1 .bg-black > div.bg-work-with-us::after {
    border-top-color: #95c11f;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white > div.bg-about-us, #blocks .block-content_awards .bg-grey1 .bg-black > div.bg-about-us {
    background: #fbba00;
  }
  #blocks .block-content_awards .bg-grey1 .bg-white > div.bg-about-us::after, #blocks .block-content_awards .bg-grey1 .bg-black > div.bg-about-us::after {
    border-top-color: #fbba00;
  }
  #blocks .block-content_awards .container .row.xsstretch {
    margin-bottom: -4px;
  }
  #blocks .block-content_awards .container .row.xsstretch:last-of-type .bg-grey1 {
    margin-bottom: 50px;
    height: calc(100% - 50px);
    padding-bottom: 70px;
  }
  #blocks .block-content_awards .container .row.xsstretch:last-of-type .bg-grey1::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: #57555b;
    bottom: 30px;
    left: -12px;
    border-radius: 50%;
  }
  #blocks .block-content_awards .container .row.xsstretch:last-of-type .bg-grey1::before {
    height: calc(100% - 90px);
  }
  #blocks .block-content_awards .container .row.xsstretch:last-of-type .padding {
    margin-bottom: 50px;
    height: calc(100% - 50px);
  }
}
@media (min-width: 0px) {
  #blocks .block-organisation_relationship {
    padding-bottom: 0;
  }
  #blocks .block-organisation_relationship .bg-grey2 {
    padding: 15px;
    border-radius: 0;
  }
  #blocks .block-organisation_relationship .bg-grey2 h2.dots {
    margin: 0 0 20px;
  }
  #blocks .block-organisation_relationship .bg-grey2 .bg-white {
    padding: 20px;
    margin: 0 35px;
    width: calc(100% - 70px);
    text-align: center;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #blocks .block-organisation_relationship .bg-grey2 .bg-white h3 {
    margin: 0;
    width: 100%;
  }
  #blocks .block-organisation_relationship .bg-grey2 .bg-white p {
    margin: 10px 0 0;
    width: 100%;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slider {
    margin: 0 -15px;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slider .slick-track {
    display: flex;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slider .slick-list {
    padding: 0 40px;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slider .slick-arrow {
    position: absolute;
    bottom: 15px;
    left: 15px;
    text-indent: -9999px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #cecece;
    z-index: 1;
    padding: 0;
    height: 0;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slider .slick-arrow.slick-next {
    left: auto;
    right: 15px;
    border-right: none;
    border-left: 20px solid #cecece;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slider .slick-arrow.slick-disabled {
    opacity: 0;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slider .slick-dots {
    position: absolute;
    bottom: 77px;
    left: 50%;
    height: 14px;
    margin: 0;
    transform: translateX(-50%);
  }
  #blocks .block-organisation_relationship .bg-grey2 .slider .slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slider .slick-dots li.slick-active button {
    background: #fff;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slider .slick-dots li button {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-indent: -9999px;
    padding: 0;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slide {
    display: none;
    padding: 40px 10px 57px;
    height: auto;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slide:first-of-type {
    display: block;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slide .bg {
    height: 100%;
    position: relative;
    padding: 20px 20px 55px;
    border-radius: 4px;
    text-align: center;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slide .bg p {
    margin: 10px 0 0;
    width: 100%;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slide .bg h4 {
    margin: 0;
    font-size: 18px;
    width: 100%;
    line-height: 1.1;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slide .bg::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: calc(50% - 9px);
    width: 18px;
    height: 40px;
    background-image: url("/wp-content/themes/poplarharca/assets/arrow-up.svg");
    background-size: 100% auto;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slide .bg::after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 9px);
    width: 18px;
    height: 57px;
    background-image: url("/wp-content/themes/poplarharca/assets/arrow-both.svg");
    background-size: 100% auto;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slick-initialized .slide {
    display: block;
  }
}
@media (min-width: 768px) {
  #blocks .block-organisation_relationship .bg-grey2 {
    padding: 25px;
  }
  #blocks .block-organisation_relationship .bg-grey2 .bg-white {
    margin: 0 25px;
    width: calc(100% - 50px);
  }
  #blocks .block-organisation_relationship .bg-grey2 .slider {
    margin: 0 -25px;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slider .slick-dots {
    display: none !important;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slide .bg {
    padding: 20px;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slide .bg h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #blocks .block-organisation_relationship .bg-grey2 {
    padding: 30px;
    border-radius: 4px;
  }
  #blocks .block-organisation_relationship .bg-grey2 .bg-white {
    margin: 0;
    width: 100%;
    cursor: pointer;
    min-height: 112px;
  }
  #blocks .block-organisation_relationship .bg-grey2 .bg-white p {
    display: none;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slider {
    margin: 0 -30px;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slider .slick-list {
    padding: 0 21px;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slide .bg {
    cursor: pointer;
    min-height: 348px;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slide .bg h4 {
    font-size: 22px;
  }
  #blocks .block-organisation_relationship .bg-grey2 .slide .bg p {
    font-size: 18px;
    display: none;
  }
}
@media (min-width: 1200px) {
  #blocks .block-organisation_relationship .bg-grey2 .slide .bg {
    min-height: 273px;
  }
}
@media (min-width: 1500px) {
  #blocks .block-organisation_relationship .bg-grey2 .slide .bg {
    min-height: 199px;
  }
}
@media (max-width: 991px) {
  #blocks .block-download_tabs .container {
    margin-top: -4px;
    position: relative;
  }
  #blocks .block-download_tabs .container:last-child {
    padding-bottom: 50px;
  }
  #blocks .block-download_tabs .container::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #57555b;
  }
  #blocks .block-download_tabs .container .bg-white {
    padding: 1px 20px 30px;
    border-radius: 4px;
  }
  #blocks .block-download_tabs .container .bg-white .bg-grey2 {
    padding: 1px 15px 15px;
    border-radius: 0;
    position: relative;
    z-index: 1;
  }
  #blocks .block-download_tabs .container .bg-white .bg-grey2 > div {
    position: relative;
  }
  #blocks .block-download_tabs .container .bg-white .bg-grey2 > div:after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-left-color: #fff;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    transform-origin: 3px 5px;
  }
  #blocks .block-download_tabs .container .bg-white .bg-grey2 > div:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    border-radius: 50%;
  }
  #blocks .block-download_tabs .container .bg-white .bg-grey2 > div.active:after {
    transform: rotate(90deg);
  }
  #blocks .block-download_tabs .container .bg-white h2 {
    position: relative;
    cursor: pointer;
    margin: 15px 0 30px;
    font-size: 16px;
  }
  #blocks .block-download_tabs .container .bg-white h2:after {
    width: 100%;
    bottom: -15px;
    position: absolute;
    left: 0;
    margin: 0;
  }
  #blocks .block-download_tabs .container .bg-white .block-tabs {
    display: none;
  }
  #blocks .block-download_tabs .container .bg-white .list > div {
    position: relative;
    display: block;
    padding-bottom: 10px;
  }
  #blocks .block-download_tabs .container .bg-white .list > div:after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-left-color: #fff;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    transform-origin: 3px 5px;
  }
  #blocks .block-download_tabs .container .bg-white .list > div:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: #e83273;
  }
  #blocks .block-download_tabs .container .bg-white .list > div.active:after {
    transform: rotate(90deg);
  }
  #blocks .block-download_tabs .container .bg-white .list > div > .links {
    display: none;
  }
  #blocks .block-download_tabs .container .bg-white .list > div.active .dots:after {
    display: none;
  }
  #blocks .block-download_tabs .container .bg-white .list > div.active h2.dots {
    margin: 15px 0 0;
  }
  #blocks .block-download_tabs .container .bg-white .list > div.active > .links {
    display: block;
  }
  #blocks .block-download_tabs .container .bg-white .list > div.all::before, #blocks .block-download_tabs .container .bg-white .list > div.all::after, #blocks .block-download_tabs .container .bg-white .list > div.all h2 {
    display: none;
  }
  #blocks .block-download_tabs .container .bg-white .list .row {
    margin: 0 -15px;
  }
  #blocks .block-download_tabs .container .bg-white .list .row .col {
    padding: 0 15px;
  }
  #blocks .block-download_tabs .container .bg-white .list h3 {
    margin: 20px 0 5px;
    font-size: 20px;
  }
  #blocks .block-download_tabs .container .bg-white .list h3::before {
    display: none;
  }
  #blocks .block-download_tabs .container .bg-white .list .button {
    margin: 10px 0 0;
    transform: translateY(-20px);
  }
}
@media (min-width: 768px) {
  #blocks .block-download_tabs .container {
    padding-bottom: 0;
  }
  #blocks .block-download_tabs .container::before {
    width: 10px;
  }
  #blocks .block-download_tabs .container .bg-white {
    padding: 0 50px 50px;
    border-radius: 4px;
  }
  #blocks .block-download_tabs .container .bg-white .bg-grey2 {
    padding: 20px 30px 15px 20px;
    border-radius: 0;
  }
  #blocks .block-download_tabs .container .bg-white .block-tabs {
    border-bottom: 1px solid #57555b;
    margin: 0 0 20px;
    padding: 0;
    display: block;
  }
  #blocks .block-download_tabs .container .bg-white .block-tabs a, #blocks .block-download_tabs .container .bg-white .block-tabs span {
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px 8px;
    border-radius: 4px 4px 0 0;
    margin-right: 10px;
    font-weight: 700;
    transition: background 0.5s;
    max-width: 205px;
    text-align: center;
  }
  #blocks .block-download_tabs .container .bg-white .block-tabs {
    display: block;
    text-align: right;
  }
  #blocks .block-download_tabs .container .bg-white .block-tabs a, #blocks .block-download_tabs .container .bg-white .block-tabs span {
    color: #fff;
  }
  #blocks .block-download_tabs .container .bg-white .block-tabs a.active, #blocks .block-download_tabs .container .bg-white .block-tabs span.active {
    background: #e2e2e2 !important;
    color: #57555b;
  }
  #blocks .block-download_tabs .container .bg-white .block-tabs a.active:hover, #blocks .block-download_tabs .container .bg-white .block-tabs span.active:hover {
    background: #cecece;
  }
  #blocks .block-download_tabs .container .bg-white h2 {
    display: none;
  }
  #blocks .block-download_tabs .container .bg-white .list .row {
    margin: 0 -15px;
  }
  #blocks .block-download_tabs .container .bg-white .list .row .col {
    padding: 0 15px;
  }
  #blocks .block-download_tabs .container .bg-white .list h3 {
    margin: 20px 0 5px;
    font-size: 20px;
  }
  #blocks .block-download_tabs .container .bg-white .list h3::before {
    display: none;
  }
  #blocks .block-download_tabs .container .bg-white .list > div {
    display: none;
  }
  #blocks .block-download_tabs .container .bg-white .list > div.active {
    display: block;
  }
  #blocks .block-download_tabs .container .bg-white .list > div::before, #blocks .block-download_tabs .container .bg-white .list > div::after {
    display: none;
  }
  #blocks .block-download_tabs .container .bg-white .list .button {
    transform: translateY(0);
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #blocks .block-download_tabs .container .bg-white .bg-grey2 {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  #blocks .block-map_block #map {
    padding-bottom: 40%;
    margin-left: 5px;
    min-height: 300px;
    z-index: 1;
  }
  #blocks .block-map_block #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  #blocks .block-map_block #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: none;
  }
  #blocks .block-map_block #map .gm-style .gm-style-iw-t::after {
    display: none;
  }
  #blocks .block-map_block #map .gm-style .gm-style-iw {
    overflow: visible !important;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c {
    padding: 0;
    color: #fff;
    overflow: visible !important;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c button[title=Close] {
    display: none !important;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c .infobox {
    padding: 10px 15px;
    color: #fff;
    background: #57555b;
    text-align: center;
    border-radius: 4px;
    font-weight: 500;
    font-family: "omnes-pro", sans-serif;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c .infobox h3 {
    font-size: 18px;
    margin: 0;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c .infobox .button {
    margin: 10px 0 0;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c .infobox.current h3 {
    font-size: 18px;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c .infobox::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 8px);
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 12px solid #57555b;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-map_block #map {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  #blocks .block-map_block #map {
    padding-bottom: 40%;
    margin-left: 10px;
    min-height: 300px;
    z-index: 1;
  }
  #blocks .block-map_block #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  #blocks .block-map_block #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: none;
  }
  #blocks .block-map_block #map .gm-style .gm-style-iw-t::after {
    display: none;
  }
  #blocks .block-map_block #map .gm-style .gm-style-iw {
    overflow: visible !important;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c {
    padding: 0;
    color: #fff;
    overflow: visible !important;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c button[title=Close] {
    display: none !important;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c .infobox {
    padding: 15px 20px;
    font-weight: 700;
    color: #fff;
    background: #57555b;
    text-align: center;
    border-radius: 4px;
    font-family: "omnes-pro", sans-serif;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c .infobox h3 {
    font-size: 26px;
    margin: 0;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c .infobox .button {
    margin: 10px 0 0;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c .infobox.current h3 {
    font-size: 26px;
  }
  #blocks .block-map_block #map .gm-style-iw.gm-style-iw-c .infobox::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 12px);
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-top: 18px solid #57555b;
    z-index: 1;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_more_information .heading {
    color: #57555b;
    display: flex;
    align-items: center;
    font-family: "omnes-pro", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    gap: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
  }
  #blocks .block-content_more_information .tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 20px;
    width: calc(100% + 20px);
  }
  #blocks .block-content_more_information .tiles .tile {
    background-color: #eeeeef;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 25px 25px 20px;
    text-decoration: none;
    width: calc(50% - 20px);
  }
  #blocks .block-content_more_information .tiles .tile .imageParent {
    display: flex;
  }
  #blocks .block-content_more_information .tiles .tile .title {
    color: #ffffff;
    font-family: "omnes-pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_more_information .heading {
    font-family: "omnes-pro", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
  }
  #blocks .block-content_more_information .tiles {
    width: calc(100% + 20px);
  }
  #blocks .block-content_more_information .tiles .tile {
    padding: 25px 50px 20px;
    width: calc(33.33% - 20px);
  }
  #blocks .block-content_more_information .tiles .tile .title {
    font-family: "omnes-pro", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  #blocks .block-content_steps .padding {
    padding: 0 0 0px;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_steps .bg-white {
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_steps .bg-grey3 {
    padding: 15px;
    margin-right: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    position: relative;
    z-index: 1;
  }
  #blocks .block-content_steps .bg-grey2 {
    border-radius: 0px;
    margin: -20px -15px 0;
    padding: 15px 15px 20px 50px;
    position: relative;
  }
  #blocks .block-content_steps .bg-grey2::before {
    content: "";
    display: block;
    width: 4px;
    height: calc(100% - 80px);
    background-image: radial-gradient(circle closest-side, #e83273 80%, rgba(0, 0, 0, 0) 10%);
    background-size: 4px 10px;
    background-position: left top;
    background-repeat: round;
    position: absolute;
    top: 40px;
    left: 22px;
  }
  #blocks .block-content_steps .complete {
    position: relative;
    padding: 30px 0 30px 80px;
  }
  #blocks .block-content_steps .complete::before {
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    left: 15px;
    width: 40px;
    height: 40px;
    background-color: #e83273;
    border-radius: 50%;
    background-size: 50% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/poplarharca/assets/tick.svg");
  }
  #blocks .block-content_steps .complete h2 {
    margin: 0;
  }
  #blocks .block-content_steps .complete p {
    font-size: 18px;
    margin: 0;
  }
  #blocks .block-content_steps .stage {
    position: relative;
    margin: 25px 0;
  }
  #blocks .block-content_steps .stage .count {
    font-family: "omnes-pro", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: -1px;
    left: -41px;
    width: 30px;
    height: 30px;
    background-color: #e83273;
    border-radius: 50%;
    background-size: 50% auto;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 4px;
    transition: transform 0.5s;
  }
  #blocks .block-content_steps .stage .count--worded {
    font-weight: 700;
  }
  #blocks .block-content_steps .stage h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
  }
  #blocks .block-content_steps .stage p {
    display: none;
    margin: 5px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blocks .block-content_steps .bg-grey3 {
    width: 100%;
    padding: 15px 45px;
  }
  #blocks .block-content_steps .bg-white {
    border-radius: 0 0 4px 4px;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_steps .bg-grey2 {
    margin: 0 -45px 0;
    padding: 15px 45px 20px 80px;
  }
  #blocks .block-content_steps .bg-grey2::before {
    left: 58px;
  }
  #blocks .block-content_steps .stage .count {
    font-family: "omnes-pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: -1pxpx;
    left: -36px;
    width: 30px;
    height: 30px;
    background-color: #e83273;
    border-radius: 50%;
    background-size: 50% auto;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 4px;
    transition: transform 0.5s;
  }
  #blocks .block-content_steps .stage .count--worded {
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_steps .padding {
    padding: 0 0 50px;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_steps .bg-white {
    padding: 0 50px 50px;
    border-radius: 4px;
    width: 100%;
    height: 100%;
  }
  #blocks .block-content_steps .bg-grey3 {
    padding: 30px;
    margin-right: -60px;
    height: 100%;
    width: calc(100% + 60px);
    border-radius: 4px 0 0 4px;
  }
  #blocks .block-content_steps .bg-grey2 {
    height: 100%;
    width: calc(100% + 50px);
    border-radius: 0 4px 4px 0;
    margin-left: -50px;
    padding: 30px 50px 30px;
    position: relative;
  }
  #blocks .block-content_steps .bg-grey2::before {
    content: "";
    display: block;
    width: 5px;
    height: calc(100% - 100px);
    background-image: radial-gradient(circle closest-side, #e83273 80%, rgba(0, 0, 0, 0) 10%);
    background-size: 5px 8px;
    background-position: left top;
    background-repeat: repeat-y;
    position: absolute;
    top: 40px;
    left: -2.5px;
  }
  #blocks .block-content_steps .complete {
    position: relative;
    padding: 30px 0 30px 80px;
  }
  #blocks .block-content_steps .complete::before {
    content: "";
    position: absolute;
    top: calc(50% - 30px);
    left: 0px;
    width: 60px;
    height: 60px;
    background-color: #e83273;
    border-radius: 50%;
    background-size: 50% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/poplarharca/assets/tick.svg");
  }
  #blocks .block-content_steps .complete h2 {
    margin: 0;
  }
  #blocks .block-content_steps .complete p {
    font-size: 26px;
    margin: 0;
  }
  #blocks .block-content_steps .stage {
    position: relative;
    margin: 25px 0;
    transition: padding 0.5s, background 0.5s;
  }
  #blocks .block-content_steps .stage:first-of-type {
    margin-top: 0;
  }
  #blocks .block-content_steps .stage .count {
    font-family: "omnes-pro", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0px;
    left: -65px;
    width: 30px;
    height: 30px;
    background-color: #e83273;
    border-radius: 50%;
    background-size: 50% auto;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 4px;
    transition: transform 0.5s;
  }
  #blocks .block-content_steps .stage .count--worded {
    font-weight: 700;
  }
  #blocks .block-content_steps .stage h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
  }
  #blocks .block-content_steps .stage p {
    display: none;
    margin: 5px 0 0;
  }
}
@media (min-width: 0px) {
  #blocks .block-content_text_image_link_carousel .bg-grey2 {
    padding: 15px;
    border-radius: 0;
  }
  #blocks .block-content_text_image_link_carousel .carousel {
    padding: 0 25px;
  }
  #blocks .block-content_text_image_link_carousel .carousel.slick-initialized a {
    display: block;
  }
  #blocks .block-content_text_image_link_carousel .carousel .slick-arrow {
    position: absolute;
    top: calc(50% - 6px);
    right: -15px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #fff;
  }
  #blocks .block-content_text_image_link_carousel .carousel .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #fff;
    right: auto;
    left: -15px;
  }
}
@media (min-width: 768px) {
  #blocks .block-content_text_image_link_carousel .bg-grey2 {
    padding: 25px;
  }
  #blocks .block-content_text_image_link_carousel .carousel {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  #blocks .block-content_text_image_link_carousel .bg-grey2 {
    padding: 30px;
    border-radius: 4px;
  }
  #blocks .block-content_text_image_link_carousel .carousel .slick-arrow {
    right: -18px;
  }
  #blocks .block-content_text_image_link_carousel .carousel .slick-arrow.slick-prev {
    left: -18px;
  }
}

@media (min-width: 0px) {
  .theme-your-home main h1 {
    color: #00b3bc;
  }
  .theme-your-home h2.dots::after {
    background-image: radial-gradient(circle closest-side, #00b3bc 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-your-home .bg-white p a,
  .theme-your-home .bg-white li a {
    color: #00b3bc;
  }
  .theme-your-home .bg-white p a:hover,
  .theme-your-home .bg-white li a:hover {
    color: #007b88;
  }
  .theme-your-home .bg-light {
    background: #00b3bc;
  }
  .theme-your-home .bg-dark {
    background: #007b88;
  }
  .theme-your-home .button {
    background: #00b3bc;
  }
  .theme-your-home .button:hover, .theme-your-home .button:focus {
    background: #007b88;
    text-decoration: none;
  }
  .theme-your-home .button.dark {
    background: #007b88;
  }
  .theme-your-home .button.dark:hover, .theme-your-home .button.dark:focus {
    background: #00b3bc;
    text-decoration: none;
  }
  .theme-your-home .button.bg-white {
    background: #fff;
    color: #57555b;
  }
  .theme-your-home .button.bg-white::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-your-home .button.bg-white::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-your-home .button.bg-white.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-your-home .button.bg-white.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-your-home .button.bg-white:hover, .theme-your-home .button.bg-white:focus {
    background: #eeeeef;
  }
  .theme-your-home .button.bg-grey1 {
    background: #eeeeef;
    color: #57555b;
  }
  .theme-your-home .button.bg-grey1::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-your-home .button.bg-grey1::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-your-home .button.bg-grey1.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-your-home .button.bg-grey1.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-your-home .button.bg-grey1:hover, .theme-your-home .button.bg-grey1:focus {
    background: #e2e2e2;
  }
  .bg-light .theme-your-home .button, .bg-dark .theme-your-home .button {
    background: #fff;
    color: #57555b;
  }
  .bg-light .theme-your-home .button::before, .bg-dark .theme-your-home .button::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .bg-light .theme-your-home .button::before, .bg-dark .theme-your-home .button::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .bg-light .theme-your-home .button:hover, .bg-light .theme-your-home .button:focus, .bg-dark .theme-your-home .button:hover, .bg-dark .theme-your-home .button:focus {
    background: #eeeeef;
  }
  .bg-light .theme-your-home .button.download::before, .bg-dark .theme-your-home .button.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .bg-light .theme-your-home .button.download::before, .bg-dark .theme-your-home .button.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-your-home .button_2 {
    background: #fff;
    color: #00b3bc;
  }
  .theme-your-home .button_2:hover, .theme-your-home .button_2:focus {
    background: #eeeeef;
  }
  .theme-your-home span.dots,
  .theme-your-home div.dots {
    background-image: radial-gradient(circle closest-side, #00b3bc 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-your-home span.dots.white,
  .theme-your-home div.dots.white {
    background-image: radial-gradient(circle closest-side, #fff 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-your-home span.dots.grey,
  .theme-your-home div.dots.grey {
    background-image: radial-gradient(circle closest-side, #eeeeef 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-your-home .list li::before {
    border-left-color: #00b3bc;
  }
  .theme-your-home .modal .modal-content .modal-header {
    background: #00b3bc;
  }
  .theme-your-home .modal .modal-content .modal-form::before {
    border-top-color: #007b88;
    border-right-color: #007b88;
  }
  .theme-your-home #archive::before {
    background: #00b3bc;
  }
  .theme-your-home #archive .bg-white .bg-grey2 > div:before {
    background: #00b3bc;
  }
  .theme-your-home #archive .bg-white .tabs a,
  .theme-your-home #archive .bg-white .tabs span {
    background: #00b3bc;
  }
  .theme-your-home #archive .bg-white .tabs a:hover,
  .theme-your-home #archive .bg-white .tabs span:hover {
    background: #007b88;
  }
  .theme-your-home #blocks::before {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-large_gallery .gallery ul.slick-dots li.slick-active button {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-content_text_video .bg-black .gallery .slick-arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_text_video .bg-black .gallery .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li.slick-active button {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-content_text_video .video .image:hover .play {
    background: #007b88;
  }
  .theme-your-home #blocks .block-content_text_video .video .image:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #007b88;
  }
  .theme-your-home #blocks .block-content_text_video .video .image .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_text ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_workspace_additional_info .bg-white::after {
    border-top-color: #00b3bc;
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_workspace_additional_info .bg-black h2::before {
    color: #007b88;
  }
  .theme-your-home #blocks .block-content_people .bg-white .list .bg {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-content_people .bg-white .list a .play {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-content_people .bg-white .list a .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_people .bg-white .list a:hover .play {
    background: #007b88;
  }
  .theme-your-home #blocks .block-content_people .bg-white .list a:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #007b88;
  }
  .theme-your-home #blocks .block-content_volunteer_op_tabs .bg-black::after {
    border-top-color: #00b3bc;
    border-right-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_volunteer_op_tabs div.bg-white ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_accordion .bg {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-content_accordion .bg::after {
    border-top-color: #00b3bc;
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_accordion .bg h2::before {
    color: #007b88;
  }
  .theme-your-home #blocks .block-content_accordion .accordion h3::before {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-content_accordion .accordion h3:hover::before {
    background: #007b88;
  }
  .theme-your-home #blocks .block-content_accordion .accordion ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_faqs .bg {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-content_faqs .bg::after {
    border-top-color: #00b3bc;
    border-right-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_faqs .bg h2::before {
    color: #007b88;
  }
  .theme-your-home #blocks .block-content_faqs .bg .icon svg * {
    fill: #00b3bc;
  }
  .theme-your-home #blocks .block-content_faqs .faq h3::before {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-content_faqs .faq h3:hover::before {
    background: #007b88;
  }
  .theme-your-home #blocks .block-content_faqs .faq div ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_text_downloads .bg-light::after {
    border-top-color: #00b3bc;
    border-right-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_text_downloads .bg-light h2::before {
    color: #007b88;
  }
  .theme-your-home #blocks .block-content_text_downloads div.bg-white ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_icon_links .bg-white a .icon {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-property_transport_links .icon.tfl {
    color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_partners ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_video .video:hover .play {
    background: #007b88;
  }
  .theme-your-home #blocks .block-content_video .video:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #007b88;
  }
  .theme-your-home #blocks .block-content_video .video .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_contact_details ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_statistics .circle-icon svg * {
    fill: #007b88;
  }
  .theme-your-home #blocks .block-content_statistics .circle-chart svg circle:last-of-type {
    stroke: #007b88;
  }
  .theme-your-home #blocks .block-content_quote div.bg-white .bg-black::after {
    border-top-color: #00b3bc;
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-gi_case_studies .gallery .slide .bg-white h2,
  .theme-your-home #blocks .block-gi_case_studies .gallery .slide .bg-white h3,
  .theme-your-home #blocks .block-au_case_studies .gallery .slide .bg-white h2,
  .theme-your-home #blocks .block-au_case_studies .gallery .slide .bg-white h3,
  .theme-your-home #blocks .block-nhr_case_studies .gallery .slide .bg-white h2,
  .theme-your-home #blocks .block-nhr_case_studies .gallery .slide .bg-white h3,
  .theme-your-home #blocks .block-case_studies .gallery .slide .bg-white h2,
  .theme-your-home #blocks .block-case_studies .gallery .slide .bg-white h3 {
    color: #00b3bc;
  }
  .theme-your-home #blocks .block-gi_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-your-home #blocks .block-au_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-your-home #blocks .block-nhr_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-your-home #blocks .block-case_studies .gallery ul.slick-dots li.slick-active button {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-content_form .bg {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-content_form .bg::after {
    border-top-color: #00b3bc;
    border-right-color: #00b3bc;
  }
  .theme-your-home #blocks .block-content_form .bg h2::before {
    color: #007b88;
  }
  .theme-your-home #blocks .block-content_form div.bg-white ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-your-home #blocks .block-download_tabs::before {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-download_tabs .bg-white .bg-grey2 > div:before {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-download_tabs .bg-white .block-tabs a,
  .theme-your-home #blocks .block-download_tabs .bg-white .block-tabs span {
    background: #00b3bc;
  }
  .theme-your-home #blocks .block-download_tabs .bg-white .block-tabs a:hover,
  .theme-your-home #blocks .block-download_tabs .bg-white .block-tabs span:hover {
    background: #007b88;
  }
  .theme-your-home main section#heading .images .image:after,
  .theme-your-home main section#heading .images + .overlay .bg-white::after {
    background: #00b3bc;
  }
  .theme-your-home main section#heading .overlay::before {
    background: #00b3bc;
  }
  .theme-your-home main section#content div.bg-white ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-your-home main section#content::before {
    background: #00b3bc;
  }
  .theme-your-home main section#content nav > ul > li > a {
    color: #007b88;
  }
  .theme-your-home main section#content nav > ul > li > a::before {
    border-left-color: #00b3bc;
  }
  .theme-your-home main section#content nav > ul > li > ul > li > ul > li.current-menu-ancestor > a, .theme-your-home main section#content nav > ul > li > ul > li > ul > li.current-page-ancestor > a {
    color: #007b88;
  }
  .theme-your-home main section#content nav > ul > li > ul > li > ul > li.current-menu-ancestor > a::before, .theme-your-home main section#content nav > ul > li > ul > li > ul > li.current-page-ancestor > a::before {
    border-left-color: #007b88;
  }
  .theme-your-home main section#content nav > ul > li .current-menu-item > a,
  .theme-your-home main section#content nav > ul > li .current-page-item > a {
    color: #007b88;
  }
  .theme-your-home main section#content nav > ul > li .current-menu-item > a::before,
  .theme-your-home main section#content nav > ul > li .current-page-item > a::before {
    border-left-color: #007b88;
  }
  .theme-your-home .pagination .nav-links span.current,
  .theme-your-home .pagination .nav-links a.current {
    color: #fff;
    background: #00b3bc;
  }
  .theme-your-home .frm_forms form button {
    background: #00b3bc;
  }
  .theme-your-home .frm_forms form button:hover, .theme-your-home .frm_forms form button:focus {
    background: #007b88;
  }
  .theme-your-home .frm_forms form .frm_radio label input:checked + span {
    background: #007b88;
  }
  .theme-your-home .frm_forms form .frm_checkbox label span::before {
    border-right-color: #007b88;
    border-bottom-color: #007b88;
  }
  .theme-your-home #single-au-case-study #heading .subheading,
  .theme-your-home #single-gi-case-study #heading .subheading,
  .theme-your-home #single-nhr-case-study #heading .subheading {
    color: #00b3bc;
  }
  .theme-your-home #single-au-case-study #content .subheading,
  .theme-your-home #single-gi-case-study #content .subheading,
  .theme-your-home #single-nhr-case-study #content .subheading {
    color: #00b3bc;
  }
  .theme-your-home #single-au-case-study #content .photo::after,
  .theme-your-home #single-gi-case-study #content .photo::after,
  .theme-your-home #single-nhr-case-study #content .photo::after {
    border-top-color: #00b3bc;
    border-right-color: #00b3bc;
  }
  .theme-your-home #single-au-case-study #content .photo h2::before,
  .theme-your-home #single-gi-case-study #content .photo h2::before,
  .theme-your-home #single-nhr-case-study #content .photo h2::before {
    color: #007b88;
  }
  .theme-about-us .bg-white p a,
  .theme-about-us .bg-white li a {
    color: unset;
  }
  .theme-about-us .bg-white p a:hover,
  .theme-about-us .bg-white li a:hover {
    color: unset;
  }
  #front-page section#alert .bg-grey2.theme-your-home span {
    background: #00b3bc;
  }
  #front-page section#slideshowContainer {
    position: relative;
  }
  #front-page section#slideshowContainer .contain-slick-arrows {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0;
    z-index: 2;
  }
  #front-page section#slideshowContainer .contain-slick-arrows:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 90px;
    height: 40px;
    background: transparent;
    z-index: -1;
    border-radius: 4px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-arrow {
    position: absolute;
    top: 100%;
    left: 40px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-left-color: #57555b;
    margin-left: 15px;
    margin-top: -11px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
  #front-page section#slideshow .slide.theme-your-home .images .image:after {
    background: #00b3bc;
  }
  #front-page section#slideshow .slide.theme-your-home .images .image.col1 + .col1 + .col1 {
    border-top-color: #00b3bc;
  }
  #front-page section#slideshow ul.slick-dots li.theme-your-home.slick-active button {
    background: #00b3bc;
  }
  #front-page section#icons .col.theme-your-home a .icon {
    background-color: #00b3bc;
  }
  #front-page section#icons .col.theme-your-home a:hover .icon {
    background-color: #007b88;
  }
  #front-page section#cards .theme-your-home .slider .slick-active button {
    background: #00b3bc;
  }
  #header .container nav.primary ul li.your-home svg {
    fill: #00b3bc;
  }
  #header .container nav.primary ul li.your-home a {
    border-bottom-color: #00b3bc;
  }
  #header .container nav.primary ul li .primary_dropdown.your-home:before {
    background-color: #00b3bc;
  }
  #header .container nav.primary ul li .primary_dropdown.your-home .dots {
    background-image: radial-gradient(circle closest-side, #00b3bc 80%, rgba(0, 0, 0, 0) 10%);
  }
  #archive-story #archive .bg-white .list a .bg.theme-your-home,
  #archive-story #archive .bg-white .list .rollover .bg.theme-your-home,
  #archive-covid-story #archive .bg-white .list a .bg.theme-your-home,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-your-home {
    background: #00b3bc;
  }
  #archive-story #archive .bg-white .list a .bg.theme-your-home .button,
  #archive-story #archive .bg-white .list .rollover .bg.theme-your-home .button,
  #archive-covid-story #archive .bg-white .list a .bg.theme-your-home .button,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-your-home .button {
    background: #007b88;
  }
  #archive-story #archive .bg-white .list a .bg.theme-your-home .button:hover,
  #archive-story #archive .bg-white .list .rollover .bg.theme-your-home .button:hover,
  #archive-covid-story #archive .bg-white .list a .bg.theme-your-home .button:hover,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-your-home .button:hover {
    background: #0097a2;
  }
  #archive-story #archive .bg-white .list a .bg.theme-your-home::before,
  #archive-story #archive .bg-white .list .rollover .bg.theme-your-home::before,
  #archive-covid-story #archive .bg-white .list a .bg.theme-your-home::before,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-your-home::before {
    background: #00b3bc;
  }
  #blocks .block-organisation_relationship .bg-grey2 .bg.theme-your-home {
    background: #00b3bc;
    color: #fff;
  }
  .theme-get-involved main h1 {
    color: #ef7d00;
  }
  .theme-get-involved h2.dots::after {
    background-image: radial-gradient(circle closest-side, #ef7d00 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-get-involved .bg-white p a,
  .theme-get-involved .bg-white li a {
    color: #ef7d00;
  }
  .theme-get-involved .bg-white p a:hover,
  .theme-get-involved .bg-white li a:hover {
    color: #e95a00;
  }
  .theme-get-involved .bg-light {
    background: #ef7d00;
  }
  .theme-get-involved .bg-dark {
    background: #e95a00;
  }
  .theme-get-involved .button {
    background: #ef7d00;
  }
  .theme-get-involved .button:hover, .theme-get-involved .button:focus {
    background: #e95a00;
    text-decoration: none;
  }
  .theme-get-involved .button.dark {
    background: #e95a00;
  }
  .theme-get-involved .button.dark:hover, .theme-get-involved .button.dark:focus {
    background: #ef7d00;
    text-decoration: none;
  }
  .theme-get-involved .button.bg-white {
    background: #fff;
    color: #57555b;
  }
  .theme-get-involved .button.bg-white::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-get-involved .button.bg-white::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-get-involved .button.bg-white.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-get-involved .button.bg-white.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-get-involved .button.bg-white:hover, .theme-get-involved .button.bg-white:focus {
    background: #eeeeef;
  }
  .theme-get-involved .button.bg-grey1 {
    background: #eeeeef;
    color: #57555b;
  }
  .theme-get-involved .button.bg-grey1::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-get-involved .button.bg-grey1::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-get-involved .button.bg-grey1.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-get-involved .button.bg-grey1.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-get-involved .button.bg-grey1:hover, .theme-get-involved .button.bg-grey1:focus {
    background: #e2e2e2;
  }
  .bg-light .theme-get-involved .button, .bg-dark .theme-get-involved .button {
    background: #fff;
    color: #57555b;
  }
  .bg-light .theme-get-involved .button::before, .bg-dark .theme-get-involved .button::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .bg-light .theme-get-involved .button::before, .bg-dark .theme-get-involved .button::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .bg-light .theme-get-involved .button:hover, .bg-light .theme-get-involved .button:focus, .bg-dark .theme-get-involved .button:hover, .bg-dark .theme-get-involved .button:focus {
    background: #eeeeef;
  }
  .bg-light .theme-get-involved .button.download::before, .bg-dark .theme-get-involved .button.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .bg-light .theme-get-involved .button.download::before, .bg-dark .theme-get-involved .button.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-get-involved .button_2 {
    background: #fff;
    color: #ef7d00;
  }
  .theme-get-involved .button_2:hover, .theme-get-involved .button_2:focus {
    background: #eeeeef;
  }
  .theme-get-involved span.dots,
  .theme-get-involved div.dots {
    background-image: radial-gradient(circle closest-side, #ef7d00 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-get-involved span.dots.white,
  .theme-get-involved div.dots.white {
    background-image: radial-gradient(circle closest-side, #fff 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-get-involved span.dots.grey,
  .theme-get-involved div.dots.grey {
    background-image: radial-gradient(circle closest-side, #eeeeef 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-get-involved .list li::before {
    border-left-color: #ef7d00;
  }
  .theme-get-involved .modal .modal-content .modal-header {
    background: #ef7d00;
  }
  .theme-get-involved .modal .modal-content .modal-form::before {
    border-top-color: #e95a00;
    border-right-color: #e95a00;
  }
  .theme-get-involved #archive::before {
    background: #ef7d00;
  }
  .theme-get-involved #archive .bg-white .bg-grey2 > div:before {
    background: #ef7d00;
  }
  .theme-get-involved #archive .bg-white .tabs a,
  .theme-get-involved #archive .bg-white .tabs span {
    background: #ef7d00;
  }
  .theme-get-involved #archive .bg-white .tabs a:hover,
  .theme-get-involved #archive .bg-white .tabs span:hover {
    background: #e95a00;
  }
  .theme-get-involved #blocks::before {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-large_gallery .gallery ul.slick-dots li.slick-active button {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_text_video .bg-black .gallery .slick-arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_text_video .bg-black .gallery .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li.slick-active button {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_text_video .video .image:hover .play {
    background: #e95a00;
  }
  .theme-get-involved #blocks .block-content_text_video .video .image:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #e95a00;
  }
  .theme-get-involved #blocks .block-content_text_video .video .image .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_text ul li::before {
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_workspace_additional_info .bg-white::after {
    border-top-color: #ef7d00;
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_workspace_additional_info .bg-black h2::before {
    color: #e95a00;
  }
  .theme-get-involved #blocks .block-content_people .bg-white .list .bg {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_people .bg-white .list a .play {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_people .bg-white .list a .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_people .bg-white .list a:hover .play {
    background: #e95a00;
  }
  .theme-get-involved #blocks .block-content_people .bg-white .list a:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #e95a00;
  }
  .theme-get-involved #blocks .block-content_volunteer_op_tabs .bg-black::after {
    border-top-color: #ef7d00;
    border-right-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_volunteer_op_tabs div.bg-white ul li::before {
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_accordion .bg {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_accordion .bg::after {
    border-top-color: #ef7d00;
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_accordion .bg h2::before {
    color: #e95a00;
  }
  .theme-get-involved #blocks .block-content_accordion .accordion h3::before {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_accordion .accordion h3:hover::before {
    background: #e95a00;
  }
  .theme-get-involved #blocks .block-content_accordion .accordion ul li::before {
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_faqs .bg {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_faqs .bg::after {
    border-top-color: #ef7d00;
    border-right-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_faqs .bg h2::before {
    color: #e95a00;
  }
  .theme-get-involved #blocks .block-content_faqs .bg .icon svg * {
    fill: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_faqs .faq h3::before {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_faqs .faq h3:hover::before {
    background: #e95a00;
  }
  .theme-get-involved #blocks .block-content_faqs .faq div ul li::before {
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_text_downloads .bg-light::after {
    border-top-color: #ef7d00;
    border-right-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_text_downloads .bg-light h2::before {
    color: #e95a00;
  }
  .theme-get-involved #blocks .block-content_text_downloads div.bg-white ul li::before {
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_icon_links .bg-white a .icon {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-property_transport_links .icon.tfl {
    color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_partners ul li::before {
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_video .video:hover .play {
    background: #e95a00;
  }
  .theme-get-involved #blocks .block-content_video .video:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #e95a00;
  }
  .theme-get-involved #blocks .block-content_video .video .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_contact_details ul li::before {
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_statistics .circle-icon svg * {
    fill: #e95a00;
  }
  .theme-get-involved #blocks .block-content_statistics .circle-chart svg circle:last-of-type {
    stroke: #e95a00;
  }
  .theme-get-involved #blocks .block-content_quote div.bg-white .bg-black::after {
    border-top-color: #ef7d00;
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-gi_case_studies .gallery .slide .bg-white h2,
  .theme-get-involved #blocks .block-gi_case_studies .gallery .slide .bg-white h3,
  .theme-get-involved #blocks .block-au_case_studies .gallery .slide .bg-white h2,
  .theme-get-involved #blocks .block-au_case_studies .gallery .slide .bg-white h3,
  .theme-get-involved #blocks .block-nhr_case_studies .gallery .slide .bg-white h2,
  .theme-get-involved #blocks .block-nhr_case_studies .gallery .slide .bg-white h3,
  .theme-get-involved #blocks .block-case_studies .gallery .slide .bg-white h2,
  .theme-get-involved #blocks .block-case_studies .gallery .slide .bg-white h3 {
    color: #ef7d00;
  }
  .theme-get-involved #blocks .block-gi_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-get-involved #blocks .block-au_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-get-involved #blocks .block-nhr_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-get-involved #blocks .block-case_studies .gallery ul.slick-dots li.slick-active button {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_form .bg {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_form .bg::after {
    border-top-color: #ef7d00;
    border-right-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-content_form .bg h2::before {
    color: #e95a00;
  }
  .theme-get-involved #blocks .block-content_form div.bg-white ul li::before {
    border-left-color: #ef7d00;
  }
  .theme-get-involved #blocks .block-download_tabs::before {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-download_tabs .bg-white .bg-grey2 > div:before {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-download_tabs .bg-white .block-tabs a,
  .theme-get-involved #blocks .block-download_tabs .bg-white .block-tabs span {
    background: #ef7d00;
  }
  .theme-get-involved #blocks .block-download_tabs .bg-white .block-tabs a:hover,
  .theme-get-involved #blocks .block-download_tabs .bg-white .block-tabs span:hover {
    background: #e95a00;
  }
  .theme-get-involved main section#heading .images .image:after,
  .theme-get-involved main section#heading .images + .overlay .bg-white::after {
    background: #ef7d00;
  }
  .theme-get-involved main section#heading .overlay::before {
    background: #ef7d00;
  }
  .theme-get-involved main section#content div.bg-white ul li::before {
    border-left-color: #ef7d00;
  }
  .theme-get-involved main section#content::before {
    background: #ef7d00;
  }
  .theme-get-involved main section#content nav > ul > li > a {
    color: #e95a00;
  }
  .theme-get-involved main section#content nav > ul > li > a::before {
    border-left-color: #ef7d00;
  }
  .theme-get-involved main section#content nav > ul > li > ul > li > ul > li.current-menu-ancestor > a, .theme-get-involved main section#content nav > ul > li > ul > li > ul > li.current-page-ancestor > a {
    color: #e95a00;
  }
  .theme-get-involved main section#content nav > ul > li > ul > li > ul > li.current-menu-ancestor > a::before, .theme-get-involved main section#content nav > ul > li > ul > li > ul > li.current-page-ancestor > a::before {
    border-left-color: #e95a00;
  }
  .theme-get-involved main section#content nav > ul > li .current-menu-item > a,
  .theme-get-involved main section#content nav > ul > li .current-page-item > a {
    color: #e95a00;
  }
  .theme-get-involved main section#content nav > ul > li .current-menu-item > a::before,
  .theme-get-involved main section#content nav > ul > li .current-page-item > a::before {
    border-left-color: #e95a00;
  }
  .theme-get-involved .pagination .nav-links span.current,
  .theme-get-involved .pagination .nav-links a.current {
    color: #fff;
    background: #ef7d00;
  }
  .theme-get-involved .frm_forms form button {
    background: #ef7d00;
  }
  .theme-get-involved .frm_forms form button:hover, .theme-get-involved .frm_forms form button:focus {
    background: #e95a00;
  }
  .theme-get-involved .frm_forms form .frm_radio label input:checked + span {
    background: #e95a00;
  }
  .theme-get-involved .frm_forms form .frm_checkbox label span::before {
    border-right-color: #e95a00;
    border-bottom-color: #e95a00;
  }
  .theme-get-involved #single-au-case-study #heading .subheading,
  .theme-get-involved #single-gi-case-study #heading .subheading,
  .theme-get-involved #single-nhr-case-study #heading .subheading {
    color: #ef7d00;
  }
  .theme-get-involved #single-au-case-study #content .subheading,
  .theme-get-involved #single-gi-case-study #content .subheading,
  .theme-get-involved #single-nhr-case-study #content .subheading {
    color: #ef7d00;
  }
  .theme-get-involved #single-au-case-study #content .photo::after,
  .theme-get-involved #single-gi-case-study #content .photo::after,
  .theme-get-involved #single-nhr-case-study #content .photo::after {
    border-top-color: #ef7d00;
    border-right-color: #ef7d00;
  }
  .theme-get-involved #single-au-case-study #content .photo h2::before,
  .theme-get-involved #single-gi-case-study #content .photo h2::before,
  .theme-get-involved #single-nhr-case-study #content .photo h2::before {
    color: #e95a00;
  }
  .theme-about-us .bg-white p a,
  .theme-about-us .bg-white li a {
    color: unset;
  }
  .theme-about-us .bg-white p a:hover,
  .theme-about-us .bg-white li a:hover {
    color: unset;
  }
  #front-page section#alert .bg-grey2.theme-get-involved span {
    background: #ef7d00;
  }
  #front-page section#slideshowContainer {
    position: relative;
  }
  #front-page section#slideshowContainer .contain-slick-arrows {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0;
    z-index: 2;
  }
  #front-page section#slideshowContainer .contain-slick-arrows:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 90px;
    height: 40px;
    background: transparent;
    z-index: -1;
    border-radius: 4px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-arrow {
    position: absolute;
    top: 100%;
    left: 40px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-left-color: #57555b;
    margin-left: 15px;
    margin-top: -11px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
  #front-page section#slideshow .slide.theme-get-involved .images .image:after {
    background: #ef7d00;
  }
  #front-page section#slideshow .slide.theme-get-involved .images .image.col1 + .col1 + .col1 {
    border-top-color: #ef7d00;
  }
  #front-page section#slideshow ul.slick-dots li.theme-get-involved.slick-active button {
    background: #ef7d00;
  }
  #front-page section#icons .col.theme-get-involved a .icon {
    background-color: #ef7d00;
  }
  #front-page section#icons .col.theme-get-involved a:hover .icon {
    background-color: #e95a00;
  }
  #front-page section#cards .theme-get-involved .slider .slick-active button {
    background: #ef7d00;
  }
  #header .container nav.primary ul li.get-involved svg {
    fill: #ef7d00;
  }
  #header .container nav.primary ul li.get-involved a {
    border-bottom-color: #ef7d00;
  }
  #header .container nav.primary ul li .primary_dropdown.get-involved:before {
    background-color: #ef7d00;
  }
  #header .container nav.primary ul li .primary_dropdown.get-involved .dots {
    background-image: radial-gradient(circle closest-side, #ef7d00 80%, rgba(0, 0, 0, 0) 10%);
  }
  #archive-story #archive .bg-white .list a .bg.theme-get-involved,
  #archive-story #archive .bg-white .list .rollover .bg.theme-get-involved,
  #archive-covid-story #archive .bg-white .list a .bg.theme-get-involved,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-get-involved {
    background: #ef7d00;
  }
  #archive-story #archive .bg-white .list a .bg.theme-get-involved .button,
  #archive-story #archive .bg-white .list .rollover .bg.theme-get-involved .button,
  #archive-covid-story #archive .bg-white .list a .bg.theme-get-involved .button,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-get-involved .button {
    background: #e95a00;
  }
  #archive-story #archive .bg-white .list a .bg.theme-get-involved .button:hover,
  #archive-story #archive .bg-white .list .rollover .bg.theme-get-involved .button:hover,
  #archive-covid-story #archive .bg-white .list a .bg.theme-get-involved .button:hover,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-get-involved .button:hover {
    background: #ec6c00;
  }
  #archive-story #archive .bg-white .list a .bg.theme-get-involved::before,
  #archive-story #archive .bg-white .list .rollover .bg.theme-get-involved::before,
  #archive-covid-story #archive .bg-white .list a .bg.theme-get-involved::before,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-get-involved::before {
    background: #ef7d00;
  }
  #blocks .block-organisation_relationship .bg-grey2 .bg.theme-get-involved {
    background: #ef7d00;
    color: #fff;
  }
  .theme-development-regeneration main h1 {
    color: #e83273;
  }
  .theme-development-regeneration h2.dots::after {
    background-image: radial-gradient(circle closest-side, #e83273 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-development-regeneration .bg-white p a,
  .theme-development-regeneration .bg-white li a {
    color: #e83273;
  }
  .theme-development-regeneration .bg-white p a:hover,
  .theme-development-regeneration .bg-white li a:hover {
    color: #d30934;
  }
  .theme-development-regeneration .bg-light {
    background: #e83273;
  }
  .theme-development-regeneration .bg-dark {
    background: #d30934;
  }
  .theme-development-regeneration .button {
    background: #e83273;
  }
  .theme-development-regeneration .button:hover, .theme-development-regeneration .button:focus {
    background: #d30934;
    text-decoration: none;
  }
  .theme-development-regeneration .button.dark {
    background: #d30934;
  }
  .theme-development-regeneration .button.dark:hover, .theme-development-regeneration .button.dark:focus {
    background: #e83273;
    text-decoration: none;
  }
  .theme-development-regeneration .button.bg-white {
    background: #fff;
    color: #57555b;
  }
  .theme-development-regeneration .button.bg-white::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-development-regeneration .button.bg-white::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-development-regeneration .button.bg-white.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-development-regeneration .button.bg-white.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-development-regeneration .button.bg-white:hover, .theme-development-regeneration .button.bg-white:focus {
    background: #eeeeef;
  }
  .theme-development-regeneration .button.bg-grey1 {
    background: #eeeeef;
    color: #57555b;
  }
  .theme-development-regeneration .button.bg-grey1::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-development-regeneration .button.bg-grey1::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-development-regeneration .button.bg-grey1.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-development-regeneration .button.bg-grey1.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-development-regeneration .button.bg-grey1:hover, .theme-development-regeneration .button.bg-grey1:focus {
    background: #e2e2e2;
  }
  .bg-light .theme-development-regeneration .button, .bg-dark .theme-development-regeneration .button {
    background: #fff;
    color: #57555b;
  }
  .bg-light .theme-development-regeneration .button::before, .bg-dark .theme-development-regeneration .button::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .bg-light .theme-development-regeneration .button::before, .bg-dark .theme-development-regeneration .button::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .bg-light .theme-development-regeneration .button:hover, .bg-light .theme-development-regeneration .button:focus, .bg-dark .theme-development-regeneration .button:hover, .bg-dark .theme-development-regeneration .button:focus {
    background: #eeeeef;
  }
  .bg-light .theme-development-regeneration .button.download::before, .bg-dark .theme-development-regeneration .button.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .bg-light .theme-development-regeneration .button.download::before, .bg-dark .theme-development-regeneration .button.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-development-regeneration .button_2 {
    background: #fff;
    color: #e83273;
  }
  .theme-development-regeneration .button_2:hover, .theme-development-regeneration .button_2:focus {
    background: #eeeeef;
  }
  .theme-development-regeneration span.dots,
  .theme-development-regeneration div.dots {
    background-image: radial-gradient(circle closest-side, #e83273 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-development-regeneration span.dots.white,
  .theme-development-regeneration div.dots.white {
    background-image: radial-gradient(circle closest-side, #fff 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-development-regeneration span.dots.grey,
  .theme-development-regeneration div.dots.grey {
    background-image: radial-gradient(circle closest-side, #eeeeef 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-development-regeneration .list li::before {
    border-left-color: #e83273;
  }
  .theme-development-regeneration .modal .modal-content .modal-header {
    background: #e83273;
  }
  .theme-development-regeneration .modal .modal-content .modal-form::before {
    border-top-color: #d30934;
    border-right-color: #d30934;
  }
  .theme-development-regeneration #archive::before {
    background: #e83273;
  }
  .theme-development-regeneration #archive .bg-white .bg-grey2 > div:before {
    background: #e83273;
  }
  .theme-development-regeneration #archive .bg-white .tabs a,
  .theme-development-regeneration #archive .bg-white .tabs span {
    background: #e83273;
  }
  .theme-development-regeneration #archive .bg-white .tabs a:hover,
  .theme-development-regeneration #archive .bg-white .tabs span:hover {
    background: #d30934;
  }
  .theme-development-regeneration #blocks::before {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-large_gallery .gallery ul.slick-dots li.slick-active button {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_text_video .bg-black .gallery .slick-arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_text_video .bg-black .gallery .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li.slick-active button {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_text_video .video .image:hover .play {
    background: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_text_video .video .image:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_text_video .video .image .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_text ul li::before {
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_workspace_additional_info .bg-white::after {
    border-top-color: #e83273;
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_workspace_additional_info .bg-black h2::before {
    color: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_people .bg-white .list .bg {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_people .bg-white .list a .play {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_people .bg-white .list a .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_people .bg-white .list a:hover .play {
    background: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_people .bg-white .list a:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_volunteer_op_tabs .bg-black::after {
    border-top-color: #e83273;
    border-right-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_volunteer_op_tabs div.bg-white ul li::before {
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_accordion .bg {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_accordion .bg::after {
    border-top-color: #e83273;
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_accordion .bg h2::before {
    color: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_accordion .accordion h3::before {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_accordion .accordion h3:hover::before {
    background: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_accordion .accordion ul li::before {
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_faqs .bg {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_faqs .bg::after {
    border-top-color: #e83273;
    border-right-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_faqs .bg h2::before {
    color: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_faqs .bg .icon svg * {
    fill: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_faqs .faq h3::before {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_faqs .faq h3:hover::before {
    background: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_faqs .faq div ul li::before {
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_text_downloads .bg-light::after {
    border-top-color: #e83273;
    border-right-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_text_downloads .bg-light h2::before {
    color: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_text_downloads div.bg-white ul li::before {
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_icon_links .bg-white a .icon {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-property_transport_links .icon.tfl {
    color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_partners ul li::before {
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_video .video:hover .play {
    background: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_video .video:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_video .video .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_contact_details ul li::before {
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_statistics .circle-icon svg * {
    fill: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_statistics .circle-chart svg circle:last-of-type {
    stroke: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_quote div.bg-white .bg-black::after {
    border-top-color: #e83273;
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-gi_case_studies .gallery .slide .bg-white h2,
  .theme-development-regeneration #blocks .block-gi_case_studies .gallery .slide .bg-white h3,
  .theme-development-regeneration #blocks .block-au_case_studies .gallery .slide .bg-white h2,
  .theme-development-regeneration #blocks .block-au_case_studies .gallery .slide .bg-white h3,
  .theme-development-regeneration #blocks .block-nhr_case_studies .gallery .slide .bg-white h2,
  .theme-development-regeneration #blocks .block-nhr_case_studies .gallery .slide .bg-white h3,
  .theme-development-regeneration #blocks .block-case_studies .gallery .slide .bg-white h2,
  .theme-development-regeneration #blocks .block-case_studies .gallery .slide .bg-white h3 {
    color: #e83273;
  }
  .theme-development-regeneration #blocks .block-gi_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-development-regeneration #blocks .block-au_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-development-regeneration #blocks .block-nhr_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-development-regeneration #blocks .block-case_studies .gallery ul.slick-dots li.slick-active button {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_form .bg {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_form .bg::after {
    border-top-color: #e83273;
    border-right-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-content_form .bg h2::before {
    color: #d30934;
  }
  .theme-development-regeneration #blocks .block-content_form div.bg-white ul li::before {
    border-left-color: #e83273;
  }
  .theme-development-regeneration #blocks .block-download_tabs::before {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-download_tabs .bg-white .bg-grey2 > div:before {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-download_tabs .bg-white .block-tabs a,
  .theme-development-regeneration #blocks .block-download_tabs .bg-white .block-tabs span {
    background: #e83273;
  }
  .theme-development-regeneration #blocks .block-download_tabs .bg-white .block-tabs a:hover,
  .theme-development-regeneration #blocks .block-download_tabs .bg-white .block-tabs span:hover {
    background: #d30934;
  }
  .theme-development-regeneration main section#heading .images .image:after,
  .theme-development-regeneration main section#heading .images + .overlay .bg-white::after {
    background: #e83273;
  }
  .theme-development-regeneration main section#heading .overlay::before {
    background: #e83273;
  }
  .theme-development-regeneration main section#content div.bg-white ul li::before {
    border-left-color: #e83273;
  }
  .theme-development-regeneration main section#content::before {
    background: #e83273;
  }
  .theme-development-regeneration main section#content nav > ul > li > a {
    color: #d30934;
  }
  .theme-development-regeneration main section#content nav > ul > li > a::before {
    border-left-color: #e83273;
  }
  .theme-development-regeneration main section#content nav > ul > li > ul > li > ul > li.current-menu-ancestor > a, .theme-development-regeneration main section#content nav > ul > li > ul > li > ul > li.current-page-ancestor > a {
    color: #d30934;
  }
  .theme-development-regeneration main section#content nav > ul > li > ul > li > ul > li.current-menu-ancestor > a::before, .theme-development-regeneration main section#content nav > ul > li > ul > li > ul > li.current-page-ancestor > a::before {
    border-left-color: #d30934;
  }
  .theme-development-regeneration main section#content nav > ul > li .current-menu-item > a,
  .theme-development-regeneration main section#content nav > ul > li .current-page-item > a {
    color: #d30934;
  }
  .theme-development-regeneration main section#content nav > ul > li .current-menu-item > a::before,
  .theme-development-regeneration main section#content nav > ul > li .current-page-item > a::before {
    border-left-color: #d30934;
  }
  .theme-development-regeneration .pagination .nav-links span.current,
  .theme-development-regeneration .pagination .nav-links a.current {
    color: #fff;
    background: #e83273;
  }
  .theme-development-regeneration .frm_forms form button {
    background: #e83273;
  }
  .theme-development-regeneration .frm_forms form button:hover, .theme-development-regeneration .frm_forms form button:focus {
    background: #d30934;
  }
  .theme-development-regeneration .frm_forms form .frm_radio label input:checked + span {
    background: #d30934;
  }
  .theme-development-regeneration .frm_forms form .frm_checkbox label span::before {
    border-right-color: #d30934;
    border-bottom-color: #d30934;
  }
  .theme-development-regeneration #single-au-case-study #heading .subheading,
  .theme-development-regeneration #single-gi-case-study #heading .subheading,
  .theme-development-regeneration #single-nhr-case-study #heading .subheading {
    color: #e83273;
  }
  .theme-development-regeneration #single-au-case-study #content .subheading,
  .theme-development-regeneration #single-gi-case-study #content .subheading,
  .theme-development-regeneration #single-nhr-case-study #content .subheading {
    color: #e83273;
  }
  .theme-development-regeneration #single-au-case-study #content .photo::after,
  .theme-development-regeneration #single-gi-case-study #content .photo::after,
  .theme-development-regeneration #single-nhr-case-study #content .photo::after {
    border-top-color: #e83273;
    border-right-color: #e83273;
  }
  .theme-development-regeneration #single-au-case-study #content .photo h2::before,
  .theme-development-regeneration #single-gi-case-study #content .photo h2::before,
  .theme-development-regeneration #single-nhr-case-study #content .photo h2::before {
    color: #d30934;
  }
  .theme-about-us .bg-white p a,
  .theme-about-us .bg-white li a {
    color: unset;
  }
  .theme-about-us .bg-white p a:hover,
  .theme-about-us .bg-white li a:hover {
    color: unset;
  }
  #front-page section#alert .bg-grey2.theme-development-regeneration span {
    background: #e83273;
  }
  #front-page section#slideshowContainer {
    position: relative;
  }
  #front-page section#slideshowContainer .contain-slick-arrows {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0;
    z-index: 2;
  }
  #front-page section#slideshowContainer .contain-slick-arrows:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 90px;
    height: 40px;
    background: transparent;
    z-index: -1;
    border-radius: 4px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-arrow {
    position: absolute;
    top: 100%;
    left: 40px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-left-color: #57555b;
    margin-left: 15px;
    margin-top: -11px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
  #front-page section#slideshow .slide.theme-development-regeneration .images .image:after {
    background: #e83273;
  }
  #front-page section#slideshow .slide.theme-development-regeneration .images .image.col1 + .col1 + .col1 {
    border-top-color: #e83273;
  }
  #front-page section#slideshow ul.slick-dots li.theme-development-regeneration.slick-active button {
    background: #e83273;
  }
  #front-page section#icons .col.theme-development-regeneration a .icon {
    background-color: #e83273;
  }
  #front-page section#icons .col.theme-development-regeneration a:hover .icon {
    background-color: #d30934;
  }
  #front-page section#cards .theme-development-regeneration .slider .slick-active button {
    background: #e83273;
  }
  #header .container nav.primary ul li.development-regeneration svg {
    fill: #e83273;
  }
  #header .container nav.primary ul li.development-regeneration a {
    border-bottom-color: #e83273;
  }
  #header .container nav.primary ul li .primary_dropdown.development-regeneration:before {
    background-color: #e83273;
  }
  #header .container nav.primary ul li .primary_dropdown.development-regeneration .dots {
    background-image: radial-gradient(circle closest-side, #e83273 80%, rgba(0, 0, 0, 0) 10%);
  }
  #archive-story #archive .bg-white .list a .bg.theme-development-regeneration,
  #archive-story #archive .bg-white .list .rollover .bg.theme-development-regeneration,
  #archive-covid-story #archive .bg-white .list a .bg.theme-development-regeneration,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-development-regeneration {
    background: #e83273;
  }
  #archive-story #archive .bg-white .list a .bg.theme-development-regeneration .button,
  #archive-story #archive .bg-white .list .rollover .bg.theme-development-regeneration .button,
  #archive-covid-story #archive .bg-white .list a .bg.theme-development-regeneration .button,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-development-regeneration .button {
    background: #d30934;
  }
  #archive-story #archive .bg-white .list a .bg.theme-development-regeneration .button:hover,
  #archive-story #archive .bg-white .list .rollover .bg.theme-development-regeneration .button:hover,
  #archive-covid-story #archive .bg-white .list a .bg.theme-development-regeneration .button:hover,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-development-regeneration .button:hover {
    background: #de1e54;
  }
  #archive-story #archive .bg-white .list a .bg.theme-development-regeneration::before,
  #archive-story #archive .bg-white .list .rollover .bg.theme-development-regeneration::before,
  #archive-covid-story #archive .bg-white .list a .bg.theme-development-regeneration::before,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-development-regeneration::before {
    background: #e83273;
  }
  #blocks .block-organisation_relationship .bg-grey2 .bg.theme-development-regeneration {
    background: #e83273;
    color: #fff;
  }
  .theme-new-homes-regeneration main h1 {
    color: #e83273;
  }
  .theme-new-homes-regeneration h2.dots::after {
    background-image: radial-gradient(circle closest-side, #e83273 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-new-homes-regeneration .bg-white p a,
  .theme-new-homes-regeneration .bg-white li a {
    color: #e83273;
  }
  .theme-new-homes-regeneration .bg-white p a:hover,
  .theme-new-homes-regeneration .bg-white li a:hover {
    color: #d30934;
  }
  .theme-new-homes-regeneration .bg-light {
    background: #e83273;
  }
  .theme-new-homes-regeneration .bg-dark {
    background: #d30934;
  }
  .theme-new-homes-regeneration .button {
    background: #e83273;
  }
  .theme-new-homes-regeneration .button:hover, .theme-new-homes-regeneration .button:focus {
    background: #d30934;
    text-decoration: none;
  }
  .theme-new-homes-regeneration .button.dark {
    background: #d30934;
  }
  .theme-new-homes-regeneration .button.dark:hover, .theme-new-homes-regeneration .button.dark:focus {
    background: #e83273;
    text-decoration: none;
  }
  .theme-new-homes-regeneration .button.bg-white {
    background: #fff;
    color: #57555b;
  }
  .theme-new-homes-regeneration .button.bg-white::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-new-homes-regeneration .button.bg-white::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-new-homes-regeneration .button.bg-white.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-new-homes-regeneration .button.bg-white.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-new-homes-regeneration .button.bg-white:hover, .theme-new-homes-regeneration .button.bg-white:focus {
    background: #eeeeef;
  }
  .theme-new-homes-regeneration .button.bg-grey1 {
    background: #eeeeef;
    color: #57555b;
  }
  .theme-new-homes-regeneration .button.bg-grey1::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-new-homes-regeneration .button.bg-grey1::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-new-homes-regeneration .button.bg-grey1.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-new-homes-regeneration .button.bg-grey1.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-new-homes-regeneration .button.bg-grey1:hover, .theme-new-homes-regeneration .button.bg-grey1:focus {
    background: #e2e2e2;
  }
  .bg-light .theme-new-homes-regeneration .button, .bg-dark .theme-new-homes-regeneration .button {
    background: #fff;
    color: #57555b;
  }
  .bg-light .theme-new-homes-regeneration .button::before, .bg-dark .theme-new-homes-regeneration .button::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .bg-light .theme-new-homes-regeneration .button::before, .bg-dark .theme-new-homes-regeneration .button::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .bg-light .theme-new-homes-regeneration .button:hover, .bg-light .theme-new-homes-regeneration .button:focus, .bg-dark .theme-new-homes-regeneration .button:hover, .bg-dark .theme-new-homes-regeneration .button:focus {
    background: #eeeeef;
  }
  .bg-light .theme-new-homes-regeneration .button.download::before, .bg-dark .theme-new-homes-regeneration .button.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .bg-light .theme-new-homes-regeneration .button.download::before, .bg-dark .theme-new-homes-regeneration .button.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-new-homes-regeneration .button_2 {
    background: #fff;
    color: #e83273;
  }
  .theme-new-homes-regeneration .button_2:hover, .theme-new-homes-regeneration .button_2:focus {
    background: #eeeeef;
  }
  .theme-new-homes-regeneration span.dots,
  .theme-new-homes-regeneration div.dots {
    background-image: radial-gradient(circle closest-side, #e83273 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-new-homes-regeneration span.dots.white,
  .theme-new-homes-regeneration div.dots.white {
    background-image: radial-gradient(circle closest-side, #fff 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-new-homes-regeneration span.dots.grey,
  .theme-new-homes-regeneration div.dots.grey {
    background-image: radial-gradient(circle closest-side, #eeeeef 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-new-homes-regeneration .list li::before {
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration .modal .modal-content .modal-header {
    background: #e83273;
  }
  .theme-new-homes-regeneration .modal .modal-content .modal-form::before {
    border-top-color: #d30934;
    border-right-color: #d30934;
  }
  .theme-new-homes-regeneration #archive::before {
    background: #e83273;
  }
  .theme-new-homes-regeneration #archive .bg-white .bg-grey2 > div:before {
    background: #e83273;
  }
  .theme-new-homes-regeneration #archive .bg-white .tabs a,
  .theme-new-homes-regeneration #archive .bg-white .tabs span {
    background: #e83273;
  }
  .theme-new-homes-regeneration #archive .bg-white .tabs a:hover,
  .theme-new-homes-regeneration #archive .bg-white .tabs span:hover {
    background: #d30934;
  }
  .theme-new-homes-regeneration #blocks::before {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-large_gallery .gallery ul.slick-dots li.slick-active button {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_text_video .bg-black .gallery .slick-arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_text_video .bg-black .gallery .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li.slick-active button {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_text_video .video .image:hover .play {
    background: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_text_video .video .image:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_text_video .video .image .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_text ul li::before {
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_workspace_additional_info .bg-white::after {
    border-top-color: #e83273;
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_workspace_additional_info .bg-black h2::before {
    color: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_people .bg-white .list .bg {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_people .bg-white .list a .play {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_people .bg-white .list a .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_people .bg-white .list a:hover .play {
    background: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_people .bg-white .list a:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_volunteer_op_tabs .bg-black::after {
    border-top-color: #e83273;
    border-right-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_volunteer_op_tabs div.bg-white ul li::before {
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_accordion .bg {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_accordion .bg::after {
    border-top-color: #e83273;
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_accordion .bg h2::before {
    color: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_accordion .accordion h3::before {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_accordion .accordion h3:hover::before {
    background: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_accordion .accordion ul li::before {
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_faqs .bg {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_faqs .bg::after {
    border-top-color: #e83273;
    border-right-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_faqs .bg h2::before {
    color: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_faqs .bg .icon svg * {
    fill: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_faqs .faq h3::before {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_faqs .faq h3:hover::before {
    background: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_faqs .faq div ul li::before {
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_text_downloads .bg-light::after {
    border-top-color: #e83273;
    border-right-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_text_downloads .bg-light h2::before {
    color: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_text_downloads div.bg-white ul li::before {
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_icon_links .bg-white a .icon {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-property_transport_links .icon.tfl {
    color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_partners ul li::before {
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_video .video:hover .play {
    background: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_video .video:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_video .video .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_contact_details ul li::before {
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_statistics .circle-icon svg * {
    fill: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_statistics .circle-chart svg circle:last-of-type {
    stroke: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_quote div.bg-white .bg-black::after {
    border-top-color: #e83273;
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-gi_case_studies .gallery .slide .bg-white h2,
  .theme-new-homes-regeneration #blocks .block-gi_case_studies .gallery .slide .bg-white h3,
  .theme-new-homes-regeneration #blocks .block-au_case_studies .gallery .slide .bg-white h2,
  .theme-new-homes-regeneration #blocks .block-au_case_studies .gallery .slide .bg-white h3,
  .theme-new-homes-regeneration #blocks .block-nhr_case_studies .gallery .slide .bg-white h2,
  .theme-new-homes-regeneration #blocks .block-nhr_case_studies .gallery .slide .bg-white h3,
  .theme-new-homes-regeneration #blocks .block-case_studies .gallery .slide .bg-white h2,
  .theme-new-homes-regeneration #blocks .block-case_studies .gallery .slide .bg-white h3 {
    color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-gi_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-new-homes-regeneration #blocks .block-au_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-new-homes-regeneration #blocks .block-nhr_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-new-homes-regeneration #blocks .block-case_studies .gallery ul.slick-dots li.slick-active button {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_form .bg {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_form .bg::after {
    border-top-color: #e83273;
    border-right-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_form .bg h2::before {
    color: #d30934;
  }
  .theme-new-homes-regeneration #blocks .block-content_form div.bg-white ul li::before {
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-download_tabs::before {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-download_tabs .bg-white .bg-grey2 > div:before {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-download_tabs .bg-white .block-tabs a,
  .theme-new-homes-regeneration #blocks .block-download_tabs .bg-white .block-tabs span {
    background: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-download_tabs .bg-white .block-tabs a:hover,
  .theme-new-homes-regeneration #blocks .block-download_tabs .bg-white .block-tabs span:hover {
    background: #d30934;
  }
  .theme-new-homes-regeneration main section#heading .images .image:after,
  .theme-new-homes-regeneration main section#heading .images + .overlay .bg-white::after {
    background: #e83273;
  }
  .theme-new-homes-regeneration main section#heading .overlay::before {
    background: #e83273;
  }
  .theme-new-homes-regeneration main section#content div.bg-white ul li::before {
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration main section#content::before {
    background: #e83273;
  }
  .theme-new-homes-regeneration main section#content nav > ul > li > a {
    color: #d30934;
  }
  .theme-new-homes-regeneration main section#content nav > ul > li > a::before {
    border-left-color: #e83273;
  }
  .theme-new-homes-regeneration main section#content nav > ul > li > ul > li > ul > li.current-menu-ancestor > a, .theme-new-homes-regeneration main section#content nav > ul > li > ul > li > ul > li.current-page-ancestor > a {
    color: #d30934;
  }
  .theme-new-homes-regeneration main section#content nav > ul > li > ul > li > ul > li.current-menu-ancestor > a::before, .theme-new-homes-regeneration main section#content nav > ul > li > ul > li > ul > li.current-page-ancestor > a::before {
    border-left-color: #d30934;
  }
  .theme-new-homes-regeneration main section#content nav > ul > li .current-menu-item > a,
  .theme-new-homes-regeneration main section#content nav > ul > li .current-page-item > a {
    color: #d30934;
  }
  .theme-new-homes-regeneration main section#content nav > ul > li .current-menu-item > a::before,
  .theme-new-homes-regeneration main section#content nav > ul > li .current-page-item > a::before {
    border-left-color: #d30934;
  }
  .theme-new-homes-regeneration .pagination .nav-links span.current,
  .theme-new-homes-regeneration .pagination .nav-links a.current {
    color: #fff;
    background: #e83273;
  }
  .theme-new-homes-regeneration .frm_forms form button {
    background: #e83273;
  }
  .theme-new-homes-regeneration .frm_forms form button:hover, .theme-new-homes-regeneration .frm_forms form button:focus {
    background: #d30934;
  }
  .theme-new-homes-regeneration .frm_forms form .frm_radio label input:checked + span {
    background: #d30934;
  }
  .theme-new-homes-regeneration .frm_forms form .frm_checkbox label span::before {
    border-right-color: #d30934;
    border-bottom-color: #d30934;
  }
  .theme-new-homes-regeneration #single-au-case-study #heading .subheading,
  .theme-new-homes-regeneration #single-gi-case-study #heading .subheading,
  .theme-new-homes-regeneration #single-nhr-case-study #heading .subheading {
    color: #e83273;
  }
  .theme-new-homes-regeneration #single-au-case-study #content .subheading,
  .theme-new-homes-regeneration #single-gi-case-study #content .subheading,
  .theme-new-homes-regeneration #single-nhr-case-study #content .subheading {
    color: #e83273;
  }
  .theme-new-homes-regeneration #single-au-case-study #content .photo::after,
  .theme-new-homes-regeneration #single-gi-case-study #content .photo::after,
  .theme-new-homes-regeneration #single-nhr-case-study #content .photo::after {
    border-top-color: #e83273;
    border-right-color: #e83273;
  }
  .theme-new-homes-regeneration #single-au-case-study #content .photo h2::before,
  .theme-new-homes-regeneration #single-gi-case-study #content .photo h2::before,
  .theme-new-homes-regeneration #single-nhr-case-study #content .photo h2::before {
    color: #d30934;
  }
  .theme-about-us .bg-white p a,
  .theme-about-us .bg-white li a {
    color: unset;
  }
  .theme-about-us .bg-white p a:hover,
  .theme-about-us .bg-white li a:hover {
    color: unset;
  }
  #front-page section#alert .bg-grey2.theme-new-homes-regeneration span {
    background: #e83273;
  }
  #front-page section#slideshowContainer {
    position: relative;
  }
  #front-page section#slideshowContainer .contain-slick-arrows {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0;
    z-index: 2;
  }
  #front-page section#slideshowContainer .contain-slick-arrows:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 90px;
    height: 40px;
    background: transparent;
    z-index: -1;
    border-radius: 4px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-arrow {
    position: absolute;
    top: 100%;
    left: 40px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-left-color: #57555b;
    margin-left: 15px;
    margin-top: -11px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
  #front-page section#slideshow .slide.theme-new-homes-regeneration .images .image:after {
    background: #e83273;
  }
  #front-page section#slideshow .slide.theme-new-homes-regeneration .images .image.col1 + .col1 + .col1 {
    border-top-color: #e83273;
  }
  #front-page section#slideshow ul.slick-dots li.theme-new-homes-regeneration.slick-active button {
    background: #e83273;
  }
  #front-page section#icons .col.theme-new-homes-regeneration a .icon {
    background-color: #e83273;
  }
  #front-page section#icons .col.theme-new-homes-regeneration a:hover .icon {
    background-color: #d30934;
  }
  #front-page section#cards .theme-new-homes-regeneration .slider .slick-active button {
    background: #e83273;
  }
  #header .container nav.primary ul li.new-homes-regeneration svg {
    fill: #e83273;
  }
  #header .container nav.primary ul li.new-homes-regeneration a {
    border-bottom-color: #e83273;
  }
  #header .container nav.primary ul li .primary_dropdown.new-homes-regeneration:before {
    background-color: #e83273;
  }
  #header .container nav.primary ul li .primary_dropdown.new-homes-regeneration .dots {
    background-image: radial-gradient(circle closest-side, #e83273 80%, rgba(0, 0, 0, 0) 10%);
  }
  #archive-story #archive .bg-white .list a .bg.theme-new-homes-regeneration,
  #archive-story #archive .bg-white .list .rollover .bg.theme-new-homes-regeneration,
  #archive-covid-story #archive .bg-white .list a .bg.theme-new-homes-regeneration,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-new-homes-regeneration {
    background: #e83273;
  }
  #archive-story #archive .bg-white .list a .bg.theme-new-homes-regeneration .button,
  #archive-story #archive .bg-white .list .rollover .bg.theme-new-homes-regeneration .button,
  #archive-covid-story #archive .bg-white .list a .bg.theme-new-homes-regeneration .button,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-new-homes-regeneration .button {
    background: #d30934;
  }
  #archive-story #archive .bg-white .list a .bg.theme-new-homes-regeneration .button:hover,
  #archive-story #archive .bg-white .list .rollover .bg.theme-new-homes-regeneration .button:hover,
  #archive-covid-story #archive .bg-white .list a .bg.theme-new-homes-regeneration .button:hover,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-new-homes-regeneration .button:hover {
    background: #de1e54;
  }
  #archive-story #archive .bg-white .list a .bg.theme-new-homes-regeneration::before,
  #archive-story #archive .bg-white .list .rollover .bg.theme-new-homes-regeneration::before,
  #archive-covid-story #archive .bg-white .list a .bg.theme-new-homes-regeneration::before,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-new-homes-regeneration::before {
    background: #e83273;
  }
  #blocks .block-organisation_relationship .bg-grey2 .bg.theme-new-homes-regeneration {
    background: #e83273;
    color: #fff;
  }
  .theme-work-with-us main h1 {
    color: #95c11f;
  }
  .theme-work-with-us h2.dots::after {
    background-image: radial-gradient(circle closest-side, #95c11f 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-work-with-us .bg-white p a,
  .theme-work-with-us .bg-white li a {
    color: #95c11f;
  }
  .theme-work-with-us .bg-white p a:hover,
  .theme-work-with-us .bg-white li a:hover {
    color: #569204;
  }
  .theme-work-with-us .bg-light {
    background: #95c11f;
  }
  .theme-work-with-us .bg-dark {
    background: #569204;
  }
  .theme-work-with-us .button {
    background: #95c11f;
  }
  .theme-work-with-us .button:hover, .theme-work-with-us .button:focus {
    background: #569204;
    text-decoration: none;
  }
  .theme-work-with-us .button.dark {
    background: #569204;
  }
  .theme-work-with-us .button.dark:hover, .theme-work-with-us .button.dark:focus {
    background: #95c11f;
    text-decoration: none;
  }
  .theme-work-with-us .button.bg-white {
    background: #fff;
    color: #57555b;
  }
  .theme-work-with-us .button.bg-white::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-work-with-us .button.bg-white::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-work-with-us .button.bg-white.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-work-with-us .button.bg-white.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-work-with-us .button.bg-white:hover, .theme-work-with-us .button.bg-white:focus {
    background: #eeeeef;
  }
  .theme-work-with-us .button.bg-grey1 {
    background: #eeeeef;
    color: #57555b;
  }
  .theme-work-with-us .button.bg-grey1::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-work-with-us .button.bg-grey1::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-work-with-us .button.bg-grey1.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-work-with-us .button.bg-grey1.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-work-with-us .button.bg-grey1:hover, .theme-work-with-us .button.bg-grey1:focus {
    background: #e2e2e2;
  }
  .bg-light .theme-work-with-us .button, .bg-dark .theme-work-with-us .button {
    background: #fff;
    color: #57555b;
  }
  .bg-light .theme-work-with-us .button::before, .bg-dark .theme-work-with-us .button::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .bg-light .theme-work-with-us .button::before, .bg-dark .theme-work-with-us .button::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .bg-light .theme-work-with-us .button:hover, .bg-light .theme-work-with-us .button:focus, .bg-dark .theme-work-with-us .button:hover, .bg-dark .theme-work-with-us .button:focus {
    background: #eeeeef;
  }
  .bg-light .theme-work-with-us .button.download::before, .bg-dark .theme-work-with-us .button.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .bg-light .theme-work-with-us .button.download::before, .bg-dark .theme-work-with-us .button.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-work-with-us .button_2 {
    background: #fff;
    color: #95c11f;
  }
  .theme-work-with-us .button_2:hover, .theme-work-with-us .button_2:focus {
    background: #eeeeef;
  }
  .theme-work-with-us span.dots,
  .theme-work-with-us div.dots {
    background-image: radial-gradient(circle closest-side, #95c11f 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-work-with-us span.dots.white,
  .theme-work-with-us div.dots.white {
    background-image: radial-gradient(circle closest-side, #fff 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-work-with-us span.dots.grey,
  .theme-work-with-us div.dots.grey {
    background-image: radial-gradient(circle closest-side, #eeeeef 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-work-with-us .list li::before {
    border-left-color: #95c11f;
  }
  .theme-work-with-us .modal .modal-content .modal-header {
    background: #95c11f;
  }
  .theme-work-with-us .modal .modal-content .modal-form::before {
    border-top-color: #569204;
    border-right-color: #569204;
  }
  .theme-work-with-us #archive::before {
    background: #95c11f;
  }
  .theme-work-with-us #archive .bg-white .bg-grey2 > div:before {
    background: #95c11f;
  }
  .theme-work-with-us #archive .bg-white .tabs a,
  .theme-work-with-us #archive .bg-white .tabs span {
    background: #95c11f;
  }
  .theme-work-with-us #archive .bg-white .tabs a:hover,
  .theme-work-with-us #archive .bg-white .tabs span:hover {
    background: #569204;
  }
  .theme-work-with-us #blocks::before {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-large_gallery .gallery ul.slick-dots li.slick-active button {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_text_video .bg-black {
    background: #569204;
  }
  .theme-work-with-us #blocks .block-content_text_video .bg-black .dots::after {
    background-image: radial-gradient(circle closest-side, #fff 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-work-with-us #blocks .block-content_text_video .bg-black .gallery .slick-arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_text_video .bg-black .gallery .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li.slick-active button {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_text_video .video .image:hover .play {
    background: #569204;
  }
  .theme-work-with-us #blocks .block-content_text_video .video .image:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #569204;
  }
  .theme-work-with-us #blocks .block-content_text_video .video .image .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_text ul li::before {
    border-left-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_workspace_additional_info .bg-white::after {
    border-top-color: #95c11f;
    border-left-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_workspace_additional_info .bg-black h2::before {
    color: #569204;
  }
  .theme-work-with-us #blocks .block-content_people .bg-white .list .bg {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_people .bg-white .list a .play {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_people .bg-white .list a .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_people .bg-white .list a:hover .play {
    background: #569204;
  }
  .theme-work-with-us #blocks .block-content_people .bg-white .list a:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #569204;
  }
  .theme-work-with-us #blocks .block-content_volunteer_op_tabs .bg-black::after {
    border-top-color: #95c11f;
    border-right-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_volunteer_op_tabs div.bg-white ul li::before {
    border-left-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_accordion .bg {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_accordion .bg::after {
    border-top-color: #95c11f;
    border-left-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_accordion .bg h2::before {
    color: #569204;
  }
  .theme-work-with-us #blocks .block-content_accordion .accordion h3::before {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_accordion .accordion h3:hover::before {
    background: #569204;
  }
  .theme-work-with-us #blocks .block-content_accordion .accordion ul li::before {
    border-left-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_faqs .bg {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_faqs .bg::after {
    border-top-color: #95c11f;
    border-right-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_faqs .bg h2::before {
    color: #569204;
  }
  .theme-work-with-us #blocks .block-content_faqs .bg .icon svg * {
    fill: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_faqs .faq h3::before {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_faqs .faq h3:hover::before {
    background: #569204;
  }
  .theme-work-with-us #blocks .block-content_faqs .faq div ul li::before {
    border-left-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_text_downloads .bg-light::after {
    border-top-color: #95c11f;
    border-right-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_text_downloads .bg-light h2::before {
    color: #569204;
  }
  .theme-work-with-us #blocks .block-content_text_downloads div.bg-white ul li::before {
    border-left-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_icon_links .bg-white a .icon {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-property_transport_links .icon.tfl {
    color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_partners ul li::before {
    border-left-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_video .video:hover .play {
    background: #569204;
  }
  .theme-work-with-us #blocks .block-content_video .video:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #569204;
  }
  .theme-work-with-us #blocks .block-content_video .video .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_contact_details ul li::before {
    border-left-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_statistics .circle-icon svg * {
    fill: #569204;
  }
  .theme-work-with-us #blocks .block-content_statistics .circle-chart svg circle:last-of-type {
    stroke: #569204;
  }
  .theme-work-with-us #blocks .block-content_quote div.bg-white .bg-black {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_quote div.bg-white .bg-black .dots {
    background-image: radial-gradient(circle closest-side, #569204 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-work-with-us #blocks .block-content_quote div.bg-white .bg-black::after {
    border-top-color: #569204;
    border-left-color: #569204;
  }
  .theme-work-with-us #blocks .block-gi_case_studies .gallery .slide .bg-white h2,
  .theme-work-with-us #blocks .block-gi_case_studies .gallery .slide .bg-white h3,
  .theme-work-with-us #blocks .block-au_case_studies .gallery .slide .bg-white h2,
  .theme-work-with-us #blocks .block-au_case_studies .gallery .slide .bg-white h3,
  .theme-work-with-us #blocks .block-nhr_case_studies .gallery .slide .bg-white h2,
  .theme-work-with-us #blocks .block-nhr_case_studies .gallery .slide .bg-white h3,
  .theme-work-with-us #blocks .block-case_studies .gallery .slide .bg-white h2,
  .theme-work-with-us #blocks .block-case_studies .gallery .slide .bg-white h3 {
    color: #95c11f;
  }
  .theme-work-with-us #blocks .block-gi_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-work-with-us #blocks .block-au_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-work-with-us #blocks .block-nhr_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-work-with-us #blocks .block-case_studies .gallery ul.slick-dots li.slick-active button {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_form .bg {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_form .bg::after {
    border-top-color: #95c11f;
    border-right-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-content_form .bg h2::before {
    color: #569204;
  }
  .theme-work-with-us #blocks .block-content_form div.bg-white ul li::before {
    border-left-color: #95c11f;
  }
  .theme-work-with-us #blocks .block-download_tabs::before {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-download_tabs .bg-white .bg-grey2 > div:before {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-download_tabs .bg-white .block-tabs a,
  .theme-work-with-us #blocks .block-download_tabs .bg-white .block-tabs span {
    background: #95c11f;
  }
  .theme-work-with-us #blocks .block-download_tabs .bg-white .block-tabs a:hover,
  .theme-work-with-us #blocks .block-download_tabs .bg-white .block-tabs span:hover {
    background: #569204;
  }
  .theme-work-with-us main section#heading .images .image:after,
  .theme-work-with-us main section#heading .images + .overlay .bg-white::after {
    background: #95c11f;
  }
  .theme-work-with-us main section#heading .overlay::before {
    background: #95c11f;
  }
  .theme-work-with-us main section#content div.bg-white ul li::before {
    border-left-color: #95c11f;
  }
  .theme-work-with-us main section#content::before {
    background: #95c11f;
  }
  .theme-work-with-us main section#content nav > ul > li > a {
    color: #569204;
  }
  .theme-work-with-us main section#content nav > ul > li > a::before {
    border-left-color: #95c11f;
  }
  .theme-work-with-us main section#content nav > ul > li > ul > li > ul > li.current-menu-ancestor > a, .theme-work-with-us main section#content nav > ul > li > ul > li > ul > li.current-page-ancestor > a {
    color: #569204;
  }
  .theme-work-with-us main section#content nav > ul > li > ul > li > ul > li.current-menu-ancestor > a::before, .theme-work-with-us main section#content nav > ul > li > ul > li > ul > li.current-page-ancestor > a::before {
    border-left-color: #569204;
  }
  .theme-work-with-us main section#content nav > ul > li .current-menu-item > a,
  .theme-work-with-us main section#content nav > ul > li .current-page-item > a {
    color: #569204;
  }
  .theme-work-with-us main section#content nav > ul > li .current-menu-item > a::before,
  .theme-work-with-us main section#content nav > ul > li .current-page-item > a::before {
    border-left-color: #569204;
  }
  .theme-work-with-us .pagination .nav-links span.current,
  .theme-work-with-us .pagination .nav-links a.current {
    color: #fff;
    background: #95c11f;
  }
  .theme-work-with-us .frm_forms form button {
    background: #95c11f;
  }
  .theme-work-with-us .frm_forms form button:hover, .theme-work-with-us .frm_forms form button:focus {
    background: #569204;
  }
  .theme-work-with-us .frm_forms form .frm_radio label input:checked + span {
    background: #569204;
  }
  .theme-work-with-us .frm_forms form .frm_checkbox label span::before {
    border-right-color: #569204;
    border-bottom-color: #569204;
  }
  .theme-work-with-us #single-au-case-study #heading .subheading,
  .theme-work-with-us #single-gi-case-study #heading .subheading,
  .theme-work-with-us #single-nhr-case-study #heading .subheading {
    color: #95c11f;
  }
  .theme-work-with-us #single-au-case-study #content .subheading,
  .theme-work-with-us #single-gi-case-study #content .subheading,
  .theme-work-with-us #single-nhr-case-study #content .subheading {
    color: #95c11f;
  }
  .theme-work-with-us #single-au-case-study #content .photo::after,
  .theme-work-with-us #single-gi-case-study #content .photo::after,
  .theme-work-with-us #single-nhr-case-study #content .photo::after {
    border-top-color: #95c11f;
    border-right-color: #95c11f;
  }
  .theme-work-with-us #single-au-case-study #content .photo h2::before,
  .theme-work-with-us #single-gi-case-study #content .photo h2::before,
  .theme-work-with-us #single-nhr-case-study #content .photo h2::before {
    color: #569204;
  }
  .theme-about-us .bg-white p a,
  .theme-about-us .bg-white li a {
    color: unset;
  }
  .theme-about-us .bg-white p a:hover,
  .theme-about-us .bg-white li a:hover {
    color: unset;
  }
  #front-page section#alert .bg-grey2.theme-work-with-us span {
    background: #95c11f;
  }
  #front-page section#slideshowContainer {
    position: relative;
  }
  #front-page section#slideshowContainer .contain-slick-arrows {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0;
    z-index: 2;
  }
  #front-page section#slideshowContainer .contain-slick-arrows:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 90px;
    height: 40px;
    background: transparent;
    z-index: -1;
    border-radius: 4px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-arrow {
    position: absolute;
    top: 100%;
    left: 40px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-left-color: #57555b;
    margin-left: 15px;
    margin-top: -11px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
  #front-page section#slideshow .slide.theme-work-with-us .images .image:after {
    background: #95c11f;
  }
  #front-page section#slideshow .slide.theme-work-with-us .images .image.col1 + .col1 + .col1 {
    border-top-color: #95c11f;
  }
  #front-page section#slideshow ul.slick-dots li.theme-work-with-us.slick-active button {
    background: #95c11f;
  }
  #front-page section#icons .col.theme-work-with-us a .icon {
    background-color: #95c11f;
  }
  #front-page section#icons .col.theme-work-with-us a:hover .icon {
    background-color: #569204;
  }
  #front-page section#cards .theme-work-with-us .slider .slick-active button {
    background: #95c11f;
  }
  #header .container nav.primary ul li.work-with-us svg {
    fill: #95c11f;
  }
  #header .container nav.primary ul li.work-with-us a {
    border-bottom-color: #95c11f;
  }
  #header .container nav.primary ul li .primary_dropdown.work-with-us:before {
    background-color: #95c11f;
  }
  #header .container nav.primary ul li .primary_dropdown.work-with-us .dots {
    background-image: radial-gradient(circle closest-side, #95c11f 80%, rgba(0, 0, 0, 0) 10%);
  }
  #archive-story #archive .bg-white .list a .bg.theme-work-with-us,
  #archive-story #archive .bg-white .list .rollover .bg.theme-work-with-us,
  #archive-covid-story #archive .bg-white .list a .bg.theme-work-with-us,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-work-with-us {
    background: #95c11f;
  }
  #archive-story #archive .bg-white .list a .bg.theme-work-with-us .button,
  #archive-story #archive .bg-white .list .rollover .bg.theme-work-with-us .button,
  #archive-covid-story #archive .bg-white .list a .bg.theme-work-with-us .button,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-work-with-us .button {
    background: #569204;
  }
  #archive-story #archive .bg-white .list a .bg.theme-work-with-us .button:hover,
  #archive-story #archive .bg-white .list .rollover .bg.theme-work-with-us .button:hover,
  #archive-covid-story #archive .bg-white .list a .bg.theme-work-with-us .button:hover,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-work-with-us .button:hover {
    background: #76aa12;
  }
  #archive-story #archive .bg-white .list a .bg.theme-work-with-us::before,
  #archive-story #archive .bg-white .list .rollover .bg.theme-work-with-us::before,
  #archive-covid-story #archive .bg-white .list a .bg.theme-work-with-us::before,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-work-with-us::before {
    background: #95c11f;
  }
  #blocks .block-organisation_relationship .bg-grey2 .bg.theme-work-with-us {
    background: #95c11f;
    color: #fff;
  }
  .theme-about-us main h1 {
    color: #fbba00;
  }
  .theme-about-us h2.dots::after {
    background-image: radial-gradient(circle closest-side, #fbba00 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-about-us .bg-white p a,
  .theme-about-us .bg-white li a {
    color: #fbba00;
  }
  .theme-about-us .bg-white p a:hover,
  .theme-about-us .bg-white li a:hover {
    color: #eea400;
  }
  .theme-about-us .bg-light {
    background: #fbba00;
  }
  .theme-about-us .bg-dark {
    background: #eea400;
  }
  .theme-about-us .button {
    background: #fbba00;
  }
  .theme-about-us .button:hover, .theme-about-us .button:focus {
    background: #eea400;
    text-decoration: none;
  }
  .theme-about-us .button.dark {
    background: #eea400;
  }
  .theme-about-us .button.dark:hover, .theme-about-us .button.dark:focus {
    background: #fbba00;
    text-decoration: none;
  }
  .theme-about-us .button.bg-white {
    background: #fff;
    color: #57555b;
  }
  .theme-about-us .button.bg-white::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-about-us .button.bg-white::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-about-us .button.bg-white.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-about-us .button.bg-white.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-about-us .button.bg-white:hover, .theme-about-us .button.bg-white:focus {
    background: #eeeeef;
  }
  .theme-about-us .button.bg-grey1 {
    background: #eeeeef;
    color: #57555b;
  }
  .theme-about-us .button.bg-grey1::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-about-us .button.bg-grey1::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-about-us .button.bg-grey1.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-about-us .button.bg-grey1.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-about-us .button.bg-grey1:hover, .theme-about-us .button.bg-grey1:focus {
    background: #e2e2e2;
  }
  .bg-light .theme-about-us .button, .bg-dark .theme-about-us .button {
    background: #fff;
    color: #57555b;
  }
  .bg-light .theme-about-us .button::before, .bg-dark .theme-about-us .button::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .bg-light .theme-about-us .button::before, .bg-dark .theme-about-us .button::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .bg-light .theme-about-us .button:hover, .bg-light .theme-about-us .button:focus, .bg-dark .theme-about-us .button:hover, .bg-dark .theme-about-us .button:focus {
    background: #eeeeef;
  }
  .bg-light .theme-about-us .button.download::before, .bg-dark .theme-about-us .button.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .bg-light .theme-about-us .button.download::before, .bg-dark .theme-about-us .button.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-about-us .button_2 {
    background: #fff;
    color: #fbba00;
  }
  .theme-about-us .button_2:hover, .theme-about-us .button_2:focus {
    background: #eeeeef;
  }
  .theme-about-us span.dots,
  .theme-about-us div.dots {
    background-image: radial-gradient(circle closest-side, #fbba00 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-about-us span.dots.white,
  .theme-about-us div.dots.white {
    background-image: radial-gradient(circle closest-side, #fff 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-about-us span.dots.grey,
  .theme-about-us div.dots.grey {
    background-image: radial-gradient(circle closest-side, #eeeeef 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-about-us .list li::before {
    border-left-color: #fbba00;
  }
  .theme-about-us .modal .modal-content .modal-header {
    background: #fbba00;
  }
  .theme-about-us .modal .modal-content .modal-form::before {
    border-top-color: #eea400;
    border-right-color: #eea400;
  }
  .theme-about-us #archive::before {
    background: #fbba00;
  }
  .theme-about-us #archive .bg-white .bg-grey2 > div:before {
    background: #fbba00;
  }
  .theme-about-us #archive .bg-white .tabs a,
  .theme-about-us #archive .bg-white .tabs span {
    background: #fbba00;
  }
  .theme-about-us #archive .bg-white .tabs a:hover,
  .theme-about-us #archive .bg-white .tabs span:hover {
    background: #eea400;
  }
  .theme-about-us #blocks::before {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-large_gallery .gallery ul.slick-dots li.slick-active button {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-content_text_video .bg-black .gallery .slick-arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_text_video .bg-black .gallery .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li.slick-active button {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-content_text_video .video .image:hover .play {
    background: #eea400;
  }
  .theme-about-us #blocks .block-content_text_video .video .image:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #eea400;
  }
  .theme-about-us #blocks .block-content_text_video .video .image .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_text ul li::before {
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_workspace_additional_info .bg-white::after {
    border-top-color: #fbba00;
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_workspace_additional_info .bg-black h2::before {
    color: #eea400;
  }
  .theme-about-us #blocks .block-content_people .bg-white .list .bg {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-content_people .bg-white .list a .play {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-content_people .bg-white .list a .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_people .bg-white .list a:hover .play {
    background: #eea400;
  }
  .theme-about-us #blocks .block-content_people .bg-white .list a:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #eea400;
  }
  .theme-about-us #blocks .block-content_volunteer_op_tabs .bg-black::after {
    border-top-color: #fbba00;
    border-right-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_volunteer_op_tabs div.bg-white ul li::before {
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_accordion .bg {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-content_accordion .bg::after {
    border-top-color: #fbba00;
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_accordion .bg h2::before {
    color: #eea400;
  }
  .theme-about-us #blocks .block-content_accordion .accordion h3::before {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-content_accordion .accordion h3:hover::before {
    background: #eea400;
  }
  .theme-about-us #blocks .block-content_accordion .accordion ul li::before {
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_faqs .bg {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-content_faqs .bg::after {
    border-top-color: #fbba00;
    border-right-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_faqs .bg h2::before {
    color: #eea400;
  }
  .theme-about-us #blocks .block-content_faqs .bg .icon svg * {
    fill: #fbba00;
  }
  .theme-about-us #blocks .block-content_faqs .faq h3::before {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-content_faqs .faq h3:hover::before {
    background: #eea400;
  }
  .theme-about-us #blocks .block-content_faqs .faq div ul li::before {
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_text_downloads .bg-light::after {
    border-top-color: #fbba00;
    border-right-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_text_downloads .bg-light h2::before {
    color: #eea400;
  }
  .theme-about-us #blocks .block-content_text_downloads div.bg-white ul li::before {
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_icon_links .bg-white a .icon {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-property_transport_links .icon.tfl {
    color: #fbba00;
  }
  .theme-about-us #blocks .block-content_partners ul li::before {
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_video .video:hover .play {
    background: #eea400;
  }
  .theme-about-us #blocks .block-content_video .video:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #eea400;
  }
  .theme-about-us #blocks .block-content_video .video .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_contact_details ul li::before {
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_statistics .circle-icon svg * {
    fill: #eea400;
  }
  .theme-about-us #blocks .block-content_statistics .circle-chart svg circle:last-of-type {
    stroke: #eea400;
  }
  .theme-about-us #blocks .block-content_quote div.bg-white .bg-black::after {
    border-top-color: #fbba00;
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-gi_case_studies .gallery .slide .bg-white h2,
  .theme-about-us #blocks .block-gi_case_studies .gallery .slide .bg-white h3,
  .theme-about-us #blocks .block-au_case_studies .gallery .slide .bg-white h2,
  .theme-about-us #blocks .block-au_case_studies .gallery .slide .bg-white h3,
  .theme-about-us #blocks .block-nhr_case_studies .gallery .slide .bg-white h2,
  .theme-about-us #blocks .block-nhr_case_studies .gallery .slide .bg-white h3,
  .theme-about-us #blocks .block-case_studies .gallery .slide .bg-white h2,
  .theme-about-us #blocks .block-case_studies .gallery .slide .bg-white h3 {
    color: #fbba00;
  }
  .theme-about-us #blocks .block-gi_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-about-us #blocks .block-au_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-about-us #blocks .block-nhr_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-about-us #blocks .block-case_studies .gallery ul.slick-dots li.slick-active button {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-content_form .bg {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-content_form .bg::after {
    border-top-color: #fbba00;
    border-right-color: #fbba00;
  }
  .theme-about-us #blocks .block-content_form .bg h2::before {
    color: #eea400;
  }
  .theme-about-us #blocks .block-content_form div.bg-white ul li::before {
    border-left-color: #fbba00;
  }
  .theme-about-us #blocks .block-download_tabs::before {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-download_tabs .bg-white .bg-grey2 > div:before {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-download_tabs .bg-white .block-tabs a,
  .theme-about-us #blocks .block-download_tabs .bg-white .block-tabs span {
    background: #fbba00;
  }
  .theme-about-us #blocks .block-download_tabs .bg-white .block-tabs a:hover,
  .theme-about-us #blocks .block-download_tabs .bg-white .block-tabs span:hover {
    background: #eea400;
  }
  .theme-about-us main section#heading .images .image:after,
  .theme-about-us main section#heading .images + .overlay .bg-white::after {
    background: #fbba00;
  }
  .theme-about-us main section#heading .overlay::before {
    background: #fbba00;
  }
  .theme-about-us main section#content div.bg-white ul li::before {
    border-left-color: #fbba00;
  }
  .theme-about-us main section#content::before {
    background: #fbba00;
  }
  .theme-about-us main section#content nav > ul > li > a {
    color: #eea400;
  }
  .theme-about-us main section#content nav > ul > li > a::before {
    border-left-color: #fbba00;
  }
  .theme-about-us main section#content nav > ul > li > ul > li > ul > li.current-menu-ancestor > a, .theme-about-us main section#content nav > ul > li > ul > li > ul > li.current-page-ancestor > a {
    color: #eea400;
  }
  .theme-about-us main section#content nav > ul > li > ul > li > ul > li.current-menu-ancestor > a::before, .theme-about-us main section#content nav > ul > li > ul > li > ul > li.current-page-ancestor > a::before {
    border-left-color: #eea400;
  }
  .theme-about-us main section#content nav > ul > li .current-menu-item > a,
  .theme-about-us main section#content nav > ul > li .current-page-item > a {
    color: #eea400;
  }
  .theme-about-us main section#content nav > ul > li .current-menu-item > a::before,
  .theme-about-us main section#content nav > ul > li .current-page-item > a::before {
    border-left-color: #eea400;
  }
  .theme-about-us .pagination .nav-links span.current,
  .theme-about-us .pagination .nav-links a.current {
    color: #fff;
    background: #fbba00;
  }
  .theme-about-us .frm_forms form button {
    background: #fbba00;
  }
  .theme-about-us .frm_forms form button:hover, .theme-about-us .frm_forms form button:focus {
    background: #eea400;
  }
  .theme-about-us .frm_forms form .frm_radio label input:checked + span {
    background: #eea400;
  }
  .theme-about-us .frm_forms form .frm_checkbox label span::before {
    border-right-color: #eea400;
    border-bottom-color: #eea400;
  }
  .theme-about-us #single-au-case-study #heading .subheading,
  .theme-about-us #single-gi-case-study #heading .subheading,
  .theme-about-us #single-nhr-case-study #heading .subheading {
    color: #fbba00;
  }
  .theme-about-us #single-au-case-study #content .subheading,
  .theme-about-us #single-gi-case-study #content .subheading,
  .theme-about-us #single-nhr-case-study #content .subheading {
    color: #fbba00;
  }
  .theme-about-us #single-au-case-study #content .photo::after,
  .theme-about-us #single-gi-case-study #content .photo::after,
  .theme-about-us #single-nhr-case-study #content .photo::after {
    border-top-color: #fbba00;
    border-right-color: #fbba00;
  }
  .theme-about-us #single-au-case-study #content .photo h2::before,
  .theme-about-us #single-gi-case-study #content .photo h2::before,
  .theme-about-us #single-nhr-case-study #content .photo h2::before {
    color: #eea400;
  }
  .theme-about-us .bg-white p a,
  .theme-about-us .bg-white li a {
    color: unset;
  }
  .theme-about-us .bg-white p a:hover,
  .theme-about-us .bg-white li a:hover {
    color: unset;
  }
  #front-page section#alert .bg-grey2.theme-about-us span {
    background: #fbba00;
  }
  #front-page section#slideshowContainer {
    position: relative;
  }
  #front-page section#slideshowContainer .contain-slick-arrows {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0;
    z-index: 2;
  }
  #front-page section#slideshowContainer .contain-slick-arrows:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 90px;
    height: 40px;
    background: transparent;
    z-index: -1;
    border-radius: 4px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-arrow {
    position: absolute;
    top: 100%;
    left: 40px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-left-color: #57555b;
    margin-left: 15px;
    margin-top: -11px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
  #front-page section#slideshow .slide.theme-about-us .images .image:after {
    background: #fbba00;
  }
  #front-page section#slideshow .slide.theme-about-us .images .image.col1 + .col1 + .col1 {
    border-top-color: #fbba00;
  }
  #front-page section#slideshow ul.slick-dots li.theme-about-us.slick-active button {
    background: #fbba00;
  }
  #front-page section#icons .col.theme-about-us a .icon {
    background-color: #fbba00;
  }
  #front-page section#icons .col.theme-about-us a:hover .icon {
    background-color: #eea400;
  }
  #front-page section#cards .theme-about-us .slider .slick-active button {
    background: #fbba00;
  }
  #header .container nav.primary ul li.about-us svg {
    fill: #fbba00;
  }
  #header .container nav.primary ul li.about-us a {
    border-bottom-color: #fbba00;
  }
  #header .container nav.primary ul li .primary_dropdown.about-us:before {
    background-color: #fbba00;
  }
  #header .container nav.primary ul li .primary_dropdown.about-us .dots {
    background-image: radial-gradient(circle closest-side, #fbba00 80%, rgba(0, 0, 0, 0) 10%);
  }
  #archive-story #archive .bg-white .list a .bg.theme-about-us,
  #archive-story #archive .bg-white .list .rollover .bg.theme-about-us,
  #archive-covid-story #archive .bg-white .list a .bg.theme-about-us,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-about-us {
    background: #fbba00;
  }
  #archive-story #archive .bg-white .list a .bg.theme-about-us .button,
  #archive-story #archive .bg-white .list .rollover .bg.theme-about-us .button,
  #archive-covid-story #archive .bg-white .list a .bg.theme-about-us .button,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-about-us .button {
    background: #eea400;
  }
  #archive-story #archive .bg-white .list a .bg.theme-about-us .button:hover,
  #archive-story #archive .bg-white .list .rollover .bg.theme-about-us .button:hover,
  #archive-covid-story #archive .bg-white .list a .bg.theme-about-us .button:hover,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-about-us .button:hover {
    background: #f5af00;
  }
  #archive-story #archive .bg-white .list a .bg.theme-about-us::before,
  #archive-story #archive .bg-white .list .rollover .bg.theme-about-us::before,
  #archive-covid-story #archive .bg-white .list a .bg.theme-about-us::before,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-about-us::before {
    background: #fbba00;
  }
  #blocks .block-organisation_relationship .bg-grey2 .bg.theme-about-us {
    background: #fbba00;
    color: #fff;
  }
  .theme-emailsignature main h1 {
    color: #00b3bc;
  }
  .theme-emailsignature h2.dots::after {
    background-image: radial-gradient(circle closest-side, #00b3bc 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-emailsignature .bg-white p a,
  .theme-emailsignature .bg-white li a {
    color: #00b3bc;
  }
  .theme-emailsignature .bg-white p a:hover,
  .theme-emailsignature .bg-white li a:hover {
    color: #007b88;
  }
  .theme-emailsignature .bg-light {
    background: #00b3bc;
  }
  .theme-emailsignature .bg-dark {
    background: #007b88;
  }
  .theme-emailsignature .button {
    background: #00b3bc;
  }
  .theme-emailsignature .button:hover, .theme-emailsignature .button:focus {
    background: #007b88;
    text-decoration: none;
  }
  .theme-emailsignature .button.dark {
    background: #007b88;
  }
  .theme-emailsignature .button.dark:hover, .theme-emailsignature .button.dark:focus {
    background: #00b3bc;
    text-decoration: none;
  }
  .theme-emailsignature .button.bg-white {
    background: #fff;
    color: #57555b;
  }
  .theme-emailsignature .button.bg-white::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-emailsignature .button.bg-white::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-emailsignature .button.bg-white.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-emailsignature .button.bg-white.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-emailsignature .button.bg-white:hover, .theme-emailsignature .button.bg-white:focus {
    background: #eeeeef;
  }
  .theme-emailsignature .button.bg-grey1 {
    background: #eeeeef;
    color: #57555b;
  }
  .theme-emailsignature .button.bg-grey1::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-emailsignature .button.bg-grey1::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-emailsignature .button.bg-grey1.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .theme-emailsignature .button.bg-grey1.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-emailsignature .button.bg-grey1:hover, .theme-emailsignature .button.bg-grey1:focus {
    background: #e2e2e2;
  }
  .bg-light .theme-emailsignature .button, .bg-dark .theme-emailsignature .button {
    background: #fff;
    color: #57555b;
  }
  .bg-light .theme-emailsignature .button::before, .bg-dark .theme-emailsignature .button::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-left-color: #57555b;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .bg-light .theme-emailsignature .button::before, .bg-dark .theme-emailsignature .button::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .bg-light .theme-emailsignature .button:hover, .bg-light .theme-emailsignature .button:focus, .bg-dark .theme-emailsignature .button:hover, .bg-dark .theme-emailsignature .button:focus {
    background: #eeeeef;
  }
  .bg-light .theme-emailsignature .button.download::before, .bg-dark .theme-emailsignature .button.download::before {
    border-color: transparent;
    border-style: solid;
    border-width: 6px 9px;
    border-top-color: #57555b;
    border-width: 9px 6px;
    vertical-align: bottom;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .bg-light .theme-emailsignature .button.download::before, .bg-dark .theme-emailsignature .button.download::before {
    border-bottom-width: 4px;
  }
}
@media (min-width: 0px) {
  .theme-emailsignature .button_2 {
    background: #fff;
    color: #00b3bc;
  }
  .theme-emailsignature .button_2:hover, .theme-emailsignature .button_2:focus {
    background: #eeeeef;
  }
  .theme-emailsignature span.dots,
  .theme-emailsignature div.dots {
    background-image: radial-gradient(circle closest-side, #00b3bc 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-emailsignature span.dots.white,
  .theme-emailsignature div.dots.white {
    background-image: radial-gradient(circle closest-side, #fff 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-emailsignature span.dots.grey,
  .theme-emailsignature div.dots.grey {
    background-image: radial-gradient(circle closest-side, #eeeeef 80%, rgba(0, 0, 0, 0) 10%);
  }
  .theme-emailsignature .list li::before {
    border-left-color: #00b3bc;
  }
  .theme-emailsignature .modal .modal-content .modal-header {
    background: #00b3bc;
  }
  .theme-emailsignature .modal .modal-content .modal-form::before {
    border-top-color: #007b88;
    border-right-color: #007b88;
  }
  .theme-emailsignature #archive::before {
    background: #00b3bc;
  }
  .theme-emailsignature #archive .bg-white .bg-grey2 > div:before {
    background: #00b3bc;
  }
  .theme-emailsignature #archive .bg-white .tabs a,
  .theme-emailsignature #archive .bg-white .tabs span {
    background: #00b3bc;
  }
  .theme-emailsignature #archive .bg-white .tabs a:hover,
  .theme-emailsignature #archive .bg-white .tabs span:hover {
    background: #007b88;
  }
  .theme-emailsignature #blocks::before {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-large_gallery .gallery ul.slick-dots li.slick-active button {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_text_video .bg-black .gallery .slick-arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_text_video .bg-black .gallery .slick-arrow.slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-right-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_text_video .bg-black .gallery ul.slick-dots li.slick-active button {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_text_video .video .image:hover .play {
    background: #007b88;
  }
  .theme-emailsignature #blocks .block-content_text_video .video .image:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #007b88;
  }
  .theme-emailsignature #blocks .block-content_text_video .video .image .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_text ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_workspace_additional_info .bg-white::after {
    border-top-color: #00b3bc;
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_workspace_additional_info .bg-black h2::before {
    color: #007b88;
  }
  .theme-emailsignature #blocks .block-content_people .bg-white .list .bg {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_people .bg-white .list a .play {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_people .bg-white .list a .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_people .bg-white .list a:hover .play {
    background: #007b88;
  }
  .theme-emailsignature #blocks .block-content_people .bg-white .list a:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #007b88;
  }
  .theme-emailsignature #blocks .block-content_volunteer_op_tabs .bg-black::after {
    border-top-color: #00b3bc;
    border-right-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_volunteer_op_tabs div.bg-white ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_accordion .bg {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_accordion .bg::after {
    border-top-color: #00b3bc;
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_accordion .bg h2::before {
    color: #007b88;
  }
  .theme-emailsignature #blocks .block-content_accordion .accordion h3::before {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_accordion .accordion h3:hover::before {
    background: #007b88;
  }
  .theme-emailsignature #blocks .block-content_accordion .accordion ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_faqs .bg {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_faqs .bg::after {
    border-top-color: #00b3bc;
    border-right-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_faqs .bg h2::before {
    color: #007b88;
  }
  .theme-emailsignature #blocks .block-content_faqs .bg .icon svg * {
    fill: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_faqs .faq h3::before {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_faqs .faq h3:hover::before {
    background: #007b88;
  }
  .theme-emailsignature #blocks .block-content_faqs .faq div ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_text_downloads .bg-light::after {
    border-top-color: #00b3bc;
    border-right-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_text_downloads .bg-light h2::before {
    color: #007b88;
  }
  .theme-emailsignature #blocks .block-content_text_downloads div.bg-white ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_icon_links .bg-white a .icon {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-property_transport_links .icon.tfl {
    color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_partners ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_video .video:hover .play {
    background: #007b88;
  }
  .theme-emailsignature #blocks .block-content_video .video:hover .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #007b88;
  }
  .theme-emailsignature #blocks .block-content_video .video .play::after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 18px;
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_contact_details ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_statistics .circle-icon svg * {
    fill: #007b88;
  }
  .theme-emailsignature #blocks .block-content_statistics .circle-chart svg circle:last-of-type {
    stroke: #007b88;
  }
  .theme-emailsignature #blocks .block-content_quote div.bg-white .bg-black::after {
    border-top-color: #00b3bc;
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-gi_case_studies .gallery .slide .bg-white h2,
  .theme-emailsignature #blocks .block-gi_case_studies .gallery .slide .bg-white h3,
  .theme-emailsignature #blocks .block-au_case_studies .gallery .slide .bg-white h2,
  .theme-emailsignature #blocks .block-au_case_studies .gallery .slide .bg-white h3,
  .theme-emailsignature #blocks .block-nhr_case_studies .gallery .slide .bg-white h2,
  .theme-emailsignature #blocks .block-nhr_case_studies .gallery .slide .bg-white h3,
  .theme-emailsignature #blocks .block-case_studies .gallery .slide .bg-white h2,
  .theme-emailsignature #blocks .block-case_studies .gallery .slide .bg-white h3 {
    color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-gi_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-emailsignature #blocks .block-au_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-emailsignature #blocks .block-nhr_case_studies .gallery ul.slick-dots li.slick-active button,
  .theme-emailsignature #blocks .block-case_studies .gallery ul.slick-dots li.slick-active button {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_form .bg {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_form .bg::after {
    border-top-color: #00b3bc;
    border-right-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-content_form .bg h2::before {
    color: #007b88;
  }
  .theme-emailsignature #blocks .block-content_form div.bg-white ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-emailsignature #blocks .block-download_tabs::before {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-download_tabs .bg-white .bg-grey2 > div:before {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-download_tabs .bg-white .block-tabs a,
  .theme-emailsignature #blocks .block-download_tabs .bg-white .block-tabs span {
    background: #00b3bc;
  }
  .theme-emailsignature #blocks .block-download_tabs .bg-white .block-tabs a:hover,
  .theme-emailsignature #blocks .block-download_tabs .bg-white .block-tabs span:hover {
    background: #007b88;
  }
  .theme-emailsignature main section#heading .images .image:after,
  .theme-emailsignature main section#heading .images + .overlay .bg-white::after {
    background: #00b3bc;
  }
  .theme-emailsignature main section#heading .overlay::before {
    background: #00b3bc;
  }
  .theme-emailsignature main section#content div.bg-white ul li::before {
    border-left-color: #00b3bc;
  }
  .theme-emailsignature main section#content::before {
    background: #00b3bc;
  }
  .theme-emailsignature main section#content nav > ul > li > a {
    color: #007b88;
  }
  .theme-emailsignature main section#content nav > ul > li > a::before {
    border-left-color: #00b3bc;
  }
  .theme-emailsignature main section#content nav > ul > li > ul > li > ul > li.current-menu-ancestor > a, .theme-emailsignature main section#content nav > ul > li > ul > li > ul > li.current-page-ancestor > a {
    color: #007b88;
  }
  .theme-emailsignature main section#content nav > ul > li > ul > li > ul > li.current-menu-ancestor > a::before, .theme-emailsignature main section#content nav > ul > li > ul > li > ul > li.current-page-ancestor > a::before {
    border-left-color: #007b88;
  }
  .theme-emailsignature main section#content nav > ul > li .current-menu-item > a,
  .theme-emailsignature main section#content nav > ul > li .current-page-item > a {
    color: #007b88;
  }
  .theme-emailsignature main section#content nav > ul > li .current-menu-item > a::before,
  .theme-emailsignature main section#content nav > ul > li .current-page-item > a::before {
    border-left-color: #007b88;
  }
  .theme-emailsignature .pagination .nav-links span.current,
  .theme-emailsignature .pagination .nav-links a.current {
    color: #fff;
    background: #00b3bc;
  }
  .theme-emailsignature .frm_forms form button {
    background: #00b3bc;
  }
  .theme-emailsignature .frm_forms form button:hover, .theme-emailsignature .frm_forms form button:focus {
    background: #007b88;
  }
  .theme-emailsignature .frm_forms form .frm_radio label input:checked + span {
    background: #007b88;
  }
  .theme-emailsignature .frm_forms form .frm_checkbox label span::before {
    border-right-color: #007b88;
    border-bottom-color: #007b88;
  }
  .theme-emailsignature #single-au-case-study #heading .subheading,
  .theme-emailsignature #single-gi-case-study #heading .subheading,
  .theme-emailsignature #single-nhr-case-study #heading .subheading {
    color: #00b3bc;
  }
  .theme-emailsignature #single-au-case-study #content .subheading,
  .theme-emailsignature #single-gi-case-study #content .subheading,
  .theme-emailsignature #single-nhr-case-study #content .subheading {
    color: #00b3bc;
  }
  .theme-emailsignature #single-au-case-study #content .photo::after,
  .theme-emailsignature #single-gi-case-study #content .photo::after,
  .theme-emailsignature #single-nhr-case-study #content .photo::after {
    border-top-color: #00b3bc;
    border-right-color: #00b3bc;
  }
  .theme-emailsignature #single-au-case-study #content .photo h2::before,
  .theme-emailsignature #single-gi-case-study #content .photo h2::before,
  .theme-emailsignature #single-nhr-case-study #content .photo h2::before {
    color: #007b88;
  }
  .theme-about-us .bg-white p a,
  .theme-about-us .bg-white li a {
    color: unset;
  }
  .theme-about-us .bg-white p a:hover,
  .theme-about-us .bg-white li a:hover {
    color: unset;
  }
  #front-page section#alert .bg-grey2.theme-emailsignature span {
    background: #00b3bc;
  }
  #front-page section#slideshowContainer {
    position: relative;
  }
  #front-page section#slideshowContainer .contain-slick-arrows {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0;
    z-index: 2;
  }
  #front-page section#slideshowContainer .contain-slick-arrows:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 90px;
    height: 40px;
    background: transparent;
    z-index: -1;
    border-radius: 4px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-arrow {
    position: absolute;
    top: 100%;
    left: 40px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-left-color: #57555b;
    margin-left: 15px;
    margin-top: -11px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
  #front-page section#slideshow .slide.theme-emailsignature .images .image:after {
    background: #00b3bc;
  }
  #front-page section#slideshow .slide.theme-emailsignature .images .image.col1 + .col1 + .col1 {
    border-top-color: #00b3bc;
  }
  #front-page section#slideshow ul.slick-dots li.theme-emailsignature.slick-active button {
    background: #00b3bc;
  }
  #front-page section#icons .col.theme-emailsignature a .icon {
    background-color: #00b3bc;
  }
  #front-page section#icons .col.theme-emailsignature a:hover .icon {
    background-color: #007b88;
  }
  #front-page section#cards .theme-emailsignature .slider .slick-active button {
    background: #00b3bc;
  }
  #header .container nav.primary ul li.emailsignature svg {
    fill: #00b3bc;
  }
  #header .container nav.primary ul li.emailsignature a {
    border-bottom-color: #00b3bc;
  }
  #header .container nav.primary ul li .primary_dropdown.emailsignature:before {
    background-color: #00b3bc;
  }
  #header .container nav.primary ul li .primary_dropdown.emailsignature .dots {
    background-image: radial-gradient(circle closest-side, #00b3bc 80%, rgba(0, 0, 0, 0) 10%);
  }
  #archive-story #archive .bg-white .list a .bg.theme-emailsignature,
  #archive-story #archive .bg-white .list .rollover .bg.theme-emailsignature,
  #archive-covid-story #archive .bg-white .list a .bg.theme-emailsignature,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-emailsignature {
    background: #00b3bc;
  }
  #archive-story #archive .bg-white .list a .bg.theme-emailsignature .button,
  #archive-story #archive .bg-white .list .rollover .bg.theme-emailsignature .button,
  #archive-covid-story #archive .bg-white .list a .bg.theme-emailsignature .button,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-emailsignature .button {
    background: #007b88;
  }
  #archive-story #archive .bg-white .list a .bg.theme-emailsignature .button:hover,
  #archive-story #archive .bg-white .list .rollover .bg.theme-emailsignature .button:hover,
  #archive-covid-story #archive .bg-white .list a .bg.theme-emailsignature .button:hover,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-emailsignature .button:hover {
    background: #0097a2;
  }
  #archive-story #archive .bg-white .list a .bg.theme-emailsignature::before,
  #archive-story #archive .bg-white .list .rollover .bg.theme-emailsignature::before,
  #archive-covid-story #archive .bg-white .list a .bg.theme-emailsignature::before,
  #archive-covid-story #archive .bg-white .list .rollover .bg.theme-emailsignature::before {
    background: #00b3bc;
  }
  #blocks .block-organisation_relationship .bg-grey2 .bg.theme-emailsignature {
    background: #00b3bc;
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .theme-your-home #blocks .block-content_faqs .bg::after {
    border-top-color: #00b3bc;
    border-left-color: #00b3bc;
    border-right-color: transparent;
  }
  .theme-your-home #blocks .block-content_text_downloads .bg-light::after {
    border-top-color: #00b3bc;
    border-left-color: #00b3bc;
    border-right-color: transparent;
  }
  .theme-get-involved #blocks .block-content_faqs .bg::after {
    border-top-color: #ef7d00;
    border-left-color: #ef7d00;
    border-right-color: transparent;
  }
  .theme-get-involved #blocks .block-content_text_downloads .bg-light::after {
    border-top-color: #ef7d00;
    border-left-color: #ef7d00;
    border-right-color: transparent;
  }
  .theme-development-regeneration #blocks .block-content_faqs .bg::after {
    border-top-color: #e83273;
    border-left-color: #e83273;
    border-right-color: transparent;
  }
  .theme-development-regeneration #blocks .block-content_text_downloads .bg-light::after {
    border-top-color: #e83273;
    border-left-color: #e83273;
    border-right-color: transparent;
  }
  .theme-new-homes-regeneration #blocks .block-content_faqs .bg::after {
    border-top-color: #e83273;
    border-left-color: #e83273;
    border-right-color: transparent;
  }
  .theme-new-homes-regeneration #blocks .block-content_text_downloads .bg-light::after {
    border-top-color: #e83273;
    border-left-color: #e83273;
    border-right-color: transparent;
  }
  .theme-work-with-us #blocks .block-content_faqs .bg::after {
    border-top-color: #95c11f;
    border-left-color: #95c11f;
    border-right-color: transparent;
  }
  .theme-work-with-us #blocks .block-content_text_downloads .bg-light::after {
    border-top-color: #95c11f;
    border-left-color: #95c11f;
    border-right-color: transparent;
  }
  .theme-about-us #blocks .block-content_faqs .bg::after {
    border-top-color: #fbba00;
    border-left-color: #fbba00;
    border-right-color: transparent;
  }
  .theme-about-us #blocks .block-content_text_downloads .bg-light::after {
    border-top-color: #fbba00;
    border-left-color: #fbba00;
    border-right-color: transparent;
  }
  .theme-emailsignature #blocks .block-content_faqs .bg::after {
    border-top-color: #00b3bc;
    border-left-color: #00b3bc;
    border-right-color: transparent;
  }
  .theme-emailsignature #blocks .block-content_text_downloads .bg-light::after {
    border-top-color: #00b3bc;
    border-left-color: #00b3bc;
    border-right-color: transparent;
  }
  #front-page section#slideshowContainer {
    position: relative;
  }
  #front-page section#slideshowContainer .contain-slick-arrows {
    position: absolute;
    left: 75%;
    bottom: 177px;
    margin: 0;
    z-index: 2;
  }
  #front-page section#slideshowContainer .contain-slick-arrows:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 90px;
    height: 40px;
    background: white;
    z-index: -1;
    border-radius: 4px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-arrow {
    position: absolute;
    top: 100%;
    left: 40px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-left-color: #57555b;
    margin-left: 15px;
    margin-top: -11px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
}
@media (min-width: 992px) {
  .theme-your-home #blocks .block-content_accordion .bg::after {
    border-left-color: transparent;
    border-right-color: #00b3bc;
  }
  .theme-get-involved #blocks .block-content_accordion .bg::after {
    border-left-color: transparent;
    border-right-color: #ef7d00;
  }
  .theme-development-regeneration #blocks .block-content_accordion .bg::after {
    border-left-color: transparent;
    border-right-color: #e83273;
  }
  .theme-new-homes-regeneration #blocks .block-content_accordion .bg::after {
    border-left-color: transparent;
    border-right-color: #e83273;
  }
  .theme-work-with-us #blocks .block-content_accordion .bg::after {
    border-left-color: transparent;
    border-right-color: #95c11f;
  }
  .theme-about-us #blocks .block-content_accordion .bg::after {
    border-left-color: transparent;
    border-right-color: #fbba00;
  }
  .theme-emailsignature #blocks .block-content_accordion .bg::after {
    border-left-color: transparent;
    border-right-color: #00b3bc;
  }
  #front-page section#slideshowContainer {
    position: relative;
  }
  #front-page section#slideshowContainer .contain-slick-arrows {
    position: absolute;
    left: 75%;
    bottom: 177px;
    margin: 0;
    z-index: 2;
  }
  #front-page section#slideshowContainer .contain-slick-arrows:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 90px;
    height: 40px;
    background: white;
    z-index: -1;
    border-radius: 4px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-arrow {
    position: absolute;
    top: 100%;
    left: 40px;
    text-indent: -9999px;
    height: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-left-color: #57555b;
    margin-left: 18px;
    margin-top: -13px;
  }
  #front-page section#slideshowContainer .contain-slick-arrows .slick-prev {
    border-color: transparent;
    border-style: solid;
    border-width: 9px 16px;
    border-right-color: #57555b;
    right: auto;
    left: -18px;
  }
}
.building_search_form {
  display: flex;
  align-items: center;
}
.building_search_form #building_search {
  color: #57555b;
  background: #eeeeef;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  padding: 5px 18px 5px 11px;
  vertical-align: bottom;
  border-radius: 4px;
  opacity: 1;
  width: 220px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border: 0px;
}
.building_search_form #building_submit {
  color: white;
  background: #00b3bc;
  padding: 5px 15px 6px;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border: 0px;
  margin-left: -4px;
}

.building_results .postContainer {
  display: block;
  margin-top: 30px;
}
.building_results .postContainer .bg-grey {
  background: #eeeeef;
  border-radius: 4px;
  width: calc(100% + 60px);
  padding: 20px;
  margin-left: -30px;
}
.building_results .postContainer .bg-grey strong {
  font-weight: bold;
}

.quick-exit {
  position: fixed;
  display: block;
  padding: 10px;
  font-size: 16px;
  right: -54px;
  top: calc(50% - 70px);
  transform: rotate(270deg);
  color: #fff;
  background-color: #00b3bc;
  z-index: 1000;
  text-transform: uppercase;
  background-image: url(assets/close.png);
  background-size: 28px 28px;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.d-none {
  display: none !important;
}

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