@charset "UTF-8";
/*
	Theme Name: Sight Loss Council
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap");
/**
 * 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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          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%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", Arial, Roboto, Helvetica, Calibri, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #2e4a58;
  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: 1.5625rem;
}

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

#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: 1.5625rem;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

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

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

.row {
  max-width: 81.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,
.h3,
h4,
.h4,
h5,
.h5,
h6,
pre,
form,
p,
.p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p, .p {
  font-size: inherit;
  line-height: 1.6;
  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,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", Arial, Roboto, Helvetica, Calibri, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2e4a58;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.875rem;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #bdbdbd;
  line-height: 0;
}

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

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

h3, .h3 {
  font-size: 1.1875rem;
}

h4, .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, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  color: #2e4a58;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #406679;
}
a img {
  border: 0;
}

hr, .hr {
  max-width: 81.875rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  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 0 0 1.25rem;
  border-left: 0.1875rem solid #2e4a58;
}
blockquote, blockquote p, blockquote .p {
  line-height: 1.6;
  color: #2e4a58;
}

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

abbr {
  color: #2e4a58;
  cursor: help;
  border-bottom: 1px dotted #000000;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 500;
  color: #2e4a58;
  background-color: #e1dddd;
  border: 1px solid #bdbdbd;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e1dddd;
  color: #2e4a58;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 1.5625rem;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #4f4f4f;
}

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

.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;
    -webkit-box-shadow: none !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 #4f4f4f;
    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,
  .h3 {
    orphans: 3;
    widows: 3;
  }
  h2, .h2,
  h3,
  .h3 {
    page-break-after: avoid;
  }
}
.button, form input[type=submit], a.button-white {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 1.5625rem;
  padding: 0.75rem 1.25rem;
  margin: 0 0 1.25rem 0;
  font-size: 1.125rem;
  background-color: #2e4a58;
  color: #ffffff;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] form input[type=submit], form [data-whatinput=mouse] input[type=submit], [data-whatinput=mouse] a.button-white {
  outline: 0;
}
.button:hover, form input[type=submit]:hover, a.button-white:hover, .button:focus, form input[type=submit]:focus, a.button-white:focus {
  background-color: #1c2e37;
  color: #ffffff;
}
.button.tiny, form input.tiny[type=submit], a.tiny.button-white {
  font-size: 0.6rem;
}
.button.small, form input.small[type=submit], a.small.button-white {
  font-size: 0.75rem;
}
.button.large, form input.large[type=submit], a.large.button-white {
  font-size: 1.25rem;
}
.button.expanded, form input.expanded[type=submit], a.expanded.button-white {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary, form input.primary[type=submit], a.primary.button-white {
  background-color: #2e4a58;
  color: #ffffff;
}
.button.primary:hover, form input.primary[type=submit]:hover, a.primary.button-white:hover, .button.primary:focus, form input.primary[type=submit]:focus, a.primary.button-white:focus {
  background-color: #253b46;
  color: #ffffff;
}
.button.secondary, form input.secondary[type=submit], a.secondary.button-white {
  background-color: #78c7c9;
  color: #ffffff;
}
.button.secondary:hover, form input.secondary[type=submit]:hover, a.secondary.button-white:hover, .button.secondary:focus, form input.secondary[type=submit]:focus, a.secondary.button-white:focus {
  background-color: #4ab4b7;
  color: #ffffff;
}
.button.success, form input.success[type=submit], a.success.button-white {
  background-color: #3adb76;
  color: #ffffff;
}
.button.success:hover, form input.success[type=submit]:hover, a.success.button-white:hover, .button.success:focus, form input.success[type=submit]:focus, a.success.button-white:focus {
  background-color: #22bb5b;
  color: #ffffff;
}
.button.warning, form input.warning[type=submit], a.warning.button-white {
  background-color: #f4c445;
  color: #ffffff;
}
.button.warning:hover, form input.warning[type=submit]:hover, a.warning.button-white:hover, .button.warning:focus, form input.warning[type=submit]:focus, a.warning.button-white:focus {
  background-color: #ecaf0e;
  color: #ffffff;
}
.button.alert, form input.alert[type=submit], form .button.wpcf7-not-valid-tip, form input.wpcf7-not-valid-tip[type=submit], a.alert.button-white, form a.button-white.wpcf7-not-valid-tip {
  background-color: #ec5840;
  color: #ffffff;
}
.button.alert:hover, form input.alert[type=submit]:hover, form .button.wpcf7-not-valid-tip:hover, form input.wpcf7-not-valid-tip[type=submit]:hover, a.alert.button-white:hover, form a.button-white.wpcf7-not-valid-tip:hover, .button.alert:focus, form input.alert[type=submit]:focus, form .button.wpcf7-not-valid-tip:focus, form input.wpcf7-not-valid-tip[type=submit]:focus, a.alert.button-white:focus, form a.button-white.wpcf7-not-valid-tip:focus {
  background-color: #da3116;
  color: #ffffff;
}
.button.hollow, form input.hollow[type=submit], a.hollow.button-white {
  border: 1px solid #2e4a58;
  color: #2e4a58;
}
.button.hollow, form input.hollow[type=submit], a.hollow.button-white, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, form input.hollow[type=submit]:hover, a.hollow.button-white:hover, .button.hollow:focus, form input.hollow[type=submit]:focus, a.hollow.button-white:focus {
  border-color: #17252c;
  color: #17252c;
}
.button.hollow.primary, form input.hollow.primary[type=submit], a.hollow.primary.button-white {
  border: 1px solid #2e4a58;
  color: #2e4a58;
}
.button.hollow.primary:hover, form input.hollow.primary[type=submit]:hover, a.hollow.primary.button-white:hover, .button.hollow.primary:focus, form input.hollow.primary[type=submit]:focus, a.hollow.primary.button-white:focus {
  border-color: #17252c;
  color: #17252c;
}
.button.hollow.secondary, form input.hollow.secondary[type=submit], a.hollow.secondary.button-white {
  border: 1px solid #78c7c9;
  color: #78c7c9;
}
.button.hollow.secondary:hover, form input.hollow.secondary[type=submit]:hover, a.hollow.secondary.button-white:hover, .button.hollow.secondary:focus, form input.hollow.secondary[type=submit]:focus, a.hollow.secondary.button-white:focus {
  border-color: #2e7173;
  color: #2e7173;
}
.button.hollow.success, form input.hollow.success[type=submit], a.hollow.success.button-white {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, form input.hollow.success[type=submit]:hover, a.hollow.success.button-white:hover, .button.hollow.success:focus, form input.hollow.success[type=submit]:focus, a.hollow.success.button-white:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, form input.hollow.warning[type=submit], a.hollow.warning.button-white {
  border: 1px solid #f4c445;
  color: #f4c445;
}
.button.hollow.warning:hover, form input.hollow.warning[type=submit]:hover, a.hollow.warning.button-white:hover, .button.hollow.warning:focus, form input.hollow.warning[type=submit]:focus, a.hollow.warning.button-white:focus {
  border-color: #946e09;
  color: #946e09;
}
.button.hollow.alert, form input.hollow.alert[type=submit], form .button.hollow.wpcf7-not-valid-tip, form input.hollow.wpcf7-not-valid-tip[type=submit], a.hollow.alert.button-white, form a.hollow.button-white.wpcf7-not-valid-tip {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, form input.hollow.alert[type=submit]:hover, form .button.hollow.wpcf7-not-valid-tip:hover, form input.hollow.wpcf7-not-valid-tip[type=submit]:hover, a.hollow.alert.button-white:hover, form a.hollow.button-white.wpcf7-not-valid-tip:hover, .button.hollow.alert:focus, form input.hollow.alert[type=submit]:focus, form .button.hollow.wpcf7-not-valid-tip:focus, form input.hollow.wpcf7-not-valid-tip[type=submit]:focus, a.hollow.alert.button-white:focus, form a.hollow.button-white.wpcf7-not-valid-tip:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button.disabled, form input.disabled[type=submit], a.disabled.button-white, .button[disabled], form input[disabled][type=submit], a[disabled].button-white {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover, form input.disabled[type=submit]:hover, a.disabled.button-white:hover, .button.disabled:focus, form input.disabled[type=submit]:focus, a.disabled.button-white:focus, .button[disabled]:hover, form input[disabled][type=submit]:hover, a[disabled].button-white:hover, .button[disabled]:focus, form input[disabled][type=submit]:focus, a[disabled].button-white:focus {
  background-color: #2e4a58;
  color: #ffffff;
}
.button.dropdown::after, form input.dropdown[type=submit]::after, a.dropdown.button-white::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.25rem;
  display: inline-block;
}
.button.arrow-only::after, form input.arrow-only[type=submit]::after, a.arrow-only.button-white::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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0.9375rem;
  border: 2px solid #bdbdbd;
  margin: 0 0 1.875rem;
  font-family: inherit;
  font-size: 1rem;
  color: #2e4a58;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 1.5625rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -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 #4f4f4f;
  background-color: #ffffff;
  outline: none;
  -webkit-box-shadow: 0 0 5px #bdbdbd;
          box-shadow: 0 0 5px #bdbdbd;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

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

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e1dddd;
  cursor: default;
}

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

input[type=search] {
  -webkit-box-sizing: border-box;
          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: 500;
  line-height: 1.8;
  color: #2e4a58;
}
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: #2e4a58;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.875rem;
}
.input-group > :first-child {
  border-radius: 1.5625rem 0 0 1.5625rem;
}
.input-group > :last-child > * {
  border-radius: 0 1.5625rem 1.5625rem 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: #e1dddd;
  color: #2e4a58;
  border: 0 solid #bdbdbd;
  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 #bdbdbd;
  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 #bdbdbd;
  margin: 0 0 1.875rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #2e4a58;
  background-color: #ffffff;
  border-radius: 1.5625rem;
  -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%2879, 79, 79%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: #e1dddd;
  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: #e1dddd;
  margin-left: 0;
}

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

.accordion-title {
  display: block;
  padding: 1.25rem 0.9375rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2e4a58;
  position: relative;
  border: none;
  border-bottom: 0;
}
:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 1.5625rem 1.5625rem;
  border-bottom: none;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #bdbdbd;
}

.accordion-content {
  padding: 1rem 0;
  display: none;
  border: none;
  border-bottom: 0;
  background-color: #ffffff;
  color: #2e4a58;
}
: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: #2e4a58;
  font-size: 0.875rem;
  cursor: default;
}
.breadcrumbs li:not(:last-child)::after {
  color: #bdbdbd;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
.breadcrumbs a {
  color: #2e4a58;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #4f4f4f;
  cursor: not-allowed;
}

.callout, form .wpcf7-not-valid-tip {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: none;
  border-radius: 1.5625rem;
  position: relative;
  color: #2e4a58;
  background-color: whitesmoke;
}
.callout > :first-child, form .wpcf7-not-valid-tip > :first-child {
  margin-top: 0;
}
.callout > :last-child, form .wpcf7-not-valid-tip > :last-child {
  margin-bottom: 0;
}
.callout.primary, form .primary.wpcf7-not-valid-tip {
  background-color: #dae6ec;
}
.callout.secondary, form .secondary.wpcf7-not-valid-tip {
  background-color: #ebf7f7;
}
.callout.success, form .success.wpcf7-not-valid-tip {
  background-color: #e1faea;
}
.callout.warning, form .warning.wpcf7-not-valid-tip {
  background-color: #fdf6e3;
}
.callout.alert, form .wpcf7-not-valid-tip {
  background-color: #fce6e2;
}
.callout.small, form .small.wpcf7-not-valid-tip {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large, form .large.wpcf7-not-valid-tip {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #4f4f4f;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000000;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li {
  display: table-cell;
}
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 48em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: " ";
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  color: #ffffff;
  background: #2e4a58;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.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;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 1.5625rem;
  background: #2e4a58;
  color: #ffffff;
}
.label.secondary {
  background: #78c7c9;
  color: #000000;
}
.label.success {
  background: #3adb76;
  color: #ffffff;
}
.label.warning {
  background: #f4c445;
  color: #000000;
}
.label.alert, form .label.wpcf7-not-valid-tip {
  background: #ec5840;
  color: #ffffff;
}

.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: 1.5625rem;
  display: inline-block;
}
.pagination a,
.pagination button {
  color: #2e4a58;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 1.5625rem;
}
.pagination a:hover,
.pagination button:hover {
  background: #e1dddd;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2e4a58;
  color: #ffffff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #bdbdbd;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #2e4a58;
}

.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;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e1dddd;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #bdbdbd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #2e4a58;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 1.5625rem;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #273f4b;
}
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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;
      -ms-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(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #bdbdbd;
  background-color: #ffffff;
  border-radius: 1.5625rem;
  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: 81.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: 81.875rem;
  }
}
@media screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 81.875rem;
  }
}
@media screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 81.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: 1.5625rem;
}
thead,
tbody,
tfoot {
  border: 1px solid #bdbdbd;
  background-color: #ffffff;
}

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

thead {
  background: #f9f9f9;
  color: #2e4a58;
}

tfoot {
  background: #f2f2f2;
  color: #2e4a58;
}

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: #f2f2f2;
}
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: #fafafa;
}
table.hover tr:nth-of-type(even):hover {
  background-color: #ededed;
}

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

.tabs {
  margin: 0;
  list-style-type: none;
  background: transparent;
  border: 1px solid transparent;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2e4a58;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #345464;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 1.125rem;
}
.tabs-title > a:hover {
  background: transparent;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: transparent;
}

.tabs-content {
  background: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid transparent;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid transparent;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 0;
}
.tabs-panel.is-active {
  display: block;
}

.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
===================================== */
/* PARTIALS
===================================== */
/* 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;
}

.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;
  }
}

.white_bg {
  background-color: #ffffff;
}
.white_bg :last-child {
  margin-bottom: 0;
}

.gray_bg {
  background-color: #e1dddd;
}
.gray_bg :last-child {
  margin-bottom: 0;
}

.white_text {
  color: #ffffff;
}
.white_text p, .white_text .p, .white_text li {
  color: #ffffff;
}
.white_text h1, .white_text .h1 {
  color: #ffffff;
}
.white_text h2, .white_text .h2 {
  color: #ffffff;
}
.white_text h3, .white_text .h3 {
  color: #ffffff;
}
.white_text h4, .white_text .h4 {
  color: #ffffff;
}
.white_text h5, .white_text .h5 {
  color: #ffffff;
}
.white_text h6, .white_text .h6 {
  color: #ffffff;
}
.white_text a:not([class]) {
  color: #ffffff;
}
.white_text a:not([class]):hover, .white_text a:not([class]):focus {
  color: #000000;
  background: #f4c445;
}
.white_text h1.underline::after, .white_text h1.section_title::after, .white_text .h1.underline::after, .white_text .h1.section_title::after {
  background: #ffffff;
}
.white_text h2.underline::after, .white_text h2.section_title::after, .white_text .h2.underline::after, .white_text .h2.section_title::after {
  background: #ffffff;
}
.white_text h3.underline::after, .white_text h3.section_title::after, .white_text .h3.underline::after, .white_text .h3.section_title::after {
  background: #ffffff;
}
.white_text h4.underline::after, .white_text h4.section_title::after, .white_text .h4.underline::after, .white_text .h4.section_title::after {
  background: #ffffff;
}
.white_text h5.underline::after, .white_text h5.section_title::after, .white_text .h5.underline::after, .white_text .h5.section_title::after {
  background: #ffffff;
}
.white_text h6.underline::after, .white_text h6.section_title::after, .white_text .h6.underline::after, .white_text .h6.section_title::after {
  background: #ffffff;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .vertical-center-small-only {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .vertical-center-medium {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .vertical-center-large {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
}

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

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

.equalize-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 47.9375em) {
  .equalize-flex-small-only {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        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 * {
  -webkit-transition: fill 0.3s ease-out, stroke 0.3s ease-out;
  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: 56.25rem;
}

/* 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.black {
  background: #000000;
  color: #ffffff;
}
.sg-color.black:after {
  content: "#000000";
}
.sg-color.white, a.sg-color.button-white {
  background: #ffffff;
  border: solid 1px #000000;
}
.sg-color.white:after, a.sg-color.button-white:after {
  content: "#ffffff";
}
.sg-color.lgray {
  background: #e1dddd;
}
.sg-color.lgray:after {
  content: "#e1dddd";
}
.sg-color.mgray {
  background: #bdbdbd;
  color: #ffffff;
}
.sg-color.mgray:after {
  content: "#bdbdbd";
}
.sg-color.dgray {
  background: #4f4f4f;
  color: #ffffff;
}
.sg-color.dgray:after {
  content: "#4f4f4f";
}
.sg-color.primary {
  background: #2e4a58;
  color: #ffffff;
}
.sg-color.primary:after {
  content: "#2e4a58";
}
.sg-color.secondary {
  background: #78c7c9;
  color: #ffffff;
}
.sg-color.secondary:after {
  content: "#78c7c9";
}
.sg-color.red {
  background: #ec5840;
  color: #ffffff;
}
.sg-color.red:after {
  content: "#ec5840";
}
.sg-color.orange {
  background: #f4c445;
  color: #ffffff;
}
.sg-color.orange:after {
  content: "#f4c445";
}
.sg-color.green {
  background: #3adb76;
  color: #ffffff;
}
.sg-color.green:after {
  content: "#3adb76";
}

/* ACCESSIBILITY
============================================= */
html.altStyle1 * {
  background-color: #ffffff !important;
  color: #000000 !important;
}
html.altStyle1 *:hover, html.altStyle1 *:focus {
  color: #000000 !important;
}
html.altStyle1 .accessibility .contrast-white {
  border: 1px solid #000000;
}
html.altStyle1 header .nav_wrap nav > ul > li .subMenu li a {
  color: #000000 !important;
}
html.altStyle1 .search_form ::-webkit-input-placeholder {
  color: #000000;
}
html.altStyle1 .search_form :-moz-placeholder {
  color: #000000;
}
html.altStyle1 .search_form ::-moz-placeholder {
  color: #000000;
}
html.altStyle1 .search_form :-ms-input-placeholder {
  color: #000000;
}
html.altStyle1 footer ::before, html.altStyle1 footer ::after {
  background: none !important;
}
html.altStyle2 * {
  background-color: #000000 !important;
  color: #ffffff !important;
}
html.altStyle2 *:hover, html.altStyle2 *:focus {
  color: #ffffff !important;
}
html.altStyle2 .button, html.altStyle2 form input[type=submit], form html.altStyle2 input[type=submit], html.altStyle2 a.button-white, html.altStyle2 .button.secondary, html.altStyle2 form input.secondary[type=submit], html.altStyle2 a.secondary.button-white, html.altStyle2 button.secondary {
  background-color: #ffffff !important;
  color: #000000 !important;
}
html.altStyle2 .accessibility .contrast-black {
  border: 1px solid #ffffff;
}
html.altStyle2 .accessibility .contrast-normal::before {
  -webkit-box-shadow: inset 0 0 0 0.125rem #ffffff;
          box-shadow: inset 0 0 0 0.125rem #ffffff;
}
html.altStyle2 .search_form ::-webkit-input-placeholder {
  color: #ffffff;
}
html.altStyle2 .search_form :-moz-placeholder {
  color: #ffffff;
}
html.altStyle2 .search_form ::-moz-placeholder {
  color: #ffffff;
}
html.altStyle2 .search_form :-ms-input-placeholder {
  color: #ffffff;
}
html.altStyle2 footer ::before, html.altStyle2 footer ::after {
  background: none !important;
}

/* TYPOGRAPHY
============================================= */
h1, .h1 {
  font-size: calc(38px + (36 - 38) * (100vw - 320px) / (1340 - 320));
}
h1.underline, .h1.underline {
  position: relative;
}
h1.underline::after, .h1.underline::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.0625rem;
  background-color: #78c7c9;
  margin-top: 0.9375rem;
}
h1.underline.centre::after, .h1.underline.centre::after {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
h1.primary, .h1.primary {
  color: #2e4a58;
}
h1.primary i, .h1.primary i {
  color: #78c7c9;
}
body.testing h1:not(:first-child), body.testing .h1:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 48em) {
  body.testing h1:not(:first-child), body.testing .h1:not(:first-child) {
    margin-top: 2.5rem;
  }
}
h1 i, .h1 i {
  margin-right: 0.625rem;
}
@media screen and (min-width: 75em) {
  h1, .h1 {
    font-size: 36px;
  }
}
h1 h1, h1 .h1, .h1 h1, .h1 .h1 {
  display: block;
}
h1 h2, h1 .h2, .h1 h2, .h1 .h2 {
  display: block;
}
h1 h3, h1 .h3, .h1 h3, .h1 .h3 {
  display: block;
}
h1 h4, h1 .h4, .h1 h4, .h1 .h4 {
  display: block;
}
h1 h5, h1 .h5, .h1 h5, .h1 .h5 {
  display: block;
}
h1 h6, h1 .h6, .h1 h6, .h1 .h6 {
  display: block;
}

h2, .h2 {
  font-size: calc(24px + (26 - 24) * (100vw - 320px) / (1340 - 320));
}
h2.underline, .h2.underline {
  position: relative;
}
h2.underline::after, .h2.underline::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.0625rem;
  background-color: #78c7c9;
  margin-top: 0.9375rem;
}
h2.underline.centre::after, .h2.underline.centre::after {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
h2.primary, .h2.primary {
  color: #2e4a58;
}
h2.primary i, .h2.primary i {
  color: #78c7c9;
}
body.testing h2:not(:first-child), body.testing .h2:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 48em) {
  body.testing h2:not(:first-child), body.testing .h2:not(:first-child) {
    margin-top: 2.5rem;
  }
}
h2 i, .h2 i {
  margin-right: 0.625rem;
}
@media screen and (min-width: 75em) {
  h2, .h2 {
    font-size: 26px;
  }
}
h2 h1, h2 .h1, .h2 h1, .h2 .h1 {
  display: block;
}
h2 h2, h2 .h2, .h2 h2, .h2 .h2 {
  display: block;
}
h2 h3, h2 .h3, .h2 h3, .h2 .h3 {
  display: block;
}
h2 h4, h2 .h4, .h2 h4, .h2 .h4 {
  display: block;
}
h2 h5, h2 .h5, .h2 h5, .h2 .h5 {
  display: block;
}
h2 h6, h2 .h6, .h2 h6, .h2 .h6 {
  display: block;
}

h3, .h3 {
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1340 - 320));
}
h3.underline, .h3.underline {
  position: relative;
}
h3.underline::after, .h3.underline::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.0625rem;
  background-color: #78c7c9;
  margin-top: 0.9375rem;
}
h3.underline.centre::after, .h3.underline.centre::after {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
h3.primary, .h3.primary {
  color: #2e4a58;
}
h3.primary i, .h3.primary i {
  color: #78c7c9;
}
body.testing h3:not(:first-child), body.testing .h3:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 48em) {
  body.testing h3:not(:first-child), body.testing .h3:not(:first-child) {
    margin-top: 2.5rem;
  }
}
h3 i, .h3 i {
  margin-right: 0.625rem;
}
@media screen and (min-width: 75em) {
  h3, .h3 {
    font-size: 20px;
  }
}
h3 h1, h3 .h1, .h3 h1, .h3 .h1 {
  display: block;
}
h3 h2, h3 .h2, .h3 h2, .h3 .h2 {
  display: block;
}
h3 h3, h3 .h3, .h3 h3, .h3 .h3 {
  display: block;
}
h3 h4, h3 .h4, .h3 h4, .h3 .h4 {
  display: block;
}
h3 h5, h3 .h5, .h3 h5, .h3 .h5 {
  display: block;
}
h3 h6, h3 .h6, .h3 h6, .h3 .h6 {
  display: block;
}

h4, .h4 {
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1340 - 320));
}
h4.underline, .h4.underline {
  position: relative;
}
h4.underline::after, .h4.underline::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.0625rem;
  background-color: #78c7c9;
  margin-top: 0.9375rem;
}
h4.underline.centre::after, .h4.underline.centre::after {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
h4.primary, .h4.primary {
  color: #2e4a58;
}
h4.primary i, .h4.primary i {
  color: #78c7c9;
}
body.testing h4:not(:first-child), body.testing .h4:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 48em) {
  body.testing h4:not(:first-child), body.testing .h4:not(:first-child) {
    margin-top: 2.5rem;
  }
}
h4 i, .h4 i {
  margin-right: 0.625rem;
}
@media screen and (min-width: 75em) {
  h4, .h4 {
    font-size: 18px;
  }
}
h4 h1, h4 .h1, .h4 h1, .h4 .h1 {
  display: block;
}
h4 h2, h4 .h2, .h4 h2, .h4 .h2 {
  display: block;
}
h4 h3, h4 .h3, .h4 h3, .h4 .h3 {
  display: block;
}
h4 h4, h4 .h4, .h4 h4, .h4 .h4 {
  display: block;
}
h4 h5, h4 .h5, .h4 h5, .h4 .h5 {
  display: block;
}
h4 h6, h4 .h6, .h4 h6, .h4 .h6 {
  display: block;
}

h5, .h5 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1340 - 320));
}
h5.underline, .h5.underline {
  position: relative;
}
h5.underline::after, .h5.underline::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.0625rem;
  background-color: #78c7c9;
  margin-top: 0.9375rem;
}
h5.underline.centre::after, .h5.underline.centre::after {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
h5.primary, .h5.primary {
  color: #2e4a58;
}
h5.primary i, .h5.primary i {
  color: #78c7c9;
}
body.testing h5:not(:first-child), body.testing .h5:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 48em) {
  body.testing h5:not(:first-child), body.testing .h5:not(:first-child) {
    margin-top: 2.5rem;
  }
}
h5 i, .h5 i {
  margin-right: 0.625rem;
}
@media screen and (min-width: 75em) {
  h5, .h5 {
    font-size: 18px;
  }
}
h5 h1, h5 .h1, .h5 h1, .h5 .h1 {
  display: block;
}
h5 h2, h5 .h2, .h5 h2, .h5 .h2 {
  display: block;
}
h5 h3, h5 .h3, .h5 h3, .h5 .h3 {
  display: block;
}
h5 h4, h5 .h4, .h5 h4, .h5 .h4 {
  display: block;
}
h5 h5, h5 .h5, .h5 h5, .h5 .h5 {
  display: block;
}
h5 h6, h5 .h6, .h5 h6, .h5 .h6 {
  display: block;
}

h6, .h6 {
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1340 - 320));
}
h6.underline, .h6.underline {
  position: relative;
}
h6.underline::after, .h6.underline::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.0625rem;
  background-color: #78c7c9;
  margin-top: 0.9375rem;
}
h6.underline.centre::after, .h6.underline.centre::after {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
h6.primary, .h6.primary {
  color: #2e4a58;
}
h6.primary i, .h6.primary i {
  color: #78c7c9;
}
body.testing h6:not(:first-child), body.testing .h6:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 48em) {
  body.testing h6:not(:first-child), body.testing .h6:not(:first-child) {
    margin-top: 2.5rem;
  }
}
h6 i, .h6 i {
  margin-right: 0.625rem;
}
@media screen and (min-width: 75em) {
  h6, .h6 {
    font-size: 16px;
  }
}
h6 h1, h6 .h1, .h6 h1, .h6 .h1 {
  display: block;
}
h6 h2, h6 .h2, .h6 h2, .h6 .h2 {
  display: block;
}
h6 h3, h6 .h3, .h6 h3, .h6 .h3 {
  display: block;
}
h6 h4, h6 .h4, .h6 h4, .h6 .h4 {
  display: block;
}
h6 h5, h6 .h5, .h6 h5, .h6 .h5 {
  display: block;
}
h6 h6, h6 .h6, .h6 h6, .h6 .h6 {
  display: block;
}

.overlap_title { /* this is for when we need to combine overlap and bordered titles - this is the wrapping div */
  background-size: 100% 100% !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-image: url(images/style/brush-white.png);
  margin-top: -1.25rem;
  padding: 1.25rem 1.5625rem;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 48em) {
  .overlap_title {
    padding: 1.875rem 2.5rem;
    margin-top: -1.875rem;
    min-width: 32.5rem;
  }
}

.h1 {
  display: block;
}

.h2 {
  display: block;
}

.h3 {
  display: block;
}

.h4 {
  display: block;
}

.h5 {
  display: block;
}

@media screen and (min-width: 48em) {
  p, .p, li {
    font-size: 1.125rem;
  }
}

p > .button:only-child, form p > input[type=submit]:only-child, p > a.button-white:only-child, .p > .button:only-child, form .p > input[type=submit]:only-child, .p > a.button-white:only-child {
  margin-bottom: 0;
}
p.pub_date, .pub_date.p {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  position: relative;
}
p.pub_date:before, .pub_date.p:before {
  content: "";
  display: block;
  width: 5rem;
  height: 0.0625rem;
  background-color: #78c7c9;
  position: absolute;
  left: 0;
  top: 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;
}

a, .a {
  outline: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  text-decoration: none;
}
.content a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag), .content .a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag) {
  text-decoration: underline;
}
.content a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag) .a, .content a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag) .button, .content a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag) form input[type=submit], form .content a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag) input[type=submit], .content a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag) a.button-white, .content .a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag) .a, .content .a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag) .button, .content .a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag) form input[type=submit], form .content .a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag) input[type=submit], .content .a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag) a.button-white {
  -webkit-transition: none;
  transition: none;
}
.content a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag):hover, .content a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag):focus, .content .a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag):hover, .content .a:not(.button):not(a.button-white):not([class*=button-]):not(.svg_link):not([class*=leaflet]):not(.next):not(.prev):not(.menu-trigger):not(.pagi_box):not(.no_underline):not(.back):not(.img_link):not(.accordion-title):not(.tag):focus {
  background: #f4c445;
  color: #000000;
}
a i, .a i {
  margin-right: 0.625rem;
}

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

@media screen and (min-width: 64em) {
  .lead {
    font-size: 1.25rem;
  }
}

blockquote {
  background: #2e4a58;
  border-radius: 1.5625rem;
  padding: 2.8125rem;
  border: none;
}
blockquote p, blockquote .p, blockquote li {
  color: #ffffff;
}
blockquote p:not(.cite), blockquote .p:not(.cite), blockquote li:not(.cite) {
  font-size: 150%;
}
blockquote .cite {
  font-style: italic;
}
blockquote :last-child {
  margin-bottom: 0;
}

/* BREADCRUMB
============================================= */
.breadcrumbs {
  margin: 0 !important;
  margin-bottom: 1.25rem !important;
}
@media screen and (min-width: 48em) {
  .breadcrumbs {
    margin-bottom: 2.5rem !important;
  }
}
.breadcrumbs li {
  margin-bottom: 0 !important;
  font-size: 1rem;
}
.breadcrumbs li.item-current {
  font-weight: 500;
  color: #4f4f4f;
}
@media screen and (min-width: 64em) {
  .breadcrumbs li {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .breadcrumbs li.item-home:first-child:nth-last-child(2) {
    display: none;
  }
}
.breadcrumbs li:nth-last-child(2)::after {
  display: none !important;
}
.breadcrumbs li.item-current {
  display: none;
}
.breadcrumbs li:not(:last-child)::after {
  font-weight: 700;
  display: inline-block;
  line-height: 1.4375rem;
  color: #4f4f4f;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
}
.breadcrumbs li a:hover, .breadcrumbs li a:focus {
  color: #000000;
  background: #f4c445;
}

/* MAIN CONTENT
============================================= */
div.content {
  clear: both;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.nav_open div.content {
  opacity: 0;
}

img, .image_caption, .img_link {
  position: relative;
  -ms-flex-negative: 0;
      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 {
  float: right;
  margin-bottom: 0.9375rem;
  max-width: 50%;
  margin-left: 0.9375rem;
}
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 {
  float: left;
  margin-bottom: 0.9375rem;
  max-width: 50%;
  margin-right: 0.9375rem;
}
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[class*=wp-image], .image_caption[class*=wp-image], .img_link[class*=wp-image] {
  border-radius: 1.5625rem;
}

body.logged-in img:not([alt]), body.logged-in img[alt=""] {
  border: 0.1875rem solid red;
}

p.swipe, .swipe.p {
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  background: url(images/style/icon_swipe.png) 0 0 no-repeat;
  white-space: nowrap;
}

@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;
  }
}

.animate > .column:nth-child(1) .box, .animate > .columns:nth-child(1) .box {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.animate > .column:nth-child(2) .box, .animate > .columns:nth-child(2) .box {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.animate > .column:nth-child(3) .box, .animate > .columns:nth-child(3) .box {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.animate > .column:nth-child(4) .box, .animate > .columns:nth-child(4) .box {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.animate > .column:nth-child(5) .box, .animate > .columns:nth-child(5) .box {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.animate > .column:nth-child(6) .box, .animate > .columns:nth-child(6) .box {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.animate > .column:nth-child(7) .box, .animate > .columns:nth-child(7) .box {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.animate > .column:nth-child(8) .box, .animate > .columns:nth-child(8) .box {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.animate > .column:nth-child(9) .box, .animate > .columns:nth-child(9) .box {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.animate > .column:nth-child(10) .box, .animate > .columns:nth-child(10) .box {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.animate > .column:nth-child(11) .box, .animate > .columns:nth-child(11) .box {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.animate > .column:nth-child(12) .box, .animate > .columns:nth-child(12) .box {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.animate > .column:nth-child(13) .box, .animate > .columns:nth-child(13) .box {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.animate > .column:nth-child(14) .box, .animate > .columns:nth-child(14) .box {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.animate > .column:nth-child(15) .box, .animate > .columns:nth-child(15) .box {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.animate > .column:nth-child(16) .box, .animate > .columns:nth-child(16) .box {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.animate > .column:nth-child(17) .box, .animate > .columns:nth-child(17) .box {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.animate > .column:nth-child(18) .box, .animate > .columns:nth-child(18) .box {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.animate > .column:nth-child(19) .box, .animate > .columns:nth-child(19) .box {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.animate > .column:nth-child(20) .box, .animate > .columns:nth-child(20) .box {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

#map {
  height: 18.75rem;
}
@media screen and (min-width: 64em) {
  #map {
    height: 25rem;
  }
}

@media screen and (min-width: 48em) {
  .member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.member .avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 9.375rem;
  margin: 0 auto 1.25rem auto;
}
@media screen and (min-width: 48em) {
  .member .avatar {
    margin: 0 0.9375rem 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 64em) {
  .member .avatar {
    margin-right: 1.5625rem;
  }
}
.member .text {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.stay_in_touch {
  background: rgba(83, 196, 197, 0.5);
  margin-top: 1.25rem;
  margin-bottom: -1.25rem;
}
@media screen and (min-width: 48em) {
  .stay_in_touch {
    margin-top: 3.125rem;
    margin-bottom: -3.125rem;
  }
}
.stay_in_touch :last-child {
  margin-bottom: 0;
}

.to_top {
  display: none;
}

/* BANNERS
============================================= */
.banner {
  margin-bottom: 1.25rem;
  border-radius: 1.5625rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 48em) {
  .banner {
    margin-bottom: 2.5rem;
  }
}
.banner img {
  width: 100%;
}
.banner .video_holder {
  margin: 0 auto;
}
.banner .video_holder .flex-video, .banner .video_holder .responsive-embed {
  border-radius: 1.5625rem;
  margin-bottom: 0;
}
.banner .caption {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  font-size: 0.875rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.9375rem;
  padding: 0.125rem 0.625rem;
}
@media screen and (max-width: 47.9375em) {
  .banner .caption {
    bottom: 0;
    right: 0;
    left: 0;
    background: #e1dddd;
    border-radius: 0;
    text-align: right;
    padding: 0.25rem 0.9375rem;
    position: relative;
  }
}

/* LISTINGS
============================================= */
.listing_box, .banners .slick-slide .banner_box {
  display: block;
  background: none;
  height: 100%;
}
.listing_box span, .banners .slick-slide .banner_box span {
  display: block;
  color: #2e4a58;
}
.listing_box .img_box, .banners .slick-slide .banner_box .img_box {
  position: relative;
  border-radius: 1.5625rem;
  overflow: hidden;
}
.listing_box .img_box .flex-video, .banners .slick-slide .banner_box .img_box .flex-video, .listing_box .img_box .responsive-embed, .banners .slick-slide .banner_box .img_box .responsive-embed {
  margin: 0;
}
.listing_box .text, .banners .slick-slide .banner_box .text {
  padding: 1.25rem 1.5625rem 4.375rem 1.5625rem;
}
.listing_box .text :last-child, .banners .slick-slide .banner_box .text :last-child {
  margin-bottom: 0;
}
.listing_box[href], .banners .slick-slide [href].banner_box {
  position: relative;
  text-decoration: none !important;
  border-radius: 1.5625rem;
}
.listing_box[href]:not(.has_video) .img_box img, .banners .slick-slide [href].banner_box:not(.has_video) .img_box img {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.listing_box[href]:not(.has_video) .img_box::before, .banners .slick-slide [href].banner_box:not(.has_video) .img_box::before {
  content: "Read more";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.75rem 1.25rem;
  border-radius: 1.5625rem;
  background-color: #f4c445;
  color: #2e4a58;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.listing_box[href]:not(.has_video):hover, .banners .slick-slide [href].banner_box:not(.has_video):hover, .listing_box[href]:not(.has_video):focus, .banners .slick-slide [href].banner_box:not(.has_video):focus {
  background: #53c4c5;
  color: #000000;
  border-radius: 1.5625rem;
}
.listing_box[href]:not(.has_video):hover span, .banners .slick-slide [href].banner_box:not(.has_video):hover span, .listing_box[href]:not(.has_video):focus span, .banners .slick-slide [href].banner_box:not(.has_video):focus span {
  color: #000000;
}
.listing_box[href]:not(.has_video):hover .img_box img, .banners .slick-slide [href].banner_box:not(.has_video):hover .img_box img, .listing_box[href]:not(.has_video):focus .img_box img, .banners .slick-slide [href].banner_box:not(.has_video):focus .img_box img {
  opacity: 0.4;
}
.listing_box[href]:not(.has_video):hover .img_box::before, .banners .slick-slide [href].banner_box:not(.has_video):hover .img_box::before, .listing_box[href]:not(.has_video):focus .img_box::before, .banners .slick-slide [href].banner_box:not(.has_video):focus .img_box::before {
  opacity: 1;
  visibility: visible;
}

/* ACCORDION
============================================= */
.accordion {
  background: none;
}
.accordion li {
  margin-bottom: 0.125rem !important;
  position: relative;
}
.accordion li.is-active .accordion-title i {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.accordion li .accordion-title {
  font-size: 1rem;
  background-size: 105% 100% !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-image: url(images/style/brush-lgray.png);
  padding-right: 3.125rem;
}
.accordion li .accordion-title i {
  display: block;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  font-size: 1.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordion li .accordion-title:hover, .accordion li .accordion-title:focus {
  background-image: url(images/style/brush-dgray.png);
  color: #ffffff;
}
.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:not(.v2) {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 1.3125rem 1.25rem 0.3125rem 1.25rem;
  z-index: 1000;
}
#cookie-bar:not(.v2) h2, #cookie-bar:not(.v2) .h2, #cookie-bar:not(.v2) p, #cookie-bar:not(.v2) .p {
  color: #ffffff;
}
#cookie-bar:not(.v2) .close-button {
  color: #ffffff;
}
#cookie-bar:not(.v2) .close-button:hover, #cookie-bar:not(.v2) .close-button:focus {
  color: #78c7c9;
}

/* 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: #2e4a58;
  padding: 0.1875rem 0.625rem !important;
  border: none;
  background-image: none !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination li a:hover, .pagination li a:focus {
  background-color: #2e4a58;
  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: #2e4a58;
  -webkit-transition: fill 0.3s ease-out;
  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;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.pagination li.pagination-next a {
  padding-right: 1.75rem !important;
}
.pagination li.pagination-next a svg {
  right: 10px;
}

/* BUTTONS
============================================= */
.button, form input[type=submit], a.button-white, button {
  padding: 0.625rem 0.9375rem;
  line-height: 1.5625rem;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  color: #ffffff !important;
  border: 0;
}
@media screen and (min-width: 48em) {
  .button, form input[type=submit], a.button-white, button {
    padding: 0.8125rem 1.5625rem;
  }
}
a:hover .button:hover, a:hover form input[type=submit]:hover, form a:hover input[type=submit]:hover, a:hover a.button-white:hover, a:hover .button:focus, a:hover form input[type=submit]:focus, form a:hover input[type=submit]:focus, a:hover a.button-white:focus, a:focus .button:hover, a:focus form input[type=submit]:hover, form a:focus input[type=submit]:hover, a:focus a.button-white:hover, a:focus .button:focus, a:focus form input[type=submit]:focus, form a:focus input[type=submit]:focus, a:focus a.button-white:focus, a:hover button:hover, a:hover button:focus, a:focus button:hover, a:focus button:focus {
  -webkit-transition: none;
  transition: none;
}
.button[href]:hover, form input[href][type=submit]:hover, a[href].button-white:hover, .button[href]:focus, form input[href][type=submit]:focus, a[href].button-white:focus, button[href]:hover, button[href]:focus {
  background: #f4c445;
  color: #000000 !important;
}
.button.hollow, form input.hollow[type=submit], a.hollow.button-white, button.hollow {
  border: none !important;
}
.button.white, form input.white[type=submit], a.button-white, button.white {
  background: #e1dddd;
  color: #2e4a58 !important;
}
.button.white:hover, form input.white[type=submit]:hover, a.button-white:hover, .button.white:focus, form input.white[type=submit]:focus, a.button-white:focus, button.white:hover, button.white:focus {
  background: #f4c445;
  color: #000000 !important;
}
.button.secondary, form input.secondary[type=submit], a.secondary.button-white, button.secondary {
  color: #000000 !important;
}
.button.secondary:hover, form input.secondary[type=submit]:hover, a.secondary.button-white:hover, .button.secondary:focus, form input.secondary[type=submit]:focus, a.secondary.button-white:focus, button.secondary:hover, button.secondary:focus {
  background: #f4c445;
  color: #000000 !important;
}
.button.yellow, form input.yellow[type=submit], a.yellow.button-white, button.yellow {
  background-color: #f4c445;
  color: #000000 !important;
}
.button.yellow:hover, form input.yellow[type=submit]:hover, a.yellow.button-white:hover, .button.yellow:focus, form input.yellow[type=submit]:focus, a.yellow.button-white:focus, button.yellow:hover, button.yellow:focus {
  background: #2e4a58;
  color: #ffffff !important;
}
.button svg, form input[type=submit] svg, a.button-white svg, button svg {
  height: 1.5rem;
  max-width: 2.5rem;
  display: inline-block;
  margin-right: 0.625rem;
  vertical-align: bottom;
  float: left;
}
@supports (display: inline-flex) {
  .button svg, form input[type=submit] svg, a.button-white svg, button svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.button svg *, form input[type=submit] svg *, a.button-white svg *, button svg * {
  fill: #ffffff;
}
.button + .button, form input[type=submit] + .button, form .button + input[type=submit], form input[type=submit] + input[type=submit], a.button-white + .button, form a.button-white + input[type=submit], .button + a.button-white, form input[type=submit] + a.button-white, a.button-white + a.button-white, .button + button, form input[type=submit] + button, a.button-white + button, button + .button, form button + input[type=submit], button + a.button-white, button + button {
  margin-left: 0.625rem;
}

/* TABLES
============================================= */
table {
  border: none;
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}
table tr th, table tr td {
  color: #2e4a58;
  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;
}

/* BLOG
============================================= */
.blog_image {
  margin-bottom: 1.25rem;
}

.prev_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.3125rem;
  overflow: hidden;
  list-style: none;
  margin: 0 0 1.25rem 0 !important;
}
.prev_next li {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: #2e4a58 !important;
  color: #ffffff !important;
  padding: 0.4375rem 0.3125rem !important;
  height: 100%;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.prev_next li a.disabled {
  background: #bdbdbd !important;
  cursor: not-allowed;
}
.prev_next li a:not(.disabled):hover, .prev_next li a:not(.disabled):focus {
  background: #78c7c9 !important;
}

.pagi_box {
  display: block;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.pagi_box img {
  width: 9.375rem;
  margin: 0;
}
.pagi_box strong {
  font-weight: 500;
}
.pagi_box span {
  display: block;
  z-index: 2;
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.pagi_box span[class^=h] {
  color: #ffffff !important;
  margin-bottom: 0.6875rem;
}
.pagi_box span.p {
  color: #ffffff;
}
.pagi_box span.a {
  color: #ffffff;
  display: inline-block;
}
.pagi_box span.text {
  float: left;
  clear: none;
  padding: 0.625rem;
  width: 100%;
  background: #4f4f4f;
}
@media screen and (min-width: 48em) {
  .pagi_box span.text {
    width: calc(100% - 150px);
    position: relative;
    padding: 0.625rem;
    background: #4f4f4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .pagi_box span.text::before {
    content: "";
    display: block;
    background: #4f4f4f;
    position: absolute;
    top: 0;
    left: 0;
    height: 200%;
    width: 200%;
    z-index: 1;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .pagi_box span.text:first-child {
    padding-left: 0;
  }
  .pagi_box span.text:last-child {
    padding-right: 0;
  }
}
.pagi_box span:last-of-type {
  margin-bottom: 0;
}
.pagi_box:hover .text, .pagi_box:focus .text {
  background: #2e4a58;
}
.pagi_box:hover .text::before, .pagi_box:focus .text::before {
  background: #2e4a58;
}

/* SOCIAL ICONS
============================================= */
.social {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  margin-right: 1.25rem;
}
.social li {
  padding: 0;
  margin: 0;
}
.social li {
  display: inline-block;
  margin: 0 0.125rem !important;
  vertical-align: top;
}
.social li a {
  font-size: 1.3125rem;
  vertical-align: middle;
  color: #ffffff;
  width: 3.1875rem;
  height: 3.1875rem;
  line-height: 3.1875rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  background: #2e4a58;
  border-radius: 50%;
  font-weight: 500 !important;
}
.social li a.facebook {
  background: #3a589e;
}
.social li a.facebook:hover, .social li a.facebook:focus {
  background: #f4c445;
  color: #000000;
}
.social li a.twitter {
  background: #28a9e0;
}
.social li a.twitter:hover, .social li a.twitter:focus {
  background: #f4c445;
  color: #000000;
}
.social li a.youtube {
  background: #e32c26;
}
.social li a.youtube:hover, .social li a.youtube:focus {
  background: #f4c445;
  color: #000000;
}
.social li a.googleplus {
  background: #db4437;
}
.social li a.googleplus:hover, .social li a.googleplus:focus {
  background: #f4c445;
  color: #000000;
}
.social li a.instagram {
  background: #c32aa3;
}
.social li a.instagram:hover, .social li a.instagram:focus {
  background: #f4c445;
  color: #000000;
}
.social li a.linkedin {
  background: #007bb5;
}
.social li a.linkedin:hover, .social li a.linkedin:focus {
  background: #f4c445;
  color: #000000;
}
.social li a i {
  margin: 0;
}
.social li a svg {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
.social li a svg * {
  fill: #ffffff;
}
.social li a:hover, .social li a:focus {
  background: #f4c445;
  color: #000000;
}
.share_options .social {
  margin-top: 0.625rem;
}
.share_options .social li {
  margin: 0 0.5rem !important;
}
.share_options .social li:first-child {
  margin-left: 0 !important;
}

/* TAGS
============================================= */
.tags {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  margin-bottom: 0.625rem;
}
.tags li {
  padding: 0;
  margin: 0;
}
.tags li {
  display: inline-block;
}
.tags li:not(:last-child) {
  margin: 0 0.3125rem 0.3125rem 0 !important;
}
@media screen and (min-width: 64em) {
  .tags li:not(:last-child) {
    margin: 0 0.5rem 0.5rem 0 !important;
  }
}
.tags li a {
  background: #e1dddd;
  display: block;
  background-image: none !important;
  color: #4f4f4f !important;
  border-radius: 1.5625rem;
  padding: 0.3125rem 0.75rem;
  font-size: 1rem;
}
@media screen and (min-width: 64em) {
  .tags li a {
    padding: 0.5rem 0.9375rem;
    font-size: 1.125rem;
  }
}
.tags li a:hover, .tags li a:focus {
  background: #4f4f4f;
  color: #ffffff !important;
}
.tags.white li a:not(:hover):not(:focus), a.tags.button-white li a:not(:hover):not(:focus) {
  background: #ffffff;
}

/* MISC
============================================= */
.reveal .close-button {
  padding: 0;
  min-width: 0;
}

.wp-caption.aligncenter {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .wp-caption.alignright {
    margin-left: 2.5rem;
    float: right;
  }
}

@media screen and (min-width: 48em) {
  .wp-caption.alignleft {
    margin-right: 2.5rem;
    float: right;
  }
}

/* FOOTER
============================================= */
footer {
  padding: 1.875rem 0;
  clear: both;
  margin-top: 1.25rem;
  background: #2e4a58;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  footer {
    padding: 3.75rem 0;
    margin-top: 3.125rem;
  }
}
footer .footer_nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer_nav li {
  padding: 0;
  margin: 0;
}
footer .footer_nav li {
  margin-bottom: 0 !important;
  display: block;
}
footer a {
  text-decoration: underline;
}
footer .social {
  margin: 0;
}
@media screen and (min-width: 64em) {
  footer :last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  footer .row .row {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  footer .row .column, footer .row .columns {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  footer .row .column:last-child, footer .row .columns:last-child {
    position: relative;
    z-index: 1;
  }
  footer .row .column:last-child::before, footer .row .columns:last-child::before {
    content: "";
    display: block;
    width: 62.5rem;
    height: 62.5rem;
    border-radius: 50%;
    background-color: rgba(83, 196, 197, 0.5);
    position: absolute;
    left: -1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
  }
  footer .row .column:last-child:after, footer .row .columns:last-child:after {
    content: "";
    display: block;
    width: 18.75rem;
    height: 18.75rem;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-50%, 110%);
            transform: translate(-50%, 110%);
    background-color: rgba(83, 196, 197, 0.5);
  }
}

/* ANIMATIONS
============================================= */
@-webkit-keyframes avatar-border {
  from {
    stroke-dashoffset: 100;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes avatar-border {
  from {
    stroke-dashoffset: 100;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@-webkit-keyframes pop-in {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes pop-in {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@-webkit-keyframes move-bottom-to-top {
  from {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move-bottom-to-top {
  from {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-right {
  from {
    -webkit-transform: translateX(9.375rem);
            transform: translateX(9.375rem);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  from {
    -webkit-transform: translateX(9.375rem);
            transform: translateX(9.375rem);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  from {
    -webkit-transform: translateX(-9.375rem);
            transform: translateX(-9.375rem);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    -webkit-transform: translateX(-9.375rem);
            transform: translateX(-9.375rem);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right-small {
  from {
    -webkit-transform: translateX(1.875rem);
            transform: translateX(1.875rem);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-small {
  from {
    -webkit-transform: translateX(1.875rem);
            transform: translateX(1.875rem);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left-small {
  from {
    -webkit-transform: translateX(-1.875rem);
            transform: translateX(-1.875rem);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-small {
  from {
    -webkit-transform: translateX(-1.875rem);
            transform: translateX(-1.875rem);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-top {
  from {
    -webkit-transform: translateY(-3.125rem);
            transform: translateY(-3.125rem);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  from {
    -webkit-transform: translateY(-3.125rem);
            transform: translateY(-3.125rem);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom {
  from {
    -webkit-transform: translateY(3.125rem);
            transform: translateY(3.125rem);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  from {
    -webkit-transform: translateY(3.125rem);
            transform: translateY(3.125rem);
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* HEADER AND NAVIGATION
============================================= */
header {
  position: relative;
  margin-bottom: 1.25rem;
}
header .vertical-center-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .cta_column {
  width: 50%;
}
@media screen and (min-width: 48em) {
  header .cta_column {
    width: calc(100% - 20.625rem);
  }
}
header .logo_column {
  width: 50%;
}
@media screen and (min-width: 48em) {
  header .logo_column {
    width: 20.625rem;
  }
}
header .nav_column {
  width: 0;
}
@media screen and (max-width: 63.9375em) {
  header .nav_column {
    padding: 0;
  }
}
@media screen and (min-width: 64em) {
  header .nav_column {
    width: 100%;
  }
}
header a:focus {
  outline: thin dotted;
}

#logo {
  display: inline-block;
  border: none;
  position: relative;
  z-index: 999;
  margin: 0;
  overflow: hidden;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.9375rem 0;
  width: 100%;
  vertical-align: top;
  max-width: 12.5rem;
}
@media screen and (min-width: 48em) {
  #logo {
    font-size: 1.625rem;
    padding: 1.25rem 0;
    max-width: 18.75rem;
  }
}
#logo span {
  font-size: 85%;
  display: block;
}
.menu-trigger {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0.9375rem 0;
  z-index: 999;
  border: none;
  float: right;
}
@media screen and (min-width: 64em) {
  .menu-trigger {
    margin: 2.1875rem 0;
  }
}
.menu-trigger span {
  position: absolute;
  top: 0.125rem;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #2e4a58;
  font-size: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2px;
}
.menu-trigger span::before, .menu-trigger span::after {
  position: absolute;
  right: 0;
  height: 100%;
  background: #2e4a58;
  content: "";
  border-radius: 2px;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.menu-trigger span::before {
  -webkit-transform: translateY(275%);
          transform: translateY(275%);
  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 {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  background-color: #2e4a58;
  width: 100%;
}
.menu-trigger span::after {
  -webkit-transform: translateY(550%);
          transform: translateY(550%);
  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 {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  background-color: #2e4a58;
  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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-trigger:hover span, .menu-trigger:focus span {
  background-color: #78c7c9;
  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: #78c7c9;
}
.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%;
}

.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_wrap nav {
  height: 2.5rem;
  font-size: 0;
  width: 100%;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
@media screen and (min-width: 64em) {
  header .nav_wrap nav {
    display: block !important;
    height: auto;
  }
}
header .nav_wrap nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0 !important;
}
header .nav_wrap nav > ul li {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 64em) {
  header .nav_wrap nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
header .nav_wrap nav > ul > li {
  display: block;
  margin: 0 !important;
  letter-spacing: 0;
  background: none;
  padding: 0;
  position: relative;
  /*&:hover {
  	> a {
  		color: $anchor-color-hover !important;
  	}
  }*/
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  header .nav_wrap nav > ul > li {
    min-width: 7.5rem;
  }
  header .nav_wrap nav > ul > li > a {
    padding: 0.625rem 0 !important;
  }
}
header .nav_wrap nav > ul > li a {
  line-height: 1.2;
  height: 100%;
  font-size: 1rem;
  color: #2e4a58;
  font-weight: 700;
  margin: 0 !important;
  position: relative;
  padding: 0.9375rem 1.25rem;
  display: block;
  text-align: center;
  border-radius: 1.5625rem;
}
@media screen and (min-width: 64em) {
  header .nav_wrap nav > ul > li a {
    font-size: 1.125rem;
    padding: 1.1875rem 1.25rem;
  }
}
header .nav_wrap nav > ul > li a:hover, header .nav_wrap nav > ul > li a:focus {
  color: #2e4a58 !important;
  background: #53c4c5;
}
header .nav_wrap nav > ul > li a.active, header .nav_wrap nav > ul > li a[aria-current=page] {
  color: #000000;
}
header .nav_wrap nav > ul > li.active > a, header .nav_wrap nav > ul > li.current_page_ancestor > a, header .nav_wrap nav > ul > li.current-post-ancestor > a {
  color: #000000;
}
header .nav_wrap nav > ul > li .parent {
  border-bottom: 0.0625rem solid #78c7c9;
}
header .nav_wrap nav > ul > li .subMenu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
  margin: 0 0 0 -0.0625rem;
  padding: 0;
  background-color: #2e4a58;
  min-width: 14.0625rem;
  max-width: 14.0625rem;
  z-index: 1000;
  margin: 0 !important;
}
header .nav_wrap nav > ul > li .subMenu li {
  padding: 0;
  margin: 0;
}
header .nav_wrap nav > ul > li .subMenu li {
  margin: 0 !important;
  position: relative;
}
header .nav_wrap nav > ul > li .subMenu li a {
  color: #ffffff !important;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  border-radius: 0;
}
header .nav_wrap nav > ul > li .subMenu li a:hover, header .nav_wrap nav > ul > li .subMenu li a:focus {
  background: #53c4c5;
  color: #2e4a58 !important;
}
header .nav_wrap nav > ul > li .subMenu ul {
  left: 100%;
  top: 0;
}
@media screen and (max-width: 63.9375em) {
  header .nav_wrap nav {
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 2;
    height: auto;
    max-height: 0;
    background: #e1dddd;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .nav_wrap nav.open {
    max-height: 31.25rem;
    max-height: calc(100vh - 12.5rem);
    overflow-y: auto;
  }
  header .nav_wrap nav ul {
    display: block;
  }
  header .nav_wrap nav ul li {
    display: block;
    padding: 0;
  }
  header .nav_wrap nav ul li a {
    font-size: 1.125rem;
    padding: 0.75rem 1.25rem;
  }
  header .nav_wrap nav ul li a span {
    display: inline-block;
  }
  header .nav_wrap nav ul li a.active {
    background: #2e4a58;
    color: #ffffff !important;
  }
  header .nav_wrap nav ul li.hasSubmenu > a::after {
    padding: 0;
    position: absolute;
    font-size: 1.0625rem;
    display: inline-block;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f107";
  }
  header .nav_wrap nav ul li.hasSubmenu > a.active::after {
    content: "\f106";
  }
  header .nav_wrap nav ul li.hasSubmenu > a.active ~ .subMenu {
    max-height: 61.875rem;
    display: block;
  }
  header .nav_wrap nav ul li.hasSubmenu > a.active + .subMenu {
    max-height: 61.875rem;
    display: block;
  }
  header .nav_wrap nav ul li.hasSubmenu .subMenu {
    max-height: 0;
    max-width: 100%;
    overflow: hidden;
    position: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0.3125rem;
    /*&.active {
    	max-height: rem-calc(990);
    	display: block;
    }*/
  }
  header .nav_wrap nav ul li.hasSubmenu .subMenu ul {
    left: auto;
  }
  header .nav_wrap nav > ul > li {
    border-bottom: 0.0625rem solid rgba(46, 74, 88, 0.2);
  }
}

/* NEWNAV STYLES
============================================ */
@media screen and (min-width: 64em) {
  .newnav header .nav_wrap nav > ul > li.hasSubmenu > a {
    padding-right: 1.875rem;
  }
  .newnav header .nav_wrap nav > ul > li.hasSubmenu > a:before {
    content: "";
    display: block;
    position: absolute;
    right: 0.625rem;
    font-size: 1.0625rem;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
  }
  .newnav header .nav_wrap nav > ul > li.hasSubmenu > a.open:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.25rem;
    left: calc(50% - 20px);
    width: 2.5rem;
    height: 1.25rem;
    z-index: 500;
    border: solid 1.25rem transparent;
    border-top: solid 0.9375rem #53c4c5;
    border-bottom: 0;
  }
  .newnav header .nav_wrap nav > ul > li.hasSubmenu > a.open:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
/* DESKTOP SUB NAVIGATION
============================================= */
#main_sub_nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 411;
  top: 8.125rem;
  border-top: solid 0.25rem #53c4c5;
}
#main_sub_nav:after {
  content: "";
  display: block;
  clear: both;
}
#main_sub_nav a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#main_sub_nav button.btn_close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  background-color: transparent;
  border: none;
  margin: 0;
  min-width: 0;
  min-height: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 414;
}
#main_sub_nav button.btn_close .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.5rem;
  display: block;
  color: #ffffff;
  text-align: center;
}
#main_sub_nav button.btn_close .icon:before {
  content: "";
  display: block;
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  line-height: 1;
}
#main_sub_nav button.btn_close:hover, #main_sub_nav button.btn_close:focus {
  background-color: #53c4c5;
}
#main_sub_nav button.btn_close:hover .icon, #main_sub_nav button.btn_close:focus .icon {
  color: #2e4a58;
}
@media screen and (min-width: 81.875em) {
  #main_sub_nav button.btn_close {
    right: calc((100vw - 81.875rem) / 2);
  }
}
#main_sub_nav .nav_box {
  width: 100%;
  position: relative;
  z-index: 413;
  margin: 0 auto;
  padding: 1.875rem 1.875rem 3.125rem 1.875rem;
  background: #2e4a58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main_sub_nav .nav_box #main_sub_nav_holder {
  width: 100%;
  max-width: 81.875rem;
  margin: 0 auto;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu li {
  padding: 0;
  margin: 0;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li {
  margin-bottom: 1.25rem;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding-right: 2.5rem;
  width: 50%;
  float: left;
}
@media screen and (min-width: 64em) {
  #main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li {
    width: 25%;
  }
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li.parentItem {
  width: 100%;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li#menu-item-225, #main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li#menu-item-17739 {
  clear: both;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li:first-child:nth-last-child(2), #main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li:first-child:nth-last-child(2) ~ li, #main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li:first-child:nth-last-child(3), #main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li:first-child:nth-last-child(3) ~ li, #main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li:first-child:nth-last-child(4), #main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li:first-child:nth-last-child(4) ~ li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li a {
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  color: #ffffff;
  padding: 0.5rem 0.25rem 0 0.25rem;
  border-radius: 0.1875rem;
  position: relative;
  display: block;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  border-radius: 0.125rem;
  margin: 0.25rem 0 0 0;
  background: rgba(255, 255, 255, 0.1);
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li a:hover, #main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li a:focus {
  color: #2e4a58;
  background: #53c4c5;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li > a {
  margin-bottom: 0.3125rem;
  position: relative;
  display: block;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li ul.subMenu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 0.3125rem;
  margin-left: 0;
  padding-left: 0.9375rem;
  border-bottom: solid 0.125rem rgba(255, 255, 255, 0.1);
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li ul.subMenu li {
  padding: 0;
  margin: 0;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li ul.subMenu li {
  margin-bottom: 0.3125rem;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li ul.subMenu li:last-child a {
  padding-bottom: 0.5rem;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.subMenu > li ul.subMenu li:last-child a::after {
  display: none;
}
#main_sub_nav .nav_box.nav_white {
  background: #ffffff;
}
#main_sub_nav .nav_box.nav_white button.btn_close .icon {
  color: #2e4a58;
}
#main_sub_nav .nav_box.nav_white #main_sub_nav_holder > ul.subMenu > li a {
  color: #2e4a58;
  /*&:hover, &:focus {
  	background: $primary-color;
  	color: $secondary-color;
  }*/
}
#main_sub_nav .nav_box.nav_white #main_sub_nav_holder > ul.subMenu > li a:after {
  background: rgba(46, 74, 88, 0.1);
}

/* SEARCH
============================================= */
.search_form {
  position: relative;
  background: #ffffff;
  border: 0.0625rem solid #2e4a58;
  max-width: 12.8125rem;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 1.5625rem;
}
.search_form ::-webkit-input-placeholder {
  color: rgba(46, 74, 88, 0.8);
}
.search_form :-moz-placeholder {
  color: rgba(46, 74, 88, 0.8);
}
.search_form ::-moz-placeholder {
  color: rgba(46, 74, 88, 0.8);
}
.search_form :-ms-input-placeholder {
  color: rgba(46, 74, 88, 0.8);
}
.search_form input, .search_form button {
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 0;
}
.search_form [type=search], .search_form [type=text] {
  float: left;
  width: calc(100% - 2.5rem);
  background: none;
  border: none;
  border-radius: 0;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  margin: 0;
  padding: 0.3125rem 0 0.3125rem 1rem;
  height: 2.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2e4a58;
}
@media screen and (min-width: 48em) {
  .search_form [type=search], .search_form [type=text] {
    width: calc(100% - 3.1875rem);
    height: 3.125rem;
    padding: 0.1875rem 0 0.1875rem 1rem;
  }
}
.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;
  -webkit-box-shadow: 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(225, 221, 221, 0.3);
}
.search_form [type=submit] {
  float: right;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  margin: 0 !important;
  padding: 0;
  color: #2e4a58 !important;
}
@media screen and (min-width: 48em) {
  .search_form [type=submit] {
    width: 3.1875rem;
    height: 3.1875rem;
  }
}
.search_form [type=submit] i {
  font-size: 1.375rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 48em) {
  .search_form [type=submit] i {
    line-height: 3.1875rem;
  }
}
.search_form [type=submit]:hover, .search_form [type=submit]:focus {
  color: #406679 !important;
}
.search_form [type=reset] {
  padding: 0;
  position: absolute;
  top: 12px;
  right: 45px;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.875rem;
  line-height: 1.25rem;
  display: block;
  opacity: 0;
  color: #78c7c9;
  -webkit-transition: opacity 0.3s ease-out, color 0.3s ease-out;
  transition: opacity 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (min-width: 48em) {
  .search_form [type=reset] {
    top: 12px;
    right: 50px;
  }
}
.search_form [type=reset]:hover, .search_form [type=reset]:focus {
  color: #2e4a58;
  opacity: 1;
}

header .button, header form input[type=submit], form header input[type=submit], header a.button-white {
  margin-left: 0.625rem !important;
}
header .social {
  margin: 0 0.625rem;
}

/* MOBILE ELEMENTS
============================================= */
.menu_cta {
  padding: 1.25rem;
}
.menu_cta .social {
  margin-bottom: 1.25rem;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu_cta .search_form {
  background: #ffffff;
  max-width: none;
  margin-bottom: 1.25rem;
}
.menu_cta .search_form [type=submit] {
  background: #2e4a58;
  color: #ffffff !important;
}
.menu_cta .search_form [type=submit]:hover, .menu_cta .search_form [type=submit]:focus {
  background: #78c7c9;
}
.menu_cta .button, .menu_cta form input[type=submit], form .menu_cta input[type=submit], .menu_cta a.button-white {
  margin: 0 !important;
}

/* ACCESSIBILITY
============================================= */
.accessibility {
  background: #e1dddd !important;
  font-size: 0.9rem;
}
.accessibility .vertical-center-flex * {
  margin-right: 0.625rem;
}
.accessibility .accessibility-a-small, .accessibility .accessibility-a-normal, .accessibility .accessibility-a-large {
  color: #000000;
}
.accessibility .accessibility-a-small:hover, .accessibility .accessibility-a-small:focus, .accessibility .accessibility-a-normal:hover, .accessibility .accessibility-a-normal:focus, .accessibility .accessibility-a-large:hover, .accessibility .accessibility-a-large:focus {
  color: #2e4a58;
}
.accessibility .accessibility-a-small:focus, .accessibility .accessibility-a-normal:focus, .accessibility .accessibility-a-large:focus {
  outline: thin dotted;
}
.accessibility .accessibility-a-small {
  font-size: 0.9rem;
}
.accessibility .accessibility-a-normal {
  font-size: 1.111rem;
}
.accessibility .accessibility-a-large {
  font-size: 1.333rem;
}
.accessibility .contrast-black, .accessibility .contrast-normal, .accessibility .contrast-white {
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}
.accessibility .contrast-black:focus, .accessibility .contrast-normal:focus, .accessibility .contrast-white:focus {
  outline: thin dotted;
}
.accessibility .contrast-black::before, .accessibility .contrast-normal::before, .accessibility .contrast-white::before {
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  display: block;
}
.accessibility .contrast-black::before {
  background-color: #000000;
}
.accessibility .contrast-normal::before {
  -webkit-box-shadow: inset 0 0 0 0.125rem #000000;
          box-shadow: inset 0 0 0 0.125rem #000000;
}
.accessibility .contrast-white::before {
  background-color: #ffffff;
}

/* BANNERS
============================================= */
.banners {
  opacity: 0 !important;
  -webkit-transition: opacity 0.6s ease-in;
  transition: opacity 0.6s ease-in;
}
.banners.slick-initialized {
  opacity: 1 !important;
}
.banners .slick-slide {
  position: relative;
  padding-bottom: 2.1875rem;
}
.banners .slick-slide img {
  display: block;
  border-radius: 1.5625rem;
  width: 100%;
}
.banners .slick-slide .banner_box {
  width: 100%;
  height: auto;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 1.5625rem;
}
.banners .slick-slide .banner_box .text {
  padding: 2.5rem 2.5rem 3.125rem 2.5rem;
}
@media screen and (min-width: 48em) {
  .banners .slick-slide .banner_box {
    position: absolute !important;
    left: 4.375rem;
    bottom: 0.3125rem;
    max-width: 30rem;
  }
}
.banners .slick-slide .banner_box[href]:hover, .banners .slick-slide .banner_box[href]:focus {
  background: #53c4c5;
  color: #2e4a58;
}
.banners .slick-slide .banner_box[href]:hover span, .banners .slick-slide .banner_box[href]:focus span {
  color: #2e4a58;
}

/* SLIDER PAGINATION
============================================= */
.pagi {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3125rem 0.5rem;
  z-index: 19;
  font-size: 1.5rem;
  line-height: 1.5rem;
  border-top-left-radius: 1.5625rem;
}
@media screen and (min-width: 48em) {
  .pagi {
    bottom: 2.1875rem;
    top: auto;
    padding: 0.625rem 0.9375rem;
  }
}
.pagi i {
  color: #2e4a58;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  cursor: pointer;
  vertical-align: top;
}
.pagi i:hover, .pagi i:focus {
  color: #000000;
}
.pagi span {
  margin-left: 0.625rem;
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
}

/* STATS
============================================= */
.stats_strip {
  background: #2e4a58;
}
.stats_strip .title {
  background-image: url(images/style/stat_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 0;
  width: 60%;
  padding-bottom: 60%;
  display: block;
  margin: 0 auto 1.25rem auto;
  position: relative;
}
.stats_strip .title h2, .stats_strip .title .h2 {
  font-size: 3.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .stats_strip .title h2, .stats_strip .title .h2 {
    font-size: 5rem;
  }
}

/* EVENTS
============================================= */
.events_strip {
  background: #f4c445;
}
/* CALLOUTS
============================================= */
.callout, form .wpcf7-not-valid-tip {
  border-left: 0.5rem solid #bdbdbd;
}
.callout.primary, form .primary.wpcf7-not-valid-tip {
  border-left: 0.5rem solid #2e4a58;
}
.callout.secondary, form .secondary.wpcf7-not-valid-tip {
  border-left: 0.5rem solid #78c7c9;
}
.callout.success, form .success.wpcf7-not-valid-tip {
  border-left: 0.5rem solid #3adb76;
}
.callout.warning, form .warning.wpcf7-not-valid-tip {
  border-left: 0.5rem solid #f4c445;
}
.callout.alert, form .wpcf7-not-valid-tip {
  border-left: 0.5rem solid #ec5840;
}
.callout li, form .wpcf7-not-valid-tip li {
  font-size: 1rem;
}

/* FORMS
============================================= */
form {
  /* Contact form 7 outputs */
  /* iParl */
}
form[name*=form_subscribe] {
  margin: 1.875rem 0;
}
form[name*=form_subscribe] small {
  color: #4f4f4f;
}
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;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1rem;
}
form [type=text].required, form [type=password].required, form [type=date].required, form [type=datetime].required, form [type=datetime-local].required, form [type=month].required, form [type=week].required, form [type=email].required, form [type=number].required, form [type=search].required, form [type=tel].required, form [type=time].required, form [type=url].required, form [type=color].required, form textarea.required, form select.required {
  border-top-left-radius: 0;
}
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 {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #4f4f4f;
}
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;
}
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, form .input-group-button input[type=submit], form .input-group-button a.button-white {
  height: 3.125rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}
form span.required {
  background: #2e4a58;
  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: #e1dddd;
  padding: 0.3125rem 0.9375rem;
  margin-top: -1.875rem;
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
  font-size: 0.9375rem;
  border-left: 0.5rem solid #2e4a58;
}
form .message {
  background-color: #ec5840;
  display: block;
  color: #ffffff;
  padding: 0.625rem 0.9375rem;
  border-radius: 1.5625rem;
  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: 1.5625rem;
}
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;
  padding: 0;
}
form .custom_fields label:hover, form .custom_fields .lbl:hover {
  cursor: default;
}
form .custom_fields label span, form .custom_fields .lbl span {
  display: block;
  text-align: center;
  border: 2px solid #2e4a58;
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.9375rem;
  border-radius: 1.5625rem;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-align: center;
  min-width: 7.5rem;
  line-height: 1.8 !important;
}
@media screen and (min-width: 48em) {
  form .custom_fields label span, form .custom_fields .lbl span {
    padding: 0.5625rem 0.9375rem;
  }
}
form .custom_fields label span:hover, form .custom_fields .lbl span:hover, form .custom_fields label span:focus, form .custom_fields .lbl span:focus {
  background: rgba(46, 74, 88, 0.3);
  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: none;
}
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 {
  background: #2e4a58;
  color: #ffffff;
}
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.check label span, form .custom_fields.check .lbl span {
  text-align: left;
  border: none;
  margin-bottom: 0;
  padding: 0.3125rem 0.9375rem 0.3125rem 2.1875rem;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  min-width: 7.5rem;
}
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 {
  background: transparent;
  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: rgba(255, 255, 255, 0.2);
}
form .custom_fields.check label span:before, form .custom_fields.check .lbl span:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: solid 2px #78c7c9;
  position: absolute;
  border-radius: 0.25rem;
  top: 0.5rem;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 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] {
  display: none;
}
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: transparent;
  color: #000000;
}
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=checkbox]:checked + span:hover, form .custom_fields.check .lbl input[type=checkbox]:checked + span:hover {
  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: #78c7c9 url(../images/style/white_tick.png) center center no-repeat;
  background-size: 14px 10px;
}
form .big_check {
  position: relative;
  margin-bottom: 1.25rem;
}
form .big_check [type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 64em) {
  form .big_check [type=checkbox] {
    left: 0.8125rem;
  }
}
form .big_check [type=checkbox] + label, form .big_check [type=checkbox] + .lbl {
  position: relative;
  margin: 0;
  padding: 0 0 0 2.8125rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  z-index: 2;
}
@media screen and (min-width: 64em) {
  form .big_check [type=checkbox] + label, form .big_check [type=checkbox] + .lbl {
    padding: 0 0 0 3.4375rem;
  }
}
form .big_check [type=checkbox] + label::before, form .big_check [type=checkbox] + .lbl::before {
  content: "\f00c";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  border: 0.125rem solid rgba(79, 79, 79, 0.3);
  background: #ffffff;
  border-radius: 1.5625rem;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 100%;
  color: #ffffff;
  line-height: 26px;
}
@media screen and (min-width: 64em) {
  form .big_check [type=checkbox] + label::before, form .big_check [type=checkbox] + .lbl::before {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 32px;
  }
}
form .big_check [type=checkbox] + label:hover::before, form .big_check [type=checkbox] + .lbl:hover::before, form .big_check [type=checkbox] + label:focus::before, form .big_check [type=checkbox] + .lbl:focus::before {
  background: #bdbdbd;
  color: #bdbdbd;
  border-color: rgba(79, 79, 79, 0.6);
}
form .big_check [type=checkbox]:hover + label::before, form .big_check [type=checkbox]:hover + .lbl::before, form .big_check [type=checkbox]:focus + label::before, form .big_check [type=checkbox]:focus + .lbl::before {
  background: #bdbdbd;
  color: #bdbdbd;
  border-color: rgba(79, 79, 79, 0.6);
}
form .big_check [type=checkbox]:checked + label::before, form .big_check [type=checkbox]:checked + .lbl::before {
  background: #4f4f4f;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.3);
}
form .wpcf7-not-valid-tip {
  background: #bdbdbd;
  color: #000000;
  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;
}
.wFormContainer .label {
  background: transparent;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 47.9375em) {
  .small-up-2 .column:nth-of-type(2n+1):nth-last-child(1):not(:first-child), .small-up-2 .columns:nth-of-type(2n+1):nth-last-child(1):not(:first-child) {
    margin-left: 25% !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .medium-up-2 .column:nth-of-type(2n+1):nth-last-child(1):not(:first-child), .medium-up-2 .columns:nth-of-type(2n+1):nth-last-child(1):not(:first-child) {
    margin-left: 25% !important;
  }
}
@media screen and (min-width: 64em) {
  .large-up-2 .column:nth-of-type(2n+1):nth-last-child(1):not(:first-child), .large-up-2 .columns:nth-of-type(2n+1):nth-last-child(1):not(:first-child) {
    margin-left: 25% !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .small-up-3 .column:nth-of-type(3n+1):nth-last-child(1):not(:first-child), .small-up-3 .columns:nth-of-type(3n+1):nth-last-child(1):not(:first-child) {
    margin-left: 33.3333333333% !important;
  }
  .small-up-3 .column:nth-of-type(3n+1):nth-last-child(2):not(:first-child), .small-up-3 .columns:nth-of-type(3n+1):nth-last-child(2):not(:first-child) {
    margin-left: 16.6666666667% !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .medium-up-3 .column:nth-of-type(3n+1):nth-last-child(1):not(:first-child), .medium-up-3 .columns:nth-of-type(3n+1):nth-last-child(1):not(:first-child) {
    margin-left: 33.3333333333% !important;
  }
  .medium-up-3 .column:nth-of-type(3n+1):nth-last-child(2):not(:first-child), .medium-up-3 .columns:nth-of-type(3n+1):nth-last-child(2):not(:first-child) {
    margin-left: 16.6666666667% !important;
  }
}
@media screen and (min-width: 64em) {
  .large-up-3 .column:nth-of-type(3n+1):nth-last-child(1):not(:first-child), .large-up-3 .columns:nth-of-type(3n+1):nth-last-child(1):not(:first-child) {
    margin-left: 33.3333333333% !important;
  }
  .large-up-3 .column:nth-of-type(3n+1):nth-last-child(2):not(:first-child), .large-up-3 .columns:nth-of-type(3n+1):nth-last-child(2):not(:first-child) {
    margin-left: 16.6666666667% !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .small-up-4 .column:nth-of-type(4n+1):nth-last-child(1):not(:first-child), .small-up-4 .columns:nth-of-type(4n+1):nth-last-child(1):not(:first-child) {
    margin-left: 37.5% !important;
  }
  .small-up-4 .column:nth-of-type(4n+1):nth-last-child(2):not(:first-child), .small-up-4 .columns:nth-of-type(4n+1):nth-last-child(2):not(:first-child) {
    margin-left: 25% !important;
  }
  .small-up-4 .column:nth-of-type(4n+1):nth-last-child(3):not(:first-child), .small-up-4 .columns:nth-of-type(4n+1):nth-last-child(3):not(:first-child) {
    margin-left: 12.5% !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .medium-up-4 .column:nth-of-type(4n+1):nth-last-child(1):not(:first-child), .medium-up-4 .columns:nth-of-type(4n+1):nth-last-child(1):not(:first-child) {
    margin-left: 37.5% !important;
  }
  .medium-up-4 .column:nth-of-type(4n+1):nth-last-child(2):not(:first-child), .medium-up-4 .columns:nth-of-type(4n+1):nth-last-child(2):not(:first-child) {
    margin-left: 25% !important;
  }
  .medium-up-4 .column:nth-of-type(4n+1):nth-last-child(3):not(:first-child), .medium-up-4 .columns:nth-of-type(4n+1):nth-last-child(3):not(:first-child) {
    margin-left: 12.5% !important;
  }
}
@media screen and (min-width: 64em) {
  .large-up-4 .column:nth-of-type(4n+1):nth-last-child(1):not(:first-child), .large-up-4 .columns:nth-of-type(4n+1):nth-last-child(1):not(:first-child) {
    margin-left: 37.5% !important;
  }
  .large-up-4 .column:nth-of-type(4n+1):nth-last-child(2):not(:first-child), .large-up-4 .columns:nth-of-type(4n+1):nth-last-child(2):not(:first-child) {
    margin-left: 25% !important;
  }
  .large-up-4 .column:nth-of-type(4n+1):nth-last-child(3):not(:first-child), .large-up-4 .columns:nth-of-type(4n+1):nth-last-child(3):not(:first-child) {
    margin-left: 12.5% !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .small-up-5 .column:nth-of-type(5n+1):nth-last-child(1):not(:first-child), .small-up-5 .columns:nth-of-type(5n+1):nth-last-child(1):not(:first-child) {
    margin-left: 40% !important;
  }
  .small-up-5 .column:nth-of-type(5n+1):nth-last-child(2):not(:first-child), .small-up-5 .columns:nth-of-type(5n+1):nth-last-child(2):not(:first-child) {
    margin-left: 30% !important;
  }
  .small-up-5 .column:nth-of-type(5n+1):nth-last-child(3):not(:first-child), .small-up-5 .columns:nth-of-type(5n+1):nth-last-child(3):not(:first-child) {
    margin-left: 20% !important;
  }
  .small-up-5 .column:nth-of-type(5n+1):nth-last-child(4):not(:first-child), .small-up-5 .columns:nth-of-type(5n+1):nth-last-child(4):not(:first-child) {
    margin-left: 10% !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .medium-up-5 .column:nth-of-type(5n+1):nth-last-child(1):not(:first-child), .medium-up-5 .columns:nth-of-type(5n+1):nth-last-child(1):not(:first-child) {
    margin-left: 40% !important;
  }
  .medium-up-5 .column:nth-of-type(5n+1):nth-last-child(2):not(:first-child), .medium-up-5 .columns:nth-of-type(5n+1):nth-last-child(2):not(:first-child) {
    margin-left: 30% !important;
  }
  .medium-up-5 .column:nth-of-type(5n+1):nth-last-child(3):not(:first-child), .medium-up-5 .columns:nth-of-type(5n+1):nth-last-child(3):not(:first-child) {
    margin-left: 20% !important;
  }
  .medium-up-5 .column:nth-of-type(5n+1):nth-last-child(4):not(:first-child), .medium-up-5 .columns:nth-of-type(5n+1):nth-last-child(4):not(:first-child) {
    margin-left: 10% !important;
  }
}
@media screen and (min-width: 64em) {
  .large-up-5 .column:nth-of-type(5n+1):nth-last-child(1):not(:first-child), .large-up-5 .columns:nth-of-type(5n+1):nth-last-child(1):not(:first-child) {
    margin-left: 40% !important;
  }
  .large-up-5 .column:nth-of-type(5n+1):nth-last-child(2):not(:first-child), .large-up-5 .columns:nth-of-type(5n+1):nth-last-child(2):not(:first-child) {
    margin-left: 30% !important;
  }
  .large-up-5 .column:nth-of-type(5n+1):nth-last-child(3):not(:first-child), .large-up-5 .columns:nth-of-type(5n+1):nth-last-child(3):not(:first-child) {
    margin-left: 20% !important;
  }
  .large-up-5 .column:nth-of-type(5n+1):nth-last-child(4):not(:first-child), .large-up-5 .columns:nth-of-type(5n+1):nth-last-child(4):not(:first-child) {
    margin-left: 10% !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .small-up-6 .column:nth-of-type(6n+1):nth-last-child(1):not(:first-child), .small-up-6 .columns:nth-of-type(6n+1):nth-last-child(1):not(:first-child) {
    margin-left: 41.6666666667% !important;
  }
  .small-up-6 .column:nth-of-type(6n+1):nth-last-child(2):not(:first-child), .small-up-6 .columns:nth-of-type(6n+1):nth-last-child(2):not(:first-child) {
    margin-left: 33.3333333333% !important;
  }
  .small-up-6 .column:nth-of-type(6n+1):nth-last-child(3):not(:first-child), .small-up-6 .columns:nth-of-type(6n+1):nth-last-child(3):not(:first-child) {
    margin-left: 25% !important;
  }
  .small-up-6 .column:nth-of-type(6n+1):nth-last-child(4):not(:first-child), .small-up-6 .columns:nth-of-type(6n+1):nth-last-child(4):not(:first-child) {
    margin-left: 16.6666666667% !important;
  }
  .small-up-6 .column:nth-of-type(6n+1):nth-last-child(5):not(:first-child), .small-up-6 .columns:nth-of-type(6n+1):nth-last-child(5):not(:first-child) {
    margin-left: 8.3333333333% !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .medium-up-6 .column:nth-of-type(6n+1):nth-last-child(1):not(:first-child), .medium-up-6 .columns:nth-of-type(6n+1):nth-last-child(1):not(:first-child) {
    margin-left: 41.6666666667% !important;
  }
  .medium-up-6 .column:nth-of-type(6n+1):nth-last-child(2):not(:first-child), .medium-up-6 .columns:nth-of-type(6n+1):nth-last-child(2):not(:first-child) {
    margin-left: 33.3333333333% !important;
  }
  .medium-up-6 .column:nth-of-type(6n+1):nth-last-child(3):not(:first-child), .medium-up-6 .columns:nth-of-type(6n+1):nth-last-child(3):not(:first-child) {
    margin-left: 25% !important;
  }
  .medium-up-6 .column:nth-of-type(6n+1):nth-last-child(4):not(:first-child), .medium-up-6 .columns:nth-of-type(6n+1):nth-last-child(4):not(:first-child) {
    margin-left: 16.6666666667% !important;
  }
  .medium-up-6 .column:nth-of-type(6n+1):nth-last-child(5):not(:first-child), .medium-up-6 .columns:nth-of-type(6n+1):nth-last-child(5):not(:first-child) {
    margin-left: 8.3333333333% !important;
  }
}
@media screen and (min-width: 64em) {
  .large-up-6 .column:nth-of-type(6n+1):nth-last-child(1):not(:first-child), .large-up-6 .columns:nth-of-type(6n+1):nth-last-child(1):not(:first-child) {
    margin-left: 41.6666666667% !important;
  }
  .large-up-6 .column:nth-of-type(6n+1):nth-last-child(2):not(:first-child), .large-up-6 .columns:nth-of-type(6n+1):nth-last-child(2):not(:first-child) {
    margin-left: 33.3333333333% !important;
  }
  .large-up-6 .column:nth-of-type(6n+1):nth-last-child(3):not(:first-child), .large-up-6 .columns:nth-of-type(6n+1):nth-last-child(3):not(:first-child) {
    margin-left: 25% !important;
  }
  .large-up-6 .column:nth-of-type(6n+1):nth-last-child(4):not(:first-child), .large-up-6 .columns:nth-of-type(6n+1):nth-last-child(4):not(:first-child) {
    margin-left: 16.6666666667% !important;
  }
  .large-up-6 .column:nth-of-type(6n+1):nth-last-child(5):not(:first-child), .large-up-6 .columns:nth-of-type(6n+1):nth-last-child(5):not(:first-child) {
    margin-left: 8.3333333333% !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .slick-track .slick-slide {
    width: auto !important;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff;
}

.slick-slide:not(:focus) {
  outline: none !important;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 3.125rem;
  width: 3.125rem;
  background: none;
  border: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  margin: 0 !important;
  outline: none;
  min-width: 0;
  z-index: 5;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom center;
  background-image: url(images/style/brush-dgray.png);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev i,
.slick-next i {
  font-size: 2.125rem;
  color: #ffffff;
  margin: 0;
  width: 100%;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.slick-prev svg,
.slick-next svg {
  margin: 0 auto;
  display: block;
  float: none;
  width: 1.0625rem;
  height: 1.875rem;
}
.slick-prev svg *,
.slick-next svg * {
  fill: #4f4f4f;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.slick-prev {
  left: 0.9375rem;
}
.slick-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-prev i {
  text-indent: -2px;
}

.slick-next {
  right: 0.9375rem;
}
.slick-next i {
  text-indent: 2px;
}

/* 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: #78c7c9;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  border: 2px solid #2e4a58;
  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: #000000;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  border-color: #78c7c9;
}
.slick-dots li button:not([role]) {
  display: none !important;
}
.slick-dots li.slick-active button {
  background-color: #2e4a58;
  color: #ffffff;
}
.slick-dots li.slick-active button:hover, .slick-dots li.slick-active button:focus {
  background-color: #78c7c9;
}
.slick-dots li:first-child:last-child {
  display: none !important;
}

#cookie-bar.v2 {
  background: #4f4f4f;
  text-align: left;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  bottom: 0.625rem;
  left: 50%;
  z-index: 1000;
  padding: 0.9375rem;
  max-width: calc(100vw - 20px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  border-radius: 1.5625rem;
}
@media screen and (min-width: 57.5em) {
  #cookie-bar.v2 {
    max-width: 56.25rem;
  }
}
@media screen and (min-width: 48em) {
  #cookie-bar.v2 {
    padding: 1.25rem 1.5625rem;
    bottom: 5vh;
  }
}
#cookie-bar.v2.closed {
  left: 0.625rem;
  bottom: 0.625rem;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  #cookie-bar.v2.closed {
    left: 1.25rem;
    bottom: 1.25rem;
    height: 3.75rem;
    width: 3.75rem;
  }
}
#cookie-bar.v2.closed .text {
  display: none;
}
#cookie-bar.v2.closed:hover, #cookie-bar.v2.closed:focus {
  background: #000000;
}
#cookie-bar.v2.closed::before {
  font-family: Font Awesome\ 5 Free;
  content: "\f013";
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  #cookie-bar.v2.closed::before {
    font-size: 1.875rem;
  }
}
#cookie-bar.v2 .text {
  color: #ffffff;
}
#cookie-bar.v2 .text p, #cookie-bar.v2 .text .p {
  color: #ffffff;
}
#cookie-bar.v2 .text p:not([class]), #cookie-bar.v2 .text .p:not([class]) {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  #cookie-bar.v2 .text p:not([class]), #cookie-bar.v2 .text .p:not([class]) {
    font-size: 1.125rem;
  }
}
#cookie-bar.v2 .text p a:not(.button):not(a.button-white), #cookie-bar.v2 .text .p a:not(.button):not(a.button-white) {
  color: #ffffff;
  text-decoration: underline;
}
#cookie-bar.v2 .text p a:not(.button):not(a.button-white):hover, #cookie-bar.v2 .text .p a:not(.button):not(a.button-white):hover, #cookie-bar.v2 .text p a:not(.button):not(a.button-white):focus, #cookie-bar.v2 .text .p a:not(.button):not(a.button-white):focus {
  color: #d7eeef;
}
#cookie-bar.v2 .text ul.buttons {
  margin: 1.25rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cookie-bar.v2 .text ul.buttons li {
  margin-bottom: 0;
}
#cookie-bar.v2 .text ul.buttons li:first-child .button, #cookie-bar.v2 .text ul.buttons li:first-child a.button-white, #cookie-bar.v2 .text ul.buttons li:first-child form input[type=submit], form #cookie-bar.v2 .text ul.buttons li:first-child input[type=submit] {
  margin-left: 0;
}
#cookie-bar.v2 .text ul.buttons li:last-child .button, #cookie-bar.v2 .text ul.buttons li:last-child a.button-white, #cookie-bar.v2 .text ul.buttons li:last-child form input[type=submit], form #cookie-bar.v2 .text ul.buttons li:last-child input[type=submit] {
  margin-right: 0;
}
#cookie-bar.v2 .text ul.buttons .button, #cookie-bar.v2 .text ul.buttons a.button-white, #cookie-bar.v2 .text ul.buttons form input[type=submit], form #cookie-bar.v2 .text ul.buttons input[type=submit] {
  margin: 0 0.3125rem;
  min-width: 0;
}
#cookie-bar.v2 :last-child {
  margin-bottom: 0;
}
#cookie-bar.v2 a.close {
  float: right;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  text-indent: -9999px;
}
#cookie-bar.v2 a.close:before, #cookie-bar.v2 a.close:after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 0.1875rem;
  position: absolute;
  top: 0.8125rem;
  left: 0.25rem;
  background: #ffffff;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#cookie-bar.v2 a.close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#cookie-bar.v2 a.close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#cookie-bar.v2 a.close:hover:before, #cookie-bar.v2 a.close:hover:after, #cookie-bar.v2 a.close:focus:before, #cookie-bar.v2 a.close:focus:after {
  background: #2e4a58;
}
#cookie-bar.v2 form {
  margin: 0 0 1rem 0;
}
#cookie-bar.v2 form label, #cookie-bar.v2 form .lbl {
  margin-right: 0;
  padding: 0;
  color: #ffffff;
  line-height: 1.6;
  font-size: 1rem;
  position: relative;
  margin-bottom: 0 !important;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 48em) {
  #cookie-bar.v2 form label, #cookie-bar.v2 form .lbl {
    font-size: 1.125rem;
  }
}
#cookie-bar.v2 form label:hover span, #cookie-bar.v2 form .lbl:hover span, #cookie-bar.v2 form label:focus span, #cookie-bar.v2 form .lbl:focus span {
  color: #d7eeef;
}
#cookie-bar.v2 form label span, #cookie-bar.v2 form .lbl span {
  border: none;
  text-align: left;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  padding: 0;
  line-height: 1.6;
}
#cookie-bar.v2 form label input[type=radio], #cookie-bar.v2 form .lbl input[type=radio], #cookie-bar.v2 form label input[type=checkbox], #cookie-bar.v2 form .lbl input[type=checkbox] {
  margin: 0.625rem 0.9375rem 0 0;
}
#cookie-bar.v2 form label input[type=radio]:checked + span, #cookie-bar.v2 form .lbl input[type=radio]:checked + span, #cookie-bar.v2 form label input[type=checkbox]:checked + span, #cookie-bar.v2 form .lbl input[type=checkbox]:checked + span {
  color: #ffffff;
}
#cookie-bar.v2 form label input[type=radio]:focus, #cookie-bar.v2 form .lbl input[type=radio]:focus, #cookie-bar.v2 form label input[type=checkbox]:focus, #cookie-bar.v2 form .lbl input[type=checkbox]:focus {
  outline: 1px dashed #d7eeef;
  outline-offset: 2px;
}
#cookie-bar.v2 form label input[type=radio]:focus + span, #cookie-bar.v2 form .lbl input[type=radio]:focus + span, #cookie-bar.v2 form label input[type=checkbox]:focus + span, #cookie-bar.v2 form .lbl input[type=checkbox]:focus + span {
  color: #d7eeef;
}
/*# sourceMappingURL=style.css.map */