@charset "UTF-8";
/*
 * Text Domain: betterhealth
 * Theme Name: Better Health North Somerset
 * Version: 1.0.0
 * Description: Theme for betterhealthns.co.uk
 * Author: Cyber Media
 * Author URI: https://www.cyber-media.co.uk
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url("https://use.typekit.net/qfh1qho.css");
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr, .hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Arial, Roboto, Helvetica, Calibri, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #11100d;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0.375rem;
}

select {
  width: 100%;
  border-radius: 0.375rem;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0.375rem;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 48em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 48em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-collapse .row, .expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 48em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row, .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row, .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.h1,
h2,
.h2,
h3,
.nf-form-cont .nf-saves-cont legend,
h2 + p.subtitle,
h2 + .subtitle.p,
.h2 + p.subtitle,
.h2 + .subtitle.p,
.h3,
h4,
.nf-form-cont form legend,
.h4,
h5,
.h5,
h6,
pre,
form,
p,
.p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p, .p {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
.h1,
h2,
h3,
.nf-form-cont .nf-saves-cont legend,
h2 + p.subtitle,
h2 + .subtitle.p,
.h2 + p.subtitle,
.h2 + .subtitle.p,
h4,
.nf-form-cont form legend,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: futura-pt, Arial, Roboto, Helvetica, Calibri, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #11100d;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}
h1 small,
h2 small,
h3 small,
.nf-form-cont .nf-saves-cont legend small,
h2 + p.subtitle small,
h2 + .subtitle.p small,
.h2 + p.subtitle small,
.h2 + .subtitle.p small,
h4 small,
.nf-form-cont form legend small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #e7daca;
  line-height: 0;
}

h1, .h1 {
  font-size: 1.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
}

h3, .nf-form-cont .nf-saves-cont legend, h2 + p.subtitle, h2 + .subtitle.p, .h2 + p.subtitle, .h2 + .subtitle.p, .h3 {
  font-size: 1.1875rem;
}

h4, .nf-form-cont form legend, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1.0625rem;
}

h6, .h6 {
  font-size: 1rem;
}

@media screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .nf-form-cont .nf-saves-cont legend, h2 + p.subtitle, h2 + .subtitle.p, .h2 + p.subtitle, .h2 + .subtitle.p, .h3 {
    font-size: 1.9375rem;
  }
  h4, .nf-form-cont form legend, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  color: #266d3c;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #103621;
}
a img {
  border: 0;
}

hr, .hr {
  max-width: 76.875rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0.0625rem solid #e7daca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.5;
  margin-bottom: 1.25rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.25rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.625rem 0 0.625rem 1.25rem;
  border-left: 0.3125rem solid #103621;
}
blockquote, blockquote p, blockquote .p {
  line-height: 1.5;
  color: #5b5a50;
}

cite {
  display: block;
  font-size: 1rem;
  color: #11100d;
}
cite:before {
  content: "— ";
}

abbr {
  color: #11100d;
  cursor: help;
  border-bottom: 1px dotted #11100d;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #11100d;
  background-color: #e7ebe8;
  border: 1px solid #e7daca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e7ebe8;
  color: #11100d;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 0.375rem;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #5b5a50;
}

.lead {
  font-size: 125%;
  line-height: 1.75;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat, .p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #5b5a50;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, .p,
  h2,
  .h2,
  h3,
  .nf-form-cont .nf-saves-cont legend,
  h2 + p.subtitle,
  h2 + .subtitle.p,
  .h2 + p.subtitle,
  .h2 + .subtitle.p,
  .h3 {
    orphans: 3;
    widows: 3;
  }
  h2, .h2,
  h3,
  .nf-form-cont .nf-saves-cont legend,
  h2 + p.subtitle,
  h2 + .subtitle.p,
  .h2 + p.subtitle,
  .h2 + .subtitle.p,
  .h3 {
    page-break-after: avoid;
  }
}
.button, .nf-form-cont form input[type=button] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0.3125rem;
  padding: 0.9375rem 1.5625rem;
  margin: 0 0 1.25rem 0;
  font-size: 1rem;
  background-color: #266d3c;
  color: #ffffff;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] .nf-form-cont form input[type=button], .nf-form-cont form [data-whatinput=mouse] input[type=button] {
  outline: 0;
}
.button:hover, .nf-form-cont form input[type=button]:hover, .button:focus, .nf-form-cont form input[type=button]:focus {
  background-color: #266d3c;
  color: #ffffff;
}
.button.tiny, .nf-form-cont form input.tiny[type=button] {
  font-size: 0.6rem;
}
.button.small, .nf-form-cont form input.small[type=button] {
  font-size: 0.75rem;
}
.button.large, .nf-form-cont form input.large[type=button] {
  font-size: 1.25rem;
}
.button.expanded, .nf-form-cont form input.expanded[type=button] {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary, .nf-form-cont form input.primary[type=button] {
  background-color: #266d3c;
  color: #ffffff;
}
.button.primary:hover, .nf-form-cont form input.primary[type=button]:hover, .button.primary:focus, .nf-form-cont form input.primary[type=button]:focus {
  background-color: rgb(30.4, 87.2, 48);
  color: #ffffff;
}
.button.secondary, .nf-form-cont form input.secondary[type=button] {
  background-color: #103621;
  color: #ffffff;
}
.button.secondary:hover, .nf-form-cont form input.secondary[type=button]:hover, .button.secondary:focus, .nf-form-cont form input.secondary[type=button]:focus {
  background-color: rgb(12.8, 43.2, 26.4);
  color: #ffffff;
}
.button.success, .nf-form-cont form input.success[type=button] {
  background-color: #3adb76;
  color: #ffffff;
}
.button.success:hover, .nf-form-cont form input.success[type=button]:hover, .button.success:focus, .nf-form-cont form input.success[type=button]:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #ffffff;
}
.button.warning, .nf-form-cont form input.warning[type=button] {
  background-color: #ffae00;
  color: #ffffff;
}
.button.warning:hover, .nf-form-cont form input.warning[type=button]:hover, .button.warning:focus, .nf-form-cont form input.warning[type=button]:focus {
  background-color: rgb(204, 139.2, 0);
  color: #ffffff;
}
.button.alert, .nf-form-cont form input.alert[type=button], form .button.wpcf7-not-valid-tip, .nf-form-cont form input.wpcf7-not-valid-tip[type=button] {
  background-color: #ec5840;
  color: #ffffff;
}
.button.alert:hover, .nf-form-cont form input.alert[type=button]:hover, form .button.wpcf7-not-valid-tip:hover, .nf-form-cont form input.wpcf7-not-valid-tip[type=button]:hover, .button.alert:focus, .nf-form-cont form input.alert[type=button]:focus, form .button.wpcf7-not-valid-tip:focus, .nf-form-cont form input.wpcf7-not-valid-tip[type=button]:focus {
  background-color: rgb(218.2857142857, 49.1428571429, 21.7142857143);
  color: #ffffff;
}
.button.hollow, .nf-form-cont form input.hollow[type=button] {
  border: 1px solid #266d3c;
  color: #266d3c;
}
.button.hollow, .nf-form-cont form input.hollow[type=button], .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .nf-form-cont form input.hollow[type=button]:hover, .button.hollow:focus, .nf-form-cont form input.hollow[type=button]:focus {
  border-color: rgb(19, 54.5, 30);
  color: rgb(19, 54.5, 30);
}
.button.hollow.primary, .nf-form-cont form input.hollow.primary[type=button] {
  border: 1px solid #266d3c;
  color: #266d3c;
}
.button.hollow.primary:hover, .nf-form-cont form input.hollow.primary[type=button]:hover, .button.hollow.primary:focus, .nf-form-cont form input.hollow.primary[type=button]:focus {
  border-color: rgb(19, 54.5, 30);
  color: rgb(19, 54.5, 30);
}
.button.hollow.secondary, .nf-form-cont form input.hollow.secondary[type=button] {
  border: 1px solid #103621;
  color: #103621;
}
.button.hollow.secondary:hover, .nf-form-cont form input.hollow.secondary[type=button]:hover, .button.hollow.secondary:focus, .nf-form-cont form input.hollow.secondary[type=button]:focus {
  border-color: rgb(8, 27, 16.5);
  color: rgb(8, 27, 16.5);
}
.button.hollow.success, .nf-form-cont form input.hollow.success[type=button] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .nf-form-cont form input.hollow.success[type=button]:hover, .button.hollow.success:focus, .nf-form-cont form input.hollow.success[type=button]:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .nf-form-cont form input.hollow.warning[type=button] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .nf-form-cont form input.hollow.warning[type=button]:hover, .button.hollow.warning:focus, .nf-form-cont form input.hollow.warning[type=button]:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .nf-form-cont form input.hollow.alert[type=button], form .button.hollow.wpcf7-not-valid-tip, .nf-form-cont form input.hollow.wpcf7-not-valid-tip[type=button] {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .nf-form-cont form input.hollow.alert[type=button]:hover, form .button.hollow.wpcf7-not-valid-tip:hover, .nf-form-cont form input.hollow.wpcf7-not-valid-tip[type=button]:hover, .button.hollow.alert:focus, .nf-form-cont form input.hollow.alert[type=button]:focus, form .button.hollow.wpcf7-not-valid-tip:focus, .nf-form-cont form input.hollow.wpcf7-not-valid-tip[type=button]:focus {
  border-color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
  color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
}
.button.disabled, .nf-form-cont form input.disabled[type=button], .button[disabled], .nf-form-cont form input[disabled][type=button] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover, .nf-form-cont form input.disabled[type=button]:hover, .button.disabled:focus, .nf-form-cont form input.disabled[type=button]:focus, .button[disabled]:hover, .nf-form-cont form input[disabled][type=button]:hover, .button[disabled]:focus, .nf-form-cont form input[disabled][type=button]:focus {
  background-color: #266d3c;
  color: #ffffff;
}
.button.dropdown::after, .nf-form-cont form input.dropdown[type=button]::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1.5625rem;
  display: inline-block;
}
.button.arrow-only::after, .nf-form-cont form input.arrow-only[type=button]::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0.9375rem;
  border: 2px solid #e7daca;
  margin: 0 0 1.875rem;
  font-family: inherit;
  font-size: 1rem;
  color: #11100d;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(17, 16, 13, 0.1);
  border-radius: 0.375rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  border: 1px solid #5b5a50;
  background-color: #ffffff;
  outline: none;
  box-shadow: 0 0 5px #e7daca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(17, 16, 13, 0.6);
}

input::placeholder,
textarea::placeholder {
  color: rgba(17, 16, 13, 0.6);
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e7ebe8;
  cursor: default;
}

[type=submit],
[type=button] {
  border-radius: 0.3125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1.875rem;
}

[type=checkbox] + label, form [type=checkbox] + .lbl,
[type=radio] + label,
form [type=radio] + .lbl {
  display: inline-block;
  margin-left: 0.9375rem;
  margin-right: 1.875rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
[type=checkbox] + label[for], form [type=checkbox] + [for].lbl,
[type=radio] + label[for],
form [type=radio] + [for].lbl {
  cursor: pointer;
}

label > [type=checkbox], form .lbl > [type=checkbox],
label > [type=radio],
form .lbl > [type=radio] {
  margin-right: 0.9375rem;
}

[type=file] {
  width: 100%;
}

label, form .lbl {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #11100d;
}
label.middle, form .middle.lbl {
  margin: 0 0 1.875rem;
  padding: 1.0625rem 0;
}

.help-text {
  margin-top: -0.9375rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #11100d;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.875rem;
}
.input-group > :first-child {
  border-radius: 0.375rem 0 0 0.375rem;
}
.input-group > :last-child > * {
  border-radius: 0 0.375rem 0.375rem 0;
}

.input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e7ebe8;
  color: #11100d;
  border: 0 solid #e7daca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 3.8125rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

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

legend {
  margin-bottom: 0.9375rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #e7daca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
.fieldset legend {
  background: #ffffff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 3.75rem;
  padding: 0.9375rem;
  border: 2px solid #e7daca;
  margin: 0 0 1.875rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #11100d;
  background-color: #ffffff;
  border-radius: 0.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2891, 90, 80%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1.875rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 2.8125rem;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:disabled {
  background-color: #e7ebe8;
  cursor: default;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.9375rem;
  margin-bottom: 1.875rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ec5840;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  list-style-type: none;
  background: #e7ebe8;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0.375rem 0.375rem 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0.375rem 0.375rem;
}

.accordion-title {
  display: block;
  padding: 0.625rem 0;
  line-height: 1;
  font-size: 0.75rem;
  color: #266d3c;
  position: relative;
  border: none;
  border-bottom: 0;
}
:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0.375rem 0.375rem;
  border-bottom: none;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: transparent;
}

.accordion-content {
  padding: 1rem 0;
  display: none;
  border: none;
  border-bottom: 0;
  background-color: transparent;
  color: #11100d;
}
:last-child > .accordion-content:last-child {
  border-bottom: none;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  color: #11100d;
  font-size: 0.875rem;
  cursor: default;
}
.breadcrumbs li:not(:last-child)::after {
  color: #e7daca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
.breadcrumbs a {
  color: #266d3c;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #5b5a50;
  cursor: not-allowed;
}

.callout, .nf-form-cont form .nf-field-description, form .wpcf7-not-valid-tip {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: none;
  border-radius: 0.375rem;
  position: relative;
  color: #11100d;
  background-color: rgb(251.4, 249.45, 247.05);
}
.callout > :first-child, .nf-form-cont form .nf-field-description > :first-child, form .wpcf7-not-valid-tip > :first-child {
  margin-top: 0;
}
.callout > :last-child, .nf-form-cont form .nf-field-description > :last-child, form .wpcf7-not-valid-tip > :last-child {
  margin-bottom: 0;
}
.callout.primary, .nf-form-cont form .primary.nf-field-description, form .primary.wpcf7-not-valid-tip {
  background-color: rgb(214.6255102041, 240.9244897959, 222.7744897959);
}
.callout.secondary, .nf-form-cont form .secondary.nf-field-description, form .secondary.wpcf7-not-valid-tip {
  background-color: rgb(204.0857142857, 239.9142857143, 220.1142857143);
}
.callout.success, .nf-form-cont form .success.nf-field-description, form .success.wpcf7-not-valid-tip {
  background-color: rgb(225.45, 249.6, 234.45);
}
.callout.warning, .nf-form-cont form .warning.nf-field-description, form .warning.wpcf7-not-valid-tip {
  background-color: rgb(255, 242.85, 216.75);
}
.callout.alert, .nf-form-cont form .alert.nf-field-description, form .wpcf7-not-valid-tip {
  background-color: rgb(252.15, 229.95, 226.35);
}
.callout.small, .nf-form-cont form .small.nf-field-description, form .small.wpcf7-not-valid-tip {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large, .nf-form-cont form .large.nf-field-description, form .large.wpcf7-not-valid-tip {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #5b5a50;
  right: 1rem;
  top: 1rem !important;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #11100d;
}

.flex-video, .responsive-embed {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video iframe, .responsive-embed iframe,
.flex-video object,
.responsive-embed object,
.flex-video embed,
.responsive-embed embed,
.flex-video video,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen, .widescreen.responsive-embed {
  padding-bottom: 56.25%;
}
.flex-video.vimeo, .vimeo.responsive-embed {
  padding-top: 0;
}

.media-object {
  margin-bottom: 1.25rem;
  display: block;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 47.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1.25rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.3125rem;
  border-radius: 0.375rem;
  display: inline-block;
}
.pagination a,
.pagination button {
  color: #11100d;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.375rem;
}
.pagination a:hover,
.pagination button:hover {
  background: #e7ebe8;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #266d3c;
  color: #ffffff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #e7daca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #11100d;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(17, 16, 13, 0.8);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #e7daca;
  background-color: #ffffff;
  border-radius: 0.375rem;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .reveal {
    width: 800px;
    max-width: 76.875rem;
  }
}
@media screen and (min-width: 48em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 76.875rem;
  }
}
@media screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 76.875rem;
  }
}
@media screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 76.875rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 47.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

table {
  width: 100%;
  margin-bottom: 1.25rem;
  border-radius: 0.375rem;
}
thead,
tbody,
tfoot {
  border: 1px solid #e7daca;
  background-color: #ffffff;
}

caption {
  font-weight: 700;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead {
  background: rgb(248.625, 248.625, 248.625);
  color: #11100d;
}

tfoot {
  background: rgb(242.25, 242.25, 242.25);
  color: #11100d;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: rgb(242.25, 242.25, 242.25);
}
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: rgb(249.9, 249.9, 249.9);
}
table.hover tr:nth-of-type(even):hover {
  background-color: rgb(237.15, 237.15, 237.15);
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

/* MIXINS
===================================== */
/* MIXINS
===================================== */
/*@function luminance($color) {
  $colors: (
    'red': red($color),
    'green': green($color),
    'blue': blue($color)
  );

  @each $name, $value in $colors {
    $adjusted: 0;
    $value: $value / 255;

    @if $value < 0.03928 {
      $value: $value / 12.92;
    } @else {
      $value: ($value + .055) / 1.055;
      $value: pow($value, 2.4);
    }

    $colors: map-merge($colors, ($name: $value));
  }

  @return (map-get($colors, 'red') * .2126) + (map-get($colors, 'green') * .7152) + (map-get($colors, 'blue') * .0722);
}*/
/*@function check-color-access($foreground, $background) {
  $back-color-lumo: luminance($background);
  $fore-color-lumo: luminance($foreground);

  @return ($fore-color-lumo + 0.05) / ($back-color-lumo + 0.05);
}*/
/* PARTIALS
===================================== */
/* SVGS
=================================== */
/* ICONS
=================================== */
.icon {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background-size: 3.125rem 3.125rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease-in-out;
}
.icon.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_heart {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M40,19.36c-18.34-15-43.35,18.34,0,45C83.35,37.7,58.34,4.35,40,19.36Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_coins {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 50' preserveAspectRatio='xMidYMid' height='50' width='70'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M66.46,19.71l-.65-8.31C65.4,6.1,55,2.88,41.66,3.91a48.51,48.51,0,0,0-16,3.76c-4.53,2.08-6.9,4.7-6.7,7.37l.25,3.17c-8.3.26-13.77,2.64-14.34,6.3L3.58,32.74C2.76,38,12.13,43.51,25.37,45.57a58.53,58.53,0,0,0,8.85.71,38.58,38.58,0,0,0,7.6-.69c4.88-1,7.79-3,8.2-5.64l1.28-8.23a4.39,4.39,0,0,0-.15-1.93,40.2,40.2,0,0,0,8.61-2.71C64.29,25,66.66,22.38,66.46,19.71Zm-40-10.23A46.42,46.42,0,0,1,41.82,5.91c1.58-.12,3.1-.18,4.57-.18,10.2,0,17.19,2.8,17.43,5.83.27,3.46-8.24,8-20.87,9a46.35,46.35,0,0,1-15.7-1.17c-3.81-1.08-6.17-2.76-6.3-4.48S22.88,11.14,26.48,9.48ZM42.6,28.9a51.15,51.15,0,0,1-10.44-.36l-.47-6.13c0-.05,0-.09,0-.13a51.34,51.34,0,0,0,6.73.43c1.22,0,2.47-.05,3.73-.13Zm-12.47-.71c-5.17-1.05-8.38-3-8.54-5l-.34-4.44a16,16,0,0,0,5.45,2.54c1,.28,2,.51,3.14.71a1,1,0,0,0-.15.56ZM13.59,34.3l-.87,5.58c-4.79-2.21-7.47-4.82-7.16-6.83l.68-4.4A16.1,16.1,0,0,0,11,32.37c.89.5,1.86,1,2.89,1.41A.91.91,0,0,0,13.59,34.3Zm11.1,9.12a51.14,51.14,0,0,1-10.07-2.74l.94-6.08a.57.57,0,0,0,0-.13,54.07,54.07,0,0,0,10.1,2.69ZM38,38.09l-.89,5.77a1.08,1.08,0,0,0,0,.31,52,52,0,0,1-10.49-.44l1-6.26a58.82,58.82,0,0,0,8,.59c.84,0,1.65,0,2.44-.07C38.07,38,38.05,38.05,38,38.09Zm10,1.55c-.27,1.71-2.74,3.2-6.63,4-.72.15-1.48.26-2.27.36L40,38.4a.93.93,0,0,0-.09-.55,19.91,19.91,0,0,0,8.8-2.6Zm1.28-8.23c-.54,3.43-9.85,5.89-22.37,3.95a46.43,46.43,0,0,1-15-4.74c-3.46-1.93-5.37-4.1-5.11-5.8.4-2.54,5.51-4.41,12.52-4.61l.25,3.13C20,28,27.94,31,38.87,31c1.57,0,3.2-.07,4.88-.2,1.86-.14,3.67-.37,5.42-.67A2.53,2.53,0,0,1,49.33,31.41Zm-4.74-2.67-.49-6.3a55,55,0,0,0,10.28-1.89s0,.07,0,.1l.45,5.81a.94.94,0,0,0,.08.31A51.41,51.41,0,0,1,44.59,28.74Zm14.34-3.47c-.67.3-1.39.59-2.13.86l-.44-5.64a1,1,0,0,0-.2-.5,20,20,0,0,0,8-4.55l.34,4.43C64.6,21.59,62.53,23.61,58.93,25.27Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_time {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M20,34.81c-8.17,0-14.81-6.65-14.81-14.81s6.65-14.81,14.81-14.81,14.81,6.65,14.81,14.81-6.64,14.81-14.81,14.81ZM20,7.19c-7.07,0-12.81,5.75-12.81,12.81s5.75,12.81,12.81,12.81,12.81-5.75,12.81-12.81-5.75-12.81-12.81-12.81Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M26.19,21.9l-5.23-2.5v-7.86c0-.53-.43-.96-.96-.96s-.96.43-.96.96v8.46s0,.07,0,.12c0,.02,0,.08,0,.15v.06s.03.05.03.05l.07.12s.07.11.12.16c.04.05.11.1.18.14l.05.04,5.8,2.77c.14.06.27.09.41.09h0c.54,0,.96-.41.97-.93,0-.36-.18-.69-.5-.87Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_pin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M20,35.47c-.16,0-.33-.04-.48-.11-6.45-3.23-12.11-11.75-12.11-18.24,0-6.94,5.65-12.59,12.59-12.59s12.59,5.65,12.59,12.59c0,6.49-5.66,15.01-12.11,18.24-.15.08-.32.11-.48.11ZM20,6.68c-5.76,0-10.44,4.69-10.44,10.44s4.92,13.02,10.44,16.06c5.53-3.04,10.44-10.54,10.44-16.06s-4.69-10.44-10.44-10.44Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M20,23.95c-3.77,0-6.83-3.06-6.83-6.83s3.07-6.83,6.83-6.83,6.83,3.06,6.83,6.83-3.06,6.83-6.83,6.83ZM20,12.44c-2.58,0-4.68,2.1-4.68,4.69s2.1,4.68,4.68,4.68,4.69-2.1,4.69-4.68-2.1-4.69-4.69-4.69Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_map {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M46.58.19a1,1,0,0,0-.9-.14L31,5,16.32.05h-.09L16,0l-.23,0h-.09l-15,5A1,1,0,0,0,0,6V46a1,1,0,0,0,.42.81A.94.94,0,0,0,1,47a1.19,1.19,0,0,0,.32,0L16,42.05,30.68,47h0a1,1,0,0,0,.62,0h0l15-5A1,1,0,0,0,47,41V1A1,1,0,0,0,46.58.19ZM2,6.72,15,2.39V40.28L2,44.61ZM17,2.39,30,6.72V44.61L17,40.28ZM45,40.28,32,44.61V6.72L45,2.39Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_list {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M38.5,9.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M13.5,9.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M13.5,19.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M38.5,19.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M13.5,29.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M38.5,29.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M13.5,39.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M38.5,39.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 52' preserveAspectRatio='xMidYMid' height='52' width='47'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M46,45H31.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2H20.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM26,50a4,4,0,1,1,4-4A4,4,0,0,1,26,50Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M46,5H36.91A6,6,0,0,0,25.09,5H1A1,1,0,0,0,1,7H25.09A6,6,0,0,0,36.91,7H46a1,1,0,0,0,0-2ZM31,10a4,4,0,1,1,4-4A4,4,0,0,1,31,10Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M46,25H21.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2h9.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM16,30a4,4,0,1,1,4-4A4,4,0,0,1,16,30Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M61.77,58.23l-8.49-8.49a20.07,20.07,0,1,0-3.54,3.54l8.49,8.49a2.51,2.51,0,0,0,3.54,0A2.52,2.52,0,0,0,61.77,58.23ZM22.5,37.5a15,15,0,1,1,15,15A15,15,0,0,1,22.5,37.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_cross {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29' preserveAspectRatio='xMidYMid' height='29' width='29'%3E%3Cpolygon style='fill:%23266d3c; transition: fill 200ms ease-out;' points='28.29 24.75 17.68 14.14 28.29 3.54 24.75 0 14.14 10.61 3.54 0 0 3.54 10.61 14.14 0 24.75 3.54 28.29 14.14 17.68 24.75 28.29 28.29 24.75'/%3E%3C/svg%3E") !important;
}
.icon.icon_check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' preserveAspectRatio='xMidYMid' height='35' width='45'%3E%3Crect style='fill:%23266d3c; transition: fill 200ms ease-out;' x='9.39' y='12.8' width='5' height='20' transform='translate(-12.64 15.09) rotate(-45)'/%3E%3Crect style='fill:%23266d3c; transition: fill 200ms ease-out;' x='10.3' y='15' width='35' height='5' transform='translate(-4.23 24.79) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.icon.icon_share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 45' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Ccircle style='fill:%23266d3c; transition: fill 200ms ease-out;' cx='15' cy='25' r='10'/%3E%3Ccircle style='fill:%23266d3c; transition: fill 200ms ease-out;' cx='40' cy='45' r='10'/%3E%3Ccircle style='fill:%23266d3c; transition: fill 200ms ease-out;' cx='45' cy='15' r='10'/%3E%3Cline style='fill:%23266d3c; transition: fill 200ms ease-out;' x1='25' y1='33' x2='30' y2='37'/%3E%3Cline style='fill:%23266d3c; transition: fill 200ms ease-out;' x1='25' y1='21.67' x2='35' y2='18.33'/%3E%3C/svg%3E") !important;
}
.icon.icon_external {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M32.73,9.55H9.55V5.68H32.73ZM9.55,5.68H5.68V44.32H9.55ZM8.72,44.32H41.46V40.45H8.72Zm35.6-27H40.45V44.32h3.87Z'/%3E%3Crect style='fill:%23266d3c; transition: fill 200ms ease-out;' x='36.74' y='1.67' width='11.59' height='3.86'/%3E%3Crect style='fill:%23266d3c; transition: fill 200ms ease-out;' x='44.46' y='1.67' width='3.86' height='11.59'/%3E%3Crect style='fill:%23266d3c; transition: fill 200ms ease-out;' x='31.98' y='8.37' width='15.45' height='3.86' transform='translate(4.35 31.09) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.icon.icon_date {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M31.17,33.48H8.83a3.07,3.07,0,0,1-3.06-3.07V11.86A3.07,3.07,0,0,1,8.83,8.79H31.17a3.07,3.07,0,0,1,3.06,3.07V30.41A3.07,3.07,0,0,1,31.17,33.48ZM8.83,10.79a1.06,1.06,0,0,0-1.06,1.07V30.41a1.06,1.06,0,0,0,1.06,1.07H31.17a1.06,1.06,0,0,0,1.06-1.07V11.86a1.06,1.06,0,0,0-1.06-1.07Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M33.23,14.57H6.77a1,1,0,0,1,0-2H33.23a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M14.33,22.13H10.55a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,14.33,22.13Zm-2.78-2h1.78V18.35H11.55Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M21.89,22.13H18.11a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,21.89,22.13Zm-2.78-2h1.78V18.35H19.11Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M29.45,22.13H25.67a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,29.45,22.13Zm-2.78-2h1.78V18.35H26.67Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M14.33,29.7H10.55a1,1,0,0,1-1-1V24.92a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1V28.7A1,1,0,0,1,14.33,29.7Zm-2.78-2h1.78V25.92H11.55Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M21.89,29.7H18.11a1,1,0,0,1-1-1V24.92a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1V28.7A1,1,0,0,1,21.89,29.7Zm-2.78-2h1.78V25.92H19.11Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M12.06,12.3a1,1,0,0,1-1-1V7.52a1,1,0,1,1,2,0V11.3A1,1,0,0,1,12.06,12.3Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M27.94,12.3a1,1,0,0,1-1-1V7.52a1,1,0,0,1,2,0V11.3A1,1,0,0,1,27.94,12.3Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_email {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M20,22.35a3.38,3.38,0,0,1-2.09-.74L5.38,11.79a1,1,0,0,1,1.24-1.58L19.15,20a1.35,1.35,0,0,0,1.69,0l12.54-9.84a1,1,0,1,1,1.24,1.58L22.08,21.62A3.36,3.36,0,0,1,20,22.35Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M33.12,31H6.87A2.88,2.88,0,0,1,4,28.12V11.87A2.88,2.88,0,0,1,6.87,9H33.12A2.88,2.88,0,0,1,36,11.87V28.12A2.88,2.88,0,0,1,33.12,31ZM6.87,11a.87.87,0,0,0-.87.87V28.12a.87.87,0,0,0,.87.88H33.12a.87.87,0,0,0,.88-.88V11.87a.87.87,0,0,0-.88-.87Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M34,30a1,1,0,0,1-.65-.24l-11-9.4a1,1,0,0,1,1.3-1.52l11,9.4A1,1,0,0,1,34,30Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M6,30a1,1,0,0,1-.65-1.76l11-9.4a1,1,0,0,1,1.3,1.52l-11,9.4A1,1,0,0,1,6,30Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_phone {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M26.2,34.24c-3.55,0-8.12-1.9-13.33-7.11C9,23.25,6.66,19.48,6,15.94A8.3,8.3,0,0,1,11.1,6a3,3,0,0,1,3.19.37c.05.06,4.81,6.26,3.22,7.86-.24.24-.49.49-.75.77-.5.52-1.11,1.15-2,2a20,20,0,0,0,8.26,8.23c.55-.54,1.16-1.16,1.72-1.73l1-1c.58-.57,1.46-.61,4.28.89a21,21,0,0,1,3.58,2.33A3,3,0,0,1,34,28.9,8.46,8.46,0,0,1,32,32,8,8,0,0,1,26.2,34.24ZM12.57,7.73a2.37,2.37,0,0,0-.81.17A6.53,6.53,0,0,0,9.45,9.41h0a6.57,6.57,0,0,0-1.54,6.14c.62,3.1,2.83,6.62,6.38,10.16,7.8,7.81,13.66,7.48,16.3,4.84a6.53,6.53,0,0,0,1.51-2.31c.24-.67.17-1,.1-1.11a21.28,21.28,0,0,0-5.28-3l-.7.7c-.76.78-1.6,1.63-2.29,2.28a1,1,0,0,1-1.14.16A22,22,0,0,1,12.68,17.19,1,1,0,0,1,12.9,16c1.1-1,1.8-1.75,2.42-2.4l.53-.54a21,21,0,0,0-3-5.28S12.74,7.73,12.57,7.73Zm-3.82,1Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_website {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M20,34.81A14.81,14.81,0,1,1,34.81,20,14.82,14.82,0,0,1,20,34.81ZM20,7.19A12.81,12.81,0,1,0,32.81,20,12.82,12.82,0,0,0,20,7.19Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M20,34.81c-3.68,0-5.6-7.45-5.6-14.81S16.32,5.19,20,5.19,25.6,12.64,25.6,20,23.68,34.81,20,34.81ZM20,7.19c-1.47,0-3.6,5-3.6,12.81S18.53,32.81,20,32.81s3.6-5,3.6-12.81S21.47,7.19,20,7.19Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M33.81,21H6.19a1,1,0,0,1,0-2H33.81a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M20,14.55a101.07,101.07,0,0,1-12-.67,1,1,0,1,1,.23-2A101.67,101.67,0,0,0,20,12.55a100.28,100.28,0,0,0,11.51-.63,1,1,0,0,1,1.11.88,1,1,0,0,1-.88,1.11A102,102,0,0,1,20,14.55Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M8.33,28.09a1,1,0,0,1-.11-2A102.69,102.69,0,0,1,20,25.45a102,102,0,0,1,11.74.64,1,1,0,0,1,.88,1.11,1,1,0,0,1-1.11.88A100.28,100.28,0,0,0,20,27.45a101,101,0,0,0-11.55.63Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_price {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Cg%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='m25.71,33.15c-1.27,0-2.55-.33-3.71-1-.96-.55-1.28-1.78-.73-2.73.55-.96,1.78-1.28,2.73-.73,1.33.77,3.03.55,4.12-.54,1.33-1.33,1.33-3.49,0-4.82-1.1-1.1-2.8-1.32-4.14-.53-.95.56-2.18.24-2.74-.71-.56-.95-.24-2.18.71-2.74,2.91-1.71,6.61-1.24,9,1.15,2.89,2.89,2.89,7.59,0,10.48-1.43,1.43-3.33,2.17-5.25,2.17Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='m36.34,53.3c-1.6,0-3.1-.62-4.23-1.75l-17.59-17.6c-.95-.95-1.47-2.21-1.47-3.55v-1.72c0-1.1.9-2,2-2s2,.9,2,2v1.72c0,.27.11.53.3.72l17.59,17.6c.75.74,2.05.75,2.79,0l10.97-10.97c.37-.37.58-.87.58-1.4s-.21-1.02-.58-1.4l-17.59-17.6c-.19-.19-.45-.3-.72-.3h-9.64c-1.1,0-2-.9-2-2s.9-2,2-2h9.64c1.34,0,2.6.52,3.55,1.47l17.59,17.59c1.13,1.13,1.75,2.63,1.75,4.23s-.62,3.1-1.75,4.23l-10.97,10.97c-1.13,1.13-2.63,1.75-4.22,1.75Z'/%3E%3C/g%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='m23.88,27.94c-3.26,0-7.59-2.81-10.97-6.2-2.32-2.32-4.18-4.87-5.23-7.17-1.79-3.92-.66-5.91.17-6.74,1.96-1.96,5.57-1.36,9.89,1.66.91.63,1.13,1.88.49,2.79-.63.91-1.88,1.13-2.79.49-2.48-1.73-4.17-2.15-4.74-2.08-.11.92,1.08,4.27,5.02,8.22,4.1,4.1,7.54,5.22,8.31,5,.79-.73,2.01-.71,2.77.05s.78,2.05,0,2.83-1.8,1.14-2.94,1.14Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M211.9 197.4h-36.7v59.9h36.7V433.1h70.5V256.5h49.2l5.2-59.1h-54.4c0 0 0-22.1 0-33.7 0-13.9 2.8-19.5 16.3-19.5 10.9 0 38.2 0 38.2 0V82.9c0 0-40.2 0-48.8 0 -52.5 0-76.1 23.1-76.1 67.3C211.9 188.8 211.9 197.4 211.9 197.4z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_twitter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M419.6 168.6c-11.7 5.2-24.2 8.7-37.4 10.2 13.4-8.1 23.8-20.8 28.6-36 -12.6 7.5-26.5 12.9-41.3 15.8 -11.9-12.6-28.8-20.6-47.5-20.6 -42 0-72.9 39.2-63.4 79.9 -54.1-2.7-102.1-28.6-134.2-68 -17 29.2-8.8 67.5 20.1 86.9 -10.7-0.3-20.7-3.3-29.5-8.1 -0.7 30.2 20.9 58.4 52.2 64.6 -9.2 2.5-19.2 3.1-29.4 1.1 8.3 25.9 32.3 44.7 60.8 45.2 -27.4 21.4-61.8 31-96.4 27 28.8 18.5 63 29.2 99.8 29.2 120.8 0 189.1-102.1 185-193.6C399.9 193.1 410.9 181.7 419.6 168.6z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_instagram {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M256 109.3c47.8 0 53.4 0.2 72.3 1 17.4 0.8 26.9 3.7 33.2 6.2 8.4 3.2 14.3 7.1 20.6 13.4 6.3 6.3 10.1 12.2 13.4 20.6 2.5 6.3 5.4 15.8 6.2 33.2 0.9 18.9 1 24.5 1 72.3s-0.2 53.4-1 72.3c-0.8 17.4-3.7 26.9-6.2 33.2 -3.2 8.4-7.1 14.3-13.4 20.6 -6.3 6.3-12.2 10.1-20.6 13.4 -6.3 2.5-15.8 5.4-33.2 6.2 -18.9 0.9-24.5 1-72.3 1s-53.4-0.2-72.3-1c-17.4-0.8-26.9-3.7-33.2-6.2 -8.4-3.2-14.3-7.1-20.6-13.4 -6.3-6.3-10.1-12.2-13.4-20.6 -2.5-6.3-5.4-15.8-6.2-33.2 -0.9-18.9-1-24.5-1-72.3s0.2-53.4 1-72.3c0.8-17.4 3.7-26.9 6.2-33.2 3.2-8.4 7.1-14.3 13.4-20.6 6.3-6.3 12.2-10.1 20.6-13.4 6.3-2.5 15.8-5.4 33.2-6.2C202.6 109.5 208.2 109.3 256 109.3M256 77.1c-48.6 0-54.7 0.2-73.8 1.1 -19 0.9-32.1 3.9-43.4 8.3 -11.8 4.6-21.7 10.7-31.7 20.6 -9.9 9.9-16.1 19.9-20.6 31.7 -4.4 11.4-7.4 24.4-8.3 43.4 -0.9 19.1-1.1 25.2-1.1 73.8 0 48.6 0.2 54.7 1.1 73.8 0.9 19 3.9 32.1 8.3 43.4 4.6 11.8 10.7 21.7 20.6 31.7 9.9 9.9 19.9 16.1 31.7 20.6 11.4 4.4 24.4 7.4 43.4 8.3 19.1 0.9 25.2 1.1 73.8 1.1s54.7-0.2 73.8-1.1c19-0.9 32.1-3.9 43.4-8.3 11.8-4.6 21.7-10.7 31.7-20.6 9.9-9.9 16.1-19.9 20.6-31.7 4.4-11.4 7.4-24.4 8.3-43.4 0.9-19.1 1.1-25.2 1.1-73.8s-0.2-54.7-1.1-73.8c-0.9-19-3.9-32.1-8.3-43.4 -4.6-11.8-10.7-21.7-20.6-31.7 -9.9-9.9-19.9-16.1-31.7-20.6 -11.4-4.4-24.4-7.4-43.4-8.3C310.7 77.3 304.6 77.1 256 77.1L256 77.1z'%3E%3C/path%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M256 164.1c-50.7 0-91.9 41.1-91.9 91.9s41.1 91.9 91.9 91.9 91.9-41.1 91.9-91.9S306.7 164.1 256 164.1zM256 315.6c-32.9 0-59.6-26.7-59.6-59.6s26.7-59.6 59.6-59.6 59.6 26.7 59.6 59.6S288.9 315.6 256 315.6z'%3E%3C/path%3E%3Ccircle style='fill:%23ffffff; transition: fill 200ms ease-out;' cx='351.5' cy='160.5' r='21.5'%3E%3C/circle%3E%3C/svg%3E") !important;
}
.icon.icon_linkedin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M186.4 142.4c0 19-15.3 34.5-34.2 34.5 -18.9 0-34.2-15.4-34.2-34.5 0-19 15.3-34.5 34.2-34.5C171.1 107.9 186.4 123.4 186.4 142.4zM181.4 201.3h-57.8V388.1h57.8V201.3zM273.8 201.3h-55.4V388.1h55.4c0 0 0-69.3 0-98 0-26.3 12.1-41.9 35.2-41.9 21.3 0 31.5 15 31.5 41.9 0 26.9 0 98 0 98h57.5c0 0 0-68.2 0-118.3 0-50-28.3-74.2-68-74.2 -39.6 0-56.3 30.9-56.3 30.9v-25.2H273.8z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M6,11l12.54,9.83a2.34,2.34,0,0,0,2.92,0L34,11'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M6.87,10H33.13A1.87,1.87,0,0,1,35,11.87V28.12A1.88,1.88,0,0,1,33.13,30H6.87A1.88,1.88,0,0,1,5,28.12V11.87A1.88,1.88,0,0,1,6.87,10Z'/%3E%3Cline style='fill:%23266d3c; transition: fill 200ms ease-out;' x1='23' y1='19.6' x2='34' y2='29'/%3E%3Cline style='fill:%23266d3c; transition: fill 200ms ease-out;' x1='6' y1='29' x2='17' y2='19.6'/%3E%3C/svg%3E") !important;
}
.icon.icon_pencil {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M15.24,32.7a1,1,0,0,1-.71-.3L7.6,25.47a1,1,0,0,1-.3-.71,1,1,0,0,1,.3-.71L24.93,6.72a1,1,0,0,1,1.42,0l6.93,6.93a1,1,0,0,1,0,1.42L16,32.4A1,1,0,0,1,15.24,32.7ZM9.72,24.76l5.52,5.52L31.16,14.36,25.64,8.84Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M4.84,36.16a1,1,0,0,1-.71-.29,1,1,0,0,1-.24-1l3.46-10.4A1,1,0,0,1,9,24.05L16,31a1,1,0,0,1,.26.94,1,1,0,0,1-.66.71L5.15,36.11A.84.84,0,0,1,4.84,36.16Zm3.9-9.55-2.32,7,7-2.32Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M32.57,15.36a1,1,0,0,1-.7-.29L24.93,8.13a1,1,0,0,1,0-1.41l2-2a3.12,3.12,0,0,1,4.41,0l3.94,3.94a3.13,3.13,0,0,1,0,4.41l-2,2A1,1,0,0,1,32.57,15.36ZM27.05,7.43,32.57,13l1.27-1.27a1.14,1.14,0,0,0,0-1.58L29.9,6.16a1.13,1.13,0,0,0-1.58,0Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M11.77,29.23a1,1,0,0,1-.71-.29,1,1,0,0,1,0-1.42L28.4,10.19a1,1,0,0,1,1.41,1.41L12.48,28.94A1,1,0,0,1,11.77,29.23Z'/%3E%3C/svg%3E") !important;
}

/* Useful misc classes */
.relative {
  position: relative;
}

.visible {
  visibility: visible;
}

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

.clear {
  clear: both;
}

.contain {
  max-width: 100vw;
}

.small_clear {
  clear: both;
}

@media screen and (max-width: 47.9375em) {
  .small_only_clear, .clear_small_only {
    clear: both;
  }
}

@media screen and (min-width: 48em) {
  .medium_clear {
    clear: both;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .medium_only_clear, .clear_medium_only {
    clear: both;
  }
}

@media screen and (min-width: 64em) {
  .large_clear {
    clear: both;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .large_only_clear, .clear_large_only {
    clear: both;
  }
}

.small_float_left {
  float: left;
}

@media screen and (max-width: 47.9375em) {
  .small_only_float_left, .float_left_small_only {
    float: left;
  }
}

@media screen and (min-width: 48em) {
  .medium_float_left {
    float: left;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .medium_only_float_left, .float_left_medium_only {
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large_float_left {
    float: left;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .large_only_float_left, .float_left_large_only {
    float: left;
  }
}

.small_float_right {
  float: right;
}

@media screen and (max-width: 47.9375em) {
  .small_only_float_right, .float_right_small_only {
    float: right;
  }
}

@media screen and (min-width: 48em) {
  .medium_float_right {
    float: right;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .medium_only_float_right, .float_right_medium_only {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .large_float_right {
    float: right;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .large_only_float_right, .float_right_large_only {
    float: right;
  }
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

/* Margins */
.no_marg_top {
  margin-top: 0 !important;
}

.no_marg_bot {
  margin-bottom: 0 !important;
}

.no_marg_left {
  margin-left: 0 !important;
}

.no_marg_right {
  margin-right: 0 !important;
}

.no_marg {
  margin: 0 !important;
}

@media screen and (max-width: 47.9375em) {
  .no_marg_small {
    margin: 0 !important;
  }
}

/* Paddings */
.no_pad_top {
  padding-top: 0 !important;
}

.no_pad_bot {
  padding-bottom: 0 !important;
}

.no_pad_left {
  padding-left: 0 !important;
}

.no_pad_right {
  padding-right: 0 !important;
}

.no_pad {
  padding: 0 !important;
}

@media screen and (max-width: 47.9375em) {
  .no_pad_small {
    padding: 0 !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .no_pad_top_small {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 48em) {
  .no_pad_top_medium {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 64em) {
  .no_pad_top_large {
    padding-top: 0 !important;
  }
}

.sr_only, .screen-reader-response {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .sr_only_small, .screen-reader-response_small {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}

.column-block {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 47.9375em) {
  .column-block-small-only {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 64em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
}

.row-padding, .row-padding[class*=small-up], .row-padding[class*=medium-up], .row-padding[class*=large-up] {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .row-padding, .row-padding[class*=small-up], .row-padding[class*=medium-up], .row-padding[class*=large-up] {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.row-padding-small {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.box_padding {
  padding: 1.25rem;
}
@media screen and (min-width: 48em) {
  .box_padding {
    padding: 2.5rem;
  }
}

.vertical-center-flex {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}
.vertical-center-flex::before, .vertical-center-flex::after {
  display: none;
}
.vertical-center-flex.no-wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 47.9375em) {
  .vertical-center-flex-small-only {
    display: flex !important;
    align-items: center;
  }
}
@media screen and (min-width: 48em) {
  .vertical-center-flex-medium {
    display: flex !important;
    align-items: center;
  }
}
@media screen and (min-width: 64em) {
  .vertical-center-flex-large {
    display: flex !important;
    align-items: center;
  }
}

.flex_start {
  align-self: flex-start;
}

.equalize-flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 47.9375em) {
  .equalize-flex-small-only {
    display: flex;
  }
  .equalize-flex-small-only.row::before, .equalize-flex-small-only.row::after {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .equalize-flex-medium {
    display: flex;
    flex-wrap: wrap;
  }
  .equalize-flex-medium.row::before, .equalize-flex-medium.row::after {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .equalize-flex-large {
    display: flex;
    flex-wrap: wrap;
  }
  .equalize-flex-large.row::before, .equalize-flex-large.row::after {
    display: none;
  }
}
.equalize-flex.row::before, .equalize-flex.row::after {
  display: none;
}

[class*=small-up], [class*=medium-up], [class*=large-up] {
  padding: 0;
  list-style: none;
}

svg * {
  transition: fill 0.3s ease-out, stroke 0.3s ease-out;
}
body > svg {
  position: absolute;
}

.fill {
  width: 100%;
}

iframe {
  border: none !important;
}

.video_holder {
  max-width: 37.5rem;
}
.video_holder.full_width {
  max-width: none;
}

.rounded {
  border-radius: 1.25rem;
}

.row.marg_bot {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .row.marg_bot {
    margin-bottom: 2.5rem;
  }
}

.show-for-devices {
  display: none;
}

.hide-for-devices {
  display: block;
}

body.is-mobile-device .show-for-devices {
  display: block;
}
body.is-mobile-device .hide-for-devices {
  display: none;
}

/* SVGs
============================================= */
/* COLOURS
============================================= */
.sg-color {
  height: 150px;
  text-align: center;
  padding: 0.625rem;
  margin-top: 1.25rem;
}
.sg-color:before, .sg-color:after {
  display: block;
}
.sg-color.white {
  background: #ffffff;
  color: #ffffff;
  color: #11100d;
  border: solid 1px #11100d;
}
.sg-color.white:before {
  content: "$white : #ffffff";
}
.sg-color.white:after {
  /*content: "Black text on coloured background. Ratio: check-color-access(#ffffff, #11100d)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #11100d))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #11100d))";
  }*/
}
.sg-color.lgray {
  background: #e7ebe8;
  color: #ffffff;
  color: #11100d;
  border: solid 1px #11100d;
}
.sg-color.lgray:before {
  content: "$light-gray : #e7ebe8";
}
.sg-color.lgray:after {
  /*content: "Black text on coloured background. Ratio: check-color-access(#e7ebe8, #11100d)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#e7ebe8, #11100d))";
  }
  @else {
  	content: "Fail (check-color-access(#e7ebe8, #11100d))";
  }*/
}
.sg-color.mgray {
  background: #e7daca;
  color: #ffffff;
  color: #11100d;
  border: solid 1px #11100d;
}
.sg-color.mgray:before {
  content: "$medium-gray : #e7daca";
}
.sg-color.mgray:after {
  /*content: "Black text on coloured background. Ratio: check-color-access(#e7daca, #11100d)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#e7daca, #11100d))";
  }
  @else {
  	content: "Fail (check-color-access(#e7daca, #11100d))";
  }*/
}
.sg-color.dgray {
  background: #5b5a50;
  color: #ffffff;
}
.sg-color.dgray:before {
  content: "$dark-gray : #5b5a50";
}
.sg-color.dgray:after {
  /*content: "White text on coloured background. Ratio: check-color-access(#ffffff, #5b5a50)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #5b5a50))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #5b5a50))";
  }*/
}
.sg-color.black {
  background: #11100d;
  color: #ffffff;
}
.sg-color.black:before {
  content: "$black : #11100d";
}
.sg-color.black:after {
  /*content: "White text on coloured background. Ratio: check-color-access(#ffffff, #11100d)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #11100d))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #11100d))";
  }*/
}
.sg-color.primary {
  background: #266d3c;
  color: #ffffff;
}
.sg-color.primary:before {
  content: "$primary-color : #266d3c";
}
.sg-color.primary:after {
  /*content: "White text on coloured background. Ratio: check-color-access(#ffffff, #266d3c)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #266d3c))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #266d3c))";
  }*/
}
.sg-color.secondary {
  background: #103621;
  color: #ffffff;
}
.sg-color.secondary:before {
  content: "$secondary-color : #103621";
}
.sg-color.secondary:after {
  /*content: "White text on coloured background. Ratio: check-color-access(#ffffff, #103621)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #103621))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #103621))";
  }*/
}
.sg-color.red {
  background: #BE563B;
  color: #ffffff;
}
.sg-color.red:before {
  content: "$red : #BE563B";
}
.sg-color.red:after {
  /*content: "White text on coloured background. Ratio: check-color-access(#ffffff, #BE563B)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #BE563B))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #BE563B))";
  }*/
}
.sg-color.blue {
  background: #075F64;
  color: #ffffff;
}
.sg-color.blue:before {
  content: "$blue : #075F64";
}
.sg-color.blue:after {
  /*content: "White text on coloured background. Ratio: check-color-access(#ffffff, #075F64)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #075F64))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #075F64))";
  }*/
}
.sg-color.green {
  background: #266d3c;
  color: #ffffff;
}
.sg-color.green:before {
  content: "$green : #266d3c";
}
.sg-color.green:after {
  /*content: "White text on coloured background. Ratio: check-color-access(#ffffff, #266d3c)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #266d3c))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #266d3c))";
  }*/
}
.sg-color.purple {
  background: #8E5489;
  color: #ffffff;
}
.sg-color.purple:before {
  content: "$purple : #8E5489";
}
.sg-color.purple:after {
  /*content: "White text on coloured background. Ratio: check-color-access(#ffffff, #8E5489)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #8E5489))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #8E5489))";
  }*/
}
.sg-color.darkblue {
  background: #123946;
  color: #ffffff;
}
.sg-color.darkblue:before {
  content: "$darkblue : #123946";
}
.sg-color.darkblue:after {
  /*content: "White text on coloured background. Ratio: check-color-access(#ffffff, #123946)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #123946))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #123946))";
  }*/
}

/* TYPOGRAPHY
============================================= */
h1, .h1 {
  font-size: calc(28px + (36 - 28) * (100vw - 320px) / (1260 - 320));
}
@media screen and (min-width: 75em) {
  h1, .h1 {
    font-size: 36px;
  }
}
h1.underline, .h1.underline {
  position: relative;
}
h1.underline:after, .h1.underline:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 0.0625rem;
  margin: 0.5rem 0 0 0;
  background: rgba(17, 16, 13, 0.2);
  width: 5rem;
}
h1.underline.underline_centre:after, .centre_underlines h1.underline:after, .h1.underline.underline_centre:after, .centre_underlines .h1.underline:after {
  margin: 0.5rem auto 0 auto;
}
h1.underline.white:after, .h1.underline.white:after {
  background: #ffffff;
}
h1.primary, .h1.primary {
  color: #266d3c;
}
h1.secondary, .h1.secondary {
  color: #103621;
}

h2, .h2 {
  font-size: calc(24px + (36 - 24) * (100vw - 320px) / (1260 - 320));
}
@media screen and (min-width: 75em) {
  h2, .h2 {
    font-size: 36px;
  }
}
h2.underline, .h2.underline {
  position: relative;
}
h2.underline:after, .h2.underline:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 0.0625rem;
  margin: 0.5rem 0 0 0;
  background: rgba(17, 16, 13, 0.2);
}
h2.underline.underline_centre:after, .centre_underlines h2.underline:after, .h2.underline.underline_centre:after, .centre_underlines .h2.underline:after {
  margin: 0.5rem auto 0 auto;
}
h2.underline.white:after, .h2.underline.white:after {
  background: #ffffff;
}
h2.primary, .h2.primary {
  color: #266d3c;
}
h2.secondary, .h2.secondary {
  color: #103621;
}

h3, .nf-form-cont .nf-saves-cont legend, h2 + p.subtitle, h2 + .subtitle.p, .h2 + p.subtitle, .h2 + .subtitle.p, .h3 {
  font-size: calc(20px + (26 - 20) * (100vw - 320px) / (1260 - 320));
}
@media screen and (min-width: 75em) {
  h3, .nf-form-cont .nf-saves-cont legend, h2 + p.subtitle, h2 + .subtitle.p, .h2 + p.subtitle, .h2 + .subtitle.p, .h3 {
    font-size: 26px;
  }
}
h3.underline, .nf-form-cont .nf-saves-cont legend.underline, h2 + p.underline.subtitle, h2 + .underline.subtitle.p, .h2 + p.underline.subtitle, .h2 + .underline.subtitle.p, .h3.underline {
  position: relative;
}
h3.underline:after, .nf-form-cont .nf-saves-cont legend.underline:after, h2 + p.underline.subtitle:after, h2 + .underline.subtitle.p:after, .h2 + p.underline.subtitle:after, .h2 + .underline.subtitle.p:after, .h3.underline:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 0.0625rem;
  margin: 0.5rem 0 0 0;
  background: rgba(17, 16, 13, 0.2);
}
h3.underline.underline_centre:after, .nf-form-cont .nf-saves-cont legend.underline.underline_centre:after, h2 + p.underline.underline_centre.subtitle:after, h2 + .underline.underline_centre.subtitle.p:after, .h2 + p.underline.underline_centre.subtitle:after, .h2 + .underline.underline_centre.subtitle.p:after, .centre_underlines h3.underline:after, .centre_underlines .nf-form-cont .nf-saves-cont legend.underline:after, .nf-form-cont .nf-saves-cont .centre_underlines legend.underline:after, .centre_underlines h2 + p.underline.subtitle:after, .centre_underlines h2 + .underline.subtitle.p:after, .centre_underlines .h2 + p.underline.subtitle:after, .centre_underlines .h2 + .underline.subtitle.p:after, .h3.underline.underline_centre:after, .centre_underlines .h3.underline:after {
  margin: 0.5rem auto 0 auto;
}
h3.underline.white:after, .nf-form-cont .nf-saves-cont legend.underline.white:after, h2 + p.underline.white.subtitle:after, h2 + .underline.white.subtitle.p:after, .h2 + p.underline.white.subtitle:after, .h2 + .underline.white.subtitle.p:after, .h3.underline.white:after {
  background: #ffffff;
}
h3.primary, .nf-form-cont .nf-saves-cont legend.primary, h2 + p.primary.subtitle, h2 + .primary.subtitle.p, .h2 + p.primary.subtitle, .h2 + .primary.subtitle.p, .h3.primary {
  color: #266d3c;
}
h3.secondary, .nf-form-cont .nf-saves-cont legend.secondary, h2 + p.secondary.subtitle, h2 + .secondary.subtitle.p, .h2 + p.secondary.subtitle, .h2 + .secondary.subtitle.p, .h3.secondary {
  color: #103621;
}

h4, .nf-form-cont form legend, .h4 {
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1260 - 320));
}
@media screen and (min-width: 75em) {
  h4, .nf-form-cont form legend, .h4 {
    font-size: 22px;
  }
}
h4.underline, .nf-form-cont form legend.underline, .h4.underline {
  position: relative;
}
h4.underline:after, .nf-form-cont form legend.underline:after, .h4.underline:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 0.0625rem;
  margin: 0.5rem 0 0 0;
  background: rgba(17, 16, 13, 0.2);
}
h4.underline.underline_centre:after, .nf-form-cont form legend.underline.underline_centre:after, .centre_underlines h4.underline:after, .centre_underlines .nf-form-cont form legend.underline:after, .nf-form-cont form .centre_underlines legend.underline:after, .h4.underline.underline_centre:after, .centre_underlines .h4.underline:after {
  margin: 0.5rem auto 0 auto;
}
h4.underline.white:after, .nf-form-cont form legend.underline.white:after, .h4.underline.white:after {
  background: #ffffff;
}
h4.primary, .nf-form-cont form legend.primary, .h4.primary {
  color: #266d3c;
}
h4.secondary, .nf-form-cont form legend.secondary, .h4.secondary {
  color: #103621;
}

h5, .h5 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1260 - 320));
}
@media screen and (min-width: 75em) {
  h5, .h5 {
    font-size: 18px;
  }
}
h5.underline, .h5.underline {
  position: relative;
}
h5.underline:after, .h5.underline:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 0.0625rem;
  margin: 0.5rem 0 0 0;
  background: rgba(17, 16, 13, 0.2);
}
h5.underline.underline_centre:after, .centre_underlines h5.underline:after, .h5.underline.underline_centre:after, .centre_underlines .h5.underline:after {
  margin: 0.5rem auto 0 auto;
}
h5.underline.white:after, .h5.underline.white:after {
  background: #ffffff;
}
h5.primary, .h5.primary {
  color: #266d3c;
}
h5.secondary, .h5.secondary {
  color: #103621;
}

h6, .h6 {
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1260 - 320));
}
@media screen and (min-width: 75em) {
  h6, .h6 {
    font-size: 16px;
  }
}
h6.underline, .h6.underline {
  position: relative;
}
h6.underline:after, .h6.underline:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 0.0625rem;
  margin: 0.5rem 0 0 0;
  background: rgba(17, 16, 13, 0.2);
}
h6.underline.underline_centre:after, .centre_underlines h6.underline:after, .h6.underline.underline_centre:after, .centre_underlines .h6.underline:after {
  margin: 0.5rem auto 0 auto;
}
h6.underline.white:after, .h6.underline.white:after {
  background: #ffffff;
}
h6.primary, .h6.primary {
  color: #266d3c;
}
h6.secondary, .h6.secondary {
  color: #103621;
}

h2 + p.subtitle, h2 + .subtitle.p, .h2 + p.subtitle, .h2 + .subtitle.p {
  margin-bottom: 0;
}

p > .button:only-child, .nf-form-cont form p > input[type=button]:only-child, .p > .button:only-child, .nf-form-cont form .p > input[type=button]:only-child {
  margin-bottom: 0;
}
.p {
  display: block;
}

ul:not(.row), ol {
  margin-bottom: 0.5625rem;
}
ul:not(.row) li:not(.column):not(.columns), ol li:not(.column):not(.columns) {
  margin-bottom: 0.9375rem;
}
ul:not(.row) li:not(.column):not(.columns) > ul, ul:not(.row) li:not(.column):not(.columns) > ol, ol li:not(.column):not(.columns) > ul, ol li:not(.column):not(.columns) > ol {
  margin-top: 0.9375rem;
}
ul:not(.row).checklist, ol.checklist {
  margin-left: 0;
  list-style: none;
}
@media screen and (min-width: 64em) {
  ul:not(.row).checklist, ol.checklist {
    -moz-column-count: 2;
         column-count: 2;
  }
}
ul:not(.row).checklist li, ol.checklist li {
  padding-left: 2.1875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' preserveAspectRatio='xMidYMid' height='24' width='24'%3E%3Cpath style='fill:%2311100d; transition: fill 200ms ease-out;' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") !important;
  background-size: auto 1rem;
  background-repeat: no-repeat;
  background-position: 0.4375rem 0.3125rem;
}

*:not(.slick-slide) {
  outline: none;
}

ul.plain_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.plain_list li {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 48em) {
  p, .p, ul, ol, dl {
    line-height: 1.75;
  }
}

/* BREADCRUMB
============================================= */
.bread_row {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  background: #e7ebe8;
  margin-bottom: 1.25rem;
  clear: both;
}
.banner + .bread_row {
  margin-top: -1.25rem;
}
@media screen and (min-width: 48em) {
  .bread_row {
    padding: 1.25rem 0;
    margin-bottom: 1.875rem;
  }
  .banner + .bread_row {
    margin-top: -1.875rem;
  }
}

.order_title {
  display: flex;
  flex-direction: column;
}
.order_title > div {
  order: 2;
}
.order_title .bread_row {
  order: 1;
}
.order_title .banner + .bread_row {
  order: 3;
}

.breadcrumbs {
  margin: 0 !important;
  display: flex;
}
.breadcrumbs li {
  margin-bottom: 0 !important;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.breadcrumbs li.item-current {
  color: #11100d;
}
@media screen and (max-width: 47.9375em) {
  .breadcrumbs li.item-home:first-child:nth-last-child(2) {
    display: none;
  }
}
.breadcrumbs li:not(:last-child)::after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  display: inline-block;
  background: none;
  margin: 0 0.625rem;
  transform: rotate(45deg);
  border-top: 0.125rem solid #103621;
  border-right: 0.125rem solid #103621;
}
.breadcrumbs li a {
  color: #103621;
}
.breadcrumbs li a:hover, .breadcrumbs li a:focus {
  color: #266d3c;
  text-decoration: none;
}

/* MAIN CONTENT
============================================= */
div.dark_row_bg {
  background: #103621;
}
div.dark_row_bg.marg_bot {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  div.dark_row_bg.marg_bot {
    margin-bottom: 2.5rem;
  }
}
div.dark_row_bg h1, div.dark_row_bg .h1, div.dark_row_bg p, div.dark_row_bg .p, div.dark_row_bg a {
  color: #ffffff;
}
div.dark_row_bg h1:last-child, div.dark_row_bg .h1:last-child, div.dark_row_bg p:last-child, div.dark_row_bg .p:last-child, div.dark_row_bg a:last-child {
  margin-bottom: 0;
}
div.dark_row_bg a {
  font-weight: 600;
}
div.dark_row_bg a:hover, div.dark_row_bg a:focus {
  color: #e7ebe8;
}

div.content {
  clear: both;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.nav_open div.content {
  opacity: 0;
}
div.content a {
  transition: all 0.2s ease-in-out;
}
img, .image_caption, .img_link {
  position: relative;
  flex-shrink: 0;
  /*&.animate {
  	animation-name: fade-in-bottom;
  	animation-duration: 1s;
  	animation-play-state: paused;
  	animation-fill-mode: both;
  }

  &.peekaboo {
  	animation-play-state: running;
  }*/
}
img.float-right, img.float_right, img.alignright, .image_caption.float-right, .image_caption.float_right, .image_caption.alignright, .img_link.float-right, .img_link.float_right, .img_link.alignright {
  margin-bottom: 0.9375rem;
  max-width: 50%;
  margin-left: 0.9375rem;
  float: right;
}
img.float-left, img.float_left, img.alignleft, .image_caption.float-left, .image_caption.float_left, .image_caption.alignleft, .img_link.float-left, .img_link.float_left, .img_link.alignleft {
  margin-bottom: 0.9375rem;
  max-width: 50%;
  margin-right: 0.9375rem;
  float: left;
}
img.aligncenter, .image_caption.aligncenter, .img_link.aligncenter {
  display: block;
  margin: 0 auto;
}
img.neg_top, .image_caption.neg_top, .img_link.neg_top {
  margin-top: -1.875rem;
  position: relative;
  z-index: 2;
}
img img, .image_caption img, .img_link img {
  min-width: 100%;
}
img .caption, .image_caption .caption, .img_link .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.3125rem 0.9375rem;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 64em) {
  img .caption, .image_caption .caption, .img_link .caption {
    font-size: 1.125rem;
  }
}
img.limit_300, .image_caption.limit_300, .img_link.limit_300 {
  max-width: 18.75rem;
}
img.limit_h_180, .image_caption.limit_h_180, .img_link.limit_h_180 {
  max-height: 11.25rem;
  width: auto;
}

@media screen and (max-width: 47.9375em) {
  .expand {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.expand .icon {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  transform: rotate(90deg);
  transition: transform 0.3s ease-out;
}
.expand.active .icon {
  transform: rotate(270deg);
}

@media screen and (max-width: 47.9375em) {
  .small_more {
    display: none;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .small_more {
    display: block !important;
  }
}

.to_top {
  display: none;
}

.split_image {
  position: relative;
  display: flex;
  border-radius: 1.25rem;
  overflow: hidden;
  /*&::after {
  	content: "";
  	position: absolute;
  	top: rem-calc(20); left: rem-calc(20); right: rem-calc(20); bottom: rem-calc(20);
  	border-radius: $global-radius;
  	border: rem-calc(1) solid rgba($light-gray,0.5);
  	z-index: 1;
  }*/
}
.split_image.icon {
  aspect-ratio: 710/425;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.3125rem 0.9375rem rgba(17, 16, 13, 0.2);
  padding: 2.5rem;
}

.read_more {
  max-height: 12.5rem;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease-in;
}
@media screen and (min-width: 48em) {
  .read_more {
    max-height: 22.5rem;
  }
}
.read_more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7.5rem;
  background-image: linear-gradient(0, white 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease-in;
}
.read_more.open {
  max-height: 125rem;
}
.read_more.open::after {
  opacity: 0;
  visibility: 0;
}
.read_more.open + .read_more_trigger::after, .read_more.open + * > .read_more_trigger::after {
  transform: translateX(-50%) rotate(-90deg);
}
.read_more.open + .read_more_trigger:hover::after, .read_more.open + .read_more_trigger:focus::after, .read_more.open + * > .read_more_trigger:hover::after, .read_more.open + * > .read_more_trigger:focus::after {
  transform: translateX(-50%) translateY(5px) rotate(-90deg);
}

.read_more_trigger {
  display: inline-block;
  transition: all 0.3s ease-out;
  position: relative;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 64em) {
  .read_more_trigger {
    font-size: 1.125rem;
  }
}
.read_more_trigger::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1.875rem;
  width: 1.875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='12.49' width='22.5'%3E%3Cpath style='fill:%2311100d; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 0.75rem;
  transform: translateX(-50%) rotate(90deg);
  transition: transform 0.3s ease-out;
}
.read_more_trigger:hover::after, .read_more_trigger:focus::after {
  transform: translateX(-50%) translateY(5px) rotate(90deg);
}

.stats p span, .stats .p span {
  color: #103621;
  font-family: futura-pt, Arial, Roboto, Helvetica, Calibri, sans-serif;
  display: block;
  font-size: 250%;
  line-height: 1;
}

.content_box {
  border-radius: 1.25rem;
  height: 100%;
  position: relative;
  padding: 1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .content_box {
    padding: 1.875rem;
  }
}
.content_box img.rounded {
  border-radius: 0.375rem;
}
.content_box > :last-child {
  margin-bottom: 0;
}
.content_box.gray {
  background: #e7ebe8;
}
.content_box.gray h2, .content_box.gray .h2, .content_box.gray h3, .content_box.gray .nf-form-cont .nf-saves-cont legend, .nf-form-cont .nf-saves-cont .content_box.gray legend, .content_box.gray .h3, .content_box.gray h2 + p.subtitle, .content_box.gray .h2 + p.subtitle, .content_box.gray h2 + .subtitle.p, .content_box.gray .h2 + .subtitle.p {
  color: #266d3c;
}

/* SUB NAVIGATION
============================================= */
.sub_nav {
  background: #266d3c;
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.sub_nav .expand {
  padding: 0.625rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  border-bottom: 0.0625rem solid #ffffff;
}
@media screen and (max-width: 63.9375em) {
  .sub_nav .expand {
    margin-bottom: 0;
    border-bottom: none;
    padding: 0;
  }
}
.sub_nav .expand i {
  float: right;
  transform-origin: center center;
}
@media screen and (min-width: 64em) {
  .sub_nav .expand i {
    display: none;
  }
}
.sub_nav .expand.active i {
  transform: rotate(180deg);
}
.sub_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sub_nav ul li {
  padding: 0;
  margin: 0;
}
.sub_nav ul li {
  margin: 0 0 0.3125rem 0 !important;
}
.sub_nav ul li.active a {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding-left: 0.625rem !important;
  border-left: 0.3125rem solid #ffffff;
}
.sub_nav ul li a {
  display: block;
  padding: 0.375rem 0;
  color: #ffffff;
  border-radius: 0.375rem;
}
.sub_nav ul li a:hover, .sub_nav ul li a:focus {
  padding-left: 0.9375rem;
  background: rgba(255, 255, 255, 0.15);
}
.sub_nav ul li a.active {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding-left: 0.625rem;
  border-left: 0.3125rem solid #ffffff;
}

/* ACCOUNT NAV
============================================= */
.avatar_text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 50%;
  margin: 0 0.625rem 0 0;
  background: #266d3c;
  overflow: hidden;
  flex-shrink: 0;
}
.avatar_text span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  font-family: futura-pt, Arial, Roboto, Helvetica, Calibri, sans-serif;
}

.user_box {
  display: flex;
  align-items: center;
}
.user_box p, .user_box .p {
  margin: 0;
}

/* LOADING LISTS
============================================= */
.loadable {
  position: relative;
}
.loadable .listing_box * {
  transition: all 0.3s ease-out;
}
.loadable.loading .listing_box, .loadable.loading .resource {
  position: relative;
}
.loadable.loading .listing_box .image, .loadable.loading .listing_box h3, .loadable.loading .listing_box .nf-form-cont .nf-saves-cont legend, .nf-form-cont .nf-saves-cont .loadable.loading .listing_box legend, .loadable.loading .listing_box .h3, .loadable.loading .listing_box p, .loadable.loading .listing_box .p, .loadable.loading .listing_box .tags li a, .loadable.loading .listing_box .tags li span, .loadable.loading .listing_box .details, .loadable.loading .resource .image, .loadable.loading .resource h3, .loadable.loading .resource .nf-form-cont .nf-saves-cont legend, .nf-form-cont .nf-saves-cont .loadable.loading .resource legend, .loadable.loading .resource .h3, .loadable.loading .resource p, .loadable.loading .resource .p, .loadable.loading .resource .tags li a, .loadable.loading .resource .tags li span, .loadable.loading .resource .details {
  background: rgb(233.3, 240.4, 235.5) !important;
  color: rgb(233.3, 240.4, 235.5) !important;
}
.loadable.loading .listing_box .image img, .loadable.loading .listing_box .image .button, .loadable.loading .listing_box .image .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .listing_box .image input[type=button], .loadable.loading .listing_box h3 img, .loadable.loading .listing_box .nf-form-cont .nf-saves-cont legend img, .nf-form-cont .nf-saves-cont .loadable.loading .listing_box legend img, .loadable.loading .listing_box .h3 img, .loadable.loading .listing_box h3 .button, .loadable.loading .listing_box .nf-form-cont .nf-saves-cont legend .button, .nf-form-cont .nf-saves-cont .loadable.loading .listing_box legend .button, .loadable.loading .listing_box h3 .nf-form-cont form input[type=button], .loadable.loading .listing_box .nf-form-cont .nf-saves-cont legend .nf-form-cont form input[type=button], .nf-form-cont .nf-saves-cont .loadable.loading .listing_box legend .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .listing_box h3 input[type=button], .nf-form-cont form .loadable.loading .listing_box .nf-saves-cont legend input[type=button], .nf-form-cont .nf-saves-cont form .loadable.loading .listing_box legend input[type=button], .loadable.loading .listing_box .h3 .button, .loadable.loading .listing_box .h3 .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .listing_box .h3 input[type=button], .loadable.loading .listing_box p img, .loadable.loading .listing_box .p img, .loadable.loading .listing_box p .button, .loadable.loading .listing_box p .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .listing_box p input[type=button], .loadable.loading .listing_box .p .button, .loadable.loading .listing_box .p .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .listing_box .p input[type=button], .loadable.loading .listing_box .tags li a img, .loadable.loading .listing_box .tags li a .button, .loadable.loading .listing_box .tags li a .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .listing_box .tags li a input[type=button], .loadable.loading .listing_box .tags li span img, .loadable.loading .listing_box .tags li span .button, .loadable.loading .listing_box .tags li span .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .listing_box .tags li span input[type=button], .loadable.loading .listing_box .details img, .loadable.loading .listing_box .details .button, .loadable.loading .listing_box .details .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .listing_box .details input[type=button], .loadable.loading .resource .image img, .loadable.loading .resource .image .button, .loadable.loading .resource .image .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .resource .image input[type=button], .loadable.loading .resource h3 img, .loadable.loading .resource .nf-form-cont .nf-saves-cont legend img, .nf-form-cont .nf-saves-cont .loadable.loading .resource legend img, .loadable.loading .resource .h3 img, .loadable.loading .resource h3 .button, .loadable.loading .resource .nf-form-cont .nf-saves-cont legend .button, .nf-form-cont .nf-saves-cont .loadable.loading .resource legend .button, .loadable.loading .resource h3 .nf-form-cont form input[type=button], .loadable.loading .resource .nf-form-cont .nf-saves-cont legend .nf-form-cont form input[type=button], .nf-form-cont .nf-saves-cont .loadable.loading .resource legend .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .resource h3 input[type=button], .nf-form-cont form .loadable.loading .resource .nf-saves-cont legend input[type=button], .nf-form-cont .nf-saves-cont form .loadable.loading .resource legend input[type=button], .loadable.loading .resource .h3 .button, .loadable.loading .resource .h3 .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .resource .h3 input[type=button], .loadable.loading .resource p img, .loadable.loading .resource .p img, .loadable.loading .resource p .button, .loadable.loading .resource p .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .resource p input[type=button], .loadable.loading .resource .p .button, .loadable.loading .resource .p .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .resource .p input[type=button], .loadable.loading .resource .tags li a img, .loadable.loading .resource .tags li a .button, .loadable.loading .resource .tags li a .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .resource .tags li a input[type=button], .loadable.loading .resource .tags li span img, .loadable.loading .resource .tags li span .button, .loadable.loading .resource .tags li span .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .resource .tags li span input[type=button], .loadable.loading .resource .details img, .loadable.loading .resource .details .button, .loadable.loading .resource .details .nf-form-cont form input[type=button], .nf-form-cont form .loadable.loading .resource .details input[type=button] {
  opacity: 0;
}
.loadable.loading .listing_box::after, .loadable.loading .resource::after {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(-70deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.5) 55%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background-position: 0 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: -50%;
  z-index: 1;
  animation: loading_fade 2s ease-in-out infinite;
}

/* ACCORDION
============================================= */
.accordion {
  background: none;
  margin-bottom: 0 !important;
  clear: both;
}
.accordion li {
  position: relative;
  margin: 1.875rem 0 !important;
}
.accordion li.is-active .accordion-title i {
  transform: translateY(-50%) rotate(180deg);
}
.accordion li .accordion-title {
  background: rgba(38, 109, 60, 0.1);
  padding: 0.75rem 3.125rem 0.75rem 0.9375rem;
  cursor: pointer;
  margin-bottom: 0 !important;
  transition: all 0.3s ease-out;
  line-height: 1.4;
}
.accordion li .accordion-title i {
  display: block;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  margin: 0;
  font-size: 1.625rem;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.accordion li .accordion-title:hover, .accordion li .accordion-title:focus {
  background: #266d3c;
  color: #ffffff;
}
.accordion li .accordion-content {
  border: 0.125rem solid rgba(38, 109, 60, 0.1) !important;
  padding: 0.9375rem;
}
.accordion li .accordion-content :last-child {
  margin-bottom: 0;
}

/* TABS
============================================= */
.tabs {
  position: fixed;
  top: 15rem;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 85.625em) {
  .tabs {
    top: auto;
    bottom: -0.0625rem;
    right: 0.625rem;
  }
}
.tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.tabs ul li {
  padding: 0;
  margin: 0;
}
.tabs ul li {
  margin-bottom: 0.125rem !important;
}
@media screen and (max-width: 85.625em) {
  .tabs ul li {
    display: inline-block;
    margin-bottom: 0 !important;
    margin-left: 0.125rem !important;
  }
}
.tabs ul li a {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  color: #ffffff !important;
  font-size: 1.875rem;
  padding: 0.625rem;
  line-height: 1.875rem;
  text-align: center;
  background-size: 100% 105% !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: left center !important;
  background-image: url(images/style/brush-blue.png);
}
@media screen and (min-width: 85.625em) {
  .tabs ul li a {
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
    padding: 1.25rem;
    line-height: 2.5rem;
    background-size: 105% 100% !important;
  }
}
.tabs ul li a i {
  margin: 0;
}

/* SITEMAP
============================================= */
.sitemap img {
  display: none;
}

/* COOKIE BAR NOTICE
============================================= */
#cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(17, 16, 13, 0.9);
  padding: 1.3125rem 1.25rem 0.3125rem 1.25rem;
  z-index: 1000;
}
#cookie-bar h2, #cookie-bar .h2, #cookie-bar p, #cookie-bar .p {
  color: #ffffff;
}
#cookie-bar .close-button {
  color: #ffffff;
}
#cookie-bar .close-button:hover, #cookie-bar .close-button:focus {
  color: #103621;
}

/* PAGINATION
============================================= */
.pagination {
  text-align: center;
  overflow: hidden;
  height: auto;
  margin-bottom: 0 !important;
}
.pagination li {
  font-size: 1rem;
  background: none;
  margin-bottom: 0 !important;
}
.pagination li.disabled {
  display: none;
}
.pagination li a {
  color: #266d3c;
  padding: 0.1875rem 0.625rem !important;
  border: none;
  background-image: none !important;
  transition: all 0.3s ease-out;
}
.pagination li a:hover, .pagination li a:focus {
  background-color: #266d3c;
  color: #ffffff;
}
.pagination li.pagination-next a, .pagination li.pagination-previous a {
  position: relative;
}
.pagination li.pagination-next a svg, .pagination li.pagination-previous a svg {
  position: absolute;
  width: 0.5rem;
  height: 0.875rem;
  top: 0.5625rem;
}
.pagination li.pagination-next a svg path, .pagination li.pagination-previous a svg path {
  fill: #266d3c;
  transition: fill 0.3s ease-out;
}
.pagination li.pagination-next a:after, .pagination li.pagination-next a:before, .pagination li.pagination-previous a:after, .pagination li.pagination-previous a:before {
  display: none;
}
.pagination li.pagination-next a:hover svg path, .pagination li.pagination-next a:focus svg path, .pagination li.pagination-previous a:hover svg path, .pagination li.pagination-previous a:focus svg path {
  fill: #ffffff;
}
.pagination li.pagination-previous a {
  padding-left: 1.75rem !important;
}
.pagination li.pagination-previous a svg {
  left: 10px;
  transform: rotate(-180deg);
}
.pagination li.pagination-next a {
  padding-right: 1.75rem !important;
}
.pagination li.pagination-next a svg {
  right: 10px;
}

/* BUTTONS
============================================= */
.button, .nf-form-cont form input[type=button], button {
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, Roboto, Helvetica, Calibri, sans-serif;
  font-weight: 400 !important;
  display: inline-block;
  border: 0;
  min-width: 6.25rem;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 48em) {
  .button, .nf-form-cont form input[type=button], button {
    padding: 0.9375rem 1.875rem;
  }
}
.button:hover, .nf-form-cont form input[type=button]:hover, .button:focus, .nf-form-cont form input[type=button]:focus, button:hover, button:focus {
  background-color: rgb(24.8163265306, 71.1836734694, 39.1836734694);
  color: #ffffff;
}
.button + .button, .nf-form-cont form input[type=button] + .button, .nf-form-cont form .button + input[type=button], .nf-form-cont form input[type=button] + input[type=button], .button + button, .nf-form-cont form input[type=button] + button, button + .button, .nf-form-cont form button + input[type=button], button + button {
  margin-left: 0.625rem;
}
.button.white, .nf-form-cont form input.white[type=button], button.white {
  background: #ffffff;
  color: #266d3c;
}
.button.white:hover, .nf-form-cont form input.white[type=button]:hover, .button.white:focus, .nf-form-cont form input.white[type=button]:focus, button.white:hover, button.white:focus {
  background: #103621;
  color: #ffffff;
}
.button.has_icon, .nf-form-cont form input.has_icon[type=button], button.has_icon {
  display: flex;
  align-items: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.button.has_icon > i.icon, .nf-form-cont form input.has_icon[type=button] > i.icon, button.has_icon > i.icon {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  background-size: 1.5rem 1.5rem;
}
.button.button_circle, .nf-form-cont form input.button_circle[type=button], button.button_circle {
  box-shadow: none;
  background: #266d3c;
  min-width: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.3125rem;
  border-radius: 50%;
}
.button.button_circle > i.icon, .nf-form-cont form input.button_circle[type=button] > i.icon, button.button_circle > i.icon {
  width: 1.875rem;
  height: 1.875rem;
  background-size: 1.875rem 1.875rem;
}
.button.button_circle:hover, .nf-form-cont form input.button_circle[type=button]:hover, .button.button_circle:focus, .nf-form-cont form input.button_circle[type=button]:focus, button.button_circle:hover, button.button_circle:focus {
  top: 0;
  box-shadow: none;
  background: #5b5a50;
}
.button.cta, .nf-form-cont form input.cta[type=button], button.cta {
  background-color: #266d3c;
  color: #ffffff;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, Roboto, Helvetica, Calibri, sans-serif;
  font-weight: 400 !important;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  padding: 0.9375rem 1.5625rem;
  min-width: 11.25rem;
  border-radius: 0.3125rem;
  transition: all 0.3s ease-in-out;
  font-size: 125%;
}
.button.cta:hover, .nf-form-cont form input.cta[type=button]:hover, .button.cta:focus, .nf-form-cont form input.cta[type=button]:focus, button.cta:hover, button.cta:focus {
  background: #103621;
  color: #ffffff;
}
.button.split, .nf-form-cont form input.split[type=button], button.split {
  font-weight: 600 !important;
  background: #ffffff;
  color: #11100d;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
  height: 3.125rem;
  overflow: hidden;
}
.button.split span, .nf-form-cont form input.split[type=button] span, button.split span {
  padding: 0 1.5625rem;
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .button.split span, .nf-form-cont form input.split[type=button] span, button.split span {
    padding: 0 1.875rem;
  }
}
.button.split .sub, .nf-form-cont form input.split[type=button] .sub, button.split .sub {
  background: rgb(189.9, 211.2, 196.5) !important;
  padding-left: 2.5rem;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.button.split .sub::before, .nf-form-cont form input.split[type=button] .sub::before, button.split .sub::before {
  content: "";
  height: 13.875rem;
  width: 5.375rem;
  border-radius: 50%;
  background: #ffffff;
  display: block;
  position: absolute;
  z-index: 1;
  left: -4.5625rem;
  top: -8.75rem;
  transition: all 0.3s ease-in-out;
}
.button.split:hover .sub, .nf-form-cont form input.split[type=button]:hover .sub, .button.split:focus .sub, .nf-form-cont form input.split[type=button]:focus .sub, button.split:hover .sub, button.split:focus .sub {
  background: rgb(183.3, 194.7, 188.4) !important;
  color: #11100d;
}
.button.split:hover .sub::before, .nf-form-cont form input.split[type=button]:hover .sub::before, .button.split:focus .sub::before, .nf-form-cont form input.split[type=button]:focus .sub::before, button.split:hover .sub::before, button.split:focus .sub::before {
  background: #103621;
}
.button.fill, .nf-form-cont form input.fill[type=button], button.fill {
  width: 100%;
  text-align: center;
}

/* TABLES
============================================= */
table {
  border: none;
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}
table tr th, table tr td {
  color: #11100d;
  padding: 0.5rem;
}
@media screen and (min-width: 64em) {
  table tr th, table tr td {
    padding: 0.625rem;
  }
}
table tr th {
  text-align: left;
  background: #ffffff;
}
table tr td p, table tr td .p, table tr td ul {
  margin: 0;
}
table tr td p li, table tr td .p li, table tr td ul li {
  padding: 0 0 0 1.5625rem;
}
table tr td ul {
  margin-left: 1.125rem;
}
table tr:nth-of-type(even) {
  background: #fafafa;
}

.table_wrap {
  overflow-x: auto;
}

/* SOCIAL ICONS
============================================= */
.social {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  margin: 1.25rem auto;
}
.social li {
  padding: 0;
  margin: 0;
}
.social li {
  display: inline-block;
  margin: 0 0.3125rem !important;
  vertical-align: top;
}
.social li a {
  font-size: 3.125rem;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  transition: all 0.3s ease-out;
}
.social li a i {
  margin: 0;
}
.social li a::after {
  content: none;
  display: none;
}
.social li a:hover, .social li a:focus {
  color: #266d3c;
}

/* TAGS
============================================= */
.tags {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.tags li {
  padding: 0;
  margin: 0;
}
.tags > span, .tags > a {
  background: rgba(38, 109, 60, 0.15);
  display: inline-block;
  color: #11100d;
  border-radius: 0.3125rem;
  padding: 0.8125rem 0.9375rem 0.6875rem 0.9375rem;
  line-height: 1;
  font-size: 1rem;
  z-index: 1;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
}
.tags > span:last-child, .tags > a:last-child {
  margin-right: 0;
}
.tags > span[href], .tags > a[href] {
  background: rgba(38, 109, 60, 0.15);
}
.tags > span[href]:hover, .tags > span[href]:focus, .tags > a[href]:hover, .tags > a[href]:focus {
  background: #266d3c;
  color: #ffffff;
}
.tags.more_marg {
  margin-bottom: 1.25rem;
}

/* MISC
============================================= */
.reveal {
  border: none;
}
.reveal .close-button {
  padding: 0;
  min-width: 0;
  box-shadow: none;
  background: none !important;
}
.reveal .close-button .icon.icon_cross {
  width: 1.875rem;
  height: 1.875rem;
  background-size: 1.125rem 1.125rem;
}
.reveal .close-button:hover .icon.icon_cross, .reveal .close-button:focus .icon.icon_cross {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29' preserveAspectRatio='xMidYMid' height='29' width='29'%3E%3Cpolygon style='fill:%235b5a50; transition: fill 200ms ease-out;' points='28.29 24.75 17.68 14.14 28.29 3.54 24.75 0 14.14 10.61 3.54 0 0 3.54 10.61 14.14 0 24.75 3.54 28.29 14.14 17.68 24.75 28.29 28.29 24.75'/%3E%3C/svg%3E") !important;
}

/* REGISTRATION ADVERT STRIP
============================================= */
.reg_strip {
  background: #266d3c;
  padding: 1.5625rem 0;
}
@media screen and (min-width: 64em) {
  .reg_strip {
    padding: 3.125rem 0;
  }
}
.reg_strip p, .reg_strip .p, .reg_strip h2, .reg_strip .h2, .reg_strip h3, .reg_strip .nf-form-cont .nf-saves-cont legend, .nf-form-cont .nf-saves-cont .reg_strip legend, .reg_strip .h3, .reg_strip h2 + p.subtitle, .reg_strip .h2 + p.subtitle, .reg_strip li {
  color: #ffffff;
}
.reg_strip .icon.icon_check {
  display: inline-block;
  width: 1.5625rem;
  height: 1.75rem;
  background-size: 2.8125rem 2.1875rem;
  background-position: left -6px top 3px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' preserveAspectRatio='xMidYMid' height='35' width='45'%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='9.39' y='12.8' width='5' height='20' transform='translate(-12.64 15.09) rotate(-45)'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='10.3' y='15' width='35' height='5' transform='translate(-4.23 24.79) rotate(-45)'/%3E%3C/svg%3E") !important;
}
@media screen and (max-width: 47.9375em) {
  .reg_strip .icon.icon_check {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .reg_strip [class*=-up-] {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
    max-width: 77.8125rem;
  }
  .reg_strip [class*=-up-] > .column, .reg_strip [class*=-up-] > .columns {
    padding: 1rem 3.125rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .reg_strip [class*=-up-] > .column, .reg_strip [class*=-up-] > .columns {
    display: flex;
  }
}

.highlights {
  margin-bottom: 1.25rem;
}
.highlights .column, .highlights .columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #266d3c;
}
.highlights .column a, .highlights .columns a {
  word-break: break-all;
}

/* FOOTER
============================================= */
footer {
  background: #103621;
  padding: 1.5625rem 0;
  position: relative;
}
@media screen and (min-width: 64em) {
  footer {
    padding: 2.5rem 0;
  }
}
footer .link_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .link_list li {
  padding: 0;
  margin: 0;
}
footer .link_list li {
  display: inline-block;
  margin: 0 !important;
}
footer .link_list li:not(:last-child) {
  padding-right: 0.9375rem;
}
@media screen and (min-width: 48em) {
  footer .link_list li:not(:last-child) {
    padding-right: 1.875rem;
  }
}
footer .footer-logo {
  margin-top: 0.9375rem;
}
footer p, footer .p, footer h2, footer .h2, footer h3, footer .nf-form-cont .nf-saves-cont legend, .nf-form-cont .nf-saves-cont footer legend, footer .h3, footer h2 + p.subtitle, footer .h2 + p.subtitle, footer h2 + .subtitle.p, footer .h2 + .subtitle.p {
  color: #ffffff;
}
footer img {
  max-width: 11.25rem;
}
footer a:not(.button) {
  color: #ffffff;
  position: relative;
  padding: 0.3125rem 0;
}
footer a:not(.button)::after {
  content: "";
  display: block;
  height: 0.125rem;
  width: 100%;
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-out;
}
footer a:not(.button):hover, footer a:not(.button):focus {
  color: #ffffff;
}
footer a:not(.button):hover::after, footer a:not(.button):focus::after {
  bottom: 0;
  opacity: 1;
}
@media screen and (min-width: 64em) {
  footer [class*=-up-] > .column, footer [class*=-up-] > .columns {
    padding: 1rem 4.6875rem;
  }
}

#cookie-bar {
  background: #5b5a50;
  text-align: left;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 50vh;
  position: fixed;
  bottom: 0.625rem;
  left: 50%;
  z-index: 1000;
  padding: 0.9375rem;
  max-width: calc(100vw - 20px);
  transform: translateX(-50%);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  transition: background 0.2s ease-in-out;
}
@media screen and (min-width: 51.25em) {
  #cookie-bar {
    max-width: 50rem;
  }
}
@media screen and (min-width: 48em) {
  #cookie-bar {
    padding: 1.25rem 1.5625rem;
    bottom: 5vh;
  }
}
#cookie-bar.closed {
  left: 0.625rem;
  bottom: 0.625rem;
  transform: translateX(0%);
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  #cookie-bar.closed {
    left: 1.25rem;
    bottom: 1.25rem;
    height: 3.75rem;
    width: 3.75rem;
  }
}
#cookie-bar.closed .text {
  display: none;
}
#cookie-bar.closed:hover, #cookie-bar.closed:focus {
  background: #11100d;
}
#cookie-bar.closed::before {
  font-family: Font Awesome\ 5 Free;
  content: "\f013";
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  #cookie-bar.closed::before {
    font-size: 1.875rem;
  }
}
#cookie-bar .text {
  color: #ffffff;
}
#cookie-bar .text p, #cookie-bar .text .p {
  color: #ffffff;
}
#cookie-bar .text p:not(.h2):not(.h3):not(.h4), #cookie-bar .text .p:not(.h2):not(.h3):not(.h4) {
  font-size: 1rem;
}
#cookie-bar .text a {
  color: #ffffff;
}
#cookie-bar .text a:not(.button) {
  position: relative;
}
#cookie-bar .text a:not(.button)::after {
  content: "";
  display: block;
  height: 0.125rem;
  width: 100%;
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-out;
}
#cookie-bar .text a:not(.button):hover::after, #cookie-bar .text a:not(.button):focus::after {
  bottom: -0.3125rem;
  opacity: 1;
}
#cookie-bar .text .button, #cookie-bar .text .nf-form-cont form input[type=button], .nf-form-cont form #cookie-bar .text input[type=button] {
  color: #266d3c;
}
#cookie-bar .text .button:hover, #cookie-bar .text .nf-form-cont form input[type=button]:hover, .nf-form-cont form #cookie-bar .text input[type=button]:hover, #cookie-bar .text .button:focus, #cookie-bar .text .nf-form-cont form input[type=button]:focus, .nf-form-cont form #cookie-bar .text input[type=button]:focus {
  color: #ffffff;
}
#cookie-bar :last-child {
  margin-bottom: 0;
}
#cookie-bar a.close {
  float: right;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  text-indent: -9999px;
}
#cookie-bar a.close:before, #cookie-bar a.close:after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 0.1875rem;
  position: absolute;
  top: 0.8125rem;
  left: 0.25rem;
  background: #ffffff;
  transition: background 0.2s ease-in;
}
#cookie-bar a.close:before {
  transform: rotate(-45deg);
}
#cookie-bar a.close:after {
  transform: rotate(45deg);
}
#cookie-bar a.close:hover:before, #cookie-bar a.close:hover:after, #cookie-bar a.close:focus:before, #cookie-bar a.close:focus:after {
  background: #e7daca;
}
#cookie-bar form {
  margin: 0 0 1rem 0;
}
#cookie-bar form .custom_fields label, #cookie-bar form .custom_fields .lbl {
  margin-right: 0;
  color: #ffffff;
  line-height: 1.6;
  font-size: 1rem;
  position: relative;
  transition: transform 0.25s ease-in-out;
}
#cookie-bar form .custom_fields label:hover, #cookie-bar form .custom_fields .lbl:hover, #cookie-bar form .custom_fields label:focus, #cookie-bar form .custom_fields .lbl:focus {
  transform: translateX(20px);
}
#cookie-bar form .custom_fields label span:before, #cookie-bar form .custom_fields .lbl span:before {
  border: solid 2px #ffffff;
  background: #5b5a50;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
}
#cookie-bar form .custom_fields label input[type=radio]:checked + span, #cookie-bar form .custom_fields .lbl input[type=radio]:checked + span, #cookie-bar form .custom_fields label input[type=checkbox]:checked + span, #cookie-bar form .custom_fields .lbl input[type=checkbox]:checked + span {
  color: #ffffff;
}
#cookie-bar form .custom_fields label input[type=radio]:checked + span:hover, #cookie-bar form .custom_fields .lbl input[type=radio]:checked + span:hover, #cookie-bar form .custom_fields label input[type=checkbox]:checked + span:hover, #cookie-bar form .custom_fields .lbl input[type=checkbox]:checked + span:hover {
  cursor: pointer;
}
#cookie-bar form .custom_fields label input[type=radio]:checked + span:before, #cookie-bar form .custom_fields .lbl input[type=radio]:checked + span:before, #cookie-bar form .custom_fields label input[type=checkbox]:checked + span:before, #cookie-bar form .custom_fields .lbl input[type=checkbox]:checked + span:before {
  border-color: #ffffff;
  background-color: #ffffff;
}

/* HEADER AND NAVIGATION
============================================= */
header {
  position: relative;
  z-index: 410;
  background: #266d3c;
}
header > .row {
  display: flex;
  flew-flow: row wrap;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
header > .row .trigger_column, header > .row .search_column {
  align-self: center;
}
header .trigger_column {
  display: flex;
  align-items: center;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 63.9375em) {
  body.admin-bar header.fixed {
    top: 2rem;
  }
}
header.fixed + .content, header.fixed + .search_overlay + .content, header.fixed + #main_sub_nav + .search_overlay + .content {
  padding-top: 7.1875rem;
}
@media screen and (min-width: 64em) {
  header.fixed + .content, header.fixed + .search_overlay + .content, header.fixed + #main_sub_nav + .search_overlay + .content {
    padding-top: 10.625rem;
  }
}
@media screen and (min-width: 64em) {
  header {
    background-image: url("images/header-bg.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
  }
}

#logo {
  display: block;
  border: none;
  position: relative;
  overflow: hidden;
  margin: 0.625rem 0;
  width: 100%;
  vertical-align: top;
  max-width: 10.1875rem;
  flex-shrink: 0;
}
@media screen and (min-width: 64em) {
  #logo {
    max-width: 16.875rem;
    margin: 1.25rem 0;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 48em) {
  #logo {
    margin-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  #logo {
    margin-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 48em) {
  #logo {
    margin-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  #logo {
    margin-right: 0.9375rem;
  }
}

a.back-trigger {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  padding: 0.3125rem;
  margin: 0.9375rem 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
}
a.back-trigger svg {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}
a.back-trigger svg * {
  fill: #ffffff;
  transition: fill 0.3s ease-out;
}
a.back-trigger .icon_arrow {
  height: 1.875rem;
  width: 1.875rem;
  background-size: 1.875rem 1.875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
  transform: scaleX(-1);
}
a.back-trigger:hover svg *, a.back-trigger:focus svg * {
  fill: #266d3c;
}

.menu-trigger {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  margin: 0.9375rem 0;
  z-index: 999;
  border: none;
  float: right;
  margin-left: auto;
}
@media screen and (min-width: 64em) {
  .menu-trigger {
    margin: 2.1875rem 0;
  }
}
.menu-trigger span {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  font-size: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.menu-trigger span::before, .menu-trigger span::after {
  position: absolute;
  right: 0;
  height: 100%;
  background: #ffffff;
  content: "";
  transition: width 0.3s, transform 0.3s;
}
.menu-trigger span::before {
  transform: translateY(600%);
  width: 50%;
}
.position-right.is-open ~ .off-canvas-content .menu-trigger span::before, .position-left.is-open ~ .off-canvas-content .menu-trigger span::before, .position-right.is-open .menu-trigger span::before, .position-left.is-open .menu-trigger span::before, .nav_open .menu-trigger span::before {
  transform: translateY(0) rotate(45deg);
  background-color: #ffffff;
  width: 100%;
}
.menu-trigger span::after {
  transform: translateY(1200%);
  width: 75%;
}
.position-right.is-open ~ .off-canvas-content .menu-trigger span::after, .position-left.is-open ~ .off-canvas-content .menu-trigger span::after, .position-right.is-open .menu-trigger span::after, .position-left.is-open .menu-trigger span::after, .nav_open .menu-trigger span::after {
  transform: translateY(0) rotate(-45deg);
  background-color: #ffffff;
  width: 100%;
}
.position-right.is-open ~ .off-canvas-content .menu-trigger span, .position-left.is-open ~ .off-canvas-content .menu-trigger span, .position-right.is-open .menu-trigger span, .position-left.is-open .menu-trigger span, .nav_open .menu-trigger span {
  background-color: transparent !important;
  top: 50%;
  transform: translateY(-50%);
}
.menu-trigger:hover span, .menu-trigger:focus span {
  background-color: #ffffff;
  width: 100%;
}
.position-right.is-open ~ .off-canvas-content .menu-trigger:hover span, .position-left.is-open ~ .off-canvas-content .menu-trigger:hover span, .position-right.is-open .menu-trigger:hover span, .position-left.is-open .menu-trigger:hover span, .nav_open .menu-trigger:hover span, .position-right.is-open ~ .off-canvas-content .menu-trigger:focus span, .position-left.is-open ~ .off-canvas-content .menu-trigger:focus span, .position-right.is-open .menu-trigger:focus span, .position-left.is-open .menu-trigger:focus span, .nav_open .menu-trigger:focus span {
  width: 100%;
}
.menu-trigger:hover span::before, .menu-trigger:hover span::after, .menu-trigger:focus span::before, .menu-trigger:focus span::after {
  width: 100%;
  background-color: #ffffff;
}
.position-right.is-open ~ .off-canvas-content .menu-trigger:hover span::before, .position-left.is-open ~ .off-canvas-content .menu-trigger:hover span::before, .position-right.is-open .menu-trigger:hover span::before, .position-left.is-open .menu-trigger:hover span::before, .nav_open .menu-trigger:hover span::before, .position-right.is-open ~ .off-canvas-content .menu-trigger:hover span::after, .position-left.is-open ~ .off-canvas-content .menu-trigger:hover span::after, .position-right.is-open .menu-trigger:hover span::after, .position-left.is-open .menu-trigger:hover span::after, .nav_open .menu-trigger:hover span::after, .position-right.is-open ~ .off-canvas-content .menu-trigger:focus span::before, .position-left.is-open ~ .off-canvas-content .menu-trigger:focus span::before, .position-right.is-open .menu-trigger:focus span::before, .position-left.is-open .menu-trigger:focus span::before, .nav_open .menu-trigger:focus span::before, .position-right.is-open ~ .off-canvas-content .menu-trigger:focus span::after, .position-left.is-open ~ .off-canvas-content .menu-trigger:focus span::after, .position-right.is-open .menu-trigger:focus span::after, .position-left.is-open .menu-trigger:focus span::after, .nav_open .menu-trigger:focus span::after {
  width: 100%;
}
.menu-trigger[data-count] {
  position: relative;
}
.menu-trigger[data-count]::after {
  content: attr(data-count);
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  background: #ffffff;
  color: #266d3c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 0.1875rem 0.1875rem rgba(17, 16, 13, 0.2);
}
.menu-trigger[data-count].animate::after {
  animation-duration: 1s;
  animation-name: bounce;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}

.nav_open {
  overflow: hidden;
}

/* WP MENU BAR
============================================= */
@media screen and (max-width: 63.9375em) {
  html[lang] {
    margin-top: 0 !important;
  }
  html[lang] #wpadminbar {
    display: none;
  }
}
/* NAVIGATION
============================================= */
header nav {
  font-size: 0;
  display: none;
  min-width: 0;
  flex-grow: 1;
}
@media screen and (min-width: 64em) {
  header nav {
    display: block !important;
    height: auto;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 48em) {
  header nav {
    margin-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  header nav {
    margin-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 48em) {
  header nav {
    margin-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  header nav {
    margin-right: 0.9375rem;
  }
}
header nav * {
  outline: none;
}
header nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0 !important;
  padding: 0 1.25rem;
}
header nav > ul li {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 64em) {
  header nav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
    height: 100%;
  }
}
header nav > ul > li {
  display: block;
  margin: 0 !important;
  letter-spacing: 0;
  background: none;
  padding: 0 0.0625rem;
  position: relative;
}
header nav > ul > li a {
  line-height: 1.2;
  height: 100%;
  font-size: 1rem !important;
  color: #ffffff;
  font-weight: 400 !important;
  font-family: futura-pt, Arial, Roboto, Helvetica, Calibri, sans-serif;
  margin: 0 !important;
  position: relative;
  padding: 0.625rem 0.75rem;
  display: inline-block;
  transition: all 0.3s ease-out;
  border-radius: 0.625rem;
}
@media screen and (min-width: 64em) {
  header nav > ul > li a {
    text-align: center;
    font-size: 1.25rem !important;
    display: block;
  }
}
header nav > ul > li a:not(.cta):hover, header nav > ul > li a:not(.cta):focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
header nav > ul > li a.cta {
  background: #ffffff;
  color: #266d3c;
  white-space: nowrap;
  padding: 0.8125rem 1.25rem;
  margin: 0.625rem 0 0 0 !important;
  border-radius: 0.375rem;
}
@media screen and (min-width: 64em) {
  header nav > ul > li a.cta {
    margin: 0 !important;
  }
}
header nav > ul > li a.cta:hover, header nav > ul > li a.cta:focus {
  background: #103621;
  color: #ffffff;
}
@media screen and (max-width: 63.9375em) {
  header nav > ul > li a br {
    display: none;
  }
}
header nav > ul > li.active > a:not(.cta), header nav > ul > li.current_page_ancestor > a:not(.cta), header nav > ul > li.current-post-ancestor > a:not(.cta) {
  color: #ffffff;
  background: rgba(16, 54, 33, 0.3);
}
header nav > ul > li.active > a:not(.cta):hover, header nav > ul > li.active > a:not(.cta):focus, header nav > ul > li.current_page_ancestor > a:not(.cta):hover, header nav > ul > li.current_page_ancestor > a:not(.cta):focus, header nav > ul > li.current-post-ancestor > a:not(.cta):hover, header nav > ul > li.current-post-ancestor > a:not(.cta):focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 64em) {
  header nav > ul > li.has_children > ul.sub_menu {
    display: none;
    background: #ffffff;
    width: 100%;
    margin: 0 !important;
    right: 0.0625rem;
    min-width: 15.625rem;
    position: absolute;
    border-radius: 0.625rem 0 0.625rem 0.625rem;
    overflow: hidden;
  }
  header nav > ul > li.has_children > ul.sub_menu li {
    display: block;
    border: none;
    margin: 0 !important;
  }
  header nav > ul > li.has_children > ul.sub_menu li a {
    padding: 0.625rem 0.9375rem;
    display: block;
    font-weight: 400;
    color: #266d3c;
    border-radius: 0;
  }
  header nav > ul > li.has_children > ul.sub_menu li a:hover, header nav > ul > li.has_children > ul.sub_menu li a:focus {
    background: #103621;
    color: #ffffff;
  }
  header nav > ul > li.has_children:focus-within > ul.sub_menu li a, header nav > ul > li.has_children.active > ul.sub_menu li a {
    text-align: left;
  }
  header nav > ul > li.has_children.active:focus-within > ul.sub_menu {
    display: block;
  }
}
header nav > ul > li#more > a {
  position: relative;
  display: flex;
  align-items: center;
}
header nav > ul > li#more > a::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  display: block;
  position: relative;
  transform: rotate(45deg);
  order: 2;
  margin-left: 0.3125rem;
}
header nav > ul > li#more.active > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #ffffff;
  color: #103621;
}
header nav > ul > li#more.active > a::before {
  border-color: #103621;
}
header .button, header .nf-form-cont form input[type=button], .nf-form-cont form header input[type=button] {
  padding: 0.8125rem 1.25rem;
  flex-shrink: 0;
}
@media screen and (min-width: 64em) {
  header .button, header .nf-form-cont form input[type=button], .nf-form-cont form header input[type=button] {
    margin-left: 0.3125rem !important;
    padding: 0.9375rem 1.25rem;
    align-self: center;
  }
}
@media screen and (min-width: 64em) {
  header .top {
    position: absolute;
    top: 0;
    right: 0;
  }
}
header .top ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0 !important;
  height: 100%;
  padding: 0 1.25rem;
}
header .top ul li {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 64em) {
  header .top ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
  }
}
header .top ul > li {
  display: block;
  margin: 0 !important;
  letter-spacing: 0;
  background: none;
  padding: 0 0.0625rem;
  position: relative;
}
header .top ul > li a {
  line-height: 1.2;
  height: 100%;
  font-size: 1rem !important;
  color: #ffffff;
  font-weight: 400 !important;
  font-family: futura-pt, Arial, Roboto, Helvetica, Calibri, sans-serif;
  margin: 0 !important;
  position: relative;
  padding: 0.625rem 0.75rem;
  display: inline-block;
  transition: all 0.3s ease-out;
  border-radius: 0.625rem;
}
@media screen and (min-width: 64em) {
  header .top ul > li a {
    text-align: center;
    font-size: 1.25rem !important;
    display: block;
  }
}
header .top ul > li a:hover, header .top ul > li a:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

/* MOBILE NAV
============================================= */
header {
  transition: height 0.3s ease-out, background 0.3s ease-out;
}
@media screen and (max-width: 63.9375em) {
  body.nav_open header {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 998;
    margin: 0;
  }
  body.nav_open header > .row:last-child {
    position: static;
  }
  body.nav_open header .logo_column {
    z-index: 4;
  }
  body.nav_open header nav#primary {
    background: #103621;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 6.25rem;
    z-index: 5;
    overflow: hidden;
    overflow-y: auto;
    display: block;
    padding: 0.625rem 0 0 0;
  }
  body.nav_open header nav#primary .button[href], body.nav_open header nav#primary .nf-form-cont form input[href][type=button], .nf-form-cont form body.nav_open header nav#primary input[href][type=button] {
    margin: 0.625rem 1.875rem !important;
    display: block;
  }
  body.nav_open header + .search_overlay + .content, body.nav_open header + .search_overlay + .top_bg + .content {
    padding-top: 8.75rem;
  }
}

/* SEARCH
============================================= */
.search-trigger {
  display: block;
  height: 3.125rem;
  width: 3.125rem;
  position: relative;
  margin: 0 0.625rem 0 0;
  border-radius: 0.625rem;
  transition: all 0.3s ease-out;
}
.search-trigger::before {
  content: "";
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  border: 0.125rem solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 12px;
}
.search-trigger::after {
  content: "";
  display: block;
  height: 0.25rem;
  width: 0.8125rem;
  border-radius: 0 0.125rem 0.125rem 0;
  background: #ffffff;
  position: absolute;
  top: 26px;
  left: 27px;
  transform: rotate(45deg);
  transform-origin: 0 0.125rem;
}
.search-trigger:hover, .search-trigger:focus {
  background: rgba(255, 255, 255, 0.1);
}

header .top ul > li .favourite {
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  /*body.nav_open & {
  	opacity: 0;
  	visibility: hidden;
  }*/
}
@media screen and (max-width: 63.9375em) {
  header .top ul > li .favourite {
    width: 2.5rem;
    height: 2.5rem !important;
    padding: 0.5625rem !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.1875rem;
    margin: 0 0 0.625rem 0.625rem !important;
  }
}
header .top ul > li .favourite svg {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  overflow: visible;
}
header .top ul > li .favourite svg * {
  stroke: #ffffff;
  stroke-width: 0.1875rem;
  fill: none;
  transition: stroke 0.3s ease-out;
}
header .top ul > li .favourite[data-count] {
  position: relative;
}
header .top ul > li .favourite[data-count]::after {
  content: attr(data-count);
  position: absolute;
  top: 0.1875rem;
  right: 0.1875rem;
  border-radius: 50%;
  height: 0.875rem;
  width: 0.875rem;
  background: #ffffff;
  color: #266d3c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: 0 0 0 0.125rem #103621;
}
header .top ul > li .favourite[data-count].animate::after {
  animation-duration: 1s;
  animation-name: bounce;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}

.search_overlay {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(91, 90, 80, 0.8);
  z-index: 499;
  margin: 0;
}
.search_overlay > .row {
  position: relative;
  top: 33%;
  transform: translateY(-50%);
}
.search_overlay .search_form, .search_overlay #search {
  box-shadow: 0 0.3125rem 0.9375rem rgba(17, 16, 13, 0.2);
  animation-name: fade-in-bottom;
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-delay: 0.3s;
}

#search_mobile {
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
}

.search_form {
  position: relative;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 1.5625rem;
  padding: 0.3125rem;
  /*@include breakpoint(large) {
  	padding: rem-calc(10);
  }*/
}
.search_form ::-webkit-input-placeholder {
  color: #11100d;
}
.search_form :-moz-placeholder {
  color: #11100d;
}
.search_form ::-moz-placeholder {
  color: #11100d;
}
.search_form :-ms-input-placeholder {
  color: #11100d;
}
.search_form input, .search_form button {
  box-shadow: none;
  min-width: 0;
}
.search_form [type=search], .search_form [type=text] {
  float: left;
  width: calc(100% - 50px);
  background: none;
  border: none;
  border-radius: 0;
  transition: background 0.3s ease-out;
  margin: 0;
  padding: 0.3125rem 0.9375rem;
  height: 2.5rem;
  font-size: 1rem;
  font-style: italic;
  color: #11100d;
  /*@include breakpoint(large) {
  	width: calc(100% - 60px);
  	height: rem-calc(50);
  	padding: rem-calc(3 10);
  	font-size: rem-calc(20);
  }*/
}
.search_form [type=search]::-ms-clear, .search_form [type=text]::-ms-clear {
  display: none;
}
.search_form [type=search]:focus, .search_form [type=search]:hover, .search_form [type=text]:focus, .search_form [type=text]:hover {
  border: none;
  box-shadow: none;
}
.search_form [type=search]:focus + [type=reset], .search_form [type=search]:hover + [type=reset], .search_form [type=text]:focus + [type=reset], .search_form [type=text]:hover + [type=reset] {
  opacity: 1;
}
.search_form [type=search]:focus, .search_form [type=text]:focus {
  background: rgba(231, 235, 232, 0.3);
}
.search_form [type=submit] {
  float: right;
  width: 2.5rem;
  height: 2.5rem;
  background: #266d3c;
  margin: 0 !important;
  padding: 0.3125rem;
  color: #103621 !important;
  transition: background-color 0.3s ease-out;
  border-radius: 1.25rem;
  /*@include breakpoint(large) {
  	width: rem-calc(50);
  	height: rem-calc(50);
  }*/
}
.search_form [type=submit] .icon {
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M61.77,58.23l-8.49-8.49a20.07,20.07,0,1,0-3.54,3.54l8.49,8.49a2.51,2.51,0,0,0,3.54,0A2.52,2.52,0,0,0,61.77,58.23ZM22.5,37.5a15,15,0,1,1,15,15A15,15,0,0,1,22.5,37.5Z'/%3E%3C/svg%3E") !important;
  background-size: 2.25rem 2.25rem !important;
  margin: 0;
  display: block;
  /*@include breakpoint(large) {
  	margin: rem-calc(0 5);
  }*/
}
.search_form [type=submit]:hover, .search_form [type=submit]:focus {
  background: #103621;
  color: #ffffff;
  /*.icon {
  	@include inline-svg($white, $svgIconSearch, $viewbox: "0 0 80 80", $height: "80", $width: "80");
  }*/
}
.search_form [type=reset] {
  padding: 0;
  position: absolute;
  top: 50%;
  right: 60px;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.875rem;
  line-height: 1.25rem;
  display: block;
  opacity: 0;
  color: #5b5a50 !important;
  transition: opacity 0.3s ease-out, color 0.3s ease-out;
  transform: translateY(-50%);
}
@media screen and (min-width: 48em) {
  .search_form [type=reset] {
    right: 70px;
  }
}
.search_form [type=reset]:hover, .search_form [type=reset]:focus {
  color: #103621 !important;
  color: #ffffff !important;
  opacity: 1;
}

a.topic_btn {
  position: relative;
  display: flex;
  align-items: center;
  margin: auto 0.625rem;
  color: #ffffff;
  line-height: 1.2;
  padding: 0.625rem 0.75rem;
  transition: all 0.3s ease-out;
  border-radius: 0.3125rem;
}
a.topic_btn:hover, a.topic_btn:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
a.topic_btn::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  display: block;
  position: relative;
  transform: rotate(45deg);
  order: 2;
  margin-left: 0.3125rem;
}
a.topic_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #e7ebe8;
  height: 4.375rem;
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 0.3125rem;
  z-index: -1;
}
a.topic_btn.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #e7ebe8;
  color: #103621;
}
a.topic_btn.active::before {
  border-color: #103621;
  transform: rotate(225deg);
  top: 0.125rem;
}
a.topic_btn.active::after {
  opacity: 1;
}

.refer_btns {
  margin: auto 0;
  flex: 0 0 auto;
}
.refer_btns span {
  color: #ffffff;
  margin: auto 0.625rem;
}
.refer_btns a.button {
  margin: 0 0.625rem !important;
}

.search_column {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 48em) {
  .search_column {
    margin-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .search_column {
    margin-right: 0.9375rem;
  }
}

@media screen and (min-width: 64em) {
  header nav > ul.overlay_menu {
    position: absolute;
    background: #e7ebe8;
    border-radius: 0.375rem;
    display: flex;
    flex-flow: row wrap;
    padding: 1.25rem;
    left: 0;
    top: 8.125rem;
    height: auto;
    justify-content: flex-start;
  }
  header nav > ul.overlay_menu > li {
    width: 20%;
    margin: 1.25rem;
  }
  header nav > ul.overlay_menu > li > a {
    color: #266d3c;
    margin: 0.625rem !important;
  }
  header nav > ul.overlay_menu > li > a:hover, header nav > ul.overlay_menu > li > a:focus {
    background: #103621;
    color: #ffffff;
  }
  header nav > ul.overlay_menu > li > a.active {
    background: #266d3c;
  }
  header nav > ul.overlay_menu > li > a.active:hover, header nav > ul.overlay_menu > li > a.active:focus {
    background: #103621;
    color: #ffffff;
  }
  header nav > ul.overlay_menu > li.has_icon > a {
    padding-top: 0;
    padding-bottom: 1.25rem;
  }
  header nav > ul.overlay_menu > li.has_icon > a span.nav_icon {
    display: block;
    padding: 0 1.25rem;
  }
}

/* BANNERS
============================================= */
.banner {
  position: relative;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .banner {
    min-height: 18.75rem;
    margin-bottom: 1.875rem;
    aspect-ratio: 5/2;
  }
  .banner > img {
    height: 100%;
    width: auto;
    max-width: none;
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .banner {
    aspect-ratio: 4/1;
  }
}
.banner .column, .banner .columns {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 47.9375em) {
  .banner .column, .banner .columns {
    padding: 0;
  }
}
@media screen and (min-width: 48em) {
  .banner .banner_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.banner .banner_text {
  height: 100%;
  width: 100%;
  padding: 0 0.9375rem 3.125rem 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.banner .banner_text::after {
  content: "";
  width: 658.43vw;
  height: 658.43vw;
  border-radius: 50%;
  background: #103621;
  position: absolute;
  top: -1.875rem;
  right: -264.06vw;
  z-index: 2;
  box-shadow: 18vw -5.2vw 0 0 rgba(16, 54, 33, 0.4);
}
@media screen and (min-width: 48em) {
  .banner .banner_text::after {
    width: 93.75rem;
    height: 93.75rem;
    top: -40.625rem;
    right: -6.875rem;
    box-shadow: 1.3125rem 4.5625rem 0 0 rgba(16, 54, 33, 0.4);
  }
}
.banner .banner_text > * {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 48em) {
  .banner .banner_text {
    width: 50vw;
    padding: 1.875rem 0 3.125rem 0;
  }
  .banner .banner_text::before {
    content: "";
    background: #103621;
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 64em) {
  .banner .banner_text {
    padding: 1.875rem 0 5rem 0;
  }
}
@media screen and (min-width: 100em) {
  .banner .banner_text {
    width: 40%;
  }
}
.banner .banner_text p, .banner .banner_text .p {
  color: #ffffff;
}
@media screen and (min-width: 64em) {
  .banner .banner_text p, .banner .banner_text .p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.banner .banner_text .button, .banner .banner_text .nf-form-cont form input[type=button], .nf-form-cont form .banner .banner_text input[type=button] {
  background: #ffffff;
  color: #103621;
}
@media screen and (min-width: 64em) {
  .banner .banner_text .button, .banner .banner_text .nf-form-cont form input[type=button], .nf-form-cont form .banner .banner_text input[type=button] {
    font-size: 1.25rem;
  }
}
.banner .banner_text .button:hover, .banner .banner_text .nf-form-cont form input[type=button]:hover, .nf-form-cont form .banner .banner_text input[type=button]:hover, .banner .banner_text .button:focus, .banner .banner_text .nf-form-cont form input[type=button]:focus, .nf-form-cont form .banner .banner_text input[type=button]:focus {
  background: #266d3c;
  color: #ffffff;
}
.banner .banner_text .functions .favourite svg *, .banner .banner_text .functions .share svg * {
  stroke: #ffffff;
}
.banner .banner_text .functions .favourite.saved svg *, .banner .banner_text .functions .favourite:hover svg *, .banner .banner_text .functions .favourite:focus svg *, .banner .banner_text .functions .share.saved svg *, .banner .banner_text .functions .share:hover svg *, .banner .banner_text .functions .share:focus svg * {
  fill: #ffffff;
}
.banner .banner_text .sr_only_small {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.banner .banner_text h1, .banner .banner_text .h1 {
  color: #ffffff;
}
.banner .banner_text > :last-child {
  margin-bottom: 0;
}
.banner + #coming_soon {
  margin-top: -3.125rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 64em) {
  .banner + #coming_soon {
    margin-top: -5rem;
  }
}

/* ICON LINK BLOCKS
============================================= */
.icon_link {
  display: block;
  border-radius: 0.625rem;
  padding: 0 0.9375rem 0.9375rem 0.9375rem;
  height: 100%;
}
.icon_link > span {
  display: block;
  color: #11100d;
}
.icon_link > span.h3 {
  color: #266d3c;
}
.icon_link > :last-child {
  margin-bottom: 0;
}
.icon_link:hover, .icon_link:focus {
  background: #266d3c;
}
.icon_link:hover > span, .icon_link:focus > span {
  color: #ffffff !important;
}

/* CARDS
============================ */
.card_con {
  position: relative;
  margin: 0 0.0625rem;
}
@media screen and (min-width: 48em) {
  .card_con {
    margin: 0 -0.8125rem;
  }
}
[class*=equalize-flex] > * > .card_con, .card_slider .slick-slide > .card_con, .col_slider .slick-slide > .card_con {
  height: 100%;
}
[class*=equalize-flex] > * > .card_con .card, .card_slider .slick-slide > .card_con .card, .col_slider .slick-slide > .card_con .card {
  height: 100%;
}
.card_con .card {
  display: flex;
  flex-direction: column;
  border-radius: 2.5rem;
  position: relative;
  background: rgba(231, 235, 232, 0.1);
  padding: 1.25rem;
}
.card_con .card[href] {
  transition: all 0.2s ease-in-out;
}
.card_con .card[href]:hover, .card_con .card[href]:focus {
  background: #103621;
}
.card_con .card[href]:hover span:not(.button), .card_con .card[href]:focus span:not(.button) {
  color: #ffffff !important;
}
.card_con .card[href]:hover .con .tags > span, .card_con .card[href]:focus .con .tags > span {
  background: rgba(255, 255, 255, 0.15);
}
.card_con .card[href]:hover .button, .card_con .card[href]:hover .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card[href]:hover input[type=button], .card_con .card[href]:focus .button, .card_con .card[href]:focus .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card[href]:focus input[type=button] {
  background: #ffffff;
  color: #103621;
}
.card_con .card .featured {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  background: #ffffff;
  display: inline-block;
  font-weight: 600;
  color: #5b5a50;
  border-radius: 0.25rem;
  padding: 0.5rem 0.625rem;
  line-height: 1;
  font-size: 0.875rem;
  z-index: 1;
  text-transform: uppercase;
}
.card_con .card img {
  border-top-right-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
  min-width: 100%;
}
@supports (aspect-ratio: auto) {
  .card_con .card img {
    aspect-ratio: 37/18;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.card_con .card .video_holder {
  display: block;
  aspect-ratio: 37/18;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 1.25rem 1.25rem 0 0;
}
.card_con .card .video_holder .flex-video, .card_con .card .video_holder .responsive-embed {
  display: block;
}
.card_con .card .con {
  border-top: 0.625rem solid #103621;
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card_con .card .con.no_border {
  border-top: none;
}
.card_con .card .con span {
  color: #11100d;
}
.card_con .card .con span.h2, .card_con .card .con span.h3 {
  color: #103621;
}
.card_con .card .con .button, .card_con .card .con .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card .con input[type=button] {
  margin-top: auto;
  margin-bottom: 0;
  align-self: flex-start;
  color: #ffffff;
  background: #103621;
}
.card_con .card + a.favourite {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background-image: radial-gradient(circle, rgba(17, 16, 13, 0.5) 0%, rgba(17, 16, 13, 0) 70%);
  background-position: 10px -50px;
  background-size: 6.25rem 6.25rem;
  background-repeat: no-repeat;
  border-top-right-radius: 1.25rem;
  text-align: right;
}
.card_con .card + a.favourite svg {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
}
.card_con .card + a.favourite svg * {
  fill: transparent;
  transition: fill 0.3s ease-out;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.1875rem;
}
.card_con .card + a.favourite:hover svg *, .card_con .card + a.favourite:focus svg * {
  fill: #ffffff;
}
.card_con .card + a.favourite.saved svg * {
  fill: #ffffff;
}

/* SIMPLE PADDED CARDS
===================================== */
@media screen and (min-width: 48em) {
  .simple_card {
    padding: 0.3125rem 1.25rem;
  }
}

ul.icon_list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
ul.icon_list li {
  padding: 0;
  margin: 0;
}
ul.icon_list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  line-height: 1.2;
}
ul.icon_list li:last-child {
  margin-bottom: 0 !important;
}
ul.icon_list li a {
  word-wrap: break-word;
  overflow: hidden;
  display: inline !important;
}
@media screen and (min-width: 48em) {
  ul.icon_list.inline li {
    display: inline-flex;
    margin-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  ul.icon_list.inline li {
    margin-right: 1.5625rem;
  }
}
ul.icon_list .icon {
  background-size: cover;
  height: 1.875rem;
  width: 1.875rem;
  margin: 0 0.625rem 0 0;
  flex-shrink: 0;
}

a.card[href]:hover ul.icon_list .icon.icon_time, a.card[href]:focus ul.icon_list .icon.icon_time {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M20,34.81c-8.17,0-14.81-6.65-14.81-14.81s6.65-14.81,14.81-14.81,14.81,6.65,14.81,14.81-6.64,14.81-14.81,14.81ZM20,7.19c-7.07,0-12.81,5.75-12.81,12.81s5.75,12.81,12.81,12.81,12.81-5.75,12.81-12.81-5.75-12.81-12.81-12.81Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M26.19,21.9l-5.23-2.5v-7.86c0-.53-.43-.96-.96-.96s-.96.43-.96.96v8.46s0,.07,0,.12c0,.02,0,.08,0,.15v.06s.03.05.03.05l.07.12s.07.11.12.16c.04.05.11.1.18.14l.05.04,5.8,2.77c.14.06.27.09.41.09h0c.54,0,.96-.41.97-.93,0-.36-.18-.69-.5-.87Z'/%3E%3C/svg%3E") !important;
}

/* CALLOUTS
============================================= */
.callout, .nf-form-cont form .nf-field-description, form .wpcf7-not-valid-tip {
  border-left: 0.5rem solid #e7daca;
}
.callout.primary, .nf-form-cont form .primary.nf-field-description, form .primary.wpcf7-not-valid-tip {
  border-left: 0.5rem solid #266d3c;
}
.callout.secondary, .nf-form-cont form .secondary.nf-field-description, form .secondary.wpcf7-not-valid-tip {
  border-left: 0.5rem solid #103621;
}
.callout.success, .nf-form-cont form .success.nf-field-description, form .success.wpcf7-not-valid-tip {
  border-left: 0.5rem solid #3adb76;
}
.callout.warning, .nf-form-cont form .warning.nf-field-description, form .warning.wpcf7-not-valid-tip {
  border-left: 0.5rem solid #ffae00;
}
.callout.alert, .nf-form-cont form .alert.nf-field-description, form .wpcf7-not-valid-tip {
  border-left: 0.5rem solid #ec5840;
}
.callout li, .nf-form-cont form .nf-field-description li, form .wpcf7-not-valid-tip li {
  font-size: 1rem;
}

/* FORMS
============================================= */
form {
  /* Contact form 7 outputs */
}
form[name*=form_subscribe] {
  margin: 1.875rem 0;
}
form[name*=form_subscribe] small {
  color: #5b5a50;
}
form [type=text], form [type=password], form [type=date], form [type=datetime], form [type=datetime-local], form [type=month], form [type=week], form [type=email], form [type=number], form [type=search], form [type=tel], form [type=time], form [type=url], form [type=color], form textarea {
  padding: 0.5rem 0.9375rem;
}
form [type=text], form [type=password], form [type=date], form [type=datetime], form [type=datetime-local], form [type=month], form [type=week], form [type=email], form [type=number], form [type=search], form [type=tel], form [type=time], form [type=url], form [type=color], form textarea, form select {
  height: 3.125rem;
  box-shadow: none;
  font-size: 1rem;
}
form [type=text].error, form [type=text].char_count, form [type=password].error, form [type=password].char_count, form [type=date].error, form [type=date].char_count, form [type=datetime].error, form [type=datetime].char_count, form [type=datetime-local].error, form [type=datetime-local].char_count, form [type=month].error, form [type=month].char_count, form [type=week].error, form [type=week].char_count, form [type=email].error, form [type=email].char_count, form [type=number].error, form [type=number].char_count, form [type=search].error, form [type=search].char_count, form [type=tel].error, form [type=tel].char_count, form [type=time].error, form [type=time].char_count, form [type=url].error, form [type=url].char_count, form [type=color].error, form [type=color].char_count, form textarea.error, form textarea.char_count, form select.error, form select.char_count {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
form [type=text] + .small_text, form [type=password] + .small_text, form [type=date] + .small_text, form [type=datetime] + .small_text, form [type=datetime-local] + .small_text, form [type=month] + .small_text, form [type=week] + .small_text, form [type=email] + .small_text, form [type=number] + .small_text, form [type=search] + .small_text, form [type=tel] + .small_text, form [type=time] + .small_text, form [type=url] + .small_text, form [type=color] + .small_text, form textarea + .small_text, form select + .small_text {
  padding-top: 0.3125rem;
}
form [type=text].half_marg, form [type=password].half_marg, form [type=date].half_marg, form [type=datetime].half_marg, form [type=datetime-local].half_marg, form [type=month].half_marg, form [type=week].half_marg, form [type=email].half_marg, form [type=number].half_marg, form [type=search].half_marg, form [type=tel].half_marg, form [type=time].half_marg, form [type=url].half_marg, form [type=color].half_marg, form textarea.half_marg, form select.half_marg {
  margin-bottom: 0.9375rem;
}
form [type=text]:focus, form [type=password]:focus, form [type=date]:focus, form [type=datetime]:focus, form [type=datetime-local]:focus, form [type=month]:focus, form [type=week]:focus, form [type=email]:focus, form [type=number]:focus, form [type=search]:focus, form [type=tel]:focus, form [type=time]:focus, form [type=url]:focus, form [type=color]:focus, form textarea:focus, form select:focus {
  box-shadow: none;
  border-color: #5b5a50;
}
form input + .alert, form input + .wpcf7-not-valid-tip, form select + .alert, form select + .wpcf7-not-valid-tip, form textarea + .alert, form textarea + .wpcf7-not-valid-tip, form label + .alert, form label + .wpcf7-not-valid-tip, form .lbl + .alert, form .lbl + .wpcf7-not-valid-tip {
  padding: 0.3125rem 0.625rem;
}
form input + .alert :last-child, form input + .wpcf7-not-valid-tip :last-child, form select + .alert :last-child, form select + .wpcf7-not-valid-tip :last-child, form textarea + .alert :last-child, form textarea + .wpcf7-not-valid-tip :last-child, form label + .alert :last-child, form label + .wpcf7-not-valid-tip :last-child, form .lbl + .alert :last-child, form .lbl + .wpcf7-not-valid-tip :last-child {
  margin-bottom: 0 !important;
}
form input + .alert ul, form input + .wpcf7-not-valid-tip ul, form select + .alert ul, form select + .wpcf7-not-valid-tip ul, form textarea + .alert ul, form textarea + .wpcf7-not-valid-tip ul, form label + .alert ul, form label + .wpcf7-not-valid-tip ul, form .lbl + .alert ul, form .lbl + .wpcf7-not-valid-tip ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
form input + .alert ul li, form input + .wpcf7-not-valid-tip ul li, form select + .alert ul li, form select + .wpcf7-not-valid-tip ul li, form textarea + .alert ul li, form textarea + .wpcf7-not-valid-tip ul li, form label + .alert ul li, form label + .wpcf7-not-valid-tip ul li, form .lbl + .alert ul li, form .lbl + .wpcf7-not-valid-tip ul li {
  padding: 0;
  margin: 0;
}
form input + .alert.field, form input + .wpcf7-not-valid-tip, form select + .alert.field, form select + .wpcf7-not-valid-tip, form textarea + .alert.field, form textarea + .wpcf7-not-valid-tip, form label + .alert.field, form label + .wpcf7-not-valid-tip, form .lbl + .alert.field, form .lbl + .wpcf7-not-valid-tip {
  margin-top: -1.75rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
form input + .alert.inline, form input + .inline.wpcf7-not-valid-tip, form select + .alert.inline, form select + .inline.wpcf7-not-valid-tip, form textarea + .alert.inline, form textarea + .inline.wpcf7-not-valid-tip, form label + .alert.inline, form label + .inline.wpcf7-not-valid-tip, form .lbl + .alert.inline, form .lbl + .inline.wpcf7-not-valid-tip {
  clear: both;
  float: left;
  width: 100%;
  margin-top: -1.875rem;
}
form select {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
form label, form .lbl {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  form label.has_required, form .has_required.lbl {
    margin-top: 1.25rem;
  }
}
form label:first-of-type:last-of-type, form .lbl:first-of-type:last-of-type {
  padding: 0.6875rem 0;
}
form label:first-of-type:last-of-type.required, form .lbl:first-of-type:last-of-type.required {
  padding-top: 2.0625rem;
}
form label:first-of-type:last-of-type span.required, form .lbl:first-of-type:last-of-type span.required {
  border-radius: 0.1875rem;
  margin-left: 0.625rem;
  vertical-align: text-bottom;
}
form label:not(:last-child), form .lbl:not(:last-child) {
  padding: 0;
  margin-bottom: 1.875rem;
}
form label:not(:last-child) [type=checkbox], form .lbl:not(:last-child) [type=checkbox], form label:not(:last-child) [type=radio], form .lbl:not(:last-child) [type=radio], form label:last-child:first-child [type=checkbox], form .lbl:last-child:first-child [type=checkbox], form label:last-child:first-child [type=radio], form .lbl:last-child:first-child [type=radio] {
  margin-bottom: 0.9375rem;
}
form label:not(:last-child) [type=checkbox] + span, form .lbl:not(:last-child) [type=checkbox] + span, form label:not(:last-child) [type=radio] + span, form .lbl:not(:last-child) [type=radio] + span, form label:last-child:first-child [type=checkbox] + span, form .lbl:last-child:first-child [type=checkbox] + span, form label:last-child:first-child [type=radio] + span, form .lbl:last-child:first-child [type=radio] + span {
  line-height: 1;
}
form .input-group-button .button, .nf-form-cont form .input-group-button input[type=button] {
  height: 3.125rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}
form span.required {
  background: #266d3c;
  font-size: 0.8125rem;
  padding: 0 0.5rem;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  color: #ffffff;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: -0.125rem;
}
form .charNum {
  background: #e7ebe8;
  padding: 0.3125rem 0.9375rem;
  margin-top: -1.875rem;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  font-size: 0.9375rem;
  border-left: 0.5rem solid #266d3c;
}
form .message {
  background-color: #ec5840;
  display: block;
  color: #ffffff;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.375rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 48em) {
  form .message {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  form .message {
    margin-bottom: 0.9375rem;
  }
}
form .message.full {
  border-radius: 0.375rem;
}
form .hidden_fields {
  display: none;
}
.no-anim form select {
  background: none !important;
}
form .custom_fields label, form .custom_fields .lbl {
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
  padding: 0 !important;
  position: relative;
  /*&:last-child {
  	margin-bottom: 1.875rem;
  }*/
}
form .custom_fields label:hover, form .custom_fields .lbl:hover, form .custom_fields label:focus, form .custom_fields .lbl:focus {
  cursor: default;
}
form .custom_fields label > span, form .custom_fields .lbl > span {
  display: block;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in;
  text-align: center;
  line-height: 1.2 !important;
  background: #ffffff;
}
form .custom_fields label > span:hover, form .custom_fields .lbl > span:hover, form .custom_fields label > span:focus, form .custom_fields .lbl > span:focus {
  cursor: pointer;
}
form .custom_fields label input[type=radio], form .custom_fields .lbl input[type=radio], form .custom_fields label input[type=checkbox], form .custom_fields .lbl input[type=checkbox] {
  display: inline-block;
  position: absolute;
}
form .custom_fields label input[type=radio]:checked + span, form .custom_fields .lbl input[type=radio]:checked + span, form .custom_fields label input[type=checkbox]:checked + span, form .custom_fields .lbl input[type=checkbox]:checked + span {
  font-weight: 700;
}
form .custom_fields label input[type=radio]:checked + span:hover, form .custom_fields .lbl input[type=radio]:checked + span:hover, form .custom_fields label input[type=radio]:checked + span:focus, form .custom_fields .lbl input[type=radio]:checked + span:focus, form .custom_fields label input[type=checkbox]:checked + span:hover, form .custom_fields .lbl input[type=checkbox]:checked + span:hover, form .custom_fields label input[type=checkbox]:checked + span:focus, form .custom_fields .lbl input[type=checkbox]:checked + span:focus {
  cursor: default;
}
form .custom_fields.list label, form .custom_fields.list .lbl {
  float: none;
  display: block;
  margin-right: 0;
  margin-bottom: 0.1875rem;
}
form .custom_fields.list label > span, form .custom_fields.list .lbl > span {
  text-align: left;
  color: #266d3c;
  min-height: 1.5rem;
  padding: 0.3125rem 0.625rem;
}
form .custom_fields.check label > span, form .custom_fields.check .lbl > span {
  text-align: left;
  border: none;
  margin-bottom: 0;
  padding: 0.25rem 0.9375rem 0 2rem;
  border-radius: 0;
  transition: all 0.2s ease-in;
  min-width: 7.5rem;
  background: #ffffff;
}
form .custom_fields.check label > span:hover, form .custom_fields.check .lbl > span:hover, form .custom_fields.check label > span:focus, form .custom_fields.check .lbl > span:focus {
  cursor: pointer;
}
form .custom_fields.check label > span:hover:before, form .custom_fields.check .lbl > span:hover:before, form .custom_fields.check label > span:focus:before, form .custom_fields.check .lbl > span:focus:before {
  background-color: #ffffff;
}
form .custom_fields.check label > span:before, form .custom_fields.check .lbl > span:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: solid 0.0625rem #e7daca;
  position: absolute;
  border-radius: 0.25rem;
  top: 0.0625rem;
  left: 0;
  transition: border-color 0.2s ease-in;
}
form .custom_fields.check label input[type=radio], form .custom_fields.check .lbl input[type=radio], form .custom_fields.check label input[type=checkbox], form .custom_fields.check .lbl input[type=checkbox] {
  top: 2px;
  left: 2px;
}
form .custom_fields.check label input[type=radio]:checked + span, form .custom_fields.check .lbl input[type=radio]:checked + span, form .custom_fields.check label input[type=checkbox]:checked + span, form .custom_fields.check .lbl input[type=checkbox]:checked + span {
  background: #ffffff;
  color: #11100d;
  font-weight: 700;
}
form .custom_fields.check label input[type=radio]:checked + span:hover, form .custom_fields.check .lbl input[type=radio]:checked + span:hover, form .custom_fields.check label input[type=radio]:checked + span:focus, form .custom_fields.check .lbl input[type=radio]:checked + span:focus, form .custom_fields.check label input[type=checkbox]:checked + span:hover, form .custom_fields.check .lbl input[type=checkbox]:checked + span:hover, form .custom_fields.check label input[type=checkbox]:checked + span:focus, form .custom_fields.check .lbl input[type=checkbox]:checked + span:focus {
  cursor: default;
}
form .custom_fields.check label input[type=radio]:checked + span:before, form .custom_fields.check .lbl input[type=radio]:checked + span:before, form .custom_fields.check label input[type=checkbox]:checked + span:before, form .custom_fields.check .lbl input[type=checkbox]:checked + span:before {
  background: #ffffff url(images/red-tick.png) center center no-repeat;
  border-color: #5b5a50;
  background-size: 0.9375rem auto;
}
form .wpcf7-not-valid-tip {
  background: #e7daca;
  color: #11100d;
  display: block;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.3125rem 0.625rem;
}
form .wpcf7-response-output {
  display: block;
  color: #ffffff;
  padding: 0.625rem 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  form .wpcf7-response-output {
    font-size: 1.125rem;
  }
}
form .wpcf7-response-output.wpcf7-display-none {
  display: none;
}
form .wpcf7-response-output.wpcf7-validation-errors {
  background: #ec5840;
}
form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #3adb76;
}

/* REGISTER, LOGIN, ACCOUNT ETC
============================================= */
.login_register form [type=text], .login_register form [type=email], .login_register form [type=password], #login form [type=text], #login form [type=email], #login form [type=password] {
  border-color: rgba(91, 90, 80, 0.3);
  height: 3.75rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}
.login_register form [type=text]:focus, .login_register form [type=email]:focus, .login_register form [type=password]:focus, #login form [type=text]:focus, #login form [type=email]:focus, #login form [type=password]:focus {
  border: 0.125rem solid rgba(91, 90, 80, 0.6);
}
.login_register form [type=checkbox], #login form [type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  overflow: hidden;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (min-width: 64em) {
  .login_register form [type=checkbox], #login form [type=checkbox] {
    left: 0.8125rem;
  }
}
.login_register form [type=checkbox] + label, .login_register form [type=checkbox] + .lbl, #login form [type=checkbox] + label, #login form [type=checkbox] + .lbl {
  position: relative;
  margin: 0;
  padding: 0 0 0 2.8125rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 1.2;
  z-index: 2;
}
@media screen and (min-width: 64em) {
  .login_register form [type=checkbox] + label, .login_register form [type=checkbox] + .lbl, #login form [type=checkbox] + label, #login form [type=checkbox] + .lbl {
    padding: 0 0 0 3.4375rem;
  }
}
.login_register form [type=checkbox] + label::before, .login_register form [type=checkbox] + .lbl::before, #login form [type=checkbox] + label::before, #login form [type=checkbox] + .lbl::before {
  content: "\f00c";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  border: 0.125rem solid rgba(91, 90, 80, 0.3);
  background: #ffffff;
  border-radius: 0.375rem;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  font-size: 100%;
  color: #ffffff;
  line-height: 1.625rem;
}
@media screen and (min-width: 64em) {
  .login_register form [type=checkbox] + label::before, .login_register form [type=checkbox] + .lbl::before, #login form [type=checkbox] + label::before, #login form [type=checkbox] + .lbl::before {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2rem;
  }
}
.login_register form [type=checkbox] + label:hover::before, .login_register form [type=checkbox] + .lbl:hover::before, .login_register form [type=checkbox] + label:focus::before, .login_register form [type=checkbox] + .lbl:focus::before, #login form [type=checkbox] + label:hover::before, #login form [type=checkbox] + .lbl:hover::before, #login form [type=checkbox] + label:focus::before, #login form [type=checkbox] + .lbl:focus::before {
  background: #e7daca;
  color: #e7daca;
  border-color: rgba(91, 90, 80, 0.6);
}
.login_register form [type=checkbox]:checked + label::before, .login_register form [type=checkbox]:checked + .lbl::before, #login form [type=checkbox]:checked + label::before, #login form [type=checkbox]:checked + .lbl::before {
  background: #5b5a50;
  color: #ffffff;
  box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.3);
}
.login_register form input + .alert.inline, .login_register form input + .inline.wpcf7-not-valid-tip, .login_register form select + .alert.inline, .login_register form select + .inline.wpcf7-not-valid-tip, .login_register form textarea + .alert.inline, .login_register form textarea + .inline.wpcf7-not-valid-tip, .login_register form label + .alert.inline, .login_register form .lbl + .alert.inline, .login_register form label + .inline.wpcf7-not-valid-tip, .login_register form .lbl + .inline.wpcf7-not-valid-tip, #login form input + .alert.inline, #login form input + .inline.wpcf7-not-valid-tip, #login form select + .alert.inline, #login form select + .inline.wpcf7-not-valid-tip, #login form textarea + .alert.inline, #login form textarea + .inline.wpcf7-not-valid-tip, #login form label + .alert.inline, #login form .lbl + .alert.inline, #login form label + .inline.wpcf7-not-valid-tip, #login form .lbl + .inline.wpcf7-not-valid-tip {
  margin-top: -0.625rem;
}
.login_register form .wp-pwd, #login form .wp-pwd {
  position: relative;
}
.login_register form .wp-pwd [type=text], .login_register form .wp-pwd [type=password], #login form .wp-pwd [type=text], #login form .wp-pwd [type=password] {
  padding-right: 4.375rem;
}
@media screen and (min-width: 48em) {
  .login_register form .wp-pwd [type=text], .login_register form .wp-pwd [type=password], #login form .wp-pwd [type=text], #login form .wp-pwd [type=password] {
    padding-right: 5rem;
  }
}
.login_register form .wp-pwd .wp-hide-pw, #login form .wp-pwd .wp-hide-pw {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  padding: 0.5rem 0.9375rem !important;
  min-width: 0;
}
.login_register form .wp-pwd .wp-hide-pw::after, .login_register form .wp-pwd .wp-hide-pw::before, #login form .wp-pwd .wp-hide-pw::after, #login form .wp-pwd .wp-hide-pw::before {
  content: none;
  display: none;
}
.login_register form .wp-pwd .wp-hide-pw .dashicons, #login form .wp-pwd .wp-hide-pw .dashicons {
  color: #ffffff;
}
.login_register form .wp-pwd .wp-hide-pw:hover .dashicons, .login_register form .wp-pwd .wp-hide-pw:focus .dashicons, #login form .wp-pwd .wp-hide-pw:hover .dashicons, #login form .wp-pwd .wp-hide-pw:focus .dashicons {
  color: #5b5a50;
}
@media screen and (min-width: 48em) {
  .login_register form .wp-pwd .wp-hide-pw, #login form .wp-pwd .wp-hide-pw {
    padding: 0.5rem 1.25rem !important;
  }
}
.login_register form .callout, .login_register .nf-form-cont form .nf-field-description, .nf-form-cont .login_register form .nf-field-description, .login_register form .wpcf7-not-valid-tip, #login form .callout, #login .nf-form-cont form .nf-field-description, .nf-form-cont #login form .nf-field-description, #login form .wpcf7-not-valid-tip {
  margin-bottom: 1.25rem;
}
.login_register .button:not(.close-button) + .button:not(.close-button), .login_register .nf-form-cont form input[type=button]:not(.close-button) + .button:not(.close-button), .nf-form-cont form .login_register input[type=button]:not(.close-button) + .button:not(.close-button), .login_register .nf-form-cont form .button:not(.close-button) + input[type=button]:not(.close-button), .nf-form-cont form .login_register .button:not(.close-button) + input[type=button]:not(.close-button), .login_register .nf-form-cont form input[type=button]:not(.close-button) + input[type=button]:not(.close-button), .nf-form-cont form .login_register input[type=button]:not(.close-button) + input[type=button]:not(.close-button), .login_register .button:not(.close-button) + .sr_only + .button:not(.close-button), .login_register .nf-form-cont form input[type=button]:not(.close-button) + .sr_only + .button:not(.close-button), .nf-form-cont form .login_register input[type=button]:not(.close-button) + .sr_only + .button:not(.close-button), .login_register .nf-form-cont form .button:not(.close-button) + .sr_only + input[type=button]:not(.close-button), .nf-form-cont form .login_register .button:not(.close-button) + .sr_only + input[type=button]:not(.close-button), .login_register .nf-form-cont form input[type=button]:not(.close-button) + .sr_only + input[type=button]:not(.close-button), .nf-form-cont form .login_register input[type=button]:not(.close-button) + .sr_only + input[type=button]:not(.close-button), #login .button:not(.close-button) + .button:not(.close-button), #login .nf-form-cont form input[type=button]:not(.close-button) + .button:not(.close-button), .nf-form-cont form #login input[type=button]:not(.close-button) + .button:not(.close-button), #login .nf-form-cont form .button:not(.close-button) + input[type=button]:not(.close-button), .nf-form-cont form #login .button:not(.close-button) + input[type=button]:not(.close-button), #login .nf-form-cont form input[type=button]:not(.close-button) + input[type=button]:not(.close-button), .nf-form-cont form #login input[type=button]:not(.close-button) + input[type=button]:not(.close-button), #login .button:not(.close-button) + .sr_only + .button:not(.close-button), #login .nf-form-cont form input[type=button]:not(.close-button) + .sr_only + .button:not(.close-button), .nf-form-cont form #login input[type=button]:not(.close-button) + .sr_only + .button:not(.close-button), #login .nf-form-cont form .button:not(.close-button) + .sr_only + input[type=button]:not(.close-button), .nf-form-cont form #login .button:not(.close-button) + .sr_only + input[type=button]:not(.close-button), #login .nf-form-cont form input[type=button]:not(.close-button) + .sr_only + input[type=button]:not(.close-button), .nf-form-cont form #login input[type=button]:not(.close-button) + .sr_only + input[type=button]:not(.close-button) {
  margin-left: 0.9375rem;
}

.acf-field {
  padding: 0 !important;
  border: none !important;
}
.row .acf-field {
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}
@media screen and (min-width: 48em) {
  .row .acf-field {
    margin-left: -0.9375rem !important;
    margin-right: -0.9375rem !important;
  }
}
.acf-field .acf-label {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .acf-field .acf-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .acf-field .acf-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.acf-field .acf-label:last-child:not(:first-child) {
  float: right;
}
.acf-field .acf-input {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .acf-field .acf-input {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .acf-field .acf-input {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.acf-field .acf-input:last-child:not(:first-child) {
  float: right;
}
.acf-field .acf-input [type=text], .acf-field .acf-input [type=email], .acf-field .acf-input [type=password] {
  border-color: rgba(91, 90, 80, 0.3);
  height: 3.75rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  padding: 0.5rem 0.9375rem !important;
}
.acf-field .acf-input [type=text]:focus, .acf-field .acf-input [type=email]:focus, .acf-field .acf-input [type=password]:focus {
  border: 0.125rem solid rgba(91, 90, 80, 0.6);
}
.acf-field .acf-input .acf-true-false {
  position: relative;
}
.acf-field .acf-input .acf-true-false label, .acf-field .acf-input .acf-true-false form .lbl, form .acf-field .acf-input .acf-true-false .lbl {
  position: relative;
  margin: 0;
  padding: 0 0 0 2.8125rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 1.2;
  z-index: 2;
}
@media screen and (min-width: 64em) {
  .acf-field .acf-input .acf-true-false label, .acf-field .acf-input .acf-true-false form .lbl, form .acf-field .acf-input .acf-true-false .lbl {
    padding: 0 0 0 3.4375rem;
  }
}
.acf-field .acf-input .acf-true-false label [type=checkbox], .acf-field .acf-input .acf-true-false form .lbl [type=checkbox], form .acf-field .acf-input .acf-true-false .lbl [type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  overflow: hidden;
  z-index: -1;
  transform: translateY(-50%);
}
@media screen and (min-width: 64em) {
  .acf-field .acf-input .acf-true-false label [type=checkbox], .acf-field .acf-input .acf-true-false form .lbl [type=checkbox], form .acf-field .acf-input .acf-true-false .lbl [type=checkbox] {
    left: 0.8125rem;
  }
}
.acf-field .acf-input .acf-true-false label::before, .acf-field .acf-input .acf-true-false form .lbl::before, form .acf-field .acf-input .acf-true-false .lbl::before {
  content: "\f00c";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  border: 0.125rem solid rgba(91, 90, 80, 0.3);
  background: #ffffff;
  border-radius: 0.375rem;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  font-size: 100%;
  color: #ffffff;
  line-height: 1.625rem;
  cursor: pointer;
  margin: 0.4375rem 0;
}
@media screen and (min-width: 64em) {
  .acf-field .acf-input .acf-true-false label::before, .acf-field .acf-input .acf-true-false form .lbl::before, form .acf-field .acf-input .acf-true-false .lbl::before {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2rem;
  }
}
.acf-field .acf-input .acf-true-false label:hover::before, .acf-field .acf-input .acf-true-false form .lbl:hover::before, form .acf-field .acf-input .acf-true-false .lbl:hover::before, .acf-field .acf-input .acf-true-false label:focus::before, .acf-field .acf-input .acf-true-false form .lbl:focus::before, form .acf-field .acf-input .acf-true-false .lbl:focus::before {
  background: #e7daca;
  color: #e7daca;
  border-color: rgba(91, 90, 80, 0.6);
}
.acf-field .acf-input .acf-true-false label.checked::before, .acf-field .acf-input .acf-true-false form .checked.lbl::before, form .acf-field .acf-input .acf-true-false .checked.lbl::before {
  background: #266d3c;
  border-color: #266d3c;
  color: #ffffff;
  box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.3);
}
.acf-field .acf-input .acf-button {
  margin: 0 0 0 1.25rem;
}
@media screen and (min-width: 48em) {
  .acf-field:not(.acf-field-message) .acf-label {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .acf-field:not(.acf-field-message) .acf-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 48em) {
  .acf-field:not(.acf-field-message) .acf-label:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-label {
    width: 33.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 48em) {
  .acf-field:not(.acf-field-message) .acf-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-label:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 48em) {
  .acf-field:not(.acf-field-message) .acf-input {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .acf-field:not(.acf-field-message) .acf-input {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-input {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 48em) {
  .acf-field:not(.acf-field-message) .acf-input:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-input {
    width: 66.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 48em) {
  .acf-field:not(.acf-field-message) .acf-input {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-input {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-input:last-child:not(:first-child) {
    float: right;
  }
}

.acf-form-submit {
  text-align: center;
  margin-top: 1rem;
}

#message {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: none;
  border-radius: 0.375rem;
  position: relative;
  color: #11100d;
  background-color: rgb(225.45, 249.6, 234.45);
  border-left: 0.5rem solid #3adb76;
  box-shadow: none;
}
#message > :first-child {
  margin-top: 0;
}
#message > :last-child {
  margin-bottom: 0;
}

/* NINJA FORMS
====================== */
.nf-form-cont {
  position: relative;
}
@media screen and (min-width: 48em) {
  .nf-form-cont form .nf-field-description {
    padding: 1.25rem 1.875rem 1.25rem 1.5625rem;
  }
}
.nf-form-cont form .nf-help {
  background: none;
}
.nf-form-cont form .note-editor .note-toolbar {
  background: rgba(91, 90, 80, 0.2);
}
.nf-form-cont form .note-editor .note-toolbar .note-btn-group button {
  min-width: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
}
.nf-form-cont form .note-editor .note-toolbar .note-btn-group button:hover, .nf-form-cont form .note-editor .note-toolbar .note-btn-group button:focus {
  background: #5b5a50;
  color: #ffffff;
}
.nf-form-cont form .note-editor .note-editable {
  border-color: #5b5a50 !important;
}
.nf-form-cont form .nf-field-label label, .nf-form-cont form .nf-field-label .lbl {
  padding: 0;
}
.nf-form-cont form .listradio-wrap .nf-field-element ul, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.625rem !important;
}
.nf-form-cont form .listradio-wrap .nf-field-element ul li, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li {
  margin: 0.625rem !important;
}
.nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=radio], .nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=checkbox], .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=radio], .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=checkbox] {
  display: none;
}
.nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=radio] + label, .nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=radio] + .lbl, .nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=checkbox] + label, .nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=checkbox] + .lbl, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=radio] + label, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=radio] + .lbl, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=checkbox] + label, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=checkbox] + .lbl {
  border: solid 0.0625rem #266d3c;
  color: #266d3c;
  margin: 0;
  padding: 0.625rem 1.25rem;
  text-align: center;
  min-width: 7.5rem;
  transition: all 0.2s ease-in-out;
  font-family: "Open Sans", Arial, Roboto, Helvetica, Calibri, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 0.3125rem;
}
.nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=radio] + label:hover, .nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=radio] + .lbl:hover, .nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=radio] + label:focus, .nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=radio] + .lbl:focus, .nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=checkbox] + label:hover, .nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=checkbox] + .lbl:hover, .nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=checkbox] + label:focus, .nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=checkbox] + .lbl:focus, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=radio] + label:hover, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=radio] + .lbl:hover, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=radio] + label:focus, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=radio] + .lbl:focus, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=checkbox] + label:hover, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=checkbox] + .lbl:hover, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=checkbox] + label:focus, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=checkbox] + .lbl:focus {
  background: #266d3c;
  border-color: #266d3c;
  color: #ffffff;
}
.nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=radio]:checked + label, .nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=radio]:checked + .lbl, .nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=checkbox]:checked + label, .nf-form-cont form .listradio-wrap .nf-field-element ul li input[type=checkbox]:checked + .lbl, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=radio]:checked + label, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=radio]:checked + .lbl, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=checkbox]:checked + label, .nf-form-cont form .listcheckbox-wrap .nf-field-element ul li input[type=checkbox]:checked + .lbl {
  background: #266d3c;
  color: #ffffff;
}
.nf-form-cont form .nf-form-content {
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .nf-form-cont form .nf-mp-body ul:not(.row).checklist li {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .nf-form-cont form .nf-mp-body ul:not(.row).checklist li {
    width: 33.3333333333%;
  }
}
.nf-form-cont form input[type=button].nf-next, .nf-form-cont form input[type=button].nf-previous {
  box-shadow: none !important;
  text-transform: none;
}
.nf-form-cont form input[type=button].nf-previous {
  background: #ffffff;
  color: #266d3c;
  border: solid 0.0625rem #266d3c;
}
.nf-form-cont form input[type=button].nf-previous:hover, .nf-form-cont form input[type=button].nf-previous:focus {
  background: rgb(26.6, 76.3, 42);
  color: #ffffff;
}
.nf-form-cont form button[type=button] {
  background: #ffffff;
  color: #266d3c;
  border: solid 0.0625rem #266d3c;
}
.nf-form-cont form button[type=button]:hover, .nf-form-cont form button[type=button]:focus {
  background: rgb(26.6, 76.3, 42);
  color: #ffffff;
}
.nf-form-cont form button[type=button].nf-add-fieldset {
  display: none;
}
.nf-form-cont form .nf-progress {
  background: #103621;
}
@media screen and (min-width: 64em) {
  .nf-form-cont form {
    padding-right: calc(33.333% + 15px);
  }
}
.nf-form-cont form ul.nf-breadcrumbs {
  border-radius: 0.375rem;
  position: relative;
  background: #e7ebe8;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .nf-form-cont form ul.nf-breadcrumbs {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
    width: calc(33.333% - 30px);
  }
}
@media screen and (min-width: 78.75em) {
  .nf-form-cont form ul.nf-breadcrumbs {
    width: calc((1230px - 0px) / 3 - 30px);
  }
}
.nf-form-cont form ul.nf-breadcrumbs li {
  margin-bottom: 0 !important;
  float: none;
}
.nf-form-cont form ul.nf-breadcrumbs li a {
  display: block;
  padding: 0.625rem 1.25rem !important;
  background-image: none !important;
  margin: 0 !important;
}
.nf-form-cont form ul.nf-breadcrumbs li a:hover, .nf-form-cont form ul.nf-breadcrumbs li a:focus {
  background-color: rgba(38, 109, 60, 0.2) !important;
}
.nf-form-cont form ul.nf-breadcrumbs li:not(:last-child) a {
  border-bottom: 0.0625rem solid rgba(38, 109, 60, 0.2);
}
.nf-form-cont form ul.nf-breadcrumbs li.active a {
  background-color: #266d3c !important;
  color: #ffffff;
  font-weight: 400;
}
.nf-form-cont .nf-saves-cont {
  border: none !important;
  background: #e7ebe8;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 0.375rem;
}
@media screen and (min-width: 64em) {
  .nf-form-cont .nf-saves-cont {
    position: relative;
    width: 66.6666%;
  }
}
@media screen and (min-width: 78.75em) {
  .nf-form-cont .nf-saves-cont {
    width: calc(66.6666% - 15px);
  }
}
.nf-form-cont .nf-saves-cont legend {
  float: left;
}
.nf-form-cont .nf-saves-cont table {
  margin-bottom: 0;
}
.nf-form-cont .nf-saves-cont table tbody tr.nf-saves-item.active a.cancel {
  display: inline-block;
}
.nf-form-cont .nf-saves-cont table tbody tr.nf-saves-item.active a.load {
  display: none;
}
.nf-form-cont .nf-saves-cont table tbody tr.nf-saves-item:not(active) a.load {
  display: inline-block;
}
.nf-form-cont .core_element {
  background: rgba(38, 109, 60, 0.1);
  border-radius: 0.375rem;
  padding: 1.25rem;
  position: relative;
}
.nf-form-cont .core_element::before {
  content: "core element";
  text-transform: uppercase;
  position: absolute;
  top: -0.3125rem;
  right: 1.25rem;
  padding: 0.125rem 0.4375rem;
  background: #266d3c;
  color: #ffffff;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
}
.nf-form-cont .nf-mp-body {
  max-width: none;
}
.nf-form-cont .nf-response-msg {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: none;
  border-radius: 0.375rem;
  position: relative;
  color: #11100d;
  background-color: rgb(225.45, 249.6, 234.45);
  border-left: 0.5rem solid #3adb76;
  box-shadow: none;
}
.nf-form-cont .nf-response-msg > :first-child {
  margin-top: 0;
}
.nf-form-cont .nf-response-msg > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .nf-form-cont .nf-response-msg {
    position: relative;
    width: 66.6666%;
  }
}
@media screen and (min-width: 78.75em) {
  .nf-form-cont .nf-response-msg {
    width: calc(66.6666% - 15px);
  }
}

/* SHARED
============================================= */
.functions, .back {
  display: flex;
  margin-left: auto;
  float: right;
}
.functions .favourite, .functions .share, .back .favourite, .back .share {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem;
  margin-bottom: 0;
  min-width: 0;
}
.functions .favourite svg, .functions .share svg, .back .favourite svg, .back .share svg {
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
}
@media screen and (min-width: 64em) {
  .functions .favourite svg, .functions .share svg, .back .favourite svg, .back .share svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.functions .favourite svg *, .functions .share svg *, .back .favourite svg *, .back .share svg * {
  fill: transparent;
  transition: fill 0.3s ease-out;
  stroke: #266d3c;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.125rem;
}
.functions .favourite.saved svg *, .functions .favourite:hover svg *, .functions .favourite:focus svg *, .functions .share.saved svg *, .functions .share:hover svg *, .functions .share:focus svg *, .back .favourite.saved svg *, .back .favourite:hover svg *, .back .favourite:focus svg *, .back .share.saved svg *, .back .share:hover svg *, .back .share:focus svg * {
  fill: #266d3c;
}

.back {
  right: auto;
  left: 0.9375rem;
}
@media screen and (min-width: 64em) {
  .back {
    left: 1.875rem;
  }
}
.back .back_button {
  display: flex;
  align-items: center;
  max-width: 6.25rem;
  height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .back .back_button {
    height: 3.125rem;
  }
}
.back .back_button .icon {
  height: 2.5rem;
  width: 2.5rem;
  background-size: 1.875rem 1.875rem;
  transform: scaleX(-1);
}
.back .back_button span {
  line-height: 1.2;
  text-align: left;
  padding-left: 0.625rem;
}
.back .back_button:hover .icon_arrow, .back .back_button:focus .icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23103621; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
}

.share_options {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.share_options li {
  padding: 0;
  margin: 0;
}
.share_options li a {
  display: block;
  max-width: 6.25rem;
}
.share_options li a i {
  display: block;
  font-size: 1.875rem;
  width: 4.6875rem;
  line-height: 4.6875rem;
  border-radius: 50%;
  background: #266d3c;
  color: #ffffff;
  margin: 0.625rem 0;
  transition: background 0.2s ease-in-out;
}
@media screen and (min-width: 48em) {
  .share_options li a i {
    font-size: 2.5rem;
    width: 6.25rem;
    line-height: 6.25rem;
  }
}
.share_options li a:hover i, .share_options li a:focus i {
  background: #103621;
}

@media screen and (max-width: 47.9375em) {
  .share_modal {
    min-height: 0;
    height: auto;
  }
}

.featured_article {
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  background: #e7ebe8;
  min-width: 0;
}
@media screen and (min-width: 48em) {
  .featured_article {
    min-height: 25rem;
    display: flex;
  }
}
.featured_article > div {
  flex: 1;
  max-width: 50%;
}
.featured_article img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.featured_article .image {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 47.9375em) {
  .featured_article .image {
    height: 12.5rem;
  }
}
.featured_article .details {
  padding: 1.25rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  .featured_article .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.featured_article .details::after {
  content: "";
  width: 360vw;
  height: 360vw;
  border-radius: 50%;
  background: #e7ebe8;
  position: absolute;
  top: -1.875rem;
  right: -125vw;
  z-index: 2;
  box-shadow: -6vw -5.2vw 0 0 rgba(231, 235, 232, 0.6);
}
@media screen and (min-width: 48em) {
  .featured_article .details::after {
    width: 93.75rem;
    height: 93.75rem;
    top: -37.5rem;
    left: -3.125rem;
    box-shadow: -1.875rem -2.5rem 0 0 rgba(231, 235, 232, 0.6);
  }
}
.featured_article .details > * {
  position: relative;
  z-index: 3;
}
.featured_article .details .tags {
  display: block;
  margin-bottom: 0.625rem;
}

.title_strip {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  justify-content: space-between;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 48em) {
  .title_strip {
    margin-bottom: 1.25rem;
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }
}
@media screen and (min-width: 76.875em) {
  .title_strip {
    margin-left: 0;
    margin-right: 0;
  }
}
.title_strip h2, .title_strip .h2, .title_strip h3, .title_strip .h3, .title_strip h2 + p.subtitle, .title_strip .h2 + p.subtitle, .title_strip h2 + .subtitle.p, .title_strip .h2 + .subtitle.p, .title_strip .nf-form-cont .nf-saves-cont legend, .nf-form-cont .nf-saves-cont .title_strip legend, .title_strip h4, .title_strip .h4, .title_strip .nf-form-cont form legend, .nf-form-cont form .title_strip legend {
  margin-bottom: 0;
}
.title_strip .slider_nav .slick-arrow:not(:last-child) {
  margin-right: 0.625rem;
}
@media screen and (min-width: 48em) {
  .title_strip.small_only {
    justify-content: center;
  }
  .title_strip.small_only .slider_nav {
    display: none;
  }
}

/* RESOURCE
===================================== */
.resource {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 1.25rem;
  background: rgba(231, 235, 232, 0.1);
  height: 100%;
  position: relative;
}
.vertical_resources .resource {
  display: block;
}
.vertical_resources .resource .image {
  padding: 1.25rem 0;
}
.card_con .resource {
  border-radius: 2.5rem;
  position: relative;
  background: rgba(231, 235, 232, 0.1);
  padding: 1.25rem;
}
.card_con .resource[href] {
  transition: all 0.2s ease-in-out;
}
.card_con .resource[href]:hover, .card_con .resource[href]:focus {
  background: #103621;
}
.card_con .resource[href]:hover + a.favourite, .card_con .resource[href]:focus + a.favourite {
  top: 0.3125rem;
}
.card_con .resource[href]:hover span:not(.button), .card_con .resource[href]:focus span:not(.button) {
  color: #ffffff !important;
}
.card_con .resource[href]:hover .button, .card_con .resource[href]:hover .nf-form-cont form input[type=button], .nf-form-cont form .card_con .resource[href]:hover input[type=button], .card_con .resource[href]:focus .button, .card_con .resource[href]:focus .nf-form-cont form input[type=button], .nf-form-cont form .card_con .resource[href]:focus input[type=button] {
  background: #ffffff;
  color: #103621;
}
.resource .details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 0;
}
.resource .details:not(.no_border) {
  border-top: 0.625rem solid #103621;
}
.resource .details > :last-child {
  margin-bottom: 0;
  margin-top: auto;
}
.resource .details .button, .resource .details .nf-form-cont form input[type=button], .nf-form-cont form .resource .details input[type=button] {
  width: auto;
}
@media screen and (min-width: 48em) {
  .resource .details .button, .resource .details .nf-form-cont form input[type=button], .nf-form-cont form .resource .details input[type=button] {
    padding: 0.9375rem 1.25rem;
  }
}
.resource .details span:not(.button) {
  color: #11100d;
}
.resource .image {
  flex: 1;
  padding: 1.25rem 0 1.25rem 1.25rem;
}
.resource .image > img {
  box-shadow: 0 0.3125rem 0.9375rem rgba(17, 16, 13, 0.2);
  border-radius: 0.375rem;
}
.resource .image .logo {
  display: flex;
  padding: 0.625rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.3125rem 0.9375rem rgba(17, 16, 13, 0.2);
  background: #ffffff;
  aspect-ratio: 480/320;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.resource .image .logo img {
  max-height: 100%;
  width: auto;
}

/* CONTACT
===================================== */
.contact_con {
  position: relative;
  padding: 1.25rem;
}
@media screen and (min-width: 48em) {
  .contact_con {
    margin: 0 -0.9375rem;
  }
  .contact_con.spacing_left {
    margin: 0 0 1.25rem 1.25rem;
  }
}
[class*=equalize-flex] > * > .contact_con, .card_slider .slick-slide > .contact_con, .col_slider .slick-slide > .contact_con {
  height: 100%;
}
[class*=equalize-flex] > * > .contact_con .contact, .card_slider .slick-slide > .contact_con .contact, .col_slider .slick-slide > .contact_con .contact {
  height: 100%;
}
.contact_con .contact {
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  position: relative;
  background: #e7ebe8;
  padding: 1.25rem;
}
.contact_con .contact p, .contact_con .contact .p {
  display: flex;
}
.contact_con .contact p .icon, .contact_con .contact .p .icon {
  margin: -0.375rem 0.3125rem 0 0;
  flex-shrink: 0;
}
.contact_con .contact p a, .contact_con .contact .p a {
  font-weight: 500;
  word-break: break-all;
}
.contact_con .socials {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact_con .socials li {
  padding: 0;
  margin: 0;
}
.contact_con .socials li {
  margin: 0;
}
.contact_con .socials li:not(:last-child) {
  margin-right: 0.625rem;
}
.contact_con .icon {
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-size: contain;
}
.contact_con .social_link {
  background: #266d3c;
  padding: 0.3125rem;
  border-radius: 50%;
  display: block;
}
.contact_con .social_link:hover, .contact_con .social_link:focus {
  background: #103621;
}

/* FILTER
===================================== */
@media screen and (max-width: 47.9375em) {
  .filter_bar {
    padding-left: 0;
    padding-right: 0;
    margin-top: -1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .filter_bar {
    margin-top: -3.75rem;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 48em) {
  #main_content .filter_bar {
    display: block;
  }
}
#main_content .sticky {
  z-index: 6;
}
@media screen and (min-width: 48em) {
  #main_content .sticky {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.post_type_filter {
  background: #ffffff;
  padding: 0.3125rem 0.625rem;
  box-shadow: 0 1.0625rem 3.875rem 0 rgba(17, 16, 13, 0.26);
  position: relative;
  z-index: 5;
  overflow-x: auto;
}
@media screen and (min-width: 48em) {
  .post_type_filter {
    border-radius: 1.875rem;
    display: inline-block;
    padding: 0.3125rem;
  }
}
.post_type_filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
}
.post_type_filter ul li {
  padding: 0;
  margin: 0;
}
.post_type_filter ul li {
  margin: 0 !important;
  flex-shrink: 0;
}
.post_type_filter ul li a {
  display: flex;
  align-items: center;
  height: 2.5rem;
  border-radius: 1.5625rem;
  padding: 0 1.25rem;
}
@media screen and (min-width: 48em) {
  .post_type_filter ul li a {
    height: 3.125rem;
    padding: 0 1.875rem;
  }
}
.post_type_filter ul li a:hover, .post_type_filter ul li a:focus {
  background: #e7ebe8;
}
.post_type_filter ul li a.active {
  background: #266d3c;
  color: #ffffff;
}

/* ADVERTS
===================================== */
.prop {
  background: rgba(38, 109, 60, 0.15);
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  padding: 1.25rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 1.25rem 0;
  /*:last-child {
  	margin-bottom: 0;
  }*/
}
@media screen and (min-width: 64em) {
  .prop {
    padding: 2.5rem;
  }
}
.prop .blur {
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  z-index: 1;
}
.prop .blur::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(17, 16, 13, 0.8) 33%, rgba(17, 16, 13, 0) 80%);
}
.prop .inner {
  position: relative;
  z-index: 3;
}
.prop h2, .prop .h2, .prop h3, .prop .h3, .prop h2 + p.subtitle, .prop .h2 + p.subtitle, .prop .nf-form-cont .nf-saves-cont legend, .nf-form-cont .nf-saves-cont .prop legend, .prop h4, .prop .h4, .prop .nf-form-cont form legend, .nf-form-cont form .prop legend, .prop p, .prop .p {
  color: #ffffff;
}
.prop form [type=text], .prop form [type=email] {
  border-radius: 0.1875rem;
  border: none;
  margin-bottom: 1.25rem;
}
.prop form fieldset p, .prop form fieldset .p {
  font-size: 0.9375rem;
  line-height: 1.2;
}
.prop form fieldset p a, .prop form fieldset .p a {
  color: #ffffff;
  text-decoration: underline;
}

/* BLOG
============================================= */
.prev_next {
  display: flex;
  border-radius: 0.3125rem;
  overflow: hidden;
  list-style: none;
  margin: 0 0 1.25rem 0 !important;
}
.prev_next li {
  text-align: center;
  flex: 1;
  padding-right: 0.0625rem;
  margin-bottom: 0 !important;
}
.prev_next li:last-child {
  padding-right: 0;
  padding-left: 0.0625rem;
}
.prev_next li a {
  display: block;
  background: #266d3c !important;
  color: #ffffff !important;
  padding: 0.4375rem 0.3125rem !important;
  height: 100%;
  transition: background 0.2s ease-in-out;
}
.prev_next li a:hover, .prev_next li a:focus {
  background: #103621 !important;
}
.prev_next li a.disabled {
  background: #5b5a50 !important;
  cursor: not-allowed;
  opacity: 0.3;
}

.popular_articles hr, .popular_articles .hr {
  width: 100%;
}
.popular_articles hr:last-child, .popular_articles .hr:last-child {
  display: none;
}

.border_link_block {
  display: block;
  border-radius: 1.25rem;
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.border_link_block:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.625rem;
  background: #266d3c;
  top: 0;
  left: 0;
}
.border_link_block[href] span.row, .border_link_block[href] span.columns, .border_link_block[href] span.h3, .border_link_block[href] span.p {
  display: block;
}
.border_link_block[href] span.h3, .border_link_block[href] span.p {
  color: #11100d;
}
.border_link_block[href]:hover, .border_link_block[href]:focus {
  background: #266d3c;
  box-shadow: 0 0 0 1.25rem #266d3c;
}
.border_link_block[href]:hover span.h3, .border_link_block[href]:hover span.p, .border_link_block[href]:focus span.h3, .border_link_block[href]:focus span.p {
  color: #ffffff;
}
.border_link_block[href]:hover span.button, .border_link_block[href]:focus span.button {
  background: #ffffff;
  color: #266d3c;
}
.border_link_block[href]:hover .tags > span, .border_link_block[href]:focus .tags > span {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

/* Colours
============== */
.button.blue, .nf-form-cont form input.blue[type=button], button:not([type=submit]):not([type=reset]).blue {
  background-color: #075F64;
}
.button.blue:hover, .nf-form-cont form input.blue[type=button]:hover, .button.blue:focus, .nf-form-cont form input.blue[type=button]:focus, button:not([type=submit]):not([type=reset]).blue:hover, button:not([type=submit]):not([type=reset]).blue:focus {
  background-color: rgb(3.6635514019, 49.7196261682, 52.3364485981);
  color: #ffffff;
}

.card_con .card.blue:not(.featured_slider) .con {
  border-top-color: #075F64;
}
.card_con .card.blue:not(.featured_slider) .con .tags > span {
  background: rgba(7, 95, 100, 0.15);
}
.card_con .card.blue:not(.featured_slider) .con .title {
  color: #075F64;
}
.card_con .card.blue:not(.featured_slider) .con .button, .card_con .card.blue:not(.featured_slider) .con .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.blue:not(.featured_slider) .con input[type=button] {
  background: #075F64;
}
.card_con .card.blue:not(.featured_slider)[href]:hover, .card_con .card.blue:not(.featured_slider)[href]:focus {
  background: #075F64;
}
.card_con .card.blue:not(.featured_slider)[href]:hover .con .tags > span, .card_con .card.blue:not(.featured_slider)[href]:focus .con .tags > span {
  background: rgba(255, 255, 255, 0.15);
}
.card_con .card.blue:not(.featured_slider)[href]:hover .button, .card_con .card.blue:not(.featured_slider)[href]:hover .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.blue:not(.featured_slider)[href]:hover input[type=button], .card_con .card.blue:not(.featured_slider)[href]:focus .button, .card_con .card.blue:not(.featured_slider)[href]:focus .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.blue:not(.featured_slider)[href]:focus input[type=button] {
  background: #ffffff;
}

a.col_card.blue {
  background: #075F64;
}

.card_slider.blue .slick-prev i.icon_arrow, .card_slider.blue .slick-next i.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
  background-position: calc(50% + 2px) 50%;
  background-repeat: no-repeat;
  background-size: 0.75rem 1.375rem;
}
.card_slider.blue .slick-prev:hover, .card_slider.blue .slick-prev:focus, .card_slider.blue .slick-next:hover, .card_slider.blue .slick-next:focus {
  background: #075F64;
}
.card_slider.blue .slick-prev:hover i.icon_arrow, .card_slider.blue .slick-prev:focus i.icon_arrow, .card_slider.blue .slick-next:hover i.icon_arrow, .card_slider.blue .slick-next:focus i.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
  background-position: calc(50% + 2px) 50%;
  background-repeat: no-repeat;
  background-size: 0.75rem 1.375rem;
}

@media screen and (min-width: 48em) {
  .shaded_row.blue {
    background: rgba(7, 95, 100, 0.1);
  }
}

.dark_row_bg.blue {
  background: #075F64;
}

.tags.blue > span {
  background: rgba(7, 95, 100, 0.15);
}

.icon.blue.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
}
.icon.blue.icon_heart {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M40,19.36c-18.34-15-43.35,18.34,0,45C83.35,37.7,58.34,4.35,40,19.36Z'/%3E%3C/svg%3E") !important;
}
.icon.blue.icon_coins {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 50' preserveAspectRatio='xMidYMid' height='50' width='70'%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M66.46,19.71l-.65-8.31C65.4,6.1,55,2.88,41.66,3.91a48.51,48.51,0,0,0-16,3.76c-4.53,2.08-6.9,4.7-6.7,7.37l.25,3.17c-8.3.26-13.77,2.64-14.34,6.3L3.58,32.74C2.76,38,12.13,43.51,25.37,45.57a58.53,58.53,0,0,0,8.85.71,38.58,38.58,0,0,0,7.6-.69c4.88-1,7.79-3,8.2-5.64l1.28-8.23a4.39,4.39,0,0,0-.15-1.93,40.2,40.2,0,0,0,8.61-2.71C64.29,25,66.66,22.38,66.46,19.71Zm-40-10.23A46.42,46.42,0,0,1,41.82,5.91c1.58-.12,3.1-.18,4.57-.18,10.2,0,17.19,2.8,17.43,5.83.27,3.46-8.24,8-20.87,9a46.35,46.35,0,0,1-15.7-1.17c-3.81-1.08-6.17-2.76-6.3-4.48S22.88,11.14,26.48,9.48ZM42.6,28.9a51.15,51.15,0,0,1-10.44-.36l-.47-6.13c0-.05,0-.09,0-.13a51.34,51.34,0,0,0,6.73.43c1.22,0,2.47-.05,3.73-.13Zm-12.47-.71c-5.17-1.05-8.38-3-8.54-5l-.34-4.44a16,16,0,0,0,5.45,2.54c1,.28,2,.51,3.14.71a1,1,0,0,0-.15.56ZM13.59,34.3l-.87,5.58c-4.79-2.21-7.47-4.82-7.16-6.83l.68-4.4A16.1,16.1,0,0,0,11,32.37c.89.5,1.86,1,2.89,1.41A.91.91,0,0,0,13.59,34.3Zm11.1,9.12a51.14,51.14,0,0,1-10.07-2.74l.94-6.08a.57.57,0,0,0,0-.13,54.07,54.07,0,0,0,10.1,2.69ZM38,38.09l-.89,5.77a1.08,1.08,0,0,0,0,.31,52,52,0,0,1-10.49-.44l1-6.26a58.82,58.82,0,0,0,8,.59c.84,0,1.65,0,2.44-.07C38.07,38,38.05,38.05,38,38.09Zm10,1.55c-.27,1.71-2.74,3.2-6.63,4-.72.15-1.48.26-2.27.36L40,38.4a.93.93,0,0,0-.09-.55,19.91,19.91,0,0,0,8.8-2.6Zm1.28-8.23c-.54,3.43-9.85,5.89-22.37,3.95a46.43,46.43,0,0,1-15-4.74c-3.46-1.93-5.37-4.1-5.11-5.8.4-2.54,5.51-4.41,12.52-4.61l.25,3.13C20,28,27.94,31,38.87,31c1.57,0,3.2-.07,4.88-.2,1.86-.14,3.67-.37,5.42-.67A2.53,2.53,0,0,1,49.33,31.41Zm-4.74-2.67-.49-6.3a55,55,0,0,0,10.28-1.89s0,.07,0,.1l.45,5.81a.94.94,0,0,0,.08.31A51.41,51.41,0,0,1,44.59,28.74Zm14.34-3.47c-.67.3-1.39.59-2.13.86l-.44-5.64a1,1,0,0,0-.2-.5,20,20,0,0,0,8-4.55l.34,4.43C64.6,21.59,62.53,23.61,58.93,25.27Z'/%3E%3C/svg%3E") !important;
}
.icon.blue.icon_time {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M20,34.81c-8.17,0-14.81-6.65-14.81-14.81s6.65-14.81,14.81-14.81,14.81,6.65,14.81,14.81-6.64,14.81-14.81,14.81ZM20,7.19c-7.07,0-12.81,5.75-12.81,12.81s5.75,12.81,12.81,12.81,12.81-5.75,12.81-12.81-5.75-12.81-12.81-12.81Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M26.19,21.9l-5.23-2.5v-7.86c0-.53-.43-.96-.96-.96s-.96.43-.96.96v8.46s0,.07,0,.12c0,.02,0,.08,0,.15v.06s.03.05.03.05l.07.12s.07.11.12.16c.04.05.11.1.18.14l.05.04,5.8,2.77c.14.06.27.09.41.09h0c.54,0,.96-.41.97-.93,0-.36-.18-.69-.5-.87Z'/%3E%3C/svg%3E") !important;
}
.icon.blue.icon_pin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 60' preserveAspectRatio='xMidYMid' height='60' width='50'%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M20,35.47c-.16,0-.33-.04-.48-.11-6.45-3.23-12.11-11.75-12.11-18.24,0-6.94,5.65-12.59,12.59-12.59s12.59,5.65,12.59,12.59c0,6.49-5.66,15.01-12.11,18.24-.15.08-.32.11-.48.11ZM20,6.68c-5.76,0-10.44,4.69-10.44,10.44s4.92,13.02,10.44,16.06c5.53-3.04,10.44-10.54,10.44-16.06s-4.69-10.44-10.44-10.44Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M20,23.95c-3.77,0-6.83-3.06-6.83-6.83s3.07-6.83,6.83-6.83,6.83,3.06,6.83,6.83-3.06,6.83-6.83,6.83ZM20,12.44c-2.58,0-4.68,2.1-4.68,4.69s2.1,4.68,4.68,4.68,4.69-2.1,4.69-4.68-2.1-4.69-4.69-4.69Z'/%3E%3C/svg%3E") !important;
}
.icon.blue.icon_map {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M46.58.19a1,1,0,0,0-.9-.14L31,5,16.32.05h-.09L16,0l-.23,0h-.09l-15,5A1,1,0,0,0,0,6V46a1,1,0,0,0,.42.81A.94.94,0,0,0,1,47a1.19,1.19,0,0,0,.32,0L16,42.05,30.68,47h0a1,1,0,0,0,.62,0h0l15-5A1,1,0,0,0,47,41V1A1,1,0,0,0,46.58.19ZM2,6.72,15,2.39V40.28L2,44.61ZM17,2.39,30,6.72V44.61L17,40.28ZM45,40.28,32,44.61V6.72L45,2.39Z'/%3E%3C/svg%3E") !important;
}
.icon.blue.icon_filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 52' preserveAspectRatio='xMidYMid' height='52' width='47'%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M46,45H31.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2H20.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM26,50a4,4,0,1,1,4-4A4,4,0,0,1,26,50Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M46,5H36.91A6,6,0,0,0,25.09,5H1A1,1,0,0,0,1,7H25.09A6,6,0,0,0,36.91,7H46a1,1,0,0,0,0-2ZM31,10a4,4,0,1,1,4-4A4,4,0,0,1,31,10Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M46,25H21.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2h9.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM16,30a4,4,0,1,1,4-4A4,4,0,0,1,16,30Z'/%3E%3C/svg%3E") !important;
}
.icon.blue.icon_search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M61.77,58.23l-8.49-8.49a20.07,20.07,0,1,0-3.54,3.54l8.49,8.49a2.51,2.51,0,0,0,3.54,0A2.52,2.52,0,0,0,61.77,58.23ZM22.5,37.5a15,15,0,1,1,15,15A15,15,0,0,1,22.5,37.5Z'/%3E%3C/svg%3E") !important;
}
.icon.blue.icon_cross {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29' preserveAspectRatio='xMidYMid' height='29' width='29'%3E%3Cpolygon style='fill:%23075F64; transition: fill 200ms ease-out;' points='28.29 24.75 17.68 14.14 28.29 3.54 24.75 0 14.14 10.61 3.54 0 0 3.54 10.61 14.14 0 24.75 3.54 28.29 14.14 17.68 24.75 28.29 28.29 24.75'/%3E%3C/svg%3E") !important;
}
.icon.blue.icon_check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' preserveAspectRatio='xMidYMid' height='35' width='45'%3E%3Crect style='fill:%23075F64; transition: fill 200ms ease-out;' x='9.39' y='12.8' width='5' height='20' transform='translate(-12.64 15.09) rotate(-45)'/%3E%3Crect style='fill:%23075F64; transition: fill 200ms ease-out;' x='10.3' y='15' width='35' height='5' transform='translate(-4.23 24.79) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.icon.blue.icon_share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 45' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Ccircle style='fill:%23075F64; transition: fill 200ms ease-out;' cx='15' cy='25' r='10'/%3E%3Ccircle style='fill:%23075F64; transition: fill 200ms ease-out;' cx='40' cy='45' r='10'/%3E%3Ccircle style='fill:%23075F64; transition: fill 200ms ease-out;' cx='45' cy='15' r='10'/%3E%3Cline style='fill:%23075F64; transition: fill 200ms ease-out;' x1='25' y1='33' x2='30' y2='37'/%3E%3Cline style='fill:%23075F64; transition: fill 200ms ease-out;' x1='25' y1='21.67' x2='35' y2='18.33'/%3E%3C/svg%3E") !important;
}
.icon.blue.icon_date {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M31.17,33.48H8.83a3.07,3.07,0,0,1-3.06-3.07V11.86A3.07,3.07,0,0,1,8.83,8.79H31.17a3.07,3.07,0,0,1,3.06,3.07V30.41A3.07,3.07,0,0,1,31.17,33.48ZM8.83,10.79a1.06,1.06,0,0,0-1.06,1.07V30.41a1.06,1.06,0,0,0,1.06,1.07H31.17a1.06,1.06,0,0,0,1.06-1.07V11.86a1.06,1.06,0,0,0-1.06-1.07Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M33.23,14.57H6.77a1,1,0,0,1,0-2H33.23a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M14.33,22.13H10.55a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,14.33,22.13Zm-2.78-2h1.78V18.35H11.55Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M21.89,22.13H18.11a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,21.89,22.13Zm-2.78-2h1.78V18.35H19.11Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M29.45,22.13H25.67a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,29.45,22.13Zm-2.78-2h1.78V18.35H26.67Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M14.33,29.7H10.55a1,1,0,0,1-1-1V24.92a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1V28.7A1,1,0,0,1,14.33,29.7Zm-2.78-2h1.78V25.92H11.55Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M21.89,29.7H18.11a1,1,0,0,1-1-1V24.92a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1V28.7A1,1,0,0,1,21.89,29.7Zm-2.78-2h1.78V25.92H19.11Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M12.06,12.3a1,1,0,0,1-1-1V7.52a1,1,0,1,1,2,0V11.3A1,1,0,0,1,12.06,12.3Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M27.94,12.3a1,1,0,0,1-1-1V7.52a1,1,0,0,1,2,0V11.3A1,1,0,0,1,27.94,12.3Z'/%3E%3C/svg%3E") !important;
}
.icon.blue.icon_email {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M20,22.35a3.38,3.38,0,0,1-2.09-.74L5.38,11.79a1,1,0,0,1,1.24-1.58L19.15,20a1.35,1.35,0,0,0,1.69,0l12.54-9.84a1,1,0,1,1,1.24,1.58L22.08,21.62A3.36,3.36,0,0,1,20,22.35Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M33.12,31H6.87A2.88,2.88,0,0,1,4,28.12V11.87A2.88,2.88,0,0,1,6.87,9H33.12A2.88,2.88,0,0,1,36,11.87V28.12A2.88,2.88,0,0,1,33.12,31ZM6.87,11a.87.87,0,0,0-.87.87V28.12a.87.87,0,0,0,.87.88H33.12a.87.87,0,0,0,.88-.88V11.87a.87.87,0,0,0-.88-.87Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M34,30a1,1,0,0,1-.65-.24l-11-9.4a1,1,0,0,1,1.3-1.52l11,9.4A1,1,0,0,1,34,30Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M6,30a1,1,0,0,1-.65-1.76l11-9.4a1,1,0,0,1,1.3,1.52l-11,9.4A1,1,0,0,1,6,30Z'/%3E%3C/svg%3E") !important;
}
.icon.blue.icon_phone {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M26.2,34.24c-3.55,0-8.12-1.9-13.33-7.11C9,23.25,6.66,19.48,6,15.94A8.3,8.3,0,0,1,11.1,6a3,3,0,0,1,3.19.37c.05.06,4.81,6.26,3.22,7.86-.24.24-.49.49-.75.77-.5.52-1.11,1.15-2,2a20,20,0,0,0,8.26,8.23c.55-.54,1.16-1.16,1.72-1.73l1-1c.58-.57,1.46-.61,4.28.89a21,21,0,0,1,3.58,2.33A3,3,0,0,1,34,28.9,8.46,8.46,0,0,1,32,32,8,8,0,0,1,26.2,34.24ZM12.57,7.73a2.37,2.37,0,0,0-.81.17A6.53,6.53,0,0,0,9.45,9.41h0a6.57,6.57,0,0,0-1.54,6.14c.62,3.1,2.83,6.62,6.38,10.16,7.8,7.81,13.66,7.48,16.3,4.84a6.53,6.53,0,0,0,1.51-2.31c.24-.67.17-1,.1-1.11a21.28,21.28,0,0,0-5.28-3l-.7.7c-.76.78-1.6,1.63-2.29,2.28a1,1,0,0,1-1.14.16A22,22,0,0,1,12.68,17.19,1,1,0,0,1,12.9,16c1.1-1,1.8-1.75,2.42-2.4l.53-.54a21,21,0,0,0-3-5.28S12.74,7.73,12.57,7.73Zm-3.82,1Z'/%3E%3C/svg%3E") !important;
}
.icon.blue.icon_website {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M20,34.81A14.81,14.81,0,1,1,34.81,20,14.82,14.82,0,0,1,20,34.81ZM20,7.19A12.81,12.81,0,1,0,32.81,20,12.82,12.82,0,0,0,20,7.19Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M20,34.81c-3.68,0-5.6-7.45-5.6-14.81S16.32,5.19,20,5.19,25.6,12.64,25.6,20,23.68,34.81,20,34.81ZM20,7.19c-1.47,0-3.6,5-3.6,12.81S18.53,32.81,20,32.81s3.6-5,3.6-12.81S21.47,7.19,20,7.19Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M33.81,21H6.19a1,1,0,0,1,0-2H33.81a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M20,14.55a101.07,101.07,0,0,1-12-.67,1,1,0,1,1,.23-2A101.67,101.67,0,0,0,20,12.55a100.28,100.28,0,0,0,11.51-.63,1,1,0,0,1,1.11.88,1,1,0,0,1-.88,1.11A102,102,0,0,1,20,14.55Z'/%3E%3Cpath style='fill:%23075F64; transition: fill 200ms ease-out;' d='M8.33,28.09a1,1,0,0,1-.11-2A102.69,102.69,0,0,1,20,25.45a102,102,0,0,1,11.74.64,1,1,0,0,1,.88,1.11,1,1,0,0,1-1.11.88A100.28,100.28,0,0,0,20,27.45a101,101,0,0,0-11.55.63Z'/%3E%3C/svg%3E") !important;
}

.button.green, .nf-form-cont form input.green[type=button], button:not([type=submit]):not([type=reset]).green {
  background-color: #266d3c;
}
.button.green:hover, .nf-form-cont form input.green[type=button]:hover, .button.green:focus, .nf-form-cont form input.green[type=button]:focus, button:not([type=submit]):not([type=reset]).green:hover, button:not([type=submit]):not([type=reset]).green:focus {
  background-color: rgb(24.8163265306, 71.1836734694, 39.1836734694);
  color: #ffffff;
}

.card_con .card.green:not(.featured_slider) .con {
  border-top-color: #266d3c;
}
.card_con .card.green:not(.featured_slider) .con .tags > span {
  background: rgba(38, 109, 60, 0.15);
}
.card_con .card.green:not(.featured_slider) .con .title {
  color: #266d3c;
}
.card_con .card.green:not(.featured_slider) .con .button, .card_con .card.green:not(.featured_slider) .con .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.green:not(.featured_slider) .con input[type=button] {
  background: #266d3c;
}
.card_con .card.green:not(.featured_slider)[href]:hover, .card_con .card.green:not(.featured_slider)[href]:focus {
  background: #266d3c;
}
.card_con .card.green:not(.featured_slider)[href]:hover .con .tags > span, .card_con .card.green:not(.featured_slider)[href]:focus .con .tags > span {
  background: rgba(255, 255, 255, 0.15);
}
.card_con .card.green:not(.featured_slider)[href]:hover .button, .card_con .card.green:not(.featured_slider)[href]:hover .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.green:not(.featured_slider)[href]:hover input[type=button], .card_con .card.green:not(.featured_slider)[href]:focus .button, .card_con .card.green:not(.featured_slider)[href]:focus .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.green:not(.featured_slider)[href]:focus input[type=button] {
  background: #ffffff;
}

a.col_card.green {
  background: #266d3c;
}

.card_slider.green .slick-prev i.icon_arrow, .card_slider.green .slick-next i.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
  background-position: calc(50% + 2px) 50%;
  background-repeat: no-repeat;
  background-size: 0.75rem 1.375rem;
}
.card_slider.green .slick-prev:hover, .card_slider.green .slick-prev:focus, .card_slider.green .slick-next:hover, .card_slider.green .slick-next:focus {
  background: #266d3c;
}
.card_slider.green .slick-prev:hover i.icon_arrow, .card_slider.green .slick-prev:focus i.icon_arrow, .card_slider.green .slick-next:hover i.icon_arrow, .card_slider.green .slick-next:focus i.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
  background-position: calc(50% + 2px) 50%;
  background-repeat: no-repeat;
  background-size: 0.75rem 1.375rem;
}

@media screen and (min-width: 48em) {
  .shaded_row.green {
    background: rgba(38, 109, 60, 0.1);
  }
}

.dark_row_bg.green {
  background: #266d3c;
}

.tags.green > span {
  background: rgba(38, 109, 60, 0.15);
}

.icon.green.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
}
.icon.green.icon_heart {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M40,19.36c-18.34-15-43.35,18.34,0,45C83.35,37.7,58.34,4.35,40,19.36Z'/%3E%3C/svg%3E") !important;
}
.icon.green.icon_coins {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 50' preserveAspectRatio='xMidYMid' height='50' width='70'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M66.46,19.71l-.65-8.31C65.4,6.1,55,2.88,41.66,3.91a48.51,48.51,0,0,0-16,3.76c-4.53,2.08-6.9,4.7-6.7,7.37l.25,3.17c-8.3.26-13.77,2.64-14.34,6.3L3.58,32.74C2.76,38,12.13,43.51,25.37,45.57a58.53,58.53,0,0,0,8.85.71,38.58,38.58,0,0,0,7.6-.69c4.88-1,7.79-3,8.2-5.64l1.28-8.23a4.39,4.39,0,0,0-.15-1.93,40.2,40.2,0,0,0,8.61-2.71C64.29,25,66.66,22.38,66.46,19.71Zm-40-10.23A46.42,46.42,0,0,1,41.82,5.91c1.58-.12,3.1-.18,4.57-.18,10.2,0,17.19,2.8,17.43,5.83.27,3.46-8.24,8-20.87,9a46.35,46.35,0,0,1-15.7-1.17c-3.81-1.08-6.17-2.76-6.3-4.48S22.88,11.14,26.48,9.48ZM42.6,28.9a51.15,51.15,0,0,1-10.44-.36l-.47-6.13c0-.05,0-.09,0-.13a51.34,51.34,0,0,0,6.73.43c1.22,0,2.47-.05,3.73-.13Zm-12.47-.71c-5.17-1.05-8.38-3-8.54-5l-.34-4.44a16,16,0,0,0,5.45,2.54c1,.28,2,.51,3.14.71a1,1,0,0,0-.15.56ZM13.59,34.3l-.87,5.58c-4.79-2.21-7.47-4.82-7.16-6.83l.68-4.4A16.1,16.1,0,0,0,11,32.37c.89.5,1.86,1,2.89,1.41A.91.91,0,0,0,13.59,34.3Zm11.1,9.12a51.14,51.14,0,0,1-10.07-2.74l.94-6.08a.57.57,0,0,0,0-.13,54.07,54.07,0,0,0,10.1,2.69ZM38,38.09l-.89,5.77a1.08,1.08,0,0,0,0,.31,52,52,0,0,1-10.49-.44l1-6.26a58.82,58.82,0,0,0,8,.59c.84,0,1.65,0,2.44-.07C38.07,38,38.05,38.05,38,38.09Zm10,1.55c-.27,1.71-2.74,3.2-6.63,4-.72.15-1.48.26-2.27.36L40,38.4a.93.93,0,0,0-.09-.55,19.91,19.91,0,0,0,8.8-2.6Zm1.28-8.23c-.54,3.43-9.85,5.89-22.37,3.95a46.43,46.43,0,0,1-15-4.74c-3.46-1.93-5.37-4.1-5.11-5.8.4-2.54,5.51-4.41,12.52-4.61l.25,3.13C20,28,27.94,31,38.87,31c1.57,0,3.2-.07,4.88-.2,1.86-.14,3.67-.37,5.42-.67A2.53,2.53,0,0,1,49.33,31.41Zm-4.74-2.67-.49-6.3a55,55,0,0,0,10.28-1.89s0,.07,0,.1l.45,5.81a.94.94,0,0,0,.08.31A51.41,51.41,0,0,1,44.59,28.74Zm14.34-3.47c-.67.3-1.39.59-2.13.86l-.44-5.64a1,1,0,0,0-.2-.5,20,20,0,0,0,8-4.55l.34,4.43C64.6,21.59,62.53,23.61,58.93,25.27Z'/%3E%3C/svg%3E") !important;
}
.icon.green.icon_time {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M20,34.81c-8.17,0-14.81-6.65-14.81-14.81s6.65-14.81,14.81-14.81,14.81,6.65,14.81,14.81-6.64,14.81-14.81,14.81ZM20,7.19c-7.07,0-12.81,5.75-12.81,12.81s5.75,12.81,12.81,12.81,12.81-5.75,12.81-12.81-5.75-12.81-12.81-12.81Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M26.19,21.9l-5.23-2.5v-7.86c0-.53-.43-.96-.96-.96s-.96.43-.96.96v8.46s0,.07,0,.12c0,.02,0,.08,0,.15v.06s.03.05.03.05l.07.12s.07.11.12.16c.04.05.11.1.18.14l.05.04,5.8,2.77c.14.06.27.09.41.09h0c.54,0,.96-.41.97-.93,0-.36-.18-.69-.5-.87Z'/%3E%3C/svg%3E") !important;
}
.icon.green.icon_pin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 60' preserveAspectRatio='xMidYMid' height='60' width='50'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M20,35.47c-.16,0-.33-.04-.48-.11-6.45-3.23-12.11-11.75-12.11-18.24,0-6.94,5.65-12.59,12.59-12.59s12.59,5.65,12.59,12.59c0,6.49-5.66,15.01-12.11,18.24-.15.08-.32.11-.48.11ZM20,6.68c-5.76,0-10.44,4.69-10.44,10.44s4.92,13.02,10.44,16.06c5.53-3.04,10.44-10.54,10.44-16.06s-4.69-10.44-10.44-10.44Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M20,23.95c-3.77,0-6.83-3.06-6.83-6.83s3.07-6.83,6.83-6.83,6.83,3.06,6.83,6.83-3.06,6.83-6.83,6.83ZM20,12.44c-2.58,0-4.68,2.1-4.68,4.69s2.1,4.68,4.68,4.68,4.69-2.1,4.69-4.68-2.1-4.69-4.69-4.69Z'/%3E%3C/svg%3E") !important;
}
.icon.green.icon_map {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M46.58.19a1,1,0,0,0-.9-.14L31,5,16.32.05h-.09L16,0l-.23,0h-.09l-15,5A1,1,0,0,0,0,6V46a1,1,0,0,0,.42.81A.94.94,0,0,0,1,47a1.19,1.19,0,0,0,.32,0L16,42.05,30.68,47h0a1,1,0,0,0,.62,0h0l15-5A1,1,0,0,0,47,41V1A1,1,0,0,0,46.58.19ZM2,6.72,15,2.39V40.28L2,44.61ZM17,2.39,30,6.72V44.61L17,40.28ZM45,40.28,32,44.61V6.72L45,2.39Z'/%3E%3C/svg%3E") !important;
}
.icon.green.icon_filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 52' preserveAspectRatio='xMidYMid' height='52' width='47'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M46,45H31.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2H20.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM26,50a4,4,0,1,1,4-4A4,4,0,0,1,26,50Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M46,5H36.91A6,6,0,0,0,25.09,5H1A1,1,0,0,0,1,7H25.09A6,6,0,0,0,36.91,7H46a1,1,0,0,0,0-2ZM31,10a4,4,0,1,1,4-4A4,4,0,0,1,31,10Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M46,25H21.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2h9.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM16,30a4,4,0,1,1,4-4A4,4,0,0,1,16,30Z'/%3E%3C/svg%3E") !important;
}
.icon.green.icon_search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M61.77,58.23l-8.49-8.49a20.07,20.07,0,1,0-3.54,3.54l8.49,8.49a2.51,2.51,0,0,0,3.54,0A2.52,2.52,0,0,0,61.77,58.23ZM22.5,37.5a15,15,0,1,1,15,15A15,15,0,0,1,22.5,37.5Z'/%3E%3C/svg%3E") !important;
}
.icon.green.icon_cross {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29' preserveAspectRatio='xMidYMid' height='29' width='29'%3E%3Cpolygon style='fill:%23266d3c; transition: fill 200ms ease-out;' points='28.29 24.75 17.68 14.14 28.29 3.54 24.75 0 14.14 10.61 3.54 0 0 3.54 10.61 14.14 0 24.75 3.54 28.29 14.14 17.68 24.75 28.29 28.29 24.75'/%3E%3C/svg%3E") !important;
}
.icon.green.icon_check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' preserveAspectRatio='xMidYMid' height='35' width='45'%3E%3Crect style='fill:%23266d3c; transition: fill 200ms ease-out;' x='9.39' y='12.8' width='5' height='20' transform='translate(-12.64 15.09) rotate(-45)'/%3E%3Crect style='fill:%23266d3c; transition: fill 200ms ease-out;' x='10.3' y='15' width='35' height='5' transform='translate(-4.23 24.79) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.icon.green.icon_share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 45' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Ccircle style='fill:%23266d3c; transition: fill 200ms ease-out;' cx='15' cy='25' r='10'/%3E%3Ccircle style='fill:%23266d3c; transition: fill 200ms ease-out;' cx='40' cy='45' r='10'/%3E%3Ccircle style='fill:%23266d3c; transition: fill 200ms ease-out;' cx='45' cy='15' r='10'/%3E%3Cline style='fill:%23266d3c; transition: fill 200ms ease-out;' x1='25' y1='33' x2='30' y2='37'/%3E%3Cline style='fill:%23266d3c; transition: fill 200ms ease-out;' x1='25' y1='21.67' x2='35' y2='18.33'/%3E%3C/svg%3E") !important;
}
.icon.green.icon_date {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M31.17,33.48H8.83a3.07,3.07,0,0,1-3.06-3.07V11.86A3.07,3.07,0,0,1,8.83,8.79H31.17a3.07,3.07,0,0,1,3.06,3.07V30.41A3.07,3.07,0,0,1,31.17,33.48ZM8.83,10.79a1.06,1.06,0,0,0-1.06,1.07V30.41a1.06,1.06,0,0,0,1.06,1.07H31.17a1.06,1.06,0,0,0,1.06-1.07V11.86a1.06,1.06,0,0,0-1.06-1.07Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M33.23,14.57H6.77a1,1,0,0,1,0-2H33.23a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M14.33,22.13H10.55a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,14.33,22.13Zm-2.78-2h1.78V18.35H11.55Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M21.89,22.13H18.11a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,21.89,22.13Zm-2.78-2h1.78V18.35H19.11Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M29.45,22.13H25.67a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,29.45,22.13Zm-2.78-2h1.78V18.35H26.67Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M14.33,29.7H10.55a1,1,0,0,1-1-1V24.92a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1V28.7A1,1,0,0,1,14.33,29.7Zm-2.78-2h1.78V25.92H11.55Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M21.89,29.7H18.11a1,1,0,0,1-1-1V24.92a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1V28.7A1,1,0,0,1,21.89,29.7Zm-2.78-2h1.78V25.92H19.11Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M12.06,12.3a1,1,0,0,1-1-1V7.52a1,1,0,1,1,2,0V11.3A1,1,0,0,1,12.06,12.3Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M27.94,12.3a1,1,0,0,1-1-1V7.52a1,1,0,0,1,2,0V11.3A1,1,0,0,1,27.94,12.3Z'/%3E%3C/svg%3E") !important;
}
.icon.green.icon_email {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M20,22.35a3.38,3.38,0,0,1-2.09-.74L5.38,11.79a1,1,0,0,1,1.24-1.58L19.15,20a1.35,1.35,0,0,0,1.69,0l12.54-9.84a1,1,0,1,1,1.24,1.58L22.08,21.62A3.36,3.36,0,0,1,20,22.35Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M33.12,31H6.87A2.88,2.88,0,0,1,4,28.12V11.87A2.88,2.88,0,0,1,6.87,9H33.12A2.88,2.88,0,0,1,36,11.87V28.12A2.88,2.88,0,0,1,33.12,31ZM6.87,11a.87.87,0,0,0-.87.87V28.12a.87.87,0,0,0,.87.88H33.12a.87.87,0,0,0,.88-.88V11.87a.87.87,0,0,0-.88-.87Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M34,30a1,1,0,0,1-.65-.24l-11-9.4a1,1,0,0,1,1.3-1.52l11,9.4A1,1,0,0,1,34,30Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M6,30a1,1,0,0,1-.65-1.76l11-9.4a1,1,0,0,1,1.3,1.52l-11,9.4A1,1,0,0,1,6,30Z'/%3E%3C/svg%3E") !important;
}
.icon.green.icon_phone {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M26.2,34.24c-3.55,0-8.12-1.9-13.33-7.11C9,23.25,6.66,19.48,6,15.94A8.3,8.3,0,0,1,11.1,6a3,3,0,0,1,3.19.37c.05.06,4.81,6.26,3.22,7.86-.24.24-.49.49-.75.77-.5.52-1.11,1.15-2,2a20,20,0,0,0,8.26,8.23c.55-.54,1.16-1.16,1.72-1.73l1-1c.58-.57,1.46-.61,4.28.89a21,21,0,0,1,3.58,2.33A3,3,0,0,1,34,28.9,8.46,8.46,0,0,1,32,32,8,8,0,0,1,26.2,34.24ZM12.57,7.73a2.37,2.37,0,0,0-.81.17A6.53,6.53,0,0,0,9.45,9.41h0a6.57,6.57,0,0,0-1.54,6.14c.62,3.1,2.83,6.62,6.38,10.16,7.8,7.81,13.66,7.48,16.3,4.84a6.53,6.53,0,0,0,1.51-2.31c.24-.67.17-1,.1-1.11a21.28,21.28,0,0,0-5.28-3l-.7.7c-.76.78-1.6,1.63-2.29,2.28a1,1,0,0,1-1.14.16A22,22,0,0,1,12.68,17.19,1,1,0,0,1,12.9,16c1.1-1,1.8-1.75,2.42-2.4l.53-.54a21,21,0,0,0-3-5.28S12.74,7.73,12.57,7.73Zm-3.82,1Z'/%3E%3C/svg%3E") !important;
}
.icon.green.icon_website {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M20,34.81A14.81,14.81,0,1,1,34.81,20,14.82,14.82,0,0,1,20,34.81ZM20,7.19A12.81,12.81,0,1,0,32.81,20,12.82,12.82,0,0,0,20,7.19Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M20,34.81c-3.68,0-5.6-7.45-5.6-14.81S16.32,5.19,20,5.19,25.6,12.64,25.6,20,23.68,34.81,20,34.81ZM20,7.19c-1.47,0-3.6,5-3.6,12.81S18.53,32.81,20,32.81s3.6-5,3.6-12.81S21.47,7.19,20,7.19Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M33.81,21H6.19a1,1,0,0,1,0-2H33.81a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M20,14.55a101.07,101.07,0,0,1-12-.67,1,1,0,1,1,.23-2A101.67,101.67,0,0,0,20,12.55a100.28,100.28,0,0,0,11.51-.63,1,1,0,0,1,1.11.88,1,1,0,0,1-.88,1.11A102,102,0,0,1,20,14.55Z'/%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M8.33,28.09a1,1,0,0,1-.11-2A102.69,102.69,0,0,1,20,25.45a102,102,0,0,1,11.74.64,1,1,0,0,1,.88,1.11,1,1,0,0,1-1.11.88A100.28,100.28,0,0,0,20,27.45a101,101,0,0,0-11.55.63Z'/%3E%3C/svg%3E") !important;
}

.button.purple, .nf-form-cont form input.purple[type=button], button:not([type=submit]):not([type=reset]).purple {
  background-color: #8E5489;
}
.button.purple:hover, .nf-form-cont form input.purple[type=button]:hover, .button.purple:focus, .nf-form-cont form input.purple[type=button]:focus, button:not([type=submit]):not([type=reset]).purple:hover, button:not([type=submit]):not([type=reset]).purple:focus {
  background-color: rgb(109.9557522124, 65.0442477876, 106.0840707965);
  color: #ffffff;
}

.card_con .card.purple:not(.featured_slider) .con {
  border-top-color: #8E5489;
}
.card_con .card.purple:not(.featured_slider) .con .tags > span {
  background: rgba(142, 84, 137, 0.15);
}
.card_con .card.purple:not(.featured_slider) .con .title {
  color: #8E5489;
}
.card_con .card.purple:not(.featured_slider) .con .button, .card_con .card.purple:not(.featured_slider) .con .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.purple:not(.featured_slider) .con input[type=button] {
  background: #8E5489;
}
.card_con .card.purple:not(.featured_slider)[href]:hover, .card_con .card.purple:not(.featured_slider)[href]:focus {
  background: #8E5489;
}
.card_con .card.purple:not(.featured_slider)[href]:hover .con .tags > span, .card_con .card.purple:not(.featured_slider)[href]:focus .con .tags > span {
  background: rgba(255, 255, 255, 0.15);
}
.card_con .card.purple:not(.featured_slider)[href]:hover .button, .card_con .card.purple:not(.featured_slider)[href]:hover .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.purple:not(.featured_slider)[href]:hover input[type=button], .card_con .card.purple:not(.featured_slider)[href]:focus .button, .card_con .card.purple:not(.featured_slider)[href]:focus .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.purple:not(.featured_slider)[href]:focus input[type=button] {
  background: #ffffff;
}

a.col_card.purple {
  background: #8E5489;
}

.card_slider.purple .slick-prev i.icon_arrow, .card_slider.purple .slick-next i.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
  background-position: calc(50% + 2px) 50%;
  background-repeat: no-repeat;
  background-size: 0.75rem 1.375rem;
}
.card_slider.purple .slick-prev:hover, .card_slider.purple .slick-prev:focus, .card_slider.purple .slick-next:hover, .card_slider.purple .slick-next:focus {
  background: #8E5489;
}
.card_slider.purple .slick-prev:hover i.icon_arrow, .card_slider.purple .slick-prev:focus i.icon_arrow, .card_slider.purple .slick-next:hover i.icon_arrow, .card_slider.purple .slick-next:focus i.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
  background-position: calc(50% + 2px) 50%;
  background-repeat: no-repeat;
  background-size: 0.75rem 1.375rem;
}

@media screen and (min-width: 48em) {
  .shaded_row.purple {
    background: rgba(142, 84, 137, 0.1);
  }
}

.dark_row_bg.purple {
  background: #8E5489;
}

.tags.purple > span {
  background: rgba(142, 84, 137, 0.15);
}

.icon.purple.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
}
.icon.purple.icon_heart {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M40,19.36c-18.34-15-43.35,18.34,0,45C83.35,37.7,58.34,4.35,40,19.36Z'/%3E%3C/svg%3E") !important;
}
.icon.purple.icon_coins {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 50' preserveAspectRatio='xMidYMid' height='50' width='70'%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M66.46,19.71l-.65-8.31C65.4,6.1,55,2.88,41.66,3.91a48.51,48.51,0,0,0-16,3.76c-4.53,2.08-6.9,4.7-6.7,7.37l.25,3.17c-8.3.26-13.77,2.64-14.34,6.3L3.58,32.74C2.76,38,12.13,43.51,25.37,45.57a58.53,58.53,0,0,0,8.85.71,38.58,38.58,0,0,0,7.6-.69c4.88-1,7.79-3,8.2-5.64l1.28-8.23a4.39,4.39,0,0,0-.15-1.93,40.2,40.2,0,0,0,8.61-2.71C64.29,25,66.66,22.38,66.46,19.71Zm-40-10.23A46.42,46.42,0,0,1,41.82,5.91c1.58-.12,3.1-.18,4.57-.18,10.2,0,17.19,2.8,17.43,5.83.27,3.46-8.24,8-20.87,9a46.35,46.35,0,0,1-15.7-1.17c-3.81-1.08-6.17-2.76-6.3-4.48S22.88,11.14,26.48,9.48ZM42.6,28.9a51.15,51.15,0,0,1-10.44-.36l-.47-6.13c0-.05,0-.09,0-.13a51.34,51.34,0,0,0,6.73.43c1.22,0,2.47-.05,3.73-.13Zm-12.47-.71c-5.17-1.05-8.38-3-8.54-5l-.34-4.44a16,16,0,0,0,5.45,2.54c1,.28,2,.51,3.14.71a1,1,0,0,0-.15.56ZM13.59,34.3l-.87,5.58c-4.79-2.21-7.47-4.82-7.16-6.83l.68-4.4A16.1,16.1,0,0,0,11,32.37c.89.5,1.86,1,2.89,1.41A.91.91,0,0,0,13.59,34.3Zm11.1,9.12a51.14,51.14,0,0,1-10.07-2.74l.94-6.08a.57.57,0,0,0,0-.13,54.07,54.07,0,0,0,10.1,2.69ZM38,38.09l-.89,5.77a1.08,1.08,0,0,0,0,.31,52,52,0,0,1-10.49-.44l1-6.26a58.82,58.82,0,0,0,8,.59c.84,0,1.65,0,2.44-.07C38.07,38,38.05,38.05,38,38.09Zm10,1.55c-.27,1.71-2.74,3.2-6.63,4-.72.15-1.48.26-2.27.36L40,38.4a.93.93,0,0,0-.09-.55,19.91,19.91,0,0,0,8.8-2.6Zm1.28-8.23c-.54,3.43-9.85,5.89-22.37,3.95a46.43,46.43,0,0,1-15-4.74c-3.46-1.93-5.37-4.1-5.11-5.8.4-2.54,5.51-4.41,12.52-4.61l.25,3.13C20,28,27.94,31,38.87,31c1.57,0,3.2-.07,4.88-.2,1.86-.14,3.67-.37,5.42-.67A2.53,2.53,0,0,1,49.33,31.41Zm-4.74-2.67-.49-6.3a55,55,0,0,0,10.28-1.89s0,.07,0,.1l.45,5.81a.94.94,0,0,0,.08.31A51.41,51.41,0,0,1,44.59,28.74Zm14.34-3.47c-.67.3-1.39.59-2.13.86l-.44-5.64a1,1,0,0,0-.2-.5,20,20,0,0,0,8-4.55l.34,4.43C64.6,21.59,62.53,23.61,58.93,25.27Z'/%3E%3C/svg%3E") !important;
}
.icon.purple.icon_time {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M20,34.81c-8.17,0-14.81-6.65-14.81-14.81s6.65-14.81,14.81-14.81,14.81,6.65,14.81,14.81-6.64,14.81-14.81,14.81ZM20,7.19c-7.07,0-12.81,5.75-12.81,12.81s5.75,12.81,12.81,12.81,12.81-5.75,12.81-12.81-5.75-12.81-12.81-12.81Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M26.19,21.9l-5.23-2.5v-7.86c0-.53-.43-.96-.96-.96s-.96.43-.96.96v8.46s0,.07,0,.12c0,.02,0,.08,0,.15v.06s.03.05.03.05l.07.12s.07.11.12.16c.04.05.11.1.18.14l.05.04,5.8,2.77c.14.06.27.09.41.09h0c.54,0,.96-.41.97-.93,0-.36-.18-.69-.5-.87Z'/%3E%3C/svg%3E") !important;
}
.icon.purple.icon_pin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 60' preserveAspectRatio='xMidYMid' height='60' width='50'%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M20,35.47c-.16,0-.33-.04-.48-.11-6.45-3.23-12.11-11.75-12.11-18.24,0-6.94,5.65-12.59,12.59-12.59s12.59,5.65,12.59,12.59c0,6.49-5.66,15.01-12.11,18.24-.15.08-.32.11-.48.11ZM20,6.68c-5.76,0-10.44,4.69-10.44,10.44s4.92,13.02,10.44,16.06c5.53-3.04,10.44-10.54,10.44-16.06s-4.69-10.44-10.44-10.44Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M20,23.95c-3.77,0-6.83-3.06-6.83-6.83s3.07-6.83,6.83-6.83,6.83,3.06,6.83,6.83-3.06,6.83-6.83,6.83ZM20,12.44c-2.58,0-4.68,2.1-4.68,4.69s2.1,4.68,4.68,4.68,4.69-2.1,4.69-4.68-2.1-4.69-4.69-4.69Z'/%3E%3C/svg%3E") !important;
}
.icon.purple.icon_map {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M46.58.19a1,1,0,0,0-.9-.14L31,5,16.32.05h-.09L16,0l-.23,0h-.09l-15,5A1,1,0,0,0,0,6V46a1,1,0,0,0,.42.81A.94.94,0,0,0,1,47a1.19,1.19,0,0,0,.32,0L16,42.05,30.68,47h0a1,1,0,0,0,.62,0h0l15-5A1,1,0,0,0,47,41V1A1,1,0,0,0,46.58.19ZM2,6.72,15,2.39V40.28L2,44.61ZM17,2.39,30,6.72V44.61L17,40.28ZM45,40.28,32,44.61V6.72L45,2.39Z'/%3E%3C/svg%3E") !important;
}
.icon.purple.icon_filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 52' preserveAspectRatio='xMidYMid' height='52' width='47'%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M46,45H31.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2H20.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM26,50a4,4,0,1,1,4-4A4,4,0,0,1,26,50Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M46,5H36.91A6,6,0,0,0,25.09,5H1A1,1,0,0,0,1,7H25.09A6,6,0,0,0,36.91,7H46a1,1,0,0,0,0-2ZM31,10a4,4,0,1,1,4-4A4,4,0,0,1,31,10Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M46,25H21.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2h9.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM16,30a4,4,0,1,1,4-4A4,4,0,0,1,16,30Z'/%3E%3C/svg%3E") !important;
}
.icon.purple.icon_search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M61.77,58.23l-8.49-8.49a20.07,20.07,0,1,0-3.54,3.54l8.49,8.49a2.51,2.51,0,0,0,3.54,0A2.52,2.52,0,0,0,61.77,58.23ZM22.5,37.5a15,15,0,1,1,15,15A15,15,0,0,1,22.5,37.5Z'/%3E%3C/svg%3E") !important;
}
.icon.purple.icon_cross {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29' preserveAspectRatio='xMidYMid' height='29' width='29'%3E%3Cpolygon style='fill:%238E5489; transition: fill 200ms ease-out;' points='28.29 24.75 17.68 14.14 28.29 3.54 24.75 0 14.14 10.61 3.54 0 0 3.54 10.61 14.14 0 24.75 3.54 28.29 14.14 17.68 24.75 28.29 28.29 24.75'/%3E%3C/svg%3E") !important;
}
.icon.purple.icon_check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' preserveAspectRatio='xMidYMid' height='35' width='45'%3E%3Crect style='fill:%238E5489; transition: fill 200ms ease-out;' x='9.39' y='12.8' width='5' height='20' transform='translate(-12.64 15.09) rotate(-45)'/%3E%3Crect style='fill:%238E5489; transition: fill 200ms ease-out;' x='10.3' y='15' width='35' height='5' transform='translate(-4.23 24.79) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.icon.purple.icon_share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 45' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Ccircle style='fill:%238E5489; transition: fill 200ms ease-out;' cx='15' cy='25' r='10'/%3E%3Ccircle style='fill:%238E5489; transition: fill 200ms ease-out;' cx='40' cy='45' r='10'/%3E%3Ccircle style='fill:%238E5489; transition: fill 200ms ease-out;' cx='45' cy='15' r='10'/%3E%3Cline style='fill:%238E5489; transition: fill 200ms ease-out;' x1='25' y1='33' x2='30' y2='37'/%3E%3Cline style='fill:%238E5489; transition: fill 200ms ease-out;' x1='25' y1='21.67' x2='35' y2='18.33'/%3E%3C/svg%3E") !important;
}
.icon.purple.icon_date {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M31.17,33.48H8.83a3.07,3.07,0,0,1-3.06-3.07V11.86A3.07,3.07,0,0,1,8.83,8.79H31.17a3.07,3.07,0,0,1,3.06,3.07V30.41A3.07,3.07,0,0,1,31.17,33.48ZM8.83,10.79a1.06,1.06,0,0,0-1.06,1.07V30.41a1.06,1.06,0,0,0,1.06,1.07H31.17a1.06,1.06,0,0,0,1.06-1.07V11.86a1.06,1.06,0,0,0-1.06-1.07Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M33.23,14.57H6.77a1,1,0,0,1,0-2H33.23a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M14.33,22.13H10.55a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,14.33,22.13Zm-2.78-2h1.78V18.35H11.55Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M21.89,22.13H18.11a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,21.89,22.13Zm-2.78-2h1.78V18.35H19.11Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M29.45,22.13H25.67a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,29.45,22.13Zm-2.78-2h1.78V18.35H26.67Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M14.33,29.7H10.55a1,1,0,0,1-1-1V24.92a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1V28.7A1,1,0,0,1,14.33,29.7Zm-2.78-2h1.78V25.92H11.55Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M21.89,29.7H18.11a1,1,0,0,1-1-1V24.92a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1V28.7A1,1,0,0,1,21.89,29.7Zm-2.78-2h1.78V25.92H19.11Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M12.06,12.3a1,1,0,0,1-1-1V7.52a1,1,0,1,1,2,0V11.3A1,1,0,0,1,12.06,12.3Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M27.94,12.3a1,1,0,0,1-1-1V7.52a1,1,0,0,1,2,0V11.3A1,1,0,0,1,27.94,12.3Z'/%3E%3C/svg%3E") !important;
}
.icon.purple.icon_email {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M20,22.35a3.38,3.38,0,0,1-2.09-.74L5.38,11.79a1,1,0,0,1,1.24-1.58L19.15,20a1.35,1.35,0,0,0,1.69,0l12.54-9.84a1,1,0,1,1,1.24,1.58L22.08,21.62A3.36,3.36,0,0,1,20,22.35Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M33.12,31H6.87A2.88,2.88,0,0,1,4,28.12V11.87A2.88,2.88,0,0,1,6.87,9H33.12A2.88,2.88,0,0,1,36,11.87V28.12A2.88,2.88,0,0,1,33.12,31ZM6.87,11a.87.87,0,0,0-.87.87V28.12a.87.87,0,0,0,.87.88H33.12a.87.87,0,0,0,.88-.88V11.87a.87.87,0,0,0-.88-.87Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M34,30a1,1,0,0,1-.65-.24l-11-9.4a1,1,0,0,1,1.3-1.52l11,9.4A1,1,0,0,1,34,30Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M6,30a1,1,0,0,1-.65-1.76l11-9.4a1,1,0,0,1,1.3,1.52l-11,9.4A1,1,0,0,1,6,30Z'/%3E%3C/svg%3E") !important;
}
.icon.purple.icon_phone {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M26.2,34.24c-3.55,0-8.12-1.9-13.33-7.11C9,23.25,6.66,19.48,6,15.94A8.3,8.3,0,0,1,11.1,6a3,3,0,0,1,3.19.37c.05.06,4.81,6.26,3.22,7.86-.24.24-.49.49-.75.77-.5.52-1.11,1.15-2,2a20,20,0,0,0,8.26,8.23c.55-.54,1.16-1.16,1.72-1.73l1-1c.58-.57,1.46-.61,4.28.89a21,21,0,0,1,3.58,2.33A3,3,0,0,1,34,28.9,8.46,8.46,0,0,1,32,32,8,8,0,0,1,26.2,34.24ZM12.57,7.73a2.37,2.37,0,0,0-.81.17A6.53,6.53,0,0,0,9.45,9.41h0a6.57,6.57,0,0,0-1.54,6.14c.62,3.1,2.83,6.62,6.38,10.16,7.8,7.81,13.66,7.48,16.3,4.84a6.53,6.53,0,0,0,1.51-2.31c.24-.67.17-1,.1-1.11a21.28,21.28,0,0,0-5.28-3l-.7.7c-.76.78-1.6,1.63-2.29,2.28a1,1,0,0,1-1.14.16A22,22,0,0,1,12.68,17.19,1,1,0,0,1,12.9,16c1.1-1,1.8-1.75,2.42-2.4l.53-.54a21,21,0,0,0-3-5.28S12.74,7.73,12.57,7.73Zm-3.82,1Z'/%3E%3C/svg%3E") !important;
}
.icon.purple.icon_website {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M20,34.81A14.81,14.81,0,1,1,34.81,20,14.82,14.82,0,0,1,20,34.81ZM20,7.19A12.81,12.81,0,1,0,32.81,20,12.82,12.82,0,0,0,20,7.19Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M20,34.81c-3.68,0-5.6-7.45-5.6-14.81S16.32,5.19,20,5.19,25.6,12.64,25.6,20,23.68,34.81,20,34.81ZM20,7.19c-1.47,0-3.6,5-3.6,12.81S18.53,32.81,20,32.81s3.6-5,3.6-12.81S21.47,7.19,20,7.19Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M33.81,21H6.19a1,1,0,0,1,0-2H33.81a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M20,14.55a101.07,101.07,0,0,1-12-.67,1,1,0,1,1,.23-2A101.67,101.67,0,0,0,20,12.55a100.28,100.28,0,0,0,11.51-.63,1,1,0,0,1,1.11.88,1,1,0,0,1-.88,1.11A102,102,0,0,1,20,14.55Z'/%3E%3Cpath style='fill:%238E5489; transition: fill 200ms ease-out;' d='M8.33,28.09a1,1,0,0,1-.11-2A102.69,102.69,0,0,1,20,25.45a102,102,0,0,1,11.74.64,1,1,0,0,1,.88,1.11,1,1,0,0,1-1.11.88A100.28,100.28,0,0,0,20,27.45a101,101,0,0,0-11.55.63Z'/%3E%3C/svg%3E") !important;
}

.button.red, .nf-form-cont form input.red[type=button], button:not([type=submit]):not([type=reset]).red {
  background-color: #BE563B;
}
.button.red:hover, .nf-form-cont form input.red[type=button]:hover, .button.red:focus, .nf-form-cont form input.red[type=button]:focus, button:not([type=submit]):not([type=reset]).red:hover, button:not([type=submit]):not([type=reset]).red:focus {
  background-color: rgb(151.0843373494, 68.3855421687, 46.9156626506);
  color: #ffffff;
}

.card_con .card.red:not(.featured_slider) .con {
  border-top-color: #BE563B;
}
.card_con .card.red:not(.featured_slider) .con .tags > span {
  background: rgba(190, 86, 59, 0.15);
}
.card_con .card.red:not(.featured_slider) .con .title {
  color: #BE563B;
}
.card_con .card.red:not(.featured_slider) .con .button, .card_con .card.red:not(.featured_slider) .con .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.red:not(.featured_slider) .con input[type=button] {
  background: #BE563B;
}
.card_con .card.red:not(.featured_slider)[href]:hover, .card_con .card.red:not(.featured_slider)[href]:focus {
  background: #BE563B;
}
.card_con .card.red:not(.featured_slider)[href]:hover .con .tags > span, .card_con .card.red:not(.featured_slider)[href]:focus .con .tags > span {
  background: rgba(255, 255, 255, 0.15);
}
.card_con .card.red:not(.featured_slider)[href]:hover .button, .card_con .card.red:not(.featured_slider)[href]:hover .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.red:not(.featured_slider)[href]:hover input[type=button], .card_con .card.red:not(.featured_slider)[href]:focus .button, .card_con .card.red:not(.featured_slider)[href]:focus .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.red:not(.featured_slider)[href]:focus input[type=button] {
  background: #ffffff;
}

a.col_card.red {
  background: #BE563B;
}

.card_slider.red .slick-prev i.icon_arrow, .card_slider.red .slick-next i.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
  background-position: calc(50% + 2px) 50%;
  background-repeat: no-repeat;
  background-size: 0.75rem 1.375rem;
}
.card_slider.red .slick-prev:hover, .card_slider.red .slick-prev:focus, .card_slider.red .slick-next:hover, .card_slider.red .slick-next:focus {
  background: #BE563B;
}
.card_slider.red .slick-prev:hover i.icon_arrow, .card_slider.red .slick-prev:focus i.icon_arrow, .card_slider.red .slick-next:hover i.icon_arrow, .card_slider.red .slick-next:focus i.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
  background-position: calc(50% + 2px) 50%;
  background-repeat: no-repeat;
  background-size: 0.75rem 1.375rem;
}

@media screen and (min-width: 48em) {
  .shaded_row.red {
    background: rgba(190, 86, 59, 0.1);
  }
}

.dark_row_bg.red {
  background: #BE563B;
}

.tags.red > span {
  background: rgba(190, 86, 59, 0.15);
}

.icon.red.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
}
.icon.red.icon_heart {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M40,19.36c-18.34-15-43.35,18.34,0,45C83.35,37.7,58.34,4.35,40,19.36Z'/%3E%3C/svg%3E") !important;
}
.icon.red.icon_coins {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 50' preserveAspectRatio='xMidYMid' height='50' width='70'%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M66.46,19.71l-.65-8.31C65.4,6.1,55,2.88,41.66,3.91a48.51,48.51,0,0,0-16,3.76c-4.53,2.08-6.9,4.7-6.7,7.37l.25,3.17c-8.3.26-13.77,2.64-14.34,6.3L3.58,32.74C2.76,38,12.13,43.51,25.37,45.57a58.53,58.53,0,0,0,8.85.71,38.58,38.58,0,0,0,7.6-.69c4.88-1,7.79-3,8.2-5.64l1.28-8.23a4.39,4.39,0,0,0-.15-1.93,40.2,40.2,0,0,0,8.61-2.71C64.29,25,66.66,22.38,66.46,19.71Zm-40-10.23A46.42,46.42,0,0,1,41.82,5.91c1.58-.12,3.1-.18,4.57-.18,10.2,0,17.19,2.8,17.43,5.83.27,3.46-8.24,8-20.87,9a46.35,46.35,0,0,1-15.7-1.17c-3.81-1.08-6.17-2.76-6.3-4.48S22.88,11.14,26.48,9.48ZM42.6,28.9a51.15,51.15,0,0,1-10.44-.36l-.47-6.13c0-.05,0-.09,0-.13a51.34,51.34,0,0,0,6.73.43c1.22,0,2.47-.05,3.73-.13Zm-12.47-.71c-5.17-1.05-8.38-3-8.54-5l-.34-4.44a16,16,0,0,0,5.45,2.54c1,.28,2,.51,3.14.71a1,1,0,0,0-.15.56ZM13.59,34.3l-.87,5.58c-4.79-2.21-7.47-4.82-7.16-6.83l.68-4.4A16.1,16.1,0,0,0,11,32.37c.89.5,1.86,1,2.89,1.41A.91.91,0,0,0,13.59,34.3Zm11.1,9.12a51.14,51.14,0,0,1-10.07-2.74l.94-6.08a.57.57,0,0,0,0-.13,54.07,54.07,0,0,0,10.1,2.69ZM38,38.09l-.89,5.77a1.08,1.08,0,0,0,0,.31,52,52,0,0,1-10.49-.44l1-6.26a58.82,58.82,0,0,0,8,.59c.84,0,1.65,0,2.44-.07C38.07,38,38.05,38.05,38,38.09Zm10,1.55c-.27,1.71-2.74,3.2-6.63,4-.72.15-1.48.26-2.27.36L40,38.4a.93.93,0,0,0-.09-.55,19.91,19.91,0,0,0,8.8-2.6Zm1.28-8.23c-.54,3.43-9.85,5.89-22.37,3.95a46.43,46.43,0,0,1-15-4.74c-3.46-1.93-5.37-4.1-5.11-5.8.4-2.54,5.51-4.41,12.52-4.61l.25,3.13C20,28,27.94,31,38.87,31c1.57,0,3.2-.07,4.88-.2,1.86-.14,3.67-.37,5.42-.67A2.53,2.53,0,0,1,49.33,31.41Zm-4.74-2.67-.49-6.3a55,55,0,0,0,10.28-1.89s0,.07,0,.1l.45,5.81a.94.94,0,0,0,.08.31A51.41,51.41,0,0,1,44.59,28.74Zm14.34-3.47c-.67.3-1.39.59-2.13.86l-.44-5.64a1,1,0,0,0-.2-.5,20,20,0,0,0,8-4.55l.34,4.43C64.6,21.59,62.53,23.61,58.93,25.27Z'/%3E%3C/svg%3E") !important;
}
.icon.red.icon_time {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M20,34.81c-8.17,0-14.81-6.65-14.81-14.81s6.65-14.81,14.81-14.81,14.81,6.65,14.81,14.81-6.64,14.81-14.81,14.81ZM20,7.19c-7.07,0-12.81,5.75-12.81,12.81s5.75,12.81,12.81,12.81,12.81-5.75,12.81-12.81-5.75-12.81-12.81-12.81Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M26.19,21.9l-5.23-2.5v-7.86c0-.53-.43-.96-.96-.96s-.96.43-.96.96v8.46s0,.07,0,.12c0,.02,0,.08,0,.15v.06s.03.05.03.05l.07.12s.07.11.12.16c.04.05.11.1.18.14l.05.04,5.8,2.77c.14.06.27.09.41.09h0c.54,0,.96-.41.97-.93,0-.36-.18-.69-.5-.87Z'/%3E%3C/svg%3E") !important;
}
.icon.red.icon_pin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 60' preserveAspectRatio='xMidYMid' height='60' width='50'%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M20,35.47c-.16,0-.33-.04-.48-.11-6.45-3.23-12.11-11.75-12.11-18.24,0-6.94,5.65-12.59,12.59-12.59s12.59,5.65,12.59,12.59c0,6.49-5.66,15.01-12.11,18.24-.15.08-.32.11-.48.11ZM20,6.68c-5.76,0-10.44,4.69-10.44,10.44s4.92,13.02,10.44,16.06c5.53-3.04,10.44-10.54,10.44-16.06s-4.69-10.44-10.44-10.44Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M20,23.95c-3.77,0-6.83-3.06-6.83-6.83s3.07-6.83,6.83-6.83,6.83,3.06,6.83,6.83-3.06,6.83-6.83,6.83ZM20,12.44c-2.58,0-4.68,2.1-4.68,4.69s2.1,4.68,4.68,4.68,4.69-2.1,4.69-4.68-2.1-4.69-4.69-4.69Z'/%3E%3C/svg%3E") !important;
}
.icon.red.icon_map {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M46.58.19a1,1,0,0,0-.9-.14L31,5,16.32.05h-.09L16,0l-.23,0h-.09l-15,5A1,1,0,0,0,0,6V46a1,1,0,0,0,.42.81A.94.94,0,0,0,1,47a1.19,1.19,0,0,0,.32,0L16,42.05,30.68,47h0a1,1,0,0,0,.62,0h0l15-5A1,1,0,0,0,47,41V1A1,1,0,0,0,46.58.19ZM2,6.72,15,2.39V40.28L2,44.61ZM17,2.39,30,6.72V44.61L17,40.28ZM45,40.28,32,44.61V6.72L45,2.39Z'/%3E%3C/svg%3E") !important;
}
.icon.red.icon_filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 52' preserveAspectRatio='xMidYMid' height='52' width='47'%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M46,45H31.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2H20.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM26,50a4,4,0,1,1,4-4A4,4,0,0,1,26,50Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M46,5H36.91A6,6,0,0,0,25.09,5H1A1,1,0,0,0,1,7H25.09A6,6,0,0,0,36.91,7H46a1,1,0,0,0,0-2ZM31,10a4,4,0,1,1,4-4A4,4,0,0,1,31,10Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M46,25H21.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2h9.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM16,30a4,4,0,1,1,4-4A4,4,0,0,1,16,30Z'/%3E%3C/svg%3E") !important;
}
.icon.red.icon_search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M61.77,58.23l-8.49-8.49a20.07,20.07,0,1,0-3.54,3.54l8.49,8.49a2.51,2.51,0,0,0,3.54,0A2.52,2.52,0,0,0,61.77,58.23ZM22.5,37.5a15,15,0,1,1,15,15A15,15,0,0,1,22.5,37.5Z'/%3E%3C/svg%3E") !important;
}
.icon.red.icon_cross {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29' preserveAspectRatio='xMidYMid' height='29' width='29'%3E%3Cpolygon style='fill:%23BE563B; transition: fill 200ms ease-out;' points='28.29 24.75 17.68 14.14 28.29 3.54 24.75 0 14.14 10.61 3.54 0 0 3.54 10.61 14.14 0 24.75 3.54 28.29 14.14 17.68 24.75 28.29 28.29 24.75'/%3E%3C/svg%3E") !important;
}
.icon.red.icon_check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' preserveAspectRatio='xMidYMid' height='35' width='45'%3E%3Crect style='fill:%23BE563B; transition: fill 200ms ease-out;' x='9.39' y='12.8' width='5' height='20' transform='translate(-12.64 15.09) rotate(-45)'/%3E%3Crect style='fill:%23BE563B; transition: fill 200ms ease-out;' x='10.3' y='15' width='35' height='5' transform='translate(-4.23 24.79) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.icon.red.icon_share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 45' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Ccircle style='fill:%23BE563B; transition: fill 200ms ease-out;' cx='15' cy='25' r='10'/%3E%3Ccircle style='fill:%23BE563B; transition: fill 200ms ease-out;' cx='40' cy='45' r='10'/%3E%3Ccircle style='fill:%23BE563B; transition: fill 200ms ease-out;' cx='45' cy='15' r='10'/%3E%3Cline style='fill:%23BE563B; transition: fill 200ms ease-out;' x1='25' y1='33' x2='30' y2='37'/%3E%3Cline style='fill:%23BE563B; transition: fill 200ms ease-out;' x1='25' y1='21.67' x2='35' y2='18.33'/%3E%3C/svg%3E") !important;
}
.icon.red.icon_date {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M31.17,33.48H8.83a3.07,3.07,0,0,1-3.06-3.07V11.86A3.07,3.07,0,0,1,8.83,8.79H31.17a3.07,3.07,0,0,1,3.06,3.07V30.41A3.07,3.07,0,0,1,31.17,33.48ZM8.83,10.79a1.06,1.06,0,0,0-1.06,1.07V30.41a1.06,1.06,0,0,0,1.06,1.07H31.17a1.06,1.06,0,0,0,1.06-1.07V11.86a1.06,1.06,0,0,0-1.06-1.07Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M33.23,14.57H6.77a1,1,0,0,1,0-2H33.23a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M14.33,22.13H10.55a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,14.33,22.13Zm-2.78-2h1.78V18.35H11.55Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M21.89,22.13H18.11a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,21.89,22.13Zm-2.78-2h1.78V18.35H19.11Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M29.45,22.13H25.67a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,29.45,22.13Zm-2.78-2h1.78V18.35H26.67Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M14.33,29.7H10.55a1,1,0,0,1-1-1V24.92a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1V28.7A1,1,0,0,1,14.33,29.7Zm-2.78-2h1.78V25.92H11.55Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M21.89,29.7H18.11a1,1,0,0,1-1-1V24.92a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1V28.7A1,1,0,0,1,21.89,29.7Zm-2.78-2h1.78V25.92H19.11Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M12.06,12.3a1,1,0,0,1-1-1V7.52a1,1,0,1,1,2,0V11.3A1,1,0,0,1,12.06,12.3Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M27.94,12.3a1,1,0,0,1-1-1V7.52a1,1,0,0,1,2,0V11.3A1,1,0,0,1,27.94,12.3Z'/%3E%3C/svg%3E") !important;
}
.icon.red.icon_email {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M20,22.35a3.38,3.38,0,0,1-2.09-.74L5.38,11.79a1,1,0,0,1,1.24-1.58L19.15,20a1.35,1.35,0,0,0,1.69,0l12.54-9.84a1,1,0,1,1,1.24,1.58L22.08,21.62A3.36,3.36,0,0,1,20,22.35Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M33.12,31H6.87A2.88,2.88,0,0,1,4,28.12V11.87A2.88,2.88,0,0,1,6.87,9H33.12A2.88,2.88,0,0,1,36,11.87V28.12A2.88,2.88,0,0,1,33.12,31ZM6.87,11a.87.87,0,0,0-.87.87V28.12a.87.87,0,0,0,.87.88H33.12a.87.87,0,0,0,.88-.88V11.87a.87.87,0,0,0-.88-.87Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M34,30a1,1,0,0,1-.65-.24l-11-9.4a1,1,0,0,1,1.3-1.52l11,9.4A1,1,0,0,1,34,30Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M6,30a1,1,0,0,1-.65-1.76l11-9.4a1,1,0,0,1,1.3,1.52l-11,9.4A1,1,0,0,1,6,30Z'/%3E%3C/svg%3E") !important;
}
.icon.red.icon_phone {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M26.2,34.24c-3.55,0-8.12-1.9-13.33-7.11C9,23.25,6.66,19.48,6,15.94A8.3,8.3,0,0,1,11.1,6a3,3,0,0,1,3.19.37c.05.06,4.81,6.26,3.22,7.86-.24.24-.49.49-.75.77-.5.52-1.11,1.15-2,2a20,20,0,0,0,8.26,8.23c.55-.54,1.16-1.16,1.72-1.73l1-1c.58-.57,1.46-.61,4.28.89a21,21,0,0,1,3.58,2.33A3,3,0,0,1,34,28.9,8.46,8.46,0,0,1,32,32,8,8,0,0,1,26.2,34.24ZM12.57,7.73a2.37,2.37,0,0,0-.81.17A6.53,6.53,0,0,0,9.45,9.41h0a6.57,6.57,0,0,0-1.54,6.14c.62,3.1,2.83,6.62,6.38,10.16,7.8,7.81,13.66,7.48,16.3,4.84a6.53,6.53,0,0,0,1.51-2.31c.24-.67.17-1,.1-1.11a21.28,21.28,0,0,0-5.28-3l-.7.7c-.76.78-1.6,1.63-2.29,2.28a1,1,0,0,1-1.14.16A22,22,0,0,1,12.68,17.19,1,1,0,0,1,12.9,16c1.1-1,1.8-1.75,2.42-2.4l.53-.54a21,21,0,0,0-3-5.28S12.74,7.73,12.57,7.73Zm-3.82,1Z'/%3E%3C/svg%3E") !important;
}
.icon.red.icon_website {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M20,34.81A14.81,14.81,0,1,1,34.81,20,14.82,14.82,0,0,1,20,34.81ZM20,7.19A12.81,12.81,0,1,0,32.81,20,12.82,12.82,0,0,0,20,7.19Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M20,34.81c-3.68,0-5.6-7.45-5.6-14.81S16.32,5.19,20,5.19,25.6,12.64,25.6,20,23.68,34.81,20,34.81ZM20,7.19c-1.47,0-3.6,5-3.6,12.81S18.53,32.81,20,32.81s3.6-5,3.6-12.81S21.47,7.19,20,7.19Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M33.81,21H6.19a1,1,0,0,1,0-2H33.81a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M20,14.55a101.07,101.07,0,0,1-12-.67,1,1,0,1,1,.23-2A101.67,101.67,0,0,0,20,12.55a100.28,100.28,0,0,0,11.51-.63,1,1,0,0,1,1.11.88,1,1,0,0,1-.88,1.11A102,102,0,0,1,20,14.55Z'/%3E%3Cpath style='fill:%23BE563B; transition: fill 200ms ease-out;' d='M8.33,28.09a1,1,0,0,1-.11-2A102.69,102.69,0,0,1,20,25.45a102,102,0,0,1,11.74.64,1,1,0,0,1,.88,1.11,1,1,0,0,1-1.11.88A100.28,100.28,0,0,0,20,27.45a101,101,0,0,0-11.55.63Z'/%3E%3C/svg%3E") !important;
}

.button.darkblue, .nf-form-cont form input.darkblue[type=button], button:not([type=submit]):not([type=reset]).darkblue {
  background-color: #123946;
}
.button.darkblue:hover, .nf-form-cont form input.darkblue[type=button]:hover, .button.darkblue:focus, .nf-form-cont form input.darkblue[type=button]:focus, button:not([type=submit]):not([type=reset]).darkblue:hover, button:not([type=submit]):not([type=reset]).darkblue:focus {
  background-color: rgb(7.5681818182, 23.9659090909, 29.4318181818);
  color: #ffffff;
}

.card_con .card.darkblue:not(.featured_slider) .con {
  border-top-color: #123946;
}
.card_con .card.darkblue:not(.featured_slider) .con .tags > span {
  background: rgba(18, 57, 70, 0.15);
}
.card_con .card.darkblue:not(.featured_slider) .con .title {
  color: #123946;
}
.card_con .card.darkblue:not(.featured_slider) .con .button, .card_con .card.darkblue:not(.featured_slider) .con .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.darkblue:not(.featured_slider) .con input[type=button] {
  background: #123946;
}
.card_con .card.darkblue:not(.featured_slider)[href]:hover, .card_con .card.darkblue:not(.featured_slider)[href]:focus {
  background: #123946;
}
.card_con .card.darkblue:not(.featured_slider)[href]:hover .con .tags > span, .card_con .card.darkblue:not(.featured_slider)[href]:focus .con .tags > span {
  background: rgba(255, 255, 255, 0.15);
}
.card_con .card.darkblue:not(.featured_slider)[href]:hover .button, .card_con .card.darkblue:not(.featured_slider)[href]:hover .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.darkblue:not(.featured_slider)[href]:hover input[type=button], .card_con .card.darkblue:not(.featured_slider)[href]:focus .button, .card_con .card.darkblue:not(.featured_slider)[href]:focus .nf-form-cont form input[type=button], .nf-form-cont form .card_con .card.darkblue:not(.featured_slider)[href]:focus input[type=button] {
  background: #ffffff;
}

a.col_card.darkblue {
  background: #123946;
}

.card_slider.darkblue .slick-prev i.icon_arrow, .card_slider.darkblue .slick-next i.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
  background-position: calc(50% + 2px) 50%;
  background-repeat: no-repeat;
  background-size: 0.75rem 1.375rem;
}
.card_slider.darkblue .slick-prev:hover, .card_slider.darkblue .slick-prev:focus, .card_slider.darkblue .slick-next:hover, .card_slider.darkblue .slick-next:focus {
  background: #123946;
}
.card_slider.darkblue .slick-prev:hover i.icon_arrow, .card_slider.darkblue .slick-prev:focus i.icon_arrow, .card_slider.darkblue .slick-next:hover i.icon_arrow, .card_slider.darkblue .slick-next:focus i.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
  background-position: calc(50% + 2px) 50%;
  background-repeat: no-repeat;
  background-size: 0.75rem 1.375rem;
}

@media screen and (min-width: 48em) {
  .shaded_row.darkblue {
    background: rgba(18, 57, 70, 0.1);
  }
}

.dark_row_bg.darkblue {
  background: #123946;
}

.tags.darkblue > span {
  background: rgba(18, 57, 70, 0.15);
}

.icon.darkblue.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
}
.icon.darkblue.icon_heart {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M40,19.36c-18.34-15-43.35,18.34,0,45C83.35,37.7,58.34,4.35,40,19.36Z'/%3E%3C/svg%3E") !important;
}
.icon.darkblue.icon_coins {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 50' preserveAspectRatio='xMidYMid' height='50' width='70'%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M66.46,19.71l-.65-8.31C65.4,6.1,55,2.88,41.66,3.91a48.51,48.51,0,0,0-16,3.76c-4.53,2.08-6.9,4.7-6.7,7.37l.25,3.17c-8.3.26-13.77,2.64-14.34,6.3L3.58,32.74C2.76,38,12.13,43.51,25.37,45.57a58.53,58.53,0,0,0,8.85.71,38.58,38.58,0,0,0,7.6-.69c4.88-1,7.79-3,8.2-5.64l1.28-8.23a4.39,4.39,0,0,0-.15-1.93,40.2,40.2,0,0,0,8.61-2.71C64.29,25,66.66,22.38,66.46,19.71Zm-40-10.23A46.42,46.42,0,0,1,41.82,5.91c1.58-.12,3.1-.18,4.57-.18,10.2,0,17.19,2.8,17.43,5.83.27,3.46-8.24,8-20.87,9a46.35,46.35,0,0,1-15.7-1.17c-3.81-1.08-6.17-2.76-6.3-4.48S22.88,11.14,26.48,9.48ZM42.6,28.9a51.15,51.15,0,0,1-10.44-.36l-.47-6.13c0-.05,0-.09,0-.13a51.34,51.34,0,0,0,6.73.43c1.22,0,2.47-.05,3.73-.13Zm-12.47-.71c-5.17-1.05-8.38-3-8.54-5l-.34-4.44a16,16,0,0,0,5.45,2.54c1,.28,2,.51,3.14.71a1,1,0,0,0-.15.56ZM13.59,34.3l-.87,5.58c-4.79-2.21-7.47-4.82-7.16-6.83l.68-4.4A16.1,16.1,0,0,0,11,32.37c.89.5,1.86,1,2.89,1.41A.91.91,0,0,0,13.59,34.3Zm11.1,9.12a51.14,51.14,0,0,1-10.07-2.74l.94-6.08a.57.57,0,0,0,0-.13,54.07,54.07,0,0,0,10.1,2.69ZM38,38.09l-.89,5.77a1.08,1.08,0,0,0,0,.31,52,52,0,0,1-10.49-.44l1-6.26a58.82,58.82,0,0,0,8,.59c.84,0,1.65,0,2.44-.07C38.07,38,38.05,38.05,38,38.09Zm10,1.55c-.27,1.71-2.74,3.2-6.63,4-.72.15-1.48.26-2.27.36L40,38.4a.93.93,0,0,0-.09-.55,19.91,19.91,0,0,0,8.8-2.6Zm1.28-8.23c-.54,3.43-9.85,5.89-22.37,3.95a46.43,46.43,0,0,1-15-4.74c-3.46-1.93-5.37-4.1-5.11-5.8.4-2.54,5.51-4.41,12.52-4.61l.25,3.13C20,28,27.94,31,38.87,31c1.57,0,3.2-.07,4.88-.2,1.86-.14,3.67-.37,5.42-.67A2.53,2.53,0,0,1,49.33,31.41Zm-4.74-2.67-.49-6.3a55,55,0,0,0,10.28-1.89s0,.07,0,.1l.45,5.81a.94.94,0,0,0,.08.31A51.41,51.41,0,0,1,44.59,28.74Zm14.34-3.47c-.67.3-1.39.59-2.13.86l-.44-5.64a1,1,0,0,0-.2-.5,20,20,0,0,0,8-4.55l.34,4.43C64.6,21.59,62.53,23.61,58.93,25.27Z'/%3E%3C/svg%3E") !important;
}
.icon.darkblue.icon_time {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M20,34.81c-8.17,0-14.81-6.65-14.81-14.81s6.65-14.81,14.81-14.81,14.81,6.65,14.81,14.81-6.64,14.81-14.81,14.81ZM20,7.19c-7.07,0-12.81,5.75-12.81,12.81s5.75,12.81,12.81,12.81,12.81-5.75,12.81-12.81-5.75-12.81-12.81-12.81Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M26.19,21.9l-5.23-2.5v-7.86c0-.53-.43-.96-.96-.96s-.96.43-.96.96v8.46s0,.07,0,.12c0,.02,0,.08,0,.15v.06s.03.05.03.05l.07.12s.07.11.12.16c.04.05.11.1.18.14l.05.04,5.8,2.77c.14.06.27.09.41.09h0c.54,0,.96-.41.97-.93,0-.36-.18-.69-.5-.87Z'/%3E%3C/svg%3E") !important;
}
.icon.darkblue.icon_pin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 60' preserveAspectRatio='xMidYMid' height='60' width='50'%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M20,35.47c-.16,0-.33-.04-.48-.11-6.45-3.23-12.11-11.75-12.11-18.24,0-6.94,5.65-12.59,12.59-12.59s12.59,5.65,12.59,12.59c0,6.49-5.66,15.01-12.11,18.24-.15.08-.32.11-.48.11ZM20,6.68c-5.76,0-10.44,4.69-10.44,10.44s4.92,13.02,10.44,16.06c5.53-3.04,10.44-10.54,10.44-16.06s-4.69-10.44-10.44-10.44Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M20,23.95c-3.77,0-6.83-3.06-6.83-6.83s3.07-6.83,6.83-6.83,6.83,3.06,6.83,6.83-3.06,6.83-6.83,6.83ZM20,12.44c-2.58,0-4.68,2.1-4.68,4.69s2.1,4.68,4.68,4.68,4.69-2.1,4.69-4.68-2.1-4.69-4.69-4.69Z'/%3E%3C/svg%3E") !important;
}
.icon.darkblue.icon_map {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M46.58.19a1,1,0,0,0-.9-.14L31,5,16.32.05h-.09L16,0l-.23,0h-.09l-15,5A1,1,0,0,0,0,6V46a1,1,0,0,0,.42.81A.94.94,0,0,0,1,47a1.19,1.19,0,0,0,.32,0L16,42.05,30.68,47h0a1,1,0,0,0,.62,0h0l15-5A1,1,0,0,0,47,41V1A1,1,0,0,0,46.58.19ZM2,6.72,15,2.39V40.28L2,44.61ZM17,2.39,30,6.72V44.61L17,40.28ZM45,40.28,32,44.61V6.72L45,2.39Z'/%3E%3C/svg%3E") !important;
}
.icon.darkblue.icon_filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 52' preserveAspectRatio='xMidYMid' height='52' width='47'%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M46,45H31.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2H20.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM26,50a4,4,0,1,1,4-4A4,4,0,0,1,26,50Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M46,5H36.91A6,6,0,0,0,25.09,5H1A1,1,0,0,0,1,7H25.09A6,6,0,0,0,36.91,7H46a1,1,0,0,0,0-2ZM31,10a4,4,0,1,1,4-4A4,4,0,0,1,31,10Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M46,25H21.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2h9.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM16,30a4,4,0,1,1,4-4A4,4,0,0,1,16,30Z'/%3E%3C/svg%3E") !important;
}
.icon.darkblue.icon_search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M61.77,58.23l-8.49-8.49a20.07,20.07,0,1,0-3.54,3.54l8.49,8.49a2.51,2.51,0,0,0,3.54,0A2.52,2.52,0,0,0,61.77,58.23ZM22.5,37.5a15,15,0,1,1,15,15A15,15,0,0,1,22.5,37.5Z'/%3E%3C/svg%3E") !important;
}
.icon.darkblue.icon_cross {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29' preserveAspectRatio='xMidYMid' height='29' width='29'%3E%3Cpolygon style='fill:%23123946; transition: fill 200ms ease-out;' points='28.29 24.75 17.68 14.14 28.29 3.54 24.75 0 14.14 10.61 3.54 0 0 3.54 10.61 14.14 0 24.75 3.54 28.29 14.14 17.68 24.75 28.29 28.29 24.75'/%3E%3C/svg%3E") !important;
}
.icon.darkblue.icon_check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' preserveAspectRatio='xMidYMid' height='35' width='45'%3E%3Crect style='fill:%23123946; transition: fill 200ms ease-out;' x='9.39' y='12.8' width='5' height='20' transform='translate(-12.64 15.09) rotate(-45)'/%3E%3Crect style='fill:%23123946; transition: fill 200ms ease-out;' x='10.3' y='15' width='35' height='5' transform='translate(-4.23 24.79) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.icon.darkblue.icon_share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 45' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Ccircle style='fill:%23123946; transition: fill 200ms ease-out;' cx='15' cy='25' r='10'/%3E%3Ccircle style='fill:%23123946; transition: fill 200ms ease-out;' cx='40' cy='45' r='10'/%3E%3Ccircle style='fill:%23123946; transition: fill 200ms ease-out;' cx='45' cy='15' r='10'/%3E%3Cline style='fill:%23123946; transition: fill 200ms ease-out;' x1='25' y1='33' x2='30' y2='37'/%3E%3Cline style='fill:%23123946; transition: fill 200ms ease-out;' x1='25' y1='21.67' x2='35' y2='18.33'/%3E%3C/svg%3E") !important;
}
.icon.darkblue.icon_date {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M31.17,33.48H8.83a3.07,3.07,0,0,1-3.06-3.07V11.86A3.07,3.07,0,0,1,8.83,8.79H31.17a3.07,3.07,0,0,1,3.06,3.07V30.41A3.07,3.07,0,0,1,31.17,33.48ZM8.83,10.79a1.06,1.06,0,0,0-1.06,1.07V30.41a1.06,1.06,0,0,0,1.06,1.07H31.17a1.06,1.06,0,0,0,1.06-1.07V11.86a1.06,1.06,0,0,0-1.06-1.07Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M33.23,14.57H6.77a1,1,0,0,1,0-2H33.23a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M14.33,22.13H10.55a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,14.33,22.13Zm-2.78-2h1.78V18.35H11.55Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M21.89,22.13H18.11a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,21.89,22.13Zm-2.78-2h1.78V18.35H19.11Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M29.45,22.13H25.67a1,1,0,0,1-1-1V17.35a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1v3.78A1,1,0,0,1,29.45,22.13Zm-2.78-2h1.78V18.35H26.67Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M14.33,29.7H10.55a1,1,0,0,1-1-1V24.92a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1V28.7A1,1,0,0,1,14.33,29.7Zm-2.78-2h1.78V25.92H11.55Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M21.89,29.7H18.11a1,1,0,0,1-1-1V24.92a1,1,0,0,1,1-1h3.78a1,1,0,0,1,1,1V28.7A1,1,0,0,1,21.89,29.7Zm-2.78-2h1.78V25.92H19.11Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M12.06,12.3a1,1,0,0,1-1-1V7.52a1,1,0,1,1,2,0V11.3A1,1,0,0,1,12.06,12.3Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M27.94,12.3a1,1,0,0,1-1-1V7.52a1,1,0,0,1,2,0V11.3A1,1,0,0,1,27.94,12.3Z'/%3E%3C/svg%3E") !important;
}
.icon.darkblue.icon_email {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M20,22.35a3.38,3.38,0,0,1-2.09-.74L5.38,11.79a1,1,0,0,1,1.24-1.58L19.15,20a1.35,1.35,0,0,0,1.69,0l12.54-9.84a1,1,0,1,1,1.24,1.58L22.08,21.62A3.36,3.36,0,0,1,20,22.35Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M33.12,31H6.87A2.88,2.88,0,0,1,4,28.12V11.87A2.88,2.88,0,0,1,6.87,9H33.12A2.88,2.88,0,0,1,36,11.87V28.12A2.88,2.88,0,0,1,33.12,31ZM6.87,11a.87.87,0,0,0-.87.87V28.12a.87.87,0,0,0,.87.88H33.12a.87.87,0,0,0,.88-.88V11.87a.87.87,0,0,0-.88-.87Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M34,30a1,1,0,0,1-.65-.24l-11-9.4a1,1,0,0,1,1.3-1.52l11,9.4A1,1,0,0,1,34,30Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M6,30a1,1,0,0,1-.65-1.76l11-9.4a1,1,0,0,1,1.3,1.52l-11,9.4A1,1,0,0,1,6,30Z'/%3E%3C/svg%3E") !important;
}
.icon.darkblue.icon_phone {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M26.2,34.24c-3.55,0-8.12-1.9-13.33-7.11C9,23.25,6.66,19.48,6,15.94A8.3,8.3,0,0,1,11.1,6a3,3,0,0,1,3.19.37c.05.06,4.81,6.26,3.22,7.86-.24.24-.49.49-.75.77-.5.52-1.11,1.15-2,2a20,20,0,0,0,8.26,8.23c.55-.54,1.16-1.16,1.72-1.73l1-1c.58-.57,1.46-.61,4.28.89a21,21,0,0,1,3.58,2.33A3,3,0,0,1,34,28.9,8.46,8.46,0,0,1,32,32,8,8,0,0,1,26.2,34.24ZM12.57,7.73a2.37,2.37,0,0,0-.81.17A6.53,6.53,0,0,0,9.45,9.41h0a6.57,6.57,0,0,0-1.54,6.14c.62,3.1,2.83,6.62,6.38,10.16,7.8,7.81,13.66,7.48,16.3,4.84a6.53,6.53,0,0,0,1.51-2.31c.24-.67.17-1,.1-1.11a21.28,21.28,0,0,0-5.28-3l-.7.7c-.76.78-1.6,1.63-2.29,2.28a1,1,0,0,1-1.14.16A22,22,0,0,1,12.68,17.19,1,1,0,0,1,12.9,16c1.1-1,1.8-1.75,2.42-2.4l.53-.54a21,21,0,0,0-3-5.28S12.74,7.73,12.57,7.73Zm-3.82,1Z'/%3E%3C/svg%3E") !important;
}
.icon.darkblue.icon_website {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M20,34.81A14.81,14.81,0,1,1,34.81,20,14.82,14.82,0,0,1,20,34.81ZM20,7.19A12.81,12.81,0,1,0,32.81,20,12.82,12.82,0,0,0,20,7.19Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M20,34.81c-3.68,0-5.6-7.45-5.6-14.81S16.32,5.19,20,5.19,25.6,12.64,25.6,20,23.68,34.81,20,34.81ZM20,7.19c-1.47,0-3.6,5-3.6,12.81S18.53,32.81,20,32.81s3.6-5,3.6-12.81S21.47,7.19,20,7.19Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M33.81,21H6.19a1,1,0,0,1,0-2H33.81a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M20,14.55a101.07,101.07,0,0,1-12-.67,1,1,0,1,1,.23-2A101.67,101.67,0,0,0,20,12.55a100.28,100.28,0,0,0,11.51-.63,1,1,0,0,1,1.11.88,1,1,0,0,1-.88,1.11A102,102,0,0,1,20,14.55Z'/%3E%3Cpath style='fill:%23123946; transition: fill 200ms ease-out;' d='M8.33,28.09a1,1,0,0,1-.11-2A102.69,102.69,0,0,1,20,25.45a102,102,0,0,1,11.74.64,1,1,0,0,1,.88,1.11,1,1,0,0,1-1.11.88A100.28,100.28,0,0,0,20,27.45a101,101,0,0,0-11.55.63Z'/%3E%3C/svg%3E") !important;
}

[id*=map] {
  transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
}
[id*=map].not_loaded {
  opacity: 0.3;
  visibility: hidden;
}

.leaflet-container[id*=map] {
  position: relative;
  font-family: "Open Sans", Arial, Roboto, Helvetica, Calibri, sans-serif;
  margin-bottom: 1.25rem;
  height: 18.75rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .leaflet-container[id*=map] {
    margin-bottom: 1.875rem;
    height: 31.25rem;
  }
}
.leaflet-container[id*=map].in_page {
  height: 31.25rem;
}
@media screen and (min-width: 48em) {
  .leaflet-container[id*=map].in_page {
    height: 25rem;
  }
}
.leaflet-container[id*=map]:not(.in_page) {
  margin-top: -3.125rem;
}
@media screen and (min-width: 48em) {
  .leaflet-container[id*=map]:not(.in_page) {
    margin-top: -3.75rem;
  }
}
@media screen and (min-width: 48em) {
  .leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-left, .leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-right, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-left, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-right {
    max-width: 50%;
  }
}
.leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar {
  border: 0.125rem solid rgba(255, 255, 255, 0.4);
  opacity: 1 !important;
  transition: opacity 0.3s ease-in-out;
  box-shadow: none;
}
@media screen and (min-width: 48em) {
  .leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar {
    border-width: 0.3125rem;
    border-radius: 0.5625rem;
  }
}
.leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar a, .leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar button, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar a, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar button {
  transition: all 0.3s ease-in-out;
  background: #266d3c;
  color: #ffffff;
  font-weight: 300;
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar a:first-child:not(:only-child), .leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar button:first-child:not(:only-child), .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar a:first-child:not(:only-child), .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar button:first-child:not(:only-child) {
  border: none;
  margin-bottom: 0.0625rem;
}
@media screen and (min-width: 48em) {
  .leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar a, .leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar button, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar a, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar button {
    height: 3.125rem;
    width: 3.125rem;
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
  .leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar a:first-child, .leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar button:first-child, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar a:first-child, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar button:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
  .leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar a:last-child, .leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar button:last-child, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar a:last-child, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar button:last-child {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
  }
}
.leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar a:hover, .leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar a:focus, .leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar button:hover, .leaflet-container[id*=map].leaflet-touch .leaflet-control-container .leaflet-bar button:focus, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar a:hover, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar a:focus, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar button:hover, .leaflet-container[id*=map].leaflet-safari .leaflet-control-container .leaflet-bar button:focus {
  background: #103621;
  color: #ffffff;
}
.leaflet-container[id*=map] .activeArea {
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 48em) {
  .leaflet-container[id*=map] .activeArea {
    top: 5rem;
  }
}
.leaflet-container[id*=map].in_page {
  margin-bottom: 1.25rem;
  border-radius: 1.875rem;
}
@media screen and (min-width: 48em) {
  .leaflet-container[id*=map].in_page .activeArea {
    left: 50%;
    top: 5rem;
    bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .leaflet-container[id*=map].in_page .activeArea {
    left: 33.333%;
  }
}
@media screen and (min-width: 48em) {
  .leaflet-container[id*=map].has_popup .activeArea {
    right: 50%;
  }
}
@media screen and (min-width: 64em) {
  .leaflet-container[id*=map].has_popup .activeArea {
    right: 37.5%;
  }
}
.leaflet-container[id*=map].has_popup .leaflet-control-container .leaflet-control, .leaflet-container[id*=map].has_popup .filter_bar {
  opacity: 0 !important;
  visibility: hidden;
}
.leaflet-container[id*=map].has_popup .leaflet-marker-icon:not(.active) {
  opacity: 0.5;
}
.leaflet-container[id*=map].filter_open .leaflet-control-container .leaflet-control {
  opacity: 0 !important;
  visibility: hidden;
}
.leaflet-container[id*=map] .leaflet-marker-icon.no_popup, .leaflet-container[id*=map] .leaflet-marker-icon[src*=marker-small], .leaflet-container[id*=map] .leaflet-marker-icon[src*="/small/"] {
  cursor: grab;
}
.leaflet-container[id*=map] .leaflet-marker-icon.leaflet-control-locate-location svg * {
  fill: #103621 !important;
}
.leaflet-container[id*=map] .leaflet-marker-icon.svg_icon {
  position: relative;
}
.leaflet-container[id*=map] .leaflet-marker-icon.svg_icon.active .marker_wrap {
  transform: scale(1);
}
@media screen and (min-width: 48em) {
  .leaflet-container[id*=map] .leaflet-marker-icon.svg_icon.active .marker_wrap {
    transform: scale(1.5);
  }
}
.leaflet-container[id*=map] .leaflet-marker-icon.svg_icon .shadow {
  position: absolute;
  z-index: -1;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
}
.leaflet-container[id*=map] .leaflet-marker-icon.svg_icon .marker_wrap {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-out;
  transform-origin: center bottom;
  transform: scale(0.6);
}
@media screen and (min-width: 48em) {
  .leaflet-container[id*=map] .leaflet-marker-icon.svg_icon .marker_wrap {
    transform: scale(0.8);
  }
}
.leaflet-container[id*=map] .leaflet-marker-icon.svg_icon .marker_wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  fill: #ffffff;
  width: 100%;
  height: 100%;
}
.leaflet-container[id*=map] .leaflet-marker-icon.svg_icon .marker_wrap .icon {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  z-index: 2;
  background: #266d3c;
  display: block;
  width: 4.1875rem;
  height: 4.1875rem;
  border-radius: 50%;
  padding: 0;
}
.leaflet-container[id*=map] .leaflet-marker-icon.svg_icon .marker_wrap .icon svg, .leaflet-container[id*=map] .leaflet-marker-icon.svg_icon .marker_wrap .icon img {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transform: scale(1.4);
}
.leaflet-container[id*=map] .leaflet-marker-icon.svg_icon .marker_wrap .icon svg *, .leaflet-container[id*=map] .leaflet-marker-icon.svg_icon .marker_wrap .icon img * {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.1875rem;
}
.leaflet-container[id*=map] .leaflet-popup {
  backface-visibility: hidden;
}
.leaflet-container[id*=map] .leaflet-fixed-pane {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  max-width: 76.875rem;
  width: 100%;
  transform: translateX(-50%);
}
@media screen and (min-width: 48em) {
  .leaflet-container[id*=map] .leaflet-fixed-pane {
    align-items: center;
  }
}
.leaflet-container[id*=map] .leaflet-fixed-pane .popup-fixed {
  position: relative;
  left: auto !important;
  bottom: auto !important;
  right: 0.625rem !important;
  transform: none !important;
  margin: 0 0 0.625rem 0;
  width: calc(100% - 20px);
  border-radius: 0;
  z-index: 1000;
  pointer-events: all;
}
@media screen and (min-width: 48em) {
  .leaflet-container[id*=map] .leaflet-fixed-pane .popup-fixed {
    width: calc(50% - 30px);
    right: 0.9375rem !important;
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  .leaflet-container[id*=map] .leaflet-fixed-pane .popup-fixed {
    width: calc(33.3333% - 30px);
  }
}
.leaflet-container[id*=map] .leaflet-fixed-pane .popup-fixed .leaflet-popup-tip-container {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .leaflet-container[id*=map] .leaflet-fixed-pane .popup-fixed .p {
    display: none;
  }
}
.leaflet-container[id*=map] .leaflet-fixed-pane .popup-fixed .leaflet-popup-close-button {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  color: #266d3c;
  font-size: 1.875rem;
  font-weight: 300;
  padding: 0.625rem;
  height: 3.125rem;
  width: 3.125rem;
  line-height: 1.375rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0.3125rem 0.625rem rgba(17, 16, 13, 0.2);
  text-indent: -624.9375rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29' preserveAspectRatio='xMidYMid' height='29' width='29'%3E%3Cpolygon style='fill:%23266d3c; transition: fill 200ms ease-out;' points='28.29 24.75 17.68 14.14 28.29 3.54 24.75 0 14.14 10.61 3.54 0 0 3.54 10.61 14.14 0 24.75 3.54 28.29 14.14 17.68 24.75 28.29 28.29 24.75'/%3E%3C/svg%3E") !important;
  background-size: 1.125rem 1.125rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 48em) {
  .leaflet-container[id*=map] .leaflet-fixed-pane .popup-fixed .leaflet-popup-close-button {
    font-size: 2.5rem;
  }
}
.leaflet-container[id*=map] .leaflet-fixed-pane .popup-fixed .leaflet-popup-close-button:hover, .leaflet-container[id*=map] .leaflet-fixed-pane .popup-fixed .leaflet-popup-close-button:focus {
  background-color: #266d3c;
  color: #ffffff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29' preserveAspectRatio='xMidYMid' height='29' width='29'%3E%3Cpolygon style='fill:%23ffffff; transition: fill 200ms ease-out;' points='28.29 24.75 17.68 14.14 28.29 3.54 24.75 0 14.14 10.61 3.54 0 0 3.54 10.61 14.14 0 24.75 3.54 28.29 14.14 17.68 24.75 28.29 28.29 24.75'/%3E%3C/svg%3E") !important;
}
.leaflet-container[id*=map] .leaflet-fixed-pane .popup-fixed .leaflet-popup-content-wrapper {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.leaflet-container[id*=map] .leaflet-fixed-pane .popup-fixed .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  width: auto !important;
}
.leaflet-container[id*=map] .leaflet-overlay-pane svg .pattern {
  fill: url(#grad-green);
  fill-opacity: 1;
  stroke: #266d3c;
}
.leaflet-container[id*=map] .leaflet-overlay-pane svg .cc_outline {
  cursor: grab;
}
.leaflet-container[id*=map] .leaflet-overlay-pane svg.purple .pattern {
  fill: url(#grad-purple);
  stroke: #7b5797;
}
.leaflet-container[id*=map] .leaflet-overlay-pane svg.blue .pattern {
  fill: url(#grad-blue);
  stroke: #477e91;
}

/* IN PAGE MAP OVERLAY
================================ */
.map_overlay {
  padding: 1.25rem;
  z-index: 500;
  position: relative;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 48em) {
  .map_overlay {
    right: 50%;
    top: 0;
    padding: 1.25rem 0 1.25rem 1.25rem;
    align-items: center;
  }
}
@media screen and (min-width: 64em) {
  .map_overlay {
    right: 66.666%;
    padding: 3.125rem 0 3.125rem 3.125rem;
  }
}
.map_overlay .overlay_box {
  background: #ffffff;
  padding: 1.25rem;
  width: 100%;
  border-radius: 1.25rem;
}
@media screen and (min-width: 64em) {
  .map_overlay .overlay_box {
    padding: 2.5rem;
  }
}
.map_overlay .overlay_box h2.has_icon, .map_overlay .overlay_box .has_icon.h2, .map_overlay .overlay_box h3.has_icon, .map_overlay .overlay_box .has_icon.h3, .map_overlay .overlay_box .nf-form-cont .nf-saves-cont legend.has_icon, .nf-form-cont .nf-saves-cont .map_overlay .overlay_box legend.has_icon, .map_overlay .overlay_box h4.has_icon, .map_overlay .overlay_box .has_icon.h4, .map_overlay .overlay_box .nf-form-cont form legend.has_icon, .nf-form-cont form .map_overlay .overlay_box legend.has_icon, .map_overlay .overlay_box p.has_icon, .map_overlay .overlay_box .has_icon.p {
  display: flex;
  align-items: center;
}
.map_overlay .overlay_box h2.has_icon br, .map_overlay .overlay_box .has_icon.h2 br, .map_overlay .overlay_box h3.has_icon br, .map_overlay .overlay_box .has_icon.h3 br, .map_overlay .overlay_box .nf-form-cont .nf-saves-cont legend.has_icon br, .nf-form-cont .nf-saves-cont .map_overlay .overlay_box legend.has_icon br, .map_overlay .overlay_box h4.has_icon br, .map_overlay .overlay_box .has_icon.h4 br, .map_overlay .overlay_box .nf-form-cont form legend.has_icon br, .nf-form-cont form .map_overlay .overlay_box legend.has_icon br, .map_overlay .overlay_box p.has_icon br, .map_overlay .overlay_box .has_icon.p br {
  display: none;
}
.map_overlay .overlay_box h2.has_icon .icon, .map_overlay .overlay_box .has_icon.h2 .icon, .map_overlay .overlay_box h3.has_icon .icon, .map_overlay .overlay_box .has_icon.h3 .icon, .map_overlay .overlay_box .nf-form-cont .nf-saves-cont legend.has_icon .icon, .nf-form-cont .nf-saves-cont .map_overlay .overlay_box legend.has_icon .icon, .map_overlay .overlay_box h4.has_icon .icon, .map_overlay .overlay_box .has_icon.h4 .icon, .map_overlay .overlay_box .nf-form-cont form legend.has_icon .icon, .nf-form-cont form .map_overlay .overlay_box legend.has_icon .icon, .map_overlay .overlay_box p.has_icon .icon, .map_overlay .overlay_box .has_icon.p .icon {
  margin-right: 0.3125rem;
  width: 1.625rem;
  flex-shrink: 0;
}
.map_overlay .overlay_box .p {
  font-size: 1rem;
}
.map_overlay .overlay_box a {
  color: #266d3c;
}
.map_overlay .overlay_box a:hover, .map_overlay .overlay_box a:focus {
  color: #ffffff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media print {
  .slick-slide {
    display: block !important;
  }
  .slick-list {
    height: auto !important;
  }
  .slick-track {
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }
  .slick-track .slick-slide {
    width: auto !important;
  }
}
/* Slider */
.slick-list {
  overflow: visible;
}
.slick-loading .slick-list {
  background: #fff;
}
@media screen and (min-width: 48em) {
  .slick-list {
    padding-right: 0;
  }
}

@media screen and (min-width: 76.875em) {
  .card_slider .slick-list {
    overflow: hidden;
  }
}

.card_slider .slick-list, .col_slider .slick-list {
  padding: 0 4.0625rem 0 0.625rem;
}
@media screen and (min-width: 48em) {
  .card_slider .slick-list, .col_slider .slick-list {
    padding: 0 4.6875rem 0 1.625rem;
  }
}
@media screen and (min-width: 76.875em) {
  .card_slider .slick-list, .col_slider .slick-list {
    padding: 0;
  }
}
.card_slider .slick-list .draggable > div:not([class]), .card_slider .slick-list > div:not([class]), .col_slider .slick-list .draggable > div:not([class]), .col_slider .slick-list > div:not([class]) {
  display: flex;
  flex-wrap: nowrap;
}
.card_slider .slick-list .draggable > div:not([class]) .slick-slide, .card_slider .slick-list > div:not([class]) .slick-slide, .col_slider .slick-list .draggable > div:not([class]) .slick-slide, .col_slider .slick-list > div:not([class]) .slick-slide {
  height: auto;
}
.card_slider .slick-prev.slick-disabled, .card_slider .slick-next.slick-disabled, .col_slider .slick-prev.slick-disabled, .col_slider .slick-next.slick-disabled {
  display: none !important;
}

.slick-slide {
  padding: 0 0 1.25rem 0;
}
.slick-slide:not(:focus) {
  outline: none !important;
}
@media screen and (min-width: 48em) {
  .slick-slide {
    padding: 0 0.9375rem 1.25rem 0.9375rem;
    max-width: none;
  }
}

/* Icons */
/*
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
} */
/* Arrows */
.slick-prev,
.slick-next {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  background: rgba(17, 16, 13, 0.1);
  border: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: none;
  min-width: 0 !important;
  z-index: 5;
  text-align: center;
  border-radius: 50%;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.4;
}
.slick-prev.slick-disabled:hover, .slick-prev.slick-disabled:focus,
.slick-next.slick-disabled:hover,
.slick-next.slick-disabled:focus {
  background: #ffffff;
}
.slick-prev.slick-disabled:hover i.icon_arrow, .slick-prev.slick-disabled:focus i.icon_arrow,
.slick-next.slick-disabled:hover i.icon_arrow,
.slick-next.slick-disabled:focus i.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23266d3c; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
}
.slick-prev i.icon_arrow,
.slick-next i.icon_arrow {
  background-position: calc(50% + 1px) 50%;
  background-repeat: no-repeat;
  background-size: auto 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.slick-prev:hover i.icon_arrow, .slick-prev:focus i.icon_arrow,
.slick-next:hover i.icon_arrow,
.slick-next:focus i.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.49 22.5' preserveAspectRatio='xMidYMid' height='22.5' width='12.49'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M0.37,2.14l10,10V10.37l-10,10a1.25,1.25,0,0,0,1.77,1.77l10-10a1.27,1.27,0,0,0,0-1.77l-10-10A1.25,1.25,0,0,0,.37,2.14h0Z'/%3E%3C/svg%3E") !important;
  background-position: calc(50% + 1px) 50%;
  background-repeat: no-repeat;
  background-size: auto 1rem;
}

.slick-prev {
  left: 0;
}
@media screen and (min-width: 76.875em) {
  .slick-prev {
    left: -0.9375rem;
  }
}
.slick-prev i.icon_arrow {
  transform: rotate(180deg);
}

.slick-next {
  right: 0;
}
@media screen and (min-width: 76.875em) {
  .slick-next {
    right: -0.9375rem;
  }
}
.card_slider .slick-prev, .card_slider .slick-next, .gallery .slick-prev, .gallery .slick-next {
  position: absolute;
  top: calc(50% - 25px);
}

.slider_nav .slick-prev {
  left: 0;
}
.slider_nav .slick-next {
  right: 0;
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 !important;
  width: 100%;
  font-size: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  margin: 0.25rem !important;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
}
.slick-dots li i {
  vertical-align: top;
  font-size: 0.75rem;
}
.slick-dots li i:hover, .slick-dots li i:focus {
  color: #103621;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  border: 2px solid #266d3c;
  background: #ffffff;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  min-width: 0;
  color: #11100d;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  border-color: #103621;
}
.slick-dots li button:not([role]) {
  display: none !important;
}
.slick-dots li.slick-active button {
  background-color: #266d3c;
  color: #ffffff;
}
.slick-dots li.slick-active button:hover, .slick-dots li.slick-active button:focus {
  background-color: #103621;
}
.slick-dots li:first-child:last-child {
  display: none !important;
}

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