/**
 *  Colors
 ================================================= */
/**
 *  Text COlor
 ================================================= */
/**
 *  Text Sylte
 ================================================= */
/**
 *  Grid Settings
 ================================================= */
/**
 Animation
 */
/**
 *  Media Query
<<<<<<< HEAD
================================================= */
/*
 |----------------------------------------------------------------
 |  Fluid Calculation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Font Faces
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Letter spacing
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property Alias
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Height Calculation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Overlay Pseudo
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Gravityform
 |----------------------------------------------------------------
 */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/*
 |----------------------------------------------------------------
 |  Background
 |----------------------------------------------------------------
 */
.background_primary {
  background-color: #58585A;
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .background_primary {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .background_primary {
    padding-top: 40px;
  }
}

/*
 |----------------------------------------------------------------
 |  Images
 |----------------------------------------------------------------
 */
/*
|----------------------------------------------------------------
|  Icons
|----------------------------------------------------------------
*/
/*
 |----------------------------------------------------------------
 |  Floating Animation
 |----------------------------------------------------------------
 */
.spacer {
  margin-bottom: calc(60px + (80 - 60) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .spacer {
    margin-bottom: 80px;
  }
}

/*
 |----------------------------------------------------------------
 |  Animation
 |----------------------------------------------------------------
 */
/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
 |----------------------------------------------------------------
 |  Column Grid
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Block Grid
 |----------------------------------------------------------------
 */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.full-row {
  max-width: none;
}

.max-row {
  max-width: 1600px;
}

.row-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.row-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

[class*=columns-] > .row {
  margin-left: -10px;
  margin-right: -10px;
}

.columns-1 {
  -webkit-flex-basis: calc(1 / 12 * 100%);
      -ms-flex-preferred-size: calc(1 / 12 * 100%);
          flex-basis: calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%);
}

.right-1 {
  margin-left: calc(1 / 12 * 100%);
}

.left-1 {
  margin-right: calc(1 / 12 * 100%);
}

.columns-2 {
  -webkit-flex-basis: calc(2 / 12 * 100%);
      -ms-flex-preferred-size: calc(2 / 12 * 100%);
          flex-basis: calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%);
}

.right-2 {
  margin-left: calc(2 / 12 * 100%);
}

.left-2 {
  margin-right: calc(2 / 12 * 100%);
}

.columns-3 {
  -webkit-flex-basis: calc(3 / 12 * 100%);
      -ms-flex-preferred-size: calc(3 / 12 * 100%);
          flex-basis: calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}

.right-3 {
  margin-left: calc(3 / 12 * 100%);
}

.left-3 {
  margin-right: calc(3 / 12 * 100%);
}

.columns-4 {
  -webkit-flex-basis: calc(4 / 12 * 100%);
      -ms-flex-preferred-size: calc(4 / 12 * 100%);
          flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}

.right-4 {
  margin-left: calc(4 / 12 * 100%);
}

.left-4 {
  margin-right: calc(4 / 12 * 100%);
}

.columns-5 {
  -webkit-flex-basis: calc(5 / 12 * 100%);
      -ms-flex-preferred-size: calc(5 / 12 * 100%);
          flex-basis: calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
}

.right-5 {
  margin-left: calc(5 / 12 * 100%);
}

.left-5 {
  margin-right: calc(5 / 12 * 100%);
}

.columns-6 {
  -webkit-flex-basis: calc(6 / 12 * 100%);
      -ms-flex-preferred-size: calc(6 / 12 * 100%);
          flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}

.right-6 {
  margin-left: calc(6 / 12 * 100%);
}

.left-6 {
  margin-right: calc(6 / 12 * 100%);
}

.columns-7 {
  -webkit-flex-basis: calc(7 / 12 * 100%);
      -ms-flex-preferred-size: calc(7 / 12 * 100%);
          flex-basis: calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
}

.right-7 {
  margin-left: calc(7 / 12 * 100%);
}

.left-7 {
  margin-right: calc(7 / 12 * 100%);
}

.columns-8 {
  -webkit-flex-basis: calc(8 / 12 * 100%);
      -ms-flex-preferred-size: calc(8 / 12 * 100%);
          flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}

.right-8 {
  margin-left: calc(8 / 12 * 100%);
}

.left-8 {
  margin-right: calc(8 / 12 * 100%);
}

.columns-9 {
  -webkit-flex-basis: calc(9 / 12 * 100%);
      -ms-flex-preferred-size: calc(9 / 12 * 100%);
          flex-basis: calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%);
}

.right-9 {
  margin-left: calc(9 / 12 * 100%);
}

.left-9 {
  margin-right: calc(9 / 12 * 100%);
}

.columns-10 {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}

.right-10 {
  margin-left: calc(10 / 12 * 100%);
}

.left-10 {
  margin-right: calc(10 / 12 * 100%);
}

.columns-11 {
  -webkit-flex-basis: calc(11 / 12 * 100%);
      -ms-flex-preferred-size: calc(11 / 12 * 100%);
          flex-basis: calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
}

.right-11 {
  margin-left: calc(11 / 12 * 100%);
}

.left-11 {
  margin-right: calc(11 / 12 * 100%);
}

.columns-12 {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

.right-12 {
  margin-left: calc(12 / 12 * 100%);
}

.left-12 {
  margin-right: calc(12 / 12 * 100%);
}

.column-center {
  margin-left: auto;
  margin-right: auto;
}

.column-right {
  margin-right: 0;
  margin-left: auto;
}

.block-grid-1 > * {
  -webkit-flex-basis: calc(1 / 1 * 100%);
      -ms-flex-preferred-size: calc(1 / 1 * 100%);
          flex-basis: calc(1 / 1 * 100%);
  max-width: calc(1 / 1 * 100%);
}

.block-grid-2 > * {
  -webkit-flex-basis: calc(1 / 2 * 100%);
      -ms-flex-preferred-size: calc(1 / 2 * 100%);
          flex-basis: calc(1 / 2 * 100%);
  max-width: calc(1 / 2 * 100%);
}

.block-grid-3 > * {
  -webkit-flex-basis: calc(1 / 3 * 100%);
      -ms-flex-preferred-size: calc(1 / 3 * 100%);
          flex-basis: calc(1 / 3 * 100%);
  max-width: calc(1 / 3 * 100%);
}

.block-grid-4 > * {
  -webkit-flex-basis: calc(1 / 4 * 100%);
      -ms-flex-preferred-size: calc(1 / 4 * 100%);
          flex-basis: calc(1 / 4 * 100%);
  max-width: calc(1 / 4 * 100%);
}

[class*=block-grid-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
[class*=block-grid-] > * {
  padding-left: 10px;
  padding-right: 10px;
}

.block-grid-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-grid-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.block-grid-spread {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-grid-equal {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.block-grid-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-grid-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.block-grid-stretch > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.block-grid-flatten > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-grid-flatten > * > * {
  width: 100%;
}

/*
 |----------------------------------------------------------------
 |  Html / Body
 |----------------------------------------------------------------
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

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

body {
  color: #23282A;
  max-width: 100%;
  margin: 0 auto;
}

::-moz-selection {
  background: #008AB3;
  color: white;
}

::selection {
  background: #008AB3;
  color: white;
}

::-moz-selection {
  background: #008AB3;
  color: white;
}

@-ms-viewport {
  width: device-width;
}
/*
 |----------------------------------------------------------------
 |  Headings
 |----------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding-bottom: 20px;
  color: #23282A;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
p + h1, .gform_description + h1, ul:not([class]) + h1, ol:not([class]) + h1,
p + h2,
.gform_description + h2,
ul:not([class]) + h2,
ol:not([class]) + h2,
p + h3,
.gform_description + h3,
ul:not([class]) + h3,
ol:not([class]) + h3,
p + h4,
.gform_description + h4,
ul:not([class]) + h4,
ol:not([class]) + h4,
p + h5,
.gform_description + h5,
ul:not([class]) + h5,
ol:not([class]) + h5,
p + h6,
.gform_description + h6,
ul:not([class]) + h6,
ol:not([class]) + h6 {
  padding-top: 20px;
}

h1 {
  font-size: calc(34px + (52 - 34) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (71 - 40) * (100vw - 320px) / (1200 - 320));
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    line-height: 71px;
  }
}

h2 {
  font-size: calc(34px + (42 - 34) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (57 - 40) * (100vw - 320px) / (1200 - 320));
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    line-height: 57px;
  }
}

h3 {
  font-size: calc(28px + (32 - 28) * (100vw - 320px) / (1200 - 320));
  line-height: calc(32px + (43 - 32) * (100vw - 320px) / (1200 - 320));
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    line-height: 43px;
  }
}

h4 {
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1200 - 320));
  line-height: calc(22px + (29 - 22) * (100vw - 320px) / (1200 - 320));
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    line-height: 29px;
  }
}

h5 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  line-height: calc(20px + (24 - 20) * (100vw - 320px) / (1200 - 320));
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-weight: 600;
  letter-spacing: 0.62px;
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    line-height: 24px;
  }
}

h6 {
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1200 - 320));
  line-height: calc(17px + (17 - 17) * (100vw - 320px) / (1200 - 320));
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
  letter-spacing: 2px;
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    line-height: 17px;
  }
}

dt {
  font-weight: bold !important;
}

/*
 |----------------------------------------------------------------
 |  Paragraph
 |----------------------------------------------------------------
 */
p, .gform_description {
  font-family: "Roboto", sans-serif;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  line-height: calc(28px + (28 - 28) * (100vw - 320px) / (1200 - 320));
  margin: 0;
  padding-bottom: 20px;
  color: #23282A;
}
@media screen and (min-width: 1200px) {
  p, .gform_description {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  p, .gform_description {
    line-height: 28px;
  }
}
p:empty, .gform_description:empty {
  display: none;
}

/*
 |----------------------------------------------------------------
 |  Horizontal Line
 |----------------------------------------------------------------
 */
hr {
  border: none;
  border-bottom: 1px solid #008AB3;
  width: 90%;
  margin: 10px auto 35px;
}

/*
 |----------------------------------------------------------------
 |  MISC
 |----------------------------------------------------------------
 */
i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

/*
 |----------------------------------------------------------------
 | Address
 |----------------------------------------------------------------
 */
address {
  font-style: normal;
}

/*
 |----------------------------------------------------------------
 | Code
 |----------------------------------------------------------------
 */
code,
pre {
  background-color: #F0F6F7;
  font-family: "Consolas", monospace;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  code,
pre {
    font-size: 14px;
  }
}

pre {
  padding: 25px 20px;
}

code {
  border-radius: 3px;
  vertical-align: middle;
  padding: 2px 5px;
}

p a, .gform_description a {
  color: #008AB3;
}

/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
ul:not([class]),
ol:not([class]) {
  margin: 0 0 25px 10px;
  list-style: none;
  padding-left: 25px;
}
ul:not([class]) li,
ol:not([class]) li {
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #23282A;
}
@media screen and (max-width:767px) {
  ul:not([class]) li,
ol:not([class]) li {
    margin: 0 auto 10px auto;
  }
}
@media screen and (max-width:639px) {
  ul:not([class]) li,
ol:not([class]) li {
    margin: 0 0 10px 0;
    text-align: left;
  }
}
ul:not([class]) li:before,
ol:not([class]) li:before {
  color: #239CA4;
  position: absolute;
  left: -25px;
}
ul:not([class]) ul:not([class]),
ul:not([class]) ol:not([class]),
ol:not([class]) ul:not([class]),
ol:not([class]) ol:not([class]) {
  list-style: none;
  padding-left: 25px;
}

ul:not([class]) li:before {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f054";
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1200 - 320));
  top: calc(0px + (0 - 0) * (100vw - 320px) / (1200 - 320));
  color: #239CA4;
}
@media screen and (min-width: 1200px) {
  ul:not([class]) li:before {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  ul:not([class]) li:before {
    top: 0px;
  }
}

ol:not([class]) {
  counter-reset: my-counter;
}
ol:not([class]) li:before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  top: 1px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
  color: #239CA4;
}
@media screen and (min-width: 1200px) {
  ol:not([class]) li:before {
    font-size: 16px;
  }
}

.anvil-list {
  margin: 0 0 25px 10px;
  list-style: none;
  padding-left: 25px;
}
.anvil-list .p-wrapper {
  padding: 0px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .anvil-list .p-wrapper {
    font-size: 16px;
  }
}
.anvil-list li {
  position: relative;
  padding-bottom: 10px;
}
.anvil-list li:before {
  position: absolute;
  left: -20px;
  top: 6px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f054";
}

/*
 |----------------------------------------------------------------
 |  Link
 |----------------------------------------------------------------
 */
a {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background-color, color, border, opacity, text-indent;
  transition-property: background-color, color, border, opacity, text-indent;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #23282A;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
p a, .gform_description a, ul:not([class]) a, ol:not([class]) a {
  border-bottom: 2px solid #F0F6F7;
  opacity: 1;
}
p a:hover, .gform_description a:hover, ul:not([class]) a:hover, ol:not([class]) a:hover {
  opacity: 0.7;
}

/*
 |----------------------------------------------------------------
 |  Image
 |----------------------------------------------------------------
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.aligncenter {
  display: block;
}

/*
 |----------------------------------------------------------------
 |  WP Image classes
 |----------------------------------------------------------------
 */
[class*=wp-image-] {
  margin-top: 15px;
}

.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 0;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  display: block;
  margin: 15px 0 45px;
  max-width: 100%;
  position: relative;
  width: auto !important;
}
.wp-caption img {
  display: block;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.wp-caption-dd,
.wp-caption-text {
  padding: 10px 0 !important;
  color: #23282A;
}

/*
 |----------------------------------------------------------------
 |  Custom Image Classes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Video
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Iframe - anvil wraps embedded iframes with .flex-video, so that
 |  class can be used to style iframes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Block Quote
 |----------------------------------------------------------------
 */
blockquote {
  padding: 40px 20px;
  margin: 20px 0 35px;
  text-align: center;
  position: relative;
}
blockquote::after {
  content: "";
  background: #008AB3;
  width: 120%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -10%;
  top: 0;
  border-radius: 5px;
}
blockquote h6 {
  padding: 0;
}
blockquote * {
  color: #ffffff;
}
blockquote p, blockquote .gform_description {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px;
}
blockquote p:last-of-type:not(:first-of-type), blockquote .gform_description:last-of-type:not(:first-of-type) {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  blockquote p:last-of-type:not(:first-of-type), blockquote .gform_description:last-of-type:not(:first-of-type) {
    font-size: 18px;
  }
}
blockquote cite {
  display: block;
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  blockquote cite {
    font-size: 18px;
  }
}

/*
 |----------------------------------------------------------------
 |  Buttons
 |----------------------------------------------------------------
 */
.button {
  border: none;
  background: transparent;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 5px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.button i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.button.default {
  background-color: #008AB3;
}

/*
 |----------------------------------------------------------------
 |  Button Base/Mixin
 |----------------------------------------------------------------
 */
.one {
  color: white;
  background: #008AB3;
  border: 1px solid #008AB3;
}
.one:hover {
  color: #008AB3;
  background: white;
}

.two {
  color: #008AB3 !important;
  background: white !important;
  border: 1px solid #008AB3;
}
.two:hover {
  background: #008AB3 !important;
  color: white !important;
}

.three {
  color: #008AB3;
  background: #ffffff;
  border: 1px solid #008AB3;
}
.three:hover {
  background: #008AB3;
  color: #ffffff;
}

.white-button {
  color: #008AB3;
  background: #ffffff;
  border: 1px solid #008AB3;
}
.white-button:hover {
  background: #008AB3;
  color: #ffffff;
}

.white-btn-noBorder {
  color: #008AB3;
  background: #ffffff;
  border: 1px solid white;
}
.white-btn-noBorder:hover {
  background: #008AB3;
  color: #ffffff;
}

.outline-one {
  color: #008AB3;
  background: #ffffff;
  border: 1px #008AB3 solid;
}
.outline-one:hover {
  background: #008AB3;
  color: #ffffff;
}

.outline-two {
  color: #239CA4;
  background: #ffffff;
  border: 1px #239CA4 solid;
}
.outline-two:hover {
  background: #239CA4;
  color: #ffffff;
}

.read-more {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.93px;
  line-height: 19px;
  text-align: center;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  border-bottom: 2px solid #72B43D;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.read-more:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #72B43D;
}
.read-more i {
  margin-left: 8px;
}
.read-more::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  margin-left: 10px;
}

.read-more-white {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.93px;
  line-height: 19px;
  text-align: center;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  border-bottom: 2px solid #72B43D;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: white;
  border-bottom: 2px solid #ffffff;
}
.read-more-white:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #72B43D;
}
.read-more-white i {
  margin-left: 8px;
}
.read-more-white::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  margin-left: 10px;
}
.read-more-white:hover {
  color: #239CA4;
  border-bottom: 2px solid #239CA4;
}

.form-submit input {
  border: none;
  background: transparent;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 5px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #008AB3;
  border: 1px solid #008AB3;
  border: unset !important;
}
.form-submit input i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.form-submit input.default {
  background-color: #008AB3;
}
.form-submit input:hover {
  color: #008AB3;
  background: white;
}

.btn-getInvolved a {
  border: none;
  background: transparent;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 5px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #008AB3 !important;
  background: white !important;
  border: 1px solid #008AB3;
}
.btn-getInvolved a i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.btn-getInvolved a:hover {
  background: #008AB3 !important;
  color: white !important;
}
.btn-getInvolved a:hover {
  color: white !important;
}

.resource-btn {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  min-width: 120px;
}
.resource-btn::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #72B43D;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
}
.resource-btn i {
  margin-left: 30px;
}

/**
 *	Global Placeholder
 ================================================= */
/**
 *	Global Form Element
 ================================================= */
label {
  font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  label {
    font-size: 15px;
  }
}

[type=text],
[type=url],
[type=email],
[type=tel],
[type=number],
[type=password],
[type=search],
select,
textarea {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  outline: none;
  border: 1px solid #58585A;
  background: white;
  padding: 5px 10px;
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1200 - 320));
  font-weight: 400;
  color: #23282A;
}
@media screen and (min-width: 1200px) {
  [type=text],
[type=url],
[type=email],
[type=tel],
[type=number],
[type=password],
[type=search],
select,
textarea {
    font-size: 17px;
  }
}
[type=text]:focus,
[type=url]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #008AB3;
}
[type=text][disabled],
[type=url][disabled],
[type=email][disabled],
[type=tel][disabled],
[type=number][disabled],
[type=password][disabled],
[type=search][disabled],
select[disabled],
textarea[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

textarea {
  min-height: 150px;
  padding: 10px;
  resize: vertical;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select:after {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f107";
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #008AB3;
}

select[multiple] {
  height: auto;
}

option {
  padding: 5px 10px;
  color: #23282A;
}

[type=submit],
[type=button] {
  background-color: #008AB3;
}

input[type=checkbox],
input[type=file],
input[type=image],
input[type=radio] {
  height: auto;
  width: auto;
}

input[type=checkbox],
input[type=radio] {
  line-height: normal;
  padding: 0;
  vertical-align: middle;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
}

/*
 |----------------------------------------------------------------
 |  Wrappers
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Structure
 |----------------------------------------------------------------
 */
.gform_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*
 |----------------------------------------------------------------
 |  Gform Heading
 |----------------------------------------------------------------
 */
.gform_description {
  display: block;
}

.validation_error {
  border-left: 3px solid scarlet;
  margin: 0 0 25px;
  padding: 25px;
}

/*
 |----------------------------------------------------------------
 |  Gform Body
 |----------------------------------------------------------------
 */
.gform_fields {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin-left: -10px;
  margin-right: -10px;
}

.gfield {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  margin-bottom: 20px;
}

.gfield_label {
  display: block;
  margin-bottom: 5px;
}

.gfield_required {
  vertical-align: baseline;
}

.ginput_container .large {
  width: 100%;
}
.ginput_container .medium {
  width: calc(2 / 3 * 100%);
}
.ginput_container .small {
  width: calc(1 / 3 * 100%);
}

.validation_message {
  margin-top: 5px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1200 - 320));
  font-style: italic;
}
@media screen and (min-width: 1200px) {
  .validation_message {
    font-size: 14px;
  }
}

/*
 |----------------------------------------------------------------
 |  Gform Fields
 |----------------------------------------------------------------
 */
.ginput_container_checkbox,
.ginput_container_radio {
  margin-left: 25px;
}
.ginput_container_checkbox + .validation_message,
.ginput_container_radio + .validation_message {
  margin-left: 25px;
}

.gfield_checkbox,
.gfield_radio {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gfield_checkbox input,
.gfield_radio input {
  margin-right: 5px;
}

.gform_hidden {
  display: none;
}

.gform_validation_container {
  display: none !important;
}

/*
 |----------------------------------------------------------------
 |  Gform Field Class
 |----------------------------------------------------------------
 */
.gf_full {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

.gf_half {
  -webkit-flex-basis: calc(6 / 12 * 100%);
      -ms-flex-preferred-size: calc(6 / 12 * 100%);
          flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}

.gf_third {
  -webkit-flex-basis: calc(4 / 12 * 100%);
      -ms-flex-preferred-size: calc(4 / 12 * 100%);
          flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}

.gf_quarter {
  -webkit-flex-basis: calc(3 / 12 * 100%);
      -ms-flex-preferred-size: calc(3 / 12 * 100%);
          flex-basis: calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}

.gf_list_inline .gfield_checkbox,
.gf_list_inline .gfield_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin-left: -10px;
  margin-right: -10px;
}
/*
 |----------------------------------------------------------------
 |  Gform Footer
 |----------------------------------------------------------------
 */
.gf_submit:not(.button) {
  border: none;
  background: transparent;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 5px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.gf_submit:not(.button) i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}

.gform_ajax_spinner {
  margin-left: 10px;
}

/*
 |----------------------------------------------------------------
 |  Special Fields - Datepicker
 |----------------------------------------------------------------
 */
.ui-datepicker {
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.ui-datepicker-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #008AB3;
}
.ui-datepicker-header .ui-icon {
  display: none;
}

.ui-datepicker-prev {
  padding: 5px 10px;
  -webkit-flex-basis: 25px;
      -ms-flex-preferred-size: 25px;
          flex-basis: 25px;
  cursor: pointer;
}
.ui-datepicker-prev:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  color: white;
}

.ui-datepicker-next {
  padding: 5px 10px;
  -webkit-flex-basis: 25px;
      -ms-flex-preferred-size: 25px;
          flex-basis: 25px;
  cursor: pointer;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.ui-datepicker-next:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  color: white;
}

.ui-datepicker-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

.ui-datepicker-month,
.ui-datepicker-year {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  height: 30px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}

.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.ui-datepicker-calendar th {
  padding: 5px;
  font-size: 14px;
  background: #F0F6F7;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  text-align: center;
}
.ui-datepicker-calendar .ui-state-default {
  padding: 5px;
  display: block;
}
.ui-datepicker-calendar .ui-state-disabled {
  cursor: disabled;
}
.ui-datepicker-calendar .ui-state-hover {
  font-weight: 700;
}
.ui-datepicker-calendar .ui-state-active {
  background: #008AB3;
  color: white;
}

.faq-postings {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .faq-postings {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.accordion-holder .accordion-content {
  display: none;
  padding: 20px 20px 60px;
}

.accordion-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.accordion-controls a {
  display: inline-block;
  padding: 5px 10px;
  opacity: 1;
}
.accordion-controls a:hover {
  opacity: 0.5;
}

.accordion-entry img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.accordion-entry {
  margin-bottom: 20px;
}

.accordion-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 20px;
  border-radius: 0px;
  position: relative;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.accordion-label .p-wrapper {
  min-width: 100px;
  padding: 0px;
  margin-right: 25px;
}
.accordion-label img {
  height: 50px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordion-label h6 {
  padding: 0 15px 0px 0px;
  width: 70%;
}
.accordion-label:after {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f077";
  font-size: 17px;
  right: 7px;
  top: 10px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 40px;
  border: unset;
  color: inherit;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
[data-status=opened] .accordion-label:after {
  content: "\f077";
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  border: unset;
}
.accordion-label span {
  margin-left: 15px;
}

.accordion-content {
  padding: 20px;
  padding-bottom: 100px;
}

@media screen and (max-width:979px) {
  .accordion-holder {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .accordion-holder h5 {
    width: 70%;
  }
}
/*
 |----------------------------------------------------------------
 |  Banner Structure
 |----------------------------------------------------------------
 */
.page-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.page-banner .row {
  padding-top: calc(90px + (15 - 90) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(80px + (105 - 80) * (100vw - 320px) / (1200 - 320));
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 7%;
}
@media screen and (min-width: 1200px) {
  .page-banner .row {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner .row {
    padding-bottom: 105px;
  }
}
@media screen and (min-width:1400px) {
  .page-banner .row {
    padding-left: 13%;
  }
}
@media screen and (max-width:1399px) {
  .page-banner .row {
    padding-left: 7%;
    padding-right: 4%;
  }
}
@media screen and (max-width:1399px) {
  .page-banner .row {
    padding-right: 20px;
  }
}
.page-banner .button {
  margin-right: 20px;
}
.page-banner .content-container {
  z-index: 100;
}
@media screen and (max-width:767px) {
  .page-banner .button {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.page-banner .image-column {
  width: 100%;
  background-size: cover;
  background-position: right center;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-banner .image-column img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:980px) {
  .page-banner .image-column {
    min-height: 510px;
  }
}
.page-banner::before {
  content: url(../../images/Dots.svg);
  position: absolute;
  right: -8%;
  top: 13%;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width:1399px) {
  .page-banner::before {
    right: -12%;
  }
}
@media screen and (max-width:979px) {
  .page-banner::before {
    display: none;
  }
}

.home .page-banner {
  margin-bottom: 0px;
}
.home .page-banner .row {
  padding-top: calc(90px + (0 - 90) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(80px + (80 - 80) * (100vw - 320px) / (1200 - 320));
  max-width: 100%;
  padding-right: 4%;
  padding-left: 7%;
}
@media screen and (min-width: 1200px) {
  .home .page-banner .row {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .home .page-banner .row {
    padding-bottom: 80px;
  }
}
@media screen and (min-width:1400px) {
  .home .page-banner .row {
    padding-left: 13%;
  }
}
@media screen and (min-width:980px) {
  .home .page-banner .row {
    padding-bottom: 0;
  }
}
.home .page-banner .content-container {
  padding-right: 40px;
  padding-bottom: 200px;
}
.home .page-banner .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "grid-1 grid-3 grid-3" "grid-2 grid-3 grid-3";
}
.home .page-banner .grid-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.home .page-banner .grid-1 {
  grid-area: grid-1;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
  min-height: 380px;
}
.home .page-banner .grid-2 {
  grid-area: grid-2;
  border-radius: 10px;
  min-height: 250px;
}
.home .page-banner .grid-3 {
  grid-area: grid-3;
  height: 100%;
  border-radius: 10px;
  margin-left: 20px;
  -o-object-position: right;
     object-position: right;
  max-height: 600px;
}
.home .page-banner::before {
  content: url(../../images/Dots.svg);
  position: absolute;
  right: -8%;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width:1399px) {
  .home .page-banner::before {
    right: -12%;
  }
}
.home .page-banner .image-column {
  border-radius: unset;
}

.video-banner {
  position: relative;
  overflow: hidden;
}
.video-banner > .row {
  min-height: calc(300px + (600 - 300) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .video-banner > .row {
    min-height: 600px;
  }
}
.video-banner #bg-video {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
}

@media screen and (max-width:1199px) {
  .page-banner .row {
    padding-left: 20px;
  }
}
@media screen and (max-width:480px) {
  .page-banner .content-container {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    margin: 0 auto;
    text-align: center;
  }
}
.single-page-banner .row {
  padding-top: calc(40px + (160 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (80 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-page-banner .row {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .single-page-banner .row {
    padding-bottom: 80px;
  }
}
.single-page-banner .terms-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 20px 15px;
  margin-bottom: 20px;
}
.single-page-banner .terms-container h6 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-page-banner .content-container {
  background: #ffffff;
  padding: 40px 100px;
  position: relative;
  top: 200px;
}
.single-page-banner .content-container h1, .single-page-banner .content-container p, .single-page-banner .content-container .gform_description, .single-page-banner .content-container h6 {
  color: #23282A;
}
.single-page-banner .term-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 50px;
  margin-bottom: 20px;
}
.single-page-banner .term-wrapper h6 {
  line-height: 12px;
  padding-bottom: 0px;
  margin-right: 10px;
  text-transform: uppercase;
}
.single-page-banner h6 {
  padding: 0px;
  margin-right: 10px;
  text-transform: uppercase;
}
.single-page-banner h1,
.single-page-banner p,
.single-page-banner .gform_description {
  padding-bottom: 10px;
}
.single-case-banner {
  margin-bottom: 90px;
}
.single-case-banner .row {
  padding-top: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-case-banner .row {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .single-case-banner .row {
    padding-bottom: 70px;
  }
}

.search-banner .page-banner {
  margin-bottom: 60px;
  z-index: 0;
  position: relative;
}
.search-banner .page-banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.search-banner .page-banner:after {
  z-index: 0;
}
.search-banner .page-banner .content-container {
  z-index: 1;
}

.page-banner-submit-event {
  position: relative;
}
.page-banner-submit-event::before {
  content: url(../../images/Dots.svg);
  position: absolute;
  right: -8%;
  top: 13%;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width:1399px) {
  .page-banner-submit-event::before {
    right: -12%;
  }
}
@media screen and (max-width:979px) {
  .page-banner-submit-event::before {
    display: none;
  }
}
.page-banner-submit-event .row {
  padding-top: calc(75px + (75 - 75) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-banner-submit-event .row {
    padding-top: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner-submit-event .row {
    padding-bottom: 70px;
  }
}
@media screen and (max-width:1199px) {
  .page-banner-submit-event .row {
    padding-right: 40px;
    padding-left: 40px;
  }
  .page-banner-submit-event .row .columns-6 {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
}
@media screen and (max-width:979px) {
  .page-banner-submit-event .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.author-page-banner .row .image-column img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 540px;
}
@media screen and (max-width:767px) {
  .author-page-banner .row .banner-content {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .author-page-banner .row .image-column img {
    min-height: 340px;
  }
}

.archive .page-banner .image-column {
  min-height: unset;
}

.artists-gallery-wrapper {
  padding-bottom: 60px;
}
.artists-gallery-wrapper .iframe {
  position: relative;
  margin-bottom: 20px;
}
.artists-gallery-wrapper .iframe:nth-child(odd) {
  bottom: 0px;
}

.grid-gallery {
  padding: 40px 10px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: 140px;
  grid-gap: 10px;
}
.grid-gallery div {
  background-size: cover;
}
.grid-gallery div:nth-child(1) {
  grid-column: 1/8;
  grid-row: 1/6;
}
.grid-gallery div:nth-child(2) {
  grid-column: 8/11;
  grid-row: 1/4;
}
.grid-gallery div:nth-child(3) {
  grid-column: 8/11;
  grid-row: 4/6;
}
.grid-gallery div:nth-child(4) {
  grid-column: 1/6;
  grid-row: 6/9;
}
.grid-gallery div:nth-child(5) {
  grid-column: 6/11;
  grid-row: 6/9;
}
.grid-gallery div:nth-child(6) {
  grid-column: 1/4;
  grid-row: 9/12;
}
.grid-gallery div:nth-child(7) {
  grid-column: 4/9;
  grid-row: 9/12;
}
.grid-gallery div:nth-child(8) {
  grid-column: 9/12;
  grid-row: 9/12;
}
.grid-gallery div:nth-child(9) {
  grid-column: 1/4;
  grid-row: 12/14;
}
.grid-gallery div:nth-child(10) {
  grid-column: 4/8;
  grid-row: 12/14;
}
.grid-gallery div:nth-child(11) {
  grid-column: 8/12;
  grid-row: 12/14;
}
.grid-gallery div:nth-child(12) {
  grid-column: 1/12;
  grid-row: 14/18;
}

.gallery_intro {
  padding-top: 40px;
}

.gallery {
  margin-bottom: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .gallery {
    margin-bottom: 60px;
  }
}
.gallery .gallery-wrapper {
  position: relative;
}
.gallery .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  height: 80px;
  width: 80px;
  background: #008AB3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.gallery .slick-arrow:hover {
  cursor: pointer;
}
.gallery .slick-arrow i {
  font-weight: 300;
  font-size: 24px;
}
.gallery .slick-next {
  right: -40px;
}
.gallery .slick-prev {
  left: -40px;
}
.gallery .gallery-image {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 700px;
  overflow: hidden;
}
.gallery .gallery-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
  max-width: none;
  min-width: 100%;
}
@media screen and (max-width:480px) {
  .gallery .gallery-image, .gallery img {
    max-height: 300px;
  }
}

.slick-thumbnail-grid {
  margin-top: 20px;
  max-height: 500px;
  /* the slides */
  /* the parent */
}
.slick-thumbnail-grid .gallery-nav-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 155px;
  overflow: hidden;
}
.slick-thumbnail-grid .gallery-nav-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.slick-thumbnail-grid .slick-slide {
  margin: 20px 10px;
}
.slick-thumbnail-grid .slick-list {
  margin: -10px 0;
}
@media screen and (max-width:480px) {
  .slick-thumbnail-grid .gallery-nav-image {
    max-height: 90px;
  }
}

.post-filter {
  padding: 0 0 40px 0px;
}

.filter-section {
  z-index: 10;
  padding: 10px 0px;
}
.filter-section .filter-container {
  min-height: unset;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0px !important;
}
.filter-section h6 {
  padding-bottom: 0;
  margin-right: 15px;
  min-width: 110px;
  color: #008AB3;
}
.filter-section .view-all {
  color: #212121;
  border-bottom: 2px solid #72B43D;
  font-size: 16px;
  letter-spacing: 0;
}
.filter-section .view-all:hover {
  color: #008AB3;
  border-color: #008AB3;
}
.filter-section .filter-form-container, .filter-section .filter-form-container .search-form, .filter-section .filter-form-container .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-section .filter-form-container .flex-container {
  margin-right: 15px;
  width: 100%;
}
.filter-section .filter-form-container .flex-container .select-container {
  margin-right: 15px;
  min-width: 200px;
}
.filter-section .filter-form-container .search-form {
  pointer-events: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  font-size: 12px;
}
.filter-section .filter-form-container .search-form input {
  height: 50px;
  border-radius: 3px;
}
.filter-section .filter-form-container .search-form select, .filter-section .filter-form-container .search-form input[type=text] {
  border-color: #008AB3;
}
.filter-section .filter-form-container .search-form select {
  background-image: none;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #008AB3;
  min-height: 50px;
}
.filter-section .filter-form-container .search-form .select-container {
  background: #ffffff;
  position: relative;
  border-radius: 6px;
}
.filter-section .filter-form-container .search-form .select-container i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #008AB3;
  pointer-events: none;
}
.filter-section .filter-form-container .search-form .button {
  margin-right: 15px;
  min-width: 180px;
  min-height: 50px;
}
.filter-section .filter-form-container .search-container {
  min-width: 200px;
}
@media screen and (max-width:1199px) {
  .filter-section .filter-form-container, .filter-section .filter-form-container .search-form, .filter-section .filter-form-container .flex-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .filter-section .filter-form-container h6, .filter-section .filter-form-container a, .filter-section .filter-form-container .button, .filter-section .filter-form-container .select-container {
    margin-bottom: 15px;
  }
}
@media screen and (max-width:979px) {
  .filter-section .filter-form-container .select-container {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.simple-filter-form h6 {
  padding-bottom: 0;
}
.simple-filter-form form {
  margin: 0;
}

@media screen and (max-width:1199px) {
  .post-filter {
    padding-left: 20px;
  }
}
.pagination-container {
  width: 100%;
  padding: 30px 0;
}
.pagination-container .wrapper a {
  color: #23282A;
}
.pagination-container .pagination-column {
  padding: 15px 0px;
  padding-left: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column {
    padding-right: 30px;
  }
}
.pagination-container .pagination-column .fa-arrow-left {
  margin-right: 10px;
}
.pagination-container .pagination-column i {
  color: #008AB3;
  font-size: 16px;
  margin: 10px 10px;
}
.pagination-container .pagination-column p, .pagination-container .pagination-column .gform_description {
  padding-bottom: 0;
}
.pagination-container .pagination-column p, .pagination-container .pagination-column .gform_description,
.pagination-container .pagination-column a {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  color: #008AB3;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.pagination-container .pagination-column p:hover, .pagination-container .pagination-column .gform_description:hover,
.pagination-container .pagination-column a:hover {
  color: #72B43D;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.pagination-container .pagination-column p:hover i, .pagination-container .pagination-column .gform_description:hover i,
.pagination-container .pagination-column a:hover i {
  color: #72B43D;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.pagination-container .pagination-column .prev-disabled,
.pagination-container .pagination-column .next-disabled {
  opacity: 0.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-container .pagination-column .prev-disabled i,
.pagination-container .pagination-column .next-disabled i {
  font-size: 16px;
  color: #008AB3;
}
.pagination-container .pagination-column .prev-disabled:hover,
.pagination-container .pagination-column .next-disabled:hover {
  color: #008AB3;
}
.pagination-container .pagination-column .fa-arrow-right {
  margin-left: 12px;
  color: #008AB3;
}
.pagination-container .pagination-column .fa-arrow-left {
  margin-right: 12px;
  color: #008AB3;
}
.pagination-container .pagination-column .page-lists {
  padding-left: calc(20px + (100 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(20px + (100 - 20) * (100vw - 320px) / (1200 - 320));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column .page-lists {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column .page-lists {
    padding-right: 100px;
  }
}
.pagination-container .pagination-column .page-lists .page-numbers {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 8px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #23282A;
  font-family: "Roboto", sans-serif;
}
.pagination-container .pagination-column .page-lists .current {
  background: #008AB3;
  color: #ffffff;
}
.pagination-container .pagination-column .page-lists .dots {
  background: unset;
  color: #008AB3;
}
.pagination-container .pagination-column .page-lists a,
.pagination-container .pagination-column .page-lists span {
  color: #008AB3;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width:767px) {
  .pagination-container .pagination-column {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination-container .pagination-column .page-lists {
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.slideout-container {
  width: 100%;
}

.slideout-item .loop-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-bottom: 20px;
}
.slideout-item .loop-content img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  width: 100%;
}
.slideout-item .loop-content::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -20px;
  width: 20px;
  height: 20px;
  border-bottom: 10px solid #008AB3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 2;
}
.slideout-item .loop-content h4 {
  z-index: 1000;
  padding-bottom: 0px;
}
.slideout-item .loop-content h6 {
  text-transform: uppercase;
  color: #008AB3;
}
.slideout-item .loop-content .icon {
  z-index: 1000;
  height: 30px;
  width: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
}
.slideout-item .loop-content .icon:hover {
  cursor: pointer;
}
.slideout-item .loop-content .icon i {
  font-size: 25px;
}
.slideout-item .loop-content .icon i:hover {
  color: #72B43D !important;
}
.slideout-item .loop-content .minus {
  display: none;
}
.slideout-item .loop-content .show-icon {
  display: block;
}
.slideout-item .loop-content .hide-icon {
  display: none;
}
.slideout-item .loop-content.show-slideout::after {
  display: block;
}
.slideout-item .team-slideout-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
.slideout-item .team-slideout-content h4 {
  padding-bottom: 5px;
  cursor: pointer;
}
.slideout-item .team-slideout-content h4:hover {
  color: #72B43D !important;
}
.slideout-item .team-slideout-hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 35px 110px 40px;
}
@media screen and (max-width:767px) {
  .slideout-item .team-slideout-hidden {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slideout-item .team-slideout-hidden .columns-4,
.slideout-item .team-slideout-hidden .columns-8 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.slideout-item .team-slideout-hidden div p, .slideout-item .team-slideout-hidden div .gform_description {
  color: #ffffff;
}
.slideout-item .team-slideout-hidden .content-column h6 {
  color: #ffffff !important;
}
.slideout-item .team-slideout-hidden .content-column div p, .slideout-item .team-slideout-hidden .content-column div .gform_description {
  color: #ffffff;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 5px;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons a:hover {
  background: #ffffff;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons a:hover i {
  color: #008AB3 !important;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons i {
  color: #ffffff !important;
  font-size: 19px;
}
.slideout-item .loop-hidden {
  display: none;
  position: relative;
}
.slideout-item .loop-hidden .team-slideout-contact {
  padding-top: 10px;
}
.slideout-item .loop-hidden .team-slideout-contact a i {
  border-radius: 15px;
  border: solid 2px white;
  padding: 6px;
  margin-top: 10px;
  margin-right: 5px;
}
.slideout-item .loop-hidden .phone-link {
  margin-bottom: 30px;
  font-weight: bold;
}
.slideout-item .loop-hidden .phone-link::after {
  content: "";
  background: 3px;
  display: block;
  margin: 0 auto;
  width: 0;
  height: white;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.slideout-item .loop-hidden .phone-link:hover {
  opacity: 0.8;
}
.slideout-item .loop-hidden .phone-link:hover::after {
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.slideout-item .close {
  position: absolute;
  top: 40px;
  right: 3%;
}
.slideout-item .close:hover {
  cursor: pointer;
}
.slideout-item .close i {
  font-size: 25px;
}

.slideout-container.block-grid-2 .loop-content img {
  height: 470px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slideout-container.block-grid-3 .slideout-item .loop-hidden {
  width: 310%;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+1) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+2) .loop-hidden {
  left: -105%;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+3) .loop-hidden {
  left: -210%;
}

.slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container.block-grid-4 .slideout-item .loop-hidden-big, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden-big {
  width: 435%;
  display: none;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+1) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+1) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+2) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+2) .loop-hidden {
  left: -109%;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+3) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+3) .loop-hidden {
  left: -218%;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+4) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+4) .loop-hidden {
  left: -326%;
}

.slideout-container.block-grid-2 .slideout-item .loop-hidden, .slideout-container.block-grid-2 .slideout-item .loop-hidden-big {
  width: 203%;
}
.slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
  left: -103%;
}

@media screen and (max-width:1199px) {
  /*
   |----------------------------------------------------------------
   | Slideout Component
   |----------------------------------------------------------------
   */
  .slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden {
    width: 310%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden {
    left: -105%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden {
    left: -210%;
  }
}
@media screen and (max-width:1199px) {
  .slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 204%;
  }
  .slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: -103%;
  }
}
@media screen and (max-width:767px) {
  .slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden,
.slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 203%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: -103%;
  }

  .slideout-container.block-grid-2 .slideout-item .loop-hidden {
    width: 100%;
  }
  .slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
    left: 0;
  }
}
@media screen and (max-width:639px) {
  .slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden, .slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 100%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden, .slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden, .slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: 0;
  }
}
.page-nav {
  padding-top: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-nav {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-nav {
    padding-bottom: 50px;
  }
}
.page-nav .all-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-nav .all-posts .button {
  color: white;
  background: #008AB3;
  border: 1px solid #008AB3;
}
.page-nav .all-posts .button:hover {
  color: #008AB3;
  background: white;
}
.page-nav .prev-column,
.page-nav .next-column {
  position: relative;
}
.page-nav .prev-column::after,
.page-nav .next-column::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  color: #23282A;
  font-size: 15px;
  top: 2%;
}
.page-nav .prev-column p, .page-nav .prev-column .gform_description,
.page-nav .next-column p,
.page-nav .next-column .gform_description {
  color: #23282A;
}
.page-nav .prev-column h4,
.page-nav .next-column h4 {
  color: #008AB3;
  padding-bottom: 10px;
}
.page-nav .prev-column {
  padding-left: 8%;
}
.page-nav .prev-column::after {
  left: 18%;
  content: "\f053";
}
.page-nav .next-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8%;
}
.page-nav .next-column::after {
  right: 18%;
  content: "\f054";
}
.page-nav .next-column .next-link > * {
  text-align: right;
}

.double-map-wrapper {
  padding-bottom: calc(80px + (80 - 80) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .double-map-wrapper {
    padding-bottom: 80px;
  }
}

.map-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.map-wrap .map-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px 0px;
}
.map-wrap .map-content > * {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.map-wrap .map-content .location-title {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

@media screen and (max-width:979px) {
  .map-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .map-wrap > div {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .map-wrap .map-content {
    -webkit-flex-basis: calc(8 / 12 * 100%);
        -ms-flex-preferred-size: calc(8 / 12 * 100%);
            flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
}
.get_in_touch_form .field_sublabel_below > div > span > label {
  display: none;
}
.get_in_touch_form > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.get_in_touch_form > .row > div {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}
@media screen and (max-width:767px) {
  .get_in_touch_form > .row > div {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.get_in_touch_form > .row .contact-form-container .gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.get_in_touch_form > .row .contact-form-container .gform_fields li {
  margin-right: 10px;
}
.get_in_touch_form > .row .contact-form-container .gform_fields li:nth-of-type(-n+5) {
  -webkit-flex-basis: 49%;
      -ms-flex-preferred-size: 49%;
          flex-basis: 49%;
}
@media screen and (max-width:639px) {
  .get_in_touch_form > .row .contact-form-container .gform_fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .get_in_touch_form > .row .contact-form-container .gform_fields li {
    margin-right: 10px;
  }
  .get_in_touch_form > .row .contact-form-container .gform_fields li:nth-of-type(-n+5) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.testimonial-slider {
  max-width: 1200px;
}

.featured-testimonials .content {
  padding: 0px 30px;
}
.featured-testimonials .p-wrapper {
  font-weight: 600;
}
.featured-testimonials .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 170px;
  overflow: hidden;
}
.featured-testimonials .image img {
  height: 150px;
  width: 150px;
}
.featured-testimonials .testimonial-slider {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.featured-testimonials .testimonial-slider .slick-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  color: #008AB3;
}
.featured-testimonials .testimonial-slider .slick-arrow:hover {
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .featured-testimonials img {
    margin-bottom: 20px;
  }
  .featured-testimonials p, .featured-testimonials .gform_description,
.featured-testimonials h5 {
    text-align: center;
  }
}

.block-grid-1 {
  display: block;
  width: 100%;
}
.block-grid-1 > * {
  margin-bottom: 20px;
}

.block-grid-2 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-2 > * {
  padding: 0px;
  margin: 0.5% 0.5% 1% 0.5%;
  -webkit-flex-basis: 49%;
      -ms-flex-preferred-size: 49%;
          flex-basis: 49%;
  max-width: 49%;
}

.block-grid-3 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-3 > * {
  padding: 0px;
  margin: 0.5% 0.8% 1% 0.8%;
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  max-width: 31%;
}

.block-grid-4 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-4 > * {
  padding: 0px;
  margin: 0.5% 0.5% 1% 0.5%;
  -webkit-flex-basis: 24%;
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
  max-width: 24%;
}

.block-grid-5 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-5 > * {
  padding: 0px;
  -webkit-flex-basis: 19%;
      -ms-flex-preferred-size: 19%;
          flex-basis: 19%;
  max-width: 19%;
  margin: 0.5% 0.5% 1% 0.5%;
}

@media screen and (max-width:1199px) {
  .block-grid-3 {
    width: 100%;
  }
  .block-grid-3 > * {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }

  .block-grid-4,
.block-grid-5 {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    width: 100%;
  }
  .block-grid-4 > *,
.block-grid-5 > * {
    margin: 0.5% 0.5% 1% 0.5%;
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    max-width: 32%;
  }
}
@media screen and (max-width:767px) {
  .block-grid-2 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-2 > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

  .block-grid-4,
.block-grid-5 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-4 > *,
.block-grid-5 > * {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width:639px) {
  .block-grid-3, .block-grid-4 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-3 > *, .block-grid-4 > * {
    padding: 0px 10px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

  .block-grid-2,
.block-grid-3,
.block-grid-4,
.block-grid-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.banner-announcement-container {
  background: #F0F6F7;
  padding: 20px 0;
  position: relative;
  display: none;
}
.banner-announcement-container .banner_announcement {
  margin-bottom: 0;
}
.banner-announcement-container .button {
  min-width: 180px;
  min-height: 40px;
}
.banner-announcement-container .button:hover {
  background-color: #239CA4;
  border: 2px solid #ffffff;
}
.banner-announcement-container .content-column {
  padding: 0;
}
.banner-announcement-container .text-container {
  padding: 0;
}
.banner-announcement-container .text-container .heading, .banner-announcement-container .text-container p, .banner-announcement-container .text-container .gform_description {
  color: #23282A;
}
.banner-announcement-container .text-container .heading {
  font-size: 16px;
  padding-bottom: 5px;
}
.banner-announcement-container .text-container p, .banner-announcement-container .text-container .gform_description {
  font-size: 14px;
  line-height: 1.2;
}
.banner-announcement-container .cta-column {
  right: 0;
}
.banner-announcement-container .close-banner {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #23282A;
}
.banner-announcement-container .rotate {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
 |----------------------------------------------------------------
 |  Site Utility
 |----------------------------------------------------------------
 */
.site-utility {
  padding: 15px 10px;
  background: #F0F6F7;
}
.site-utility .columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-utility a {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
}
.site-utility .util-search {
  margin-right: 20px;
}
.site-utility .util-search form {
  position: relative;
}
.site-utility .util-search form input {
  max-height: 25px;
}
.site-utility .util-search form input::-webkit-input-placeholder {
  font-size: 13px;
}
.site-utility .util-search form input::-moz-placeholder {
  font-size: 13px;
}
.site-utility .util-search form input:-ms-input-placeholder {
  font-size: 13px;
}
.site-utility .util-search form input::-ms-input-placeholder {
  font-size: 13px;
}
.site-utility .util-search form input::placeholder {
  font-size: 13px;
}
.site-utility .util-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  border: none;
}
.site-utility .util-search button:hover {
  cursor: pointer;
}

.utility-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  border: 1px solid #008AB3;
  border-radius: 5px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.utility-menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.utility-menu a {
  color: #008AB3;
  font-weight: bold;
}
.utility-menu .current-menu-item {
  background: #008AB3;
}
.utility-menu .current-menu-item a {
  color: #ffffff;
}

.weglot-en {
  background: #ffffff;
  width: 40px;
  height: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-right: 1px solid #008AB3;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.weglot-en a {
  color: #008AB3;
}
.weglot-en:hover {
  background: #008AB3;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.weglot-en:hover a {
  color: #ffffff;
}

.weglot-fr {
  width: 40px;
  height: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.weglot-fr:hover {
  background: #008AB3;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.weglot-fr:hover a {
  color: #ffffff;
}

/*
 |----------------------------------------------------------------
 |  Site Header
 |----------------------------------------------------------------
 */
.site-header {
  padding: 40px 10px;
  background: #ffffff;
}

/*
 |----------------------------------------------------------------
 |  Burger Trigger
 |----------------------------------------------------------------
 */
.fs-menu-trigger {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.fs-menu-trigger:focus {
  outline: none;
}
@media screen and (min-width:980px) {
  .fs-menu-trigger {
    display: none !important;
  }
}

.fs-burger-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40px;
  height: 29px;
  position: relative;
  color: #008AB3;
  margin-right: 10px;
}
.fs-burger-menu:before, .fs-burger-menu:after {
  content: "";
  height: 3px;
  background: #008AB3;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
}
.fs-burger-menu:after {
  width: 25px;
}
.menu-opened .fs-burger-menu:before {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.menu-opened .fs-burger-menu:after {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  width: 100%;
}

.burger-menu-text {
  margin-right: 10px;
  text-transform: uppercase;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  color: black;
  display: none;
}
@media screen and (min-width: 1200px) {
  .burger-menu-text {
    font-size: 14px;
  }
}

.burger-line {
  position: relative;
  background: transparent;
  height: 3px;
}
.burger-line:before, .burger-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background: #008AB3;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.burger-line:after {
  width: 25px;
}
.menu-opened .burger-line:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.menu-opened .burger-line:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  width: 100%;
}

/*
 |----------------------------------------------------------------
 |  Navigation Column
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Menu
 |----------------------------------------------------------------
 */
.menu-mobile-only {
  display: none;
}

.primary-navigation-wrapper {
  z-index: 100;
}
@media screen and (min-width:980px) {
  .primary-navigation-wrapper {
    position: relative;
    display: block !important;
  }
}

.main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:980px) {
  .main-menu > li + li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 25px;
  }
}
.main-menu > li > a {
  z-index: 1000;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-size: 18px;
  letter-spacing: 0px;
}
.main-menu > li > a::after {
  content: "";
  background: #008AB3;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 1px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.main-menu > li > a:hover::after {
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.main-menu > li > a:hover {
  color: #008AB3 !important;
}
.main-menu .btn-getInvolved a {
  border: none;
  background: transparent;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 5px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #008AB3 !important;
  background: white !important;
  border: 1px solid #008AB3;
  font-weight: bold;
  letter-spacing: 2px;
}
.main-menu .btn-getInvolved a i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.main-menu .btn-getInvolved a:hover {
  background: #008AB3 !important;
  color: white !important;
}
.main-menu .btn-getInvolved a::after {
  display: none;
}
.main-menu .btn-getInvolved a:hover {
  color: white !important;
}
@media screen and (min-width:980px) {
  .main-menu .btn-getInvolved {
    margin-left: 40px;
  }
}
@media screen and (max-width:979px) {
  .main-menu .btn-getInvolved a {
    border: none;
    background: transparent;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 20px;
    text-align: center;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
    transition-property: background-color, color, border, opacity, -webkit-transform;
    transition-property: background-color, color, border, opacity, transform;
    transition-property: background-color, color, border, opacity, transform, -webkit-transform;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 25px;
    border-radius: 5px;
    min-width: 200px;
    min-height: 60px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    outline: none;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #23282A;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
            transform: translateZ(1px) rotate(0.0000000001deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: #008AB3 !important;
    color: white !important;
    font-size: 12px !important;
  }
  .main-menu .btn-getInvolved a i {
    margin-left: 5px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    position: relative;
    top: 1px;
  }
  .main-menu .btn-getInvolved a:hover {
    color: white !important;
  }
}
@media screen and (min-width:980px) {
  .main-menu > .current-menu-item > a {
    border-bottom: 1px solid currentColor;
  }
}

/*
 |----------------------------------------------------------------
 |  Sub Menu
 |----------------------------------------------------------------
 */
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:after {
  position: relative;
  top: 6px;
  left: 2px;
}
.menu-item-has-children .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-item-has-children .sub-menu li a {
  color: #008AB3;
}

.mobile-submenu-trigger {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: background, color, -webkit-transform;
  transition-property: background, color, -webkit-transform;
  transition-property: transform, background, color;
  transition-property: transform, background, color, -webkit-transform;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mobile-submenu-trigger i {
  font-size: 16px;
}
.mobile-submenu-trigger.opened {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
 |----------------------------------------------------------------
 |  None Mobile Menu
 |----------------------------------------------------------------
 */
@media screen and (min-width:980px) {
  .main-menu {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .menu-item-has-children::after {
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    font-weight: 300;
    font-size: 14px;
    content: "\f067";
    margin-left: 5px;
    -webkit-transition: all ease 100ms;
    transition: all ease 100ms;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    color: #008AB3;
  }
  .menu-item-has-children:hover::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all ease 100ms;
    transition: all ease 100ms;
  }
  .menu-item-has-children .sub-menu {
    text-align: center;
    position: absolute;
    z-index: 1000;
    min-width: 260px;
    background: #F0F6F7;
    left: 50%;
    padding: 15px 20px;
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    -webkit-transform: translate(-50%, -50px);
            transform: translate(-50%, -50px);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    will-change: transform, opacity, visibility;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
  .menu-item-has-children .sub-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 60px;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
  }
  .menu-item-has-children .sub-menu::after {
    content: "";
    position: absolute;
    top: -10px;
    width: 10px;
    height: 10px;
    border-bottom: 5px solid #F0F6F7;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index: 2;
  }
  .menu-item-has-children .sub-menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    text-align: left;
  }
  .menu-item-has-children .sub-menu li + li {
    margin-left: 0;
  }
  .menu-item-has-children .sub-menu li a {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #23282A;
    letter-spacing: 1px;
    color: #23282A;
    font-size: 14px;
  }
  .menu-item-has-children .sub-menu li a:hover {
    color: #008AB3;
  }
  .menu-item-has-children .sub-menu .menu-item-has-children {
    display: block !important;
  }
  .menu-item-has-children .sub-menu .menu-item-has-children a::after {
    display: none;
  }
  .menu-item-has-children .sub-menu .menu-item-has-children:after {
    display: none;
  }
  .menu-item-has-children .sub-menu .sub-menu {
    padding: 0px;
    position: unset !important;
  }
  .menu-item-has-children .sub-menu .sub-menu:before, .menu-item-has-children .sub-menu .sub-menu:after {
    display: none !important;
  }
  .menu-item-has-children .sub-menu .sub-menu a {
    padding-left: 10px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
  }
  .menu-item-has-children .sub-menu .sub-menu a::before {
    content: "-";
    margin-left: 5px;
    -webkit-transition: all ease 100ms;
    transition: all ease 100ms;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    color: #23282A;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
  }
  .menu-item-has-children:last-child .sub-menu {
    right: 0;
    left: auto;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  .menu-item-has-children:hover .sub-menu {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    visibility: visible;
    opacity: 1;
  }
  .menu-item-has-children:hover:last-child .sub-menu {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*
 |----------------------------------------------------------------
 |  Mobile Menu
 |----------------------------------------------------------------
 */
@media screen and (max-width:979px) {
  .site-header {
    position: relative;
  }
  .site-header .navigation-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .main-menu li a:hover::after {
    display: none;
  }

  .primary-navigation-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 115px;
    min-width: 100%;
    z-index: 1000;
    padding-top: 50px;
    padding-bottom: 30px;
    background: #F0F6F7;
  }
  .primary-navigation-wrapper li.menu-item {
    display: block;
    padding: 0 0 30px 30px;
    width: 100%;
  }
  .primary-navigation-wrapper li.menu-item > a {
    font-size: 28px;
    line-height: 28px;
    color: #212121;
  }
  .primary-navigation-wrapper li.menu-item > a:hover {
    color: #239CA4;
  }
  .primary-navigation-wrapper > .current-menu-item > a {
    border-bottom: none;
  }

  .menu-item-has-children > a {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-item-has-children .mobile-submenu-trigger {
    display: none;
  }
  .menu-item-has-children .sub-menu {
    display: block;
    margin-top: 10px;
  }
  .menu-item-has-children .sub-menu li.menu-item a {
    padding-left: 10px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
  }
  .menu-item-has-children .sub-menu li.menu-item a::before {
    content: "-";
    margin-left: 5px;
    -webkit-transition: all ease 100ms;
    transition: all ease 100ms;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
  }
  .menu-item-has-children .sub-menu li.menu-item a:hover {
    color: #239CA4;
  }

  .mobile-submenu-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }
}
/*
 |----------------------------------------------------------------
 |  Site Page Content
 |----------------------------------------------------------------
 */
.site-main {
  overflow: hidden;
}

.no-image {
  -webkit-flex-basis: calc(10 / 12 * 100%) !important;
      -ms-flex-preferred-size: calc(10 / 12 * 100%) !important;
          flex-basis: calc(10 / 12 * 100%) !important;
  max-width: calc(10 / 12 * 100%) !important;
  padding-left: 0px !important;
}

.hidden {
  display: none;
}

.shadow_bottom {
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2);
}

/*
 |----------------------------------------------------------------
 |  Site Single Entry
 |----------------------------------------------------------------
 */
.info-block {
  padding: 40px;
  background-color: #F0F6F7;
  margin-top: 40px;
  margin-bottom: 40px;
}

.compat-object-fit {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.compat-object-fit img {
  opacity: 0;
}

.wp-block-quote {
  margin-bottom: 0px;
}
.wp-block-quote p, .wp-block-quote .gform_description {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 30px;
  color: #008AB3;
}

.archive .post-selector-wrapper {
  padding: 90px 10px;
}

/*
 |----------------------------------------------------------------
 |  Thank you / 404
 |----------------------------------------------------------------
 */
.page-template-_thank-you .site-main {
  text-align: center;
}
.page-template-_thank-you .subscribe,
.page-template-_thank-you .get_in_touch {
  text-align: center;
}

.error404 .column-center {
  text-align: center;
  margin-bottom: 100px;
}

.no-results {
  padding: 60px 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-results form {
  position: relative;
  max-width: 250px;
}
.no-results form input {
  max-height: 40px;
  width: 100%;
  border: 1px solid #008AB3;
  border-radius: 10px;
  padding-bottom: 10px;
}
.no-results form input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #008AB3;
  opacity: 1;
}
.no-results form input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #008AB3;
  opacity: 1;
}
.no-results form input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #008AB3;
  opacity: 1;
}
.no-results form input::-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #008AB3;
  opacity: 1;
}
.no-results form input::placeholder {
  font-size: 15px;
  font-style: italic;
  color: #008AB3;
  opacity: 1;
}
.no-results button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  border: none;
}
.no-results button i {
  font-weight: 300;
  color: #008AB3;
}
.no-results button:hover {
  cursor: pointer;
}

.custom-font-large h1 {
  font-size: 80px;
  font-family: DM Serif Display;
  font-weight: 400;
  line-height: 83px;
}

.footer-cta.side-by-side .row {
  max-width: 100%;
}
.footer-cta.side-by-side .block-grid-2 {
  margin: 0;
}
.footer-cta.side-by-side .block-grid-2 .side-by-side-content {
  margin: 0;
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  border-radius: 5px;
  z-index: 0;
  position: relative;
}
.footer-cta.side-by-side .block-grid-2 .side-by-side-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 40, 42, 0.2);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}

.footer-cta-single .row {
  max-width: 100%;
}

.side-by-side-content {
  padding: 130px 100px 200px;
  padding: 120px 100px 160px;
  background-size: cover;
  background-repeat: no-repeat;
}
.side-by-side-content .content-column {
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}
.side-by-side-content .content-column h2, .side-by-side-content .content-column p, .side-by-side-content .content-column .gform_description {
  color: #ffffff;
}

@media screen and (max-width:767px) {
  .side-by-side-content {
    padding: 70px 50px;
  }
  .side-by-side-content .columns-8 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .footer-cta {
    display: block;
  }
  .footer-cta .columns-12 {
    padding: 0;
  }
  .footer-cta .side-by-side-content {
    margin: 2% 1%;
    padding: 70px 50px 40px;
  }
}
.footer-newsletter {
  padding: 60px 10px 10px;
  background-color: #F0F6F7;
}
.footer-newsletter form {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (min-width:980px) {
  .footer-newsletter .columns-12 {
    -webkit-flex-basis: calc(8 / 12 * 100%);
        -ms-flex-preferred-size: calc(8 / 12 * 100%);
            flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
}
@media screen and (max-width:639px) {
  .footer-newsletter .columns-12 .gform_wrapper .gform_body .gform_fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
  }
  .footer-newsletter .columns-12 .gform_wrapper .gform_body .gform_fields .gfield {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
.footer-newsletter .heading-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footer-newsletter .heading-row h4 {
  margin-right: 40px;
  min-width: 160px;
}
.footer-newsletter form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-newsletter form .ginput_container .large {
  font-size: 12px;
  font-style: italic;
  height: 60px;
  min-height: 60px;
}
.footer-newsletter form .gfield {
  padding: 0px;
  margin: 0.5% 0.5% 1% 0.5%;
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  max-width: 48%;
}
.footer-newsletter form .gfield_label {
  text-transform: none !important;
}
.footer-newsletter form .gform_body {
  width: 74%;
}
.footer-newsletter form .gform_body [type=email],
.footer-newsletter form .gform_body [type=number],
.footer-newsletter form .gform_body [type=password],
.footer-newsletter form .gform_body [type=search],
.footer-newsletter form .gform_body [type=tel],
.footer-newsletter form .gform_body [type=text],
.footer-newsletter form .gform_body [type=url],
.footer-newsletter form .gform_body select,
.footer-newsletter form .gform_body textarea {
  background: white;
  border-radius: 5px;
  border: 1px solid white;
  color: #008AB3;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}
.footer-newsletter form .gform_body ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-newsletter form .gform_body ul > * {
  width: 32%;
  max-width: 32%;
}
.footer-newsletter form .gfield_label {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer-newsletter form .gform_footer {
  width: 26%;
}
.footer-newsletter form .gform_footer .button {
  border: none;
  background: transparent;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 5px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #008AB3;
  border: 1px solid #008AB3;
  position: relative;
  top: 12px;
  border: none !important;
  top: 8px;
  height: 60px;
  min-height: 60px;
  border: 1px solid #008AB3 !important;
}
.footer-newsletter form .gform_footer .button i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.footer-newsletter form .gform_footer .button:hover {
  color: #008AB3;
  background: white;
}
@media screen and (max-width:1199px) {
  .footer-newsletter form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-newsletter .gform_body,
.footer-newsletter .gform_footer {
    width: 100% !important;
  }
}
@media screen and (max-width:767px) {
  .footer-newsletter .heading-row {
    display: block;
  }
  .footer-newsletter .heading-row h4,
.footer-newsletter .heading-row .p-wrapper {
    width: 100%;
    text-align: center;
  }
  .footer-newsletter form ul {
    display: block !important;
  }
  .footer-newsletter form ul > * {
    max-width: 90% !important;
    width: 90% !important;
    margin: 0 auto 20px !important;
  }
}

.site-footer {
  background: #F0F6F7;
  padding-top: 60px;
  /*
  |----------------------------------------------------------------
  |  Footer Menu
  |----------------------------------------------------------------
  */
}
.site-footer .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .footer-logo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-footer .footer-logo-column img {
  margin-bottom: 15px;
  max-width: 80%;
}
@media screen and (max-width:767px) {
  .site-footer .footer-logo-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
.site-footer .footer-logo-grid .block-grid-4 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-footer .footer-logo-grid .logo-container {
  border: 1px solid white;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer-logo-grid .logo-container img {
  max-height: 20px;
}
.site-footer .footer-menu {
  list-style: none;
}
.site-footer .footer-menu li {
  padding-bottom: 20px;
}
.site-footer .footer-menu ul {
  padding: 0px;
  margin: 0px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .footer-menu h5 {
  color: #212121;
}
.site-footer .footer-menu a, .site-footer .footer-menu p, .site-footer .footer-menu .gform_description {
  color: #212121;
  letter-spacing: 1px;
  line-height: 17px;
}
.site-footer .footer-menu a:hover {
  color: #239CA4;
}
.site-footer .contact-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.site-footer .contact-item-wrapper p, .site-footer .contact-item-wrapper .gform_description,
.site-footer .contact-item-wrapper a {
  padding-bottom: 0px;
  line-height: 18px;
  color: #212121;
}
.site-footer .contact-item-wrapper i {
  margin-right: 10px;
}
.site-footer .footer-menu .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 10px;
}
.site-footer .footer-menu .social-list li {
  margin-right: 10px;
  border: 1px solid #239CA4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
}
.site-footer .footer-menu .social-list li i,
.site-footer .footer-menu .social-list li a {
  color: #212121;
}
.site-footer .footer-menu .social-list li:hover i,
.site-footer .footer-menu .social-list li:hover a {
  color: #239CA4;
}

/*
 |----------------------------------------------------------------
 |  Copyrights
 |----------------------------------------------------------------
 */
.footer-copyright {
  padding-top: 10px;
}
.footer-copyright .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-copyright p, .footer-copyright .gform_description,
.footer-copyright a {
  font-family: "Roboto", sans-serif;
  color: #212121;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 19px;
  padding-bottom: 15px;
}

.site-copyright {
  display: inline-block;
}
@media screen and (min-width:980px) {
  .site-copyright {
    padding-right: 30px;
  }
}

.privacy-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.privacy-menu li {
  margin-bottom: 15px;
}
@media screen and (max-width:639px) {
  .privacy-menu li {
    margin-bottom: 20px;
  }
}
.privacy-menu a {
  border-bottom: unset;
}
.privacy-menu a:hover {
  color: #008AB3;
}

.site-credit {
  padding-top: 5px;
}
.site-credit a {
  border-bottom: unset;
}

@media screen and (max-width:1199px) {
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .site-footer .footer-logo-column,
.site-footer .footer-menu-wrapper {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
    text-align: center;
  }
  .site-footer .footer-logo-column .address-column,
.site-footer .footer-menu-wrapper .address-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer .footer-copyright .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .site-footer .footer-copyright .copyright-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .site-footer .footer-menu h5 {
    margin-top: 40px;
  }

  .footer-logo-grid .logo-container {
    margin-bottom: 20px;
  }
}
.main-footer {
  padding-bottom: 50px;
}

.footer-logos {
  text-align: center;
  padding-bottom: 50px;
}
.footer-logos .supported-by {
  padding-bottom: 30px;
}
.footer-logos .supported-by p, .footer-logos .supported-by .gform_description {
  font-size: 13px;
  color: #212121;
  padding-bottom: 10px;
}
.footer-logos .supported-by img {
  margin: 10px;
}
.footer-logos .funded-by img {
  margin-bottom: 30px;
}
.footer-logos .funded-by .p {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 19px;
  padding: 0;
  color: #212121;
}
@media screen and (min-width:980px) {
  .footer-logos .funded-by {
    -webkit-flex-basis: calc(8 / 12 * 100%);
        -ms-flex-preferred-size: calc(8 / 12 * 100%);
            flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
}

.ie11 * {
  min-width: 1px;
}
.ie11 body {
  width: 100%;
}
.ie11 body > * {
  min-width: 1px;
}
.ie11 html {
  width: 100%;
}
.ie11 html > * {
  min-width: 1px;
}
.ie11 .banner-content-box {
  width: 100%;
}
.ie11 select:not([multiple]) {
  background-image: none;
  padding-right: 0px;
}
.ie11 .button {
  max-width: 300px;
}
.ie11 .translation_cta .button, .ie11 .donate_now_cta .button {
  margin: 0 auto;
}
.ie11 .item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ie11 .row {
  width: 100%;
}
.ie11 .row > * {
  width: 100%;
}
.ie11 .banner-wrapper {
  width: 100%;
}
.ie11 p, .ie11 .gform_description {
  width: 100%;
}
.ie11 .block-grid-2,
.ie11 .block-grid-3,
.ie11 .block-grid-4 {
  width: 100%;
}
.ie11 .accordion-holder {
  width: 100%;
}
.ie11 .accordion-holder .type {
  text-align: right;
}
.ie11 .accordion-label p, .ie11 .accordion-label .gform_description {
  width: auto;
}
.ie11 .compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.ie11 .compat-object-fit img {
  opacity: 0;
}
.ie11 .read-more {
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: auto;
  max-width: auto;
  min-height: auto;
  max-height: auto;
  width: auto;
  padding: 0;
}
.ie11 .label {
  max-width: auto;
  width: auto;
}
.ie11 select::-ms-expand {
  display: none;
}
.ie11 .single-post-cat-list a, .ie11 .single-post-cat-list p, .ie11 .single-post-cat-list .gform_description {
  width: auto;
  text-align: left;
}
.ie11 .single-post-cat-list .divider {
  width: 20px;
}
.ie11 .get_in_touch_form {
  height: 900px;
}
.ie11 .get_in_touch_form .contact-form-container .gform_fields .gfield {
  -webkit-flex-basis: 47% !important;
      -ms-flex-preferred-size: 47% !important;
          flex-basis: 47% !important;
}
.ie11 .get_in_touch_form .contact-form-container .gform_fields .gfield:last-of-type {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
}
.ie11 .single-map-wrapper .content-column > * {
  max-height: 60px;
}
.ie11 #menu-item-1141 a {
  padding-top: 22px;
}
.ie11 .logo-grid .block-grid-3 .logo-container {
  max-width: 28%;
  -webkit-flex-basis: 28%;
      -ms-flex-preferred-size: 28%;
          flex-basis: 28%;
}
.ie11 .icon-post-wrapper .block-grid-2 .icon-post {
  max-width: 47%;
  -webkit-flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
          flex-basis: 47%;
}

.content-image {
  position: relative;
}

@media screen and (max-width:639px) {
  .ig-block-wrapper .row .columns-12 h2 {
    text-align: -webkit-center;
  }
  .ig-block-wrapper .ig-block .ig-item {
    margin-bottom: 30px;
  }
}
.wave {
  position: relative;
}
.wave::after {
  content: url(../../images/WavyEdge.svg);
  position: absolute;
  width: 100%;
  height: 123px;
  overflow: hidden;
}
@media screen and (max-width:979px) {
  .wave::after {
    display: none;
  }
}
@media screen and (max-width:979px) {
  .wave {
    padding-bottom: 60px !important;
  }
}

.wave-top {
  position: relative;
}
.wave-top::after {
  content: url(../../images/WavyEdge.svg);
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 123px;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width:979px) {
  .wave-top::after {
    display: none;
  }
}
@media screen and (max-width:979px) {
  .wave-top {
    padding-top: 60px !important;
  }
}

.content-image.wave-top::after {
  top: -15%;
}

.intro.wave-top::after {
  top: -120px;
}

@media screen and (max-width:767px) {
  .site-main .posts-intro {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gradient-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 251, 252, 0)), to(#F0F6F7));
  background: linear-gradient(180deg, rgba(249, 251, 252, 0) 0%, #F0F6F7 100%);
}

:root {
  --tec-font-family-sans-serif: "Open Sans",sans-serif;
  --tec-font-size-7: 22px;
  --tec-font-size-8: 22px;
  --tec-color-day-marker-month: $black;
  --tec-color-text-day-of-week-month: #008AB3;
  --tec-color-text-secondary: #008AB3;
  --tec-color-icon-active: #008AB3;
  --tec-color-border-events-bar: #D0D0D0;
  --tec-color-border-secondary-month-grid: #DEDEDE;
  --tec-color-day-marker-month: #23282A;
  --tec-color-border-active-month-grid-hover: #008AB3;
  --tec-border-radius-default: 5px;
  --tec-color-border-default: #D0D0D0;
  --tec-color-accent-primary: #008AB3;
  --tec-color-border-default: #C5CECE;
  --tec-color-text-events-title: $black;
  --tec-color-icon-secondary: #008AB3;
  --tec-color-icon-primary: #008AB3;
}

.tribe-events {
  /*** List View ***/
}
.tribe-events .tribe-events-c-search__button {
  border: none;
  background: transparent;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 5px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-width: 180px;
  min-height: 50px;
  background-color: #008AB3;
  color: #ffffff;
  letter-spacing: 2px;
}
.tribe-events .tribe-events-c-search__button i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.tribe-events .tribe-events-c-search__input-control-icon-svg path {
  fill: #008AB3;
}
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
  font-family: "Roboto", sans-serif;
  color: #23282A;
  font-size: 16px;
}
.tribe-events .tribe-events-c-view-selector__list-item-text {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-weight: bold;
  letter-spacing: 1px;
}
.tribe-events .tribe-events-c-top-bar__datepicker button {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
}
.tribe-events .filter-events {
  margin-bottom: 85px;
}
.tribe-events .filter-events .filter-events__list-item {
  margin: 5px;
}
.tribe-events .filter-events .button {
  min-width: 140px;
  min-height: 40px;
  border-radius: 25px;
  font-weight: 600;
  padding: 6px 20px;
}
.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  background-color: #72B43D !important;
  height: 3px !important;
  border-radius: 3px;
}
.tribe-events .tribe-common-c-btn-border-small, .tribe-events .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
  font-family: "Roboto", sans-serif !important;
  font-style: italic;
  font-size: 16px !important;
  width: 180px !important;
  text-align: left !important;
  padding: 12px 15px !important;
  background: #F0F6F7;
  border-radius: 5px;
}
.tribe-events .datepicker .month.active, .tribe-events .tribe-events .datepicker .month.active.focused {
  background: #008AB3 !important;
}
.tribe-events .tribe-common .tribe-common-h7, .tribe-events .tribe-common .tribe-common-h8 {
  color: #ffffff;
}
.tribe-events .tribe-events-calendar-month__header-column-title-mobile,
.tribe-events .tribe-events-calendar-month__header-column-title-desktop {
  font-weight: bold !important;
  letter-spacing: 2px;
}
.tribe-events .tribe-events-calendar-month__more-events a {
  color: #008AB3;
  font-family: "Roboto", sans-serif;
}
.tribe-events .tribe-events-calendar-month__more-events a:hover {
  border-color: #008AB3;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-title.tribe-common-h8 {
  letter-spacing: 0;
  color: #ffffff !important;
  font-size: 16px;
  padding: 3px;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  border-radius: 15px 0 0 15px;
}
.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  font-size: 14px !important;
}
.tribe-events .tribe-common-h4 {
  font-weight: normal;
}
.tribe-events .tribe-events-calendar-month__calendar-event-title {
  font-size: 14px;
}
.tribe-events .tribe-events-calendar-list__event {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image {
  max-height: 360px;
  height: 360px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media screen and (min-width:769px) {
  .tribe-events .tribe-events-calendar-list__event-date-tag {
    width: auto !important;
    min-width: 115px !important;
    border-right: 2px solid #D1D1D1;
  }
  .tribe-events .tribe-events-calendar-list__event-details {
    width: 50% !important;
  }
  .tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    width: 48% !important;
  }
}
@media screen and (max-width:767px) {
  .tribe-events .tribe-events-calendar-list__event-header {
    padding-left: 10px;
  }
  .tribe-events .tribe-events-calendar-list__event-date-tag {
    margin-right: 20px;
  }
}
@media screen and (max-width:480px) {
  .tribe-events .tribe-events-calendar-list__event-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tribe-events .tribe-events-calendar-list__event-wrapper {
    width: 100%;
  }
}
.tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
  margin-bottom: 15px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.67px;
  color: #212121;
  padding-bottom: 15px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
  font-size: 42px !important;
  font-weight: normal;
}
.tribe-events .tribe-events-calendar-list__event-datetime {
  color: #008AB3;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tribe-events .tribe-events-calendar-list__event-title-link {
  font-size: 32px;
  letter-spacing: 0;
  font-weight: normal;
}
.tribe-events .tribe-events-calendar-list__event-venue span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: normal;
}
.tribe-events .tribe-events-calendar-list-nav {
  border-top: 2px solid var(--tec-color-border-default);
}
.tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__next,
.tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__prev {
  color: #23282A;
}
.tribe-events .tribe-events-c-nav__list span {
  font-size: 22px;
}
.tribe-events .tribe-events-c-nav__prev:disabled,
.tribe-events .tribe-events-c-nav__next:disabled {
  color: #D5D5D5;
}
.tribe-events .tribe-events-c-nav__next-icon-svg,
.tribe-events .tribe-events-c-nav__prev-icon-svg {
  width: 11px !important;
}

.single-tribe_events .banner-wrapper {
  display: none;
}
.single-tribe_events .tribe-events-back a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.62px;
}
.single-tribe_events .tribe-events-single-event-title {
  font-weight: normal;
}
.single-tribe_events .tribe-events-single-section-title {
  font-size: 32px;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: capitalize;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  display: none;
}
.single-tribe_events .tribe-events-schedule h2 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #008AB3;
  text-transform: uppercase;
}
.single-tribe_events .tribe-events-event-image img {
  width: 100%;
}
.single-tribe_events .tribe-events-event-meta a {
  color: #008AB3;
  text-decoration: underline;
}
.single-tribe_events .tribe-events-event-meta a:hover {
  opacity: 0.7;
}
.single-tribe_events .tribe-events-event-meta.primary {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 80%;
}
.single-tribe_events .tribe-events-event-meta.primary dl {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .single-tribe_events .tribe-events-event-meta.primary {
    width: 100%;
  }
}
.single-tribe_events .tribe-events-event-meta.secondary {
  width: 100%;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-single-section-title {
  display: none;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue {
  font-size: 32px;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-address .tribe-address {
  margin-bottom: 40px;
  line-height: 28px;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-address .tribe-events-gmap {
  color: #008AB3;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.93px;
  line-height: 19px;
  text-align: center;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  border-bottom: 2px solid #72B43D;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a:hover {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #72B43D;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a i {
  margin-left: 8px;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  margin-left: 10px;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a::after {
  content: "\f35d";
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-venue-map {
  width: 50%;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-venue-map > div {
  max-height: 100%;
  height: 380px;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .single-tribe_events .tribe-events-event-meta.secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-tribe_events .tribe-events-event-meta.secondary .tribe-events-venue-map {
    width: 100%;
  }
}

.single-post-cat-list {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single-post-cat-list .divider {
  margin-left: 5px;
  margin-right: 5px;
  color: #008AB3;
}
.single-post-cat-list h6 {
  padding: 5px 0;
  color: #008AB3;
}
.single-post-cat-list .single-post-cat-link {
  padding-right: 1rem;
}
.single-post-cat-list .single-post-date {
  position: relative;
}
.single-post-cat-list .single-post-date::before {
  content: "|";
  position: absolute;
  left: -0.625rem;
}

.post-selector-wrapper .loop-item {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.post-selector-wrapper .loop-item:hover {
  -webkit-box-shadow: 0 22px 44px 0 rgba(0, 138, 179, 0.1);
          box-shadow: 0 22px 44px 0 rgba(0, 138, 179, 0.1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.post-selector-wrapper .post-selector-intro {
  padding: 20px 100px 40px 20px;
}
.post-selector-wrapper .post-selector-intro p, .post-selector-wrapper .post-selector-intro .gform_description {
  padding-bottom: 60px;
}
.post-selector-wrapper .content-column {
  padding: 17px;
}
.post-selector-wrapper .content-column h4:hover {
  color: #008AB3;
}
.post-selector-wrapper .image-column img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 5px;
}
.post-selector-wrapper .block-grid-1 .loop-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}
.post-selector-wrapper .block-grid-1 .loop-item .date-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #F0F6F7;
  border-radius: 5px;
  margin: 0 0 20px 0;
}
.post-selector-wrapper .block-grid-1 .loop-item .date-column .date {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.67px;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.post-selector-wrapper .block-grid-1 .loop-item .date-column .custom-date {
  font-size: 42px;
}
.post-selector-wrapper .block-grid-1 .loop-item .content-column h6 {
  color: #008AB3;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
.post-selector-wrapper .block-grid-1 .loop-item .content-column h4 {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 30px;
}
.post-selector-wrapper .block-grid-1 .loop-item .content-column h4 a {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
}
@media screen and (min-width:1200px) {
  .post-selector-wrapper .block-grid-1 .loop-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .post-selector-wrapper .block-grid-1 .content-column {
    padding: 10px 40px 30px 20px;
  }
  .post-selector-wrapper .block-grid-1 img {
    height: 520px;
  }
  .post-selector-wrapper .block-grid-2 img {
    height: 320px;
  }
  .post-selector-wrapper .block-grid-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .post-selector-wrapper .block-grid-3 .loop-item:nth-child(3n+1) img {
    height: 320px;
  }
  .post-selector-wrapper .block-grid-3 .loop-item:nth-child(3n+2) img {
    height: 360px;
  }
  .post-selector-wrapper .block-grid-3 .loop-item:nth-child(3n+3) img {
    height: 320px;
  }
  .post-selector-wrapper .block-grid-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post-selector-wrapper .block-grid-3 img {
    height: 320px;
  }
  .post-selector-wrapper .block-grid-4 img {
    height: 180px;
  }
}

.related-posts .left_intro {
  background-color: #F0F6F7;
  padding-bottom: 20px;
}
.related-posts .left_intro .row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.related-posts .post-selector-wrapper {
  padding-bottom: 120px;
  background-color: #F0F6F7;
}

.background-post-wrapper .loop-content {
  padding: 250px 60px 40px 40px;
  z-index: 0;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-size: cover;
  background-repeat: no-repeat;
}
.background-post-wrapper .loop-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-post-wrapper .loop-content:hover {
  z-index: 0;
  position: relative;
}
.background-post-wrapper .loop-content:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-post-wrapper .loop-content .content-column {
  z-index: 100;
}
.background-post-wrapper .loop-content .content-column a,
.background-post-wrapper .loop-content .content-column p,
.background-post-wrapper .loop-content .content-column .gform_description,
.background-post-wrapper .loop-content .content-column h3,
.background-post-wrapper .loop-content .content-column h4 {
  color: #ffffff;
}

.resource-post-loop {
  margin-bottom: 130px;
}

.resource-post {
  padding: 30px 70px 35px 30px;
  padding: 30px 20px 35px 16px;
  border: 1px solid rgba(0, 138, 179, 0.4);
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width:1200px) {
  .resource-post {
    margin: 0.5% 0.8% 1% 0.8%;
    max-width: 23%;
    -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
  }
}
.resource-post .content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.resource-post h4 {
  line-height: 32px;
}
.resource-post .cat-tag {
  background: #008AB3;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  min-width: 170px;
  max-width: 170px;
  min-height: 40px;
  text-align: center;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  margin-bottom: 40px;
}
@media screen and (max-width:639px) {
  .resource-post .cat-tag {
    margin: 0 auto 20px;
  }
}
.resource-post .cat-tag:hover {
  background: #0096c2;
}
.resource-post .resource-btns-wrapped {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
}
.resource-post .resource-btns-wrapped .resource-btn {
  margin: 7px 0;
}
.resource-post .resource-btns-wrapped .resource-btn:hover {
  color: #72B43D;
}

.block-grid-3 .resource-post {
  max-width: 31%;
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
}

.resource-post .image-column {
  margin-bottom: 20px;
  position: relative;
}
.resource-post .image-column .grouped-elements {
  position: absolute;
  left: 31%;
  top: 25%;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.resource-post .image-column .grouped-elements:hover {
  opacity: 1;
}
.resource-post .image-column .grouped-elements i {
  color: #239CA4;
  font-size: 32px;
}

.anvil-filter .post-filter {
  margin-left: 0px;
}

.blog .footer-newsletter, .page-template-_posts .footer-newsletter {
  display: block;
}

.page-template-_posts .post-selector-wrapper {
  padding: 90px 10px;
  padding-top: 0;
}

.single-blog-banner {
  padding-top: 80px;
  margin-bottom: 230px;
  background: #008AB3;
}
.single-blog-banner .content-column {
  color: #ffffff;
  padding: 35px 45px 30px 0;
}
.single-blog-banner .content-column * {
  color: #ffffff;
}
.single-blog-banner .content-column h6 {
  color: #ffffff;
}
.single-blog-banner .image-banner {
  height: 600px;
  width: 100%;
  background-size: cover;
  position: relative;
  top: 180px;
  margin-top: -160px;
  border-radius: 5px;
}

.single-post .social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-post .social-share h6 {
  padding-bottom: 0px;
  margin-right: 10px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.62px;
  line-height: 26px;
  color: #23282A;
}
.single-post .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 0px;
}
.single-post .social-list li {
  margin-right: 10px;
  border: 1px solid #008AB3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-post .social-list li i,
.single-post .social-list li a {
  color: #008AB3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 22px;
}
.single-post .social-list li:hover {
  background: #008AB3;
  cursor: pointer;
}
.single-post .social-list li:hover i,
.single-post .social-list li:hover a {
  color: #ffffff;
}
.single-post .single-post-content {
  margin-bottom: 80px;
}
.single-post .single-post-content H6 {
  margin-bottom: 20px;
  color: #008AB3;
}
@media screen and (max-width:639px) {
  .single-post .single-post-content .content-column {
    margin: unset;
  }
  .single-post .single-post-content .custom-social {
    display: none;
  }
}
.single-post .blog_related_posts_intro {
  position: relative;
  padding-bottom: 30px;
  padding-top: 20px;
  margin-top: 200px;
}
.single-post .blog_related_posts_intro::after {
  content: url(../../images/WavyEdge.svg);
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 123px;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width:979px) {
  .single-post .blog_related_posts_intro::after {
    display: none;
  }
}
@media screen and (max-width:979px) {
  .single-post .blog_related_posts_intro {
    padding-top: 60px !important;
  }
}
.single-post .blog_related_posts_intro::after {
  top: -50%;
}
.single-post .blog_related_posts_intro .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-post .blog_related_posts_intro .content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-post .blog_related_posts_intro .content-column .text-container {
  padding-right: 40px;
}
.single-post .blog_related_posts_intro .cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-post .blog_related_posts_intro .cta-container .button {
  margin-top: 30px;
}
.single-post .custom-social h6 {
  display: none;
}
.single-post .custom-social .social-share {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-post .custom-social .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-post .custom-social .social-list li {
  margin-bottom: 10px;
}

.author {
  margin-bottom: 90px;
}
.author .author-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.author .author-content-wrapper .author-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 60px;
  position: relative;
}
.author .author-content-wrapper .author-content::before {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: #F0F6F7;
  z-index: -1;
  left: -10%;
  border-radius: 5px;
}
.author .image-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.author .image-column img {
  max-height: 160px;
}
.author .content-column .written-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.author .content-column .written-by .subtitle {
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #008AB3;
  margin-right: 10px;
}
.author .content-column .written-by p, .author .content-column .written-by .gform_description {
  padding: 0;
}
.author .post-selector-wrapper .loop-item .image-column {
  width: 100%;
}
.author .post-selector-wrapper .loop-item .image-column a {
  width: 100%;
  height: 320px;
}
.author .post-selector-wrapper .loop-item .image-column a img {
  height: 100%;
  max-height: unset;
}
@media screen and (min-width:640px) {
  .author .post-selector-wrapper .block-grid-3 {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.event-page-wrapper {
  background: #F0F6F7;
}
.event-page-wrapper #locations-map {
  width: 100%;
  top: 50px;
  height: 800px;
  right: -30px;
}
.event-page-wrapper .columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.event-page-wrapper .columns-12 .wyswyg {
  padding-right: 40px;
}
.event-page-wrapper .columns-12 .details {
  border-radius: 3px;
  padding: 30px 60px 60px 160px;
}
.event-page-wrapper .columns-12 .details i {
  color: #008AB3;
}
.event-page-wrapper .columns-12 .details p, .event-page-wrapper .columns-12 .details .gform_description, .event-page-wrapper .columns-12 .details h4, .event-page-wrapper .columns-12 .details h5, .event-page-wrapper .columns-12 .details a {
  color: black;
}
.event-page-wrapper .columns-12 .details .item-title {
  font-family: "Roboto", sans-serif;
  margin-right: 15px;
}
.event-page-wrapper .columns-12 .details h4 {
  padding-bottom: 10px;
  margin-bottom: 14px;
}
.event-page-wrapper .columns-12 .details h5, .event-page-wrapper .columns-12 .details a {
  padding-bottom: 20px;
}
.event-page-wrapper .columns-12 .details .detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.event-page-wrapper .columns-12 .details .detail-item i {
  width: 20px;
  position: relative;
  top: 9px;
  margin-right: 5px;
}
.event-page-wrapper .columns-12 .details .organizer a {
  padding-bottom: 0px;
}
.event-page-wrapper .columns-12 .details .organizer p, .event-page-wrapper .columns-12 .details .organizer .gform_description {
  padding-bottom: 5px;
}
.event-page-wrapper .columns-12 .details .registration {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.event-page-wrapper .columns-12 .details .registration .item-title {
  padding-bottom: 5px;
}
.event-page-wrapper .button {
  margin-top: 40px;
  width: 100%;
}

.related-events-block {
  padding-top: 70px;
  padding-bottom: 90px;
  margin-top: 90px;
  background: #F0F6F7;
}
.related-events-block .centererd_intro {
  margin-bottom: 40px;
}
.related-events-block .loop-hidden {
  background: white;
}

.centered-intro .content-container {
  text-align: center;
  z-index: 10;
}
@media screen and (max-width:1199px) {
  .centered-intro .content-container {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    margin: 0 auto;
  }
}
.centered-intro .cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 20px;
}

.left-aligned-intro .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width:1199px) {
  .left-aligned-intro .row {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .left-aligned-intro .row .main {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.left-aligned-intro .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width:639px) {
  .left-aligned-intro .body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .left-aligned-intro .body .contents {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    text-align: center;
  }
  .left-aligned-intro .body .cta-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .left-aligned-intro .body .cta-column .cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.left-aligned-intro .content-container {
  text-align: left;
  position: relative;
}
@media screen and (max-width:1199px) {
  .left-aligned-intro .content-container {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    text-align: center;
    margin: 0 auto;
  }
  .left-aligned-intro .content-container .cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.left-aligned-intro .content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width:1200px) {
  .left-aligned-intro .contents p, .left-aligned-intro .contents .gform_description {
    max-width: 78%;
  }
}

@media screen and (min-width:769px) {
  .split-intro .content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .split-intro .content-container .headings {
    -webkit-flex-basis: calc(5 / 12 * 100%);
        -ms-flex-preferred-size: calc(5 / 12 * 100%);
            flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .split-intro .content-container .contents {
    -webkit-flex-basis: calc(7 / 12 * 100%);
        -ms-flex-preferred-size: calc(7 / 12 * 100%);
            flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
    padding-top: 0px;
    padding-left: 30px;
  }
}
@media screen and (max-width:1199px) {
  .split-intro .content-container {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    text-align: center;
    margin: 0 auto;
  }
  .split-intro .content-container .cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.split-intro h6, .split-intro h2, .centered-intro h6, .centered-intro h2 {
  margin: 0px;
}
.split-intro h2, .centered-intro h2 {
  padding-bottom: 20px;
}
.split-intro h6, .centered-intro h6 {
  padding-bottom: 10px;
}
.split-intro .cta-container, .centered-intro .cta-container {
  margin-top: 20px;
}
@media screen and (max-width:1199px) {
  .split-intro, .centered-intro {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content-image .content-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
.content-image img {
  z-index: 100;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 800px;
  border-radius: 10px;
}
@media screen and (min-width:980px) {
  .content-image img {
    min-height: 530px;
  }
}
.content-image h6 {
  color: #239CA4;
}
.content-image .secondary-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-image .secondary-content .columns-6 {
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (max-width:639px) {
  .content-image .image-column {
    width: 100%;
  }
  .content-image .secondary-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-image .secondary-content .columns-6 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

.full-width-content-image .row {
  max-width: 1600px;
  margin: 0 auto;
}

.right-image-content .content-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.right-image-content .content-image-container .content-column {
  padding: 60px 60px 80px 40px;
}
.right-image-content .image-column {
  position: relative;
}
.right-image-content .image-column .secondary-image {
  height: 400px;
  width: 400px;
  position: absolute;
  right: -40%;
  top: 10%;
}

.left-image-content .content-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.left-image-content .content-image-container .content-column {
  padding: 60px 40px 80px 40px;
}
@media screen and (min-width:1200px) {
  .left-image-content .content-image-container {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.left-image-content .image-column {
  position: relative;
}
.left-image-content .image-column .secondary-image {
  height: 400px;
  width: 400px;
  position: absolute;
  left: -40%;
  top: 10%;
}

.left-image-content.full-width-content-image .content-image-container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vert-image .content-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.vert-image .content-image-container .image-column {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}
.vert-image .content-image-container .content-column {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  padding: 20px;
}

@media screen and (max-width:1199px) {
  .left-image-content .content-column, .left-image-content .image-column, .right-image-content .content-column, .right-image-content .image-column {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
}
@media screen and (max-width:979px) {
  .content-image .content-column {
    padding: 30px 20px !important;
  }
}
@media screen and (max-width:979px) {
  .content-image {
    padding-bottom: 20px !important;
  }
  .content-image .content-image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .content-image .content-image-container .content-column, .content-image .content-image-container .image-column {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    text-align: center;
  }
  .content-image .content-image-container .content-column img, .content-image .content-image-container .image-column img {
    max-height: 400px !important;
  }
  .content-image.our-vision .content-image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-image .image-column {
  position: relative;
}
.content-image .image-column .grouped-elements {
  position: absolute;
  left: 41%;
  top: 40%;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content-image .image-column .grouped-elements:hover {
  opacity: 1;
}
.content-image .image-column .grouped-elements i {
  color: #239CA4;
  font-size: 32px;
}

.right-image-content.background-box-1 {
  position: relative;
}
@media screen and (min-width:980px) {
  .right-image-content.background-box-1:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 50%;
    width: 30%;
    content: "";
    background-color: #239CA4;
  }
}

.left-image-content.background-box-1 {
  position: relative;
}
@media screen and (min-width:980px) {
  .left-image-content.background-box-1:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 50%;
    width: 30%;
    content: "";
    background-color: #239CA4;
  }
}

.background-image-content {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}
.background-image-content .row .content-column {
  z-index: 100;
  padding: 40px;
}

.left-content-background .row-center {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.right-content-background .row-center {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.icon-post {
  text-align: center;
  z-index: 10;
  padding: 40px 30px 20px 20px;
  text-align: left;
  border-radius: 5px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.icon-post:hover {
  -webkit-box-shadow: 0 22px 44px 0 rgba(0, 138, 179, 0.1);
          box-shadow: 0 22px 44px 0 rgba(0, 138, 179, 0.1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.icon-post img {
  margin-bottom: 20px;
  padding-top: 10px;
  max-width: 120px;
  height: 60px;
  width: 60px;
}
.icon-post a {
  margin-bottom: 10px;
}
.icon-post a i {
  margin-left: 10px;
}
.icon-post .social-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.icon-post .social-list li {
  margin: 5px;
  border: 1px solid #008AB3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.icon-post .social-list li a, .icon-post .social-list li i {
  margin: 0;
  color: #008AB3;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.icon-post .social-list li:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #008AB3;
}
.icon-post .social-list li:hover a, .icon-post .social-list li:hover i {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #ffffff;
}
@media screen and (max-width:480px) {
  .icon-post {
    text-align: center;
  }
}

.program-wrapper .icon-post {
  padding: 45px 35px;
  background: #F0F6F7;
  border-radius: 3px;
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.program-wrapper .icon-post:hover {
  bottom: 10px;
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
}

@media screen and (min-width:1200px) {
  .icon-posts-wrapper .block-grid-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .icon-posts-wrapper .block-grid-4 > * {
    -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
    max-width: 23%;
    margin: 0.5% 0.8% 1% 0.8%;
  }
}
.highlights-posts-wrapper {
  position: relative;
}
.highlights-posts-wrapper::after {
  content: "";
  background: #F0F6F7;
  width: 47%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.highlights-posts-wrapper .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.highlights-posts-wrapper .split-highlights-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.highlights-posts-wrapper .highlight-post {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}
@media screen and (max-width:639px) {
  .highlights-posts-wrapper .highlight-post {
    margin-bottom: 10px;
  }
}
.highlights-posts-wrapper .highlight-post img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.highlights-posts-wrapper .highlight-post h4, .highlights-posts-wrapper .highlight-post h3, .highlights-posts-wrapper .highlight-post h5 {
  padding-bottom: 10px;
}
@media screen and (max-width:979px) {
  .highlights-posts-wrapper .split-highlights-wrapper {
    display: block;
  }
  .highlights-posts-wrapper .split-highlights-wrapper div {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    text-align: -webkit-center;
  }
}
.highlights-posts-wrapper .block-grid-1 .highlight-post {
  padding: 40px 0px 20px;
  border-bottom: 1px solid #008AB3;
}
.highlights-posts-wrapper .block-grid-2 .highlight-post {
  padding: 30px 20px 20px;
}
.highlights-posts-wrapper .block-grid-3 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.highlights-posts-wrapper .block-grid-3 .highlight-post {
  padding: 2px;
}
@media screen and (min-width:980px) {
  .highlights-posts-wrapper .block-grid-3 .highlight-post {
    max-height: 60px;
  }
}
.highlights-posts-wrapper .block-grid-4 {
  padding: 30px 20px 20px;
}

@media screen and (min-width:980px) {
  .highlights-posts-wrapper .split-highlights-wrapper .block-grid-3 .highlight-post {
    max-height: 120px;
  }
  .highlights-posts-wrapper .split-highlights-wrapper .block-grid-3 .highlight-post img {
    padding: 10px;
  }
}

.statistics-wrapper .statistic {
  z-index: 10;
  text-align: center;
}
.statistics-wrapper .statistic img {
  margin-bottom: 15px;
}
.statistics-wrapper .statistic .stat-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.statistics-wrapper .statistic .stat-container h3 {
  margin-right: 8px;
}

.psuedo-wrapper {
  position: relative;
}
.psuedo-wrapper:after {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width:1799px) {
  .psuedo-wrapper {
    overflow-x: hidden;
  }
}
.contact-form .contact-layout-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-form .contact-layout-wrapper .contact-info {
  padding-right: 30px;
}
.contact-form .contact-layout-wrapper .contact-info .contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.contact-form .contact-layout-wrapper .contact-info .contact-item p, .contact-form .contact-layout-wrapper .contact-info .contact-item .gform_description,
.contact-form .contact-layout-wrapper .contact-info .contact-item a {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  padding-bottom: 0;
}
.contact-form .contact-layout-wrapper .contact-info .contact-item i {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 20px;
}
.contact-form .contact-layout-wrapper .contact-info .contact-item a {
  border-bottom: 2px solid #F0F6F7;
  opacity: 1;
  color: #008AB3 !important;
  font-weight: 600;
}
.contact-form .contact-layout-wrapper .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 0px;
}
.contact-form .contact-layout-wrapper .social-list li {
  margin-right: 10px;
  border: 1px solid #008AB3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact-form .contact-layout-wrapper .social-list li i,
.contact-form .contact-layout-wrapper .social-list li a {
  color: #008AB3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 22px;
}
.contact-form .contact-layout-wrapper .social-list li:hover {
  background: #008AB3;
  cursor: pointer;
}
.contact-form .contact-layout-wrapper .social-list li:hover i,
.contact-form .contact-layout-wrapper .social-list li:hover a {
  color: #ffffff;
}

.get_in_touch_form .gform_fields,
.form-wrapper .gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.get_in_touch_form .gform_fields li,
.form-wrapper .gform_wrapper .gform_fields li {
  margin-right: 10px;
}
.get_in_touch_form .gform_fields li:nth-of-type(-n+5),
.form-wrapper .gform_wrapper .gform_fields li:nth-of-type(-n+5) {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
}
@media screen and (max-width:767px) {
  .get_in_touch_form .gform_fields,
.form-wrapper .gform_wrapper .gform_fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .get_in_touch_form .gform_fields li,
.form-wrapper .gform_wrapper .gform_fields li {
    margin-right: 10px;
  }
  .get_in_touch_form .gform_fields li:nth-of-type(-n+4),
.form-wrapper .gform_wrapper .gform_fields li:nth-of-type(-n+4) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.get_in_touch_form li,
.form-wrapper .gform_wrapper li {
  margin-bottom: 20px;
}
.get_in_touch_form label,
.form-wrapper .gform_wrapper label {
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1200 - 320));
  line-height: calc(15px + (18 - 15) * (100vw - 320px) / (1200 - 320));
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .get_in_touch_form label,
.form-wrapper .gform_wrapper label {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .get_in_touch_form label,
.form-wrapper .gform_wrapper label {
    line-height: 18px;
  }
}
.get_in_touch_form input,
.get_in_touch_form textarea,
.get_in_touch_form select,
.form-wrapper .gform_wrapper input,
.form-wrapper .gform_wrapper textarea,
.form-wrapper .gform_wrapper select {
  border: unset;
}
.get_in_touch_form .gform_button,
.form-wrapper .gform_wrapper .gform_button {
  border: none;
  background: transparent;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 5px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #008AB3;
  border: 1px solid #008AB3;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.get_in_touch_form .gform_button i,
.form-wrapper .gform_wrapper .gform_button i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.get_in_touch_form .gform_button:hover,
.form-wrapper .gform_wrapper .gform_button:hover {
  color: #008AB3;
  background: white;
}
.get_in_touch_form .gform_footer,
.form-wrapper .gform_wrapper .gform_footer {
  padding: 0px;
}
.get_in_touch_form .gform_footer .button,
.form-wrapper .gform_wrapper .gform_footer .button {
  margin: 0px;
}

.font-icon {
  height: 22px;
  width: auto;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

@media screen and (max-width:1199px) {
  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:979px) {
  .contact-form .contact-layout-wrapper {
    display: block;
  }
  .contact-form .contact-layout-wrapper .contact-info,
.contact-form .contact-layout-wrapper .form-wrapper {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .contact-form .contact-layout-wrapper .contact-info {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:639px) {
  .contact-form .contact-layout-wrapper .gform_fields li {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}
@media screen and (min-width:980px) {
  .page-template-_submit-event .contact-layout-wrapper .gform-body .gform_fields .gfield:nth-of-type(2), .page-template-_submit-event .contact-layout-wrapper .gform-body .gform_fields .gfield:nth-of-type(3), .page-template-_submit-event .contact-layout-wrapper .gform-body .gform_fields .gfield:nth-of-type(4), .page-template-_submit-event .contact-layout-wrapper .gform-body .gform_fields .gfield:nth-of-type(5) {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    max-width: 49%;
  }
}

.map-block .single-map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.location-wrapper {
  padding: 90px 10px;
}

.location-post {
  border: 1px solid #239CA4;
  border-radius: 3px;
  padding: 20px;
}
.location-post .contact-item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
}
.location-post .contact-item p, .location-post .contact-item .gform_description {
  padding-bottom: 0px;
}
.location-post .contact-item i {
  position: absolute;
  left: 0px;
  top: 5px;
}

.logo-grid img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 120px;
}
.logo-grid .floating-posts {
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.logo-grid .floating-posts:hover {
  bottom: 10px;
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
}
.logo-grid .logo-grid-post {
  padding-top: 10px;
}
@media screen and (max-width:979px) {
  .logo-grid .logo-grid-post {
    padding: 20px;
    margin: 0 auto;
  }
}
.logo-grid .block-grid-4 img {
  width: auto;
}
.logo-grid .block-grid-3 img {
  width: auto;
}

.newsletter-type_On.logo-grid {
  position: relative;
}
.newsletter-type_On.logo-grid::after {
  content: "";
  background: #F0F6F7;
  width: 47%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.newsletter-type_On.logo-grid .grid-columns {
  z-index: 10;
}
.newsletter-type_On.logo-grid .logo-grid-content {
  padding: 30px 20px 20px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width:767px) {
  .newsletter-type_On.logo-grid .logo-grid-content {
    padding: 10px 20px;
  }
}
@media screen and (max-width:639px) {
  .newsletter-type_On.logo-grid .logo-grid-content {
    padding: 0;
  }
}
.newsletter-type_On.logo-grid img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}

@media screen and (max-width:639px) {
  .logo-grid-content {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:979px) {
  .anvil-wyswyg {
    padding: 20px !important;
  }
  .anvil-wyswyg .content-container {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .anvil-wyswyg li {
    width: 100%;
  }
}
.anvil-testimonial {
  padding-bottom: calc(100px + (100 - 100) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .anvil-testimonial {
    padding-bottom: 100px;
  }
}
.anvil-testimonial .columns-10 {
  padding: 10px;
}
.anvil-testimonial .quote p, .anvil-testimonial .quote .gform_description {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #23282A;
  font-size: calc(18px + (32 - 18) * (100vw - 320px) / (1200 - 320));
  line-height: calc(30px + (52 - 30) * (100vw - 320px) / (1200 - 320));
  font-style: italic;
}
@media screen and (min-width: 1200px) {
  .anvil-testimonial .quote p, .anvil-testimonial .quote .gform_description {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .anvil-testimonial .quote p, .anvil-testimonial .quote .gform_description {
    line-height: 52px;
  }
}
.anvil-testimonial .slick-list {
  padding-bottom: 50px;
  overflow: visible;
}
.anvil-testimonial .slick-list .slick-slide {
  opacity: 0.1;
  max-height: 500px;
  overflow: hidden;
}
.anvil-testimonial .slick-list .slick-slide .testimonial .wrapper {
  border: none;
}
.anvil-testimonial .slick-list .slick-slide.slick-current {
  opacity: 1;
  max-height: none;
}
.anvil-testimonial .slick-list .slick-slide.slick-current .testimonial .wrapper {
  border: 1px solid #23282A;
}
.anvil-testimonial .no-slider {
  -webkit-flex-basis: calc(8 / 12 * 100%);
      -ms-flex-preferred-size: calc(8 / 12 * 100%);
          flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
  text-align: center;
}
.anvil-testimonial .no-slider img {
  margin-bottom: 25px;
}
.anvil-testimonial .no-slider h5 {
  padding-bottom: 8px;
}
.anvil-testimonial .testimonial-slider .testimonial {
  padding-bottom: 50px;
}
.anvil-testimonial .testimonial-slider .testimonial > .wrapper {
  padding: 80px;
  padding-bottom: 0;
  border: 2px solid #23282A;
  min-height: 450px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.anvil-testimonial .testimonial-slider .testimonial img {
  margin-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .anvil-testimonial .testimonial-slider .testimonial img {
    margin-bottom: 50px;
  }
}
.anvil-testimonial .testimonial-slider .testimonial .quote-source {
  background: white;
  position: relative;
  top: 50px;
  padding: 20px 30px;
  max-width: 400px;
}
@media screen and (max-width:767px) {
  .anvil-testimonial .testimonial-slider .testimonial .quote-source {
    min-width: auto;
  }
}
.anvil-testimonial .testimonial-slider .testimonial .quote-source h5 {
  padding-bottom: 5px;
}
.anvil-testimonial .slick-arrow {
  position: absolute;
  top: 100%;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #008AB3;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  color: #008AB3;
  z-index: 100;
}
.anvil-testimonial .slick-arrow:hover {
  color: #239CA4;
  border: 1px solid #239CA4;
}
.anvil-testimonial .slick-arrow.prevArrow {
  right: 90px;
}
@media screen and (max-width:979px) {
  .anvil-testimonial .slick-arrow.prevArrow {
    right: calc(100% - 70px);
  }
}
.anvil-testimonial .slick-arrow.nextArrow {
  right: 10px;
}
@media all and (min-width: 1600px) {
  .anvil-testimonial .slick-arrow.nextArrow {
    right: 10px;
  }
}
@media screen and (max-width:767px) {
  .anvil-testimonial .slick-arrow.nextArrow {
    left: unset;
    right: 10px;
  }
}
.anvil-testimonial .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: calc(10% + 10px);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 50px;
}
@media screen and (max-width:979px) {
  .anvil-testimonial .slick-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width:639px) {
  .anvil-testimonial .slick-dots {
    top: 0;
  }
}
.anvil-testimonial .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.anvil-testimonial .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0.3);
}
.anvil-testimonial .slick-dots li.slick-active button {
  background: #239CA4;
}

.wp-block-column {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:1199px) {
  .wp-block-column {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .wp-block-column {
    display: block;
  }
  .wp-block-column .wp-block-column {
    margin-left: 0px;
  }
  .wp-block-column .wp-block-column .alignleft,
.wp-block-column .wp-block-column .align-right {
    float: unset !important;
  }
}

.wp-block-columns {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:1199px) {
  .wp-block-columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .wp-block-columns {
    display: block;
  }
  .wp-block-columns .wp-block-columns {
    margin-left: 0px;
  }
}

.full-width-columns {
  max-width: 1600px;
}

.about-columns {
  max-width: 1600px;
}
.about-columns .wp-block-column {
  margin: 20px !important;
}

.faq-postings {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .faq-postings {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.accordion-holder .accordion-content {
  display: none;
  padding: 20px 20px 60px;
}

.accordion-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.accordion-controls a {
  display: inline-block;
  padding: 5px 10px;
  opacity: 1;
}
.accordion-controls a:hover {
  opacity: 0.5;
}

.accordion-entry img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.accordion-entry {
  margin-bottom: 20px;
}

.accordion-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-radius: 0px;
  position: relative;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.accordion-label p, .accordion-label .gform_description {
  padding-bottom: 0px;
}
@media screen and (max-width:767px) {
  .accordion-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .accordion-label .label {
    margin-top: 10px;
  }
}
.accordion-label h1, .accordion-label h2, .accordion-label h3, .accordion-label h4, .accordion-label h5, .accordion-label h6, .accordion-label p, .accordion-label .gform_description {
  padding-bottom: 0px;
}
.accordion-label .p-wrapper {
  min-width: 100px;
  padding: 0px;
  margin-right: 25px;
}
.accordion-label img {
  height: 50px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordion-label h6 {
  padding: 0 15px 0px 0px;
  width: 70%;
}
.accordion-label:after {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f077";
  font-size: 17px;
  right: 7px;
  top: 9%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 40px;
  border: unset;
  color: inherit;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
[data-status=opened] .accordion-label:after {
  content: "\f077";
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  border: unset;
}
.accordion-label span {
  margin-left: 15px;
}

.accordion-content {
  padding: 20px;
  padding-bottom: 100px;
}

@media screen and (max-width:979px) {
  .accordion-holder {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .accordion-holder h5 {
    width: 70%;
  }
}
.gallery .gallery-wrapper {
  position: relative;
}
.gallery .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.gallery .slick-arrow:hover {
  cursor: pointer;
}
.gallery .slick-arrow i {
  font-weight: 300;
  font-size: 24px;
}
.gallery .slick-next {
  right: -40px;
}
.gallery .slick-prev {
  left: -40px;
}
.gallery .gallery-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 700px;
  overflow: hidden;
  display: relative;
  border-radius: 5px;
}
.gallery .gallery-image i {
  position: absolute;
  top: 40%;
  left: 45%;
  font-size: 112px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery .gallery-image i:hover {
  color: #008AB3 !important;
}
.gallery .gallery-image i:before {
  color: white;
}
.gallery .gallery-image i:after {
  color: #239CA4;
  opacity: 0.8;
}
.gallery .gallery-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
  max-width: none;
  min-width: 100%;
}
@media screen and (max-width:480px) {
  .gallery .gallery-image, .gallery img {
    max-height: 300px;
  }
}
.gallery .gallery-caption {
  margin-top: 2px;
  color: #58585A;
  text-transform: none;
}

.slick-thumbnail-grid {
  margin-top: 20px;
  max-height: 500px;
  /* the slides */
  /* the parent */
}
.slick-thumbnail-grid .gallery-nav-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 155px;
  overflow: hidden;
}
.slick-thumbnail-grid .gallery-nav-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.slick-thumbnail-grid .slick-slide {
  margin: 20px 10px;
}
.slick-thumbnail-grid .slick-list {
  margin: -10px 0;
}
@media screen and (max-width:480px) {
  .slick-thumbnail-grid .gallery-nav-image {
    max-height: 90px;
  }
}

.full-width {
  width: 100%;
  max-width: 1600px;
}

.background-link {
  display: block;
}
.background-link a h4 {
  color: white;
}
.background-link .block-grid-3,
.background-link .block-grid-4,
.background-link .block-grid-2 {
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.background-link .loop-item {
  background-size: cover;
  z-index: 0;
  position: relative;
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: white;
  border-radius: 5px;
  z-index: 100;
}
.background-link .loop-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-link .loop-item:hover {
  bottom: 10px;
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
}
.background-link .loop-item:after {
  border-radius: 5px;
}
.background-link .loop-item:hover {
  z-index: 0;
  position: relative;
}
.background-link .loop-item:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-link .block-grid-2 .loop-item, .background-link .block-grid-3 .loop-item {
  padding: 210px 40px 70px;
}
.background-link .block-grid-4 .loop-item, .background-link .block-grid-5 .loop-item {
  padding: 120px 20px 30px;
}

.toolbox-section {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.toolbox-section::after {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.toolbox-item:not(.closed) .toolbox-trigger {
  display: none;
}

.toolbox-item {
  position: relative;
  background-color: inherit;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.toolbox-item .less:hover {
  cursor: pointer;
}
.toolbox-item.closed .toolbox-content {
  display: none;
}
.toolbox-item.closed .wrapper {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 3px;
}
.toolbox-item.closed .wrapper .date {
  padding-bottom: 20px;
}
.toolbox-item.closed .wrapper .heading {
  padding-bottom: 30px;
}
.toolbox-item .wrapper {
  padding: 30px;
  padding-left: 30px;
  width: 72%;
  position: relative;
  border-radius: 3px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.toolbox-item::before {
  content: "";
  height: 2px;
  width: 70px;
  right: 20px;
  background: red;
  top: 24px;
  position: absolute;
}
.toolbox-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  background-color: red;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.toolbox-item:nth-of-type(odd) {
  left: 10px;
}
.toolbox-item:nth-of-type(even) {
  left: 49%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.toolbox-item:nth-of-type(even)::before {
  left: 20px;
}
.toolbox-item:nth-of-type(even)::after {
  left: 2px;
}

.toolbox-trigger:hover {
  cursor: pointer;
}
.toolbox-trigger i {
  font-size: 26px;
  color: red;
}
.toolbox-trigger .plus {
  display: none;
}
.toolbox-trigger .minus {
  display: block;
}
.toolbox-trigger.closed i {
  color: red;
}
.toolbox-trigger.closed .plus {
  display: block;
}
.toolbox-trigger.closed .minus {
  display: none;
}

.toolbox-item:last-of-type {
  margin-bottom: 0px;
}

.timeline {
  width: 100%;
}

.single-toolbox .entry-content .content-column .custom_ {
  font-weight: 700;
}
.single-toolbox .entry-content .content-column a {
  color: red;
}

@media screen and (max-width:979px) {
  .toolbox-section {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (max-width:767px) {
  .toolbox-item:nth-of-type(even)::after {
    left: 0;
  }

  .timeline {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .timeline .toolbox-section {
    padding: 0px 10px;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
    margin-bottom: 40px !important;
  }
  .timeline .toolbox-section::after {
    display: none;
  }
  .timeline .toolbox-section .toolbox-item {
    width: 100%;
  }
  .timeline .toolbox-section .toolbox-item::before, .timeline .toolbox-section .toolbox-item::after {
    display: none;
  }
  .timeline .toolbox-section .toolbox-item:nth-of-type(odd), .timeline .toolbox-section .toolbox-item:nth-of-type(even) {
    left: 0;
    right: 0;
  }
  .timeline .toolbox-section .toolbox-item .wrapper {
    width: 100%;
  }
}
.video-block {
  max-width: 1200px;
  margin: 0 auto;
}

.video-wrapped {
  position: relative;
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 380px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.video-wrapped:hover {
  bottom: 10px;
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
}
.video-wrapped img {
  width: 100%;
  max-height: 380px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.video-wrapped .link-wrapped {
  position: absolute;
  left: 38%;
  top: 40%;
  color: #ffffff;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  z-index: 1;
}
.video-wrapped .link-wrapped .play-wrap {
  background: rgba(0, 138, 179, 0.8);
  padding: 20px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-wrapped .link-wrapped i {
  color: #ffffff;
  font-size: 22px;
}
@media screen and (max-width:1199px) {
  .video-wrapped .link-wrapped {
    left: 44%;
  }
}
@media screen and (max-width:979px) {
  .video-wrapped .link-wrapped {
    left: 40%;
  }
}
@media screen and (max-width:639px) {
  .video-wrapped .link-wrapped {
    left: 42%;
  }
}
@media screen and (max-width:480px) {
  .video-wrapped .link-wrapped {
    left: 40%;
  }
}
.video-wrapped:hover {
  z-index: 0;
  position: relative;
}
.video-wrapped:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 138, 179, 0.2);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.video-wrapped:hover::after {
  z-index: 0;
  border-radius: 3px;
}
.video-wrapped:hover .play-wrap {
  background: #ffffff;
}
.video-wrapped:hover i {
  color: rgba(0, 138, 179, 0.8);
}
.video-image-item h4 {
  padding: 20px;
}

.ig-block {
  max-width: 1200px;
  margin: 0 auto;
}
.ig-block .ig-item img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:1200px) {
  .ig-block .ig-item img {
    height: 380px;
  }
}
.ig-block .ig-item .content-column {
  padding: 20px 40px 0 20px;
}
.ig-block .cta-container .read-more::after {
  display: none;
}

@media screen and (max-width:1199px) {
  .slideout-item .team-slideout-hidden {
    padding: 35px 80px 40px 40px;
  }

  .related-posts-block {
    padding-left: 20px;
  }

  .event-page-wrapper .columns-12 .details {
    padding: 40px;
  }

  .event-page-wrapper #locations-map {
    right: 0px;
  }

  .left_intro {
    padding-left: 20px;
  }
}
@media screen and (max-width:979px) {
  .home .page-banner .row {
    padding-left: 0;
    padding-right: 0;
  }

  .page-banner .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .page-banner .row .image-column {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-banner .row .content-container {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    padding-right: 0;
    padding-bottom: 40px;
  }
  .page-banner .row .grid-1, .page-banner .row .grid-2 {
    display: none;
  }
  .page-banner .row .grid-3 {
    margin: 0 auto;
  }

  .wp-block-column:not(:only-child) {
    -webkit-flex-basis: calc(100% - 1em) !important;
        -ms-flex-preferred-size: calc(100% - 1em) !important;
            flex-basis: calc(100% - 1em) !important;
  }

  .logo-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    position: relative;
  }

  .fs-menu-trigger .fs-burger-menu {
    position: absolute;
    right: 0%;
    top: 30%;
  }

  .main-menu li + li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }

  .background-image-content .row .content-column {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    position: initial !important;
  }

  .footer-newsletter .columns-12 {
    display: block;
  }
  .footer-newsletter .columns-12 .heading-row, .footer-newsletter .columns-12 .form-row {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    margin: 0 auto;
  }
  .footer-newsletter .columns-12 .heading-row {
    text-align: center;
  }
  .footer-newsletter .columns-12 .gform_footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .single-post .blog_related_posts_intro {
    margin-top: 60px;
    padding: 60px 40px;
    text-align: center;
  }
  .single-post .blog_related_posts_intro .content-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-post .blog_related_posts_intro .content-column .text-container {
    padding-right: 0;
  }
  .single-post .blog_related_posts_intro .content-column .cta-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-post .blog_related_posts_intro .content-column .cta-container .button {
    margin-top: 0;
  }

  .post-selector-wrapper .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .post-selector-wrapper .post-selector-intro {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    padding: 40px 40px 70px 20px;
  }
  .post-selector-wrapper .columns-6 {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .highlights .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .highlights .highlights-intro {
    margin: 0 auto;
  }
  .highlights .columns-6 {
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .highlights .highlight-post img {
    max-width: 80%;
  }
}
@media screen and (max-width:767px) {
  .post-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-filter a {
    margin-bottom: 10px;
  }

  .event-page-wrapper .columns-12 {
    display: block;
  }
  .event-page-wrapper .columns-12 .columns-6 {
    padding: 20px;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .site-footer .footer-menu-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer-cta.side-by-side .block-grid-2 .side-by-side-content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    padding: 80px 50px;
  }
}
@media screen and (max-width:639px) {
  .slideout-item .team-slideout-hidden {
    padding-right: 60px;
  }
  .slideout-item .close {
    right: 7%;
  }

  .author-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .author-content .image-column {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
    margin-bottom: 20px;
  }
  .author-content .content-column {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .highlights-posts-wrapper {
    padding-top: 30px !important;
  }
}
@media screen and (max-width:480px) {
  .site-logo {
    max-width: 70%;
  }
}
.placeholder-text {
  display: none;
}

/* resources  > videos */
@media only screen and (max-width: 480px) {
  .block-grid-3 .resource-post {
    max-width: 90%;
    -webkit-flex-basis: 95%;
        -ms-flex-preferred-size: 95%;
            flex-basis: 95%;
  }
}
#highlights-block_61eb00b33b187 .highlight-post {
  background-color: #ffffff;
}

/* enrlaged logos */
@media only screen and (min-width: 1200px) {
  .highlight-first .split-highlights-wrapper .block-grid-3 .highlight-post:nth-of-type(2), .highlight-first .split-highlights-wrapper .block-grid-3 .highlight-post:nth-of-type(1) {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }
}
/* contact page > social */
/* utlity menu > add social */
.site-utility .social-list-utility {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-utility .social-list-utility .fab {
  font-size: 20px;
  color: #008AB3;
  margin-right: 10px;
}

.tribe-events-c-nav__today {
  display: none;
}
/*# sourceMappingURL=main-style.css.map */
