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

section {
  overflow-x: clip;
}

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

body {
  color: #212121;
  margin: 0 auto;
}

::-moz-selection {
  background: #C6DB6A;
  color: white;
}

::selection {
  background: #C6DB6A;
  color: white;
}

::-moz-selection {
  background: #C6DB6A;
  color: white;
}

@-ms-viewport {
  width: device-width;
}
/*
 |----------------------------------------------------------------
 |  Headings
 |----------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding-bottom: 20px;
  font-weight: 400;
}
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, .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-style: normal;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  h1, .h1 {
    line-height: 71px;
  }
}

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

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

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

h5, .h5 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  line-height: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h5, .h5 {
    line-height: 22px;
  }
}

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

/*
 |----------------------------------------------------------------
 |  Paragraph
 |----------------------------------------------------------------
 */
p, .gform_description {
  font-family: "PT Serif", 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;
}
@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 #C6DB6A;
  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: #F3F6F6;
  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;
}

/* basic util classes. */
.text-center {
  text-align: center;
}

/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
ul:not([class]),
ol:not([class]) {
  margin: 0 0 25px 0;
  padding-left: 18px;
}
ul:not([class]) li,
ol:not([class]) li {
  font-family: "PT Serif", serif;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  line-height: calc(28px + (28 - 28) * (100vw - 320px) / (1200 - 320));
  position: relative;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
}
@media screen and (min-width: 1200px) {
  ul:not([class]) li,
  ol:not([class]) li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  ul:not([class]) li,
  ol:not([class]) li {
    line-height: 28px;
  }
}
@media screen and (max-width:767px) {
  ul:not([class]) li,
  ol:not([class]) li {
    margin: 0 auto 10px auto;
  }
}

.anvil-list {
  margin: 0 0 25px 0;
  list-style: none;
  padding-left: 18px;
}
.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 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f054";
}

/*
 |----------------------------------------------------------------
 |  Link
 |----------------------------------------------------------------
 */
a {
  text-decoration: none;
  font-family: "PT Serif", serif;
  color: #212121;
  -webkit-transition-property: background-color, color, border, opacity, text-indent, -webkit-text-decoration;
  transition-property: background-color, color, border, opacity, text-indent, -webkit-text-decoration;
  transition-property: background-color, color, border, opacity, text-indent, text-decoration;
  transition-property: background-color, color, border, opacity, text-indent, text-decoration, -webkit-text-decoration;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: background-color, color, border, opacity, text-indent, text-decoration;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
p a, .gform_description a, ul:not([class]) a, ol:not([class]) a {
  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;
}

.wp-caption.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 0;
}
@media screen and (min-width:769px) {
  .wp-caption.alignleft {
    width: 310px !important;
  }
}

.wp-caption.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (min-width:769px) {
  .wp-caption.alignright {
    width: 310px !important;
  }
}

.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;
  min-height: 450px;
}
.wp-caption img {
  display: block;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.wp-caption-dd,
.wp-caption-text {
  padding: 10px 15px !important;
  background: #C6DB6A;
  color: white;
}

/*
 |----------------------------------------------------------------
 |  Custom Image Classes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Video
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Iframe - anvil wraps embedded iframes with .flex-video, so that
 |  class can be used to style iframes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Block Quote
 |----------------------------------------------------------------
 */
blockquote {
  border-left: 5px solid #C6DB6A;
  padding: 20px 20px 20px 50px;
  margin: 20px 0 35px;
}
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 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  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;
  min-width: 200px;
  min-height: 60px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  position: relative;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.button span {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.button:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 40px;
  bottom: 18px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.button:hover span {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.button:hover:before {
  opacity: 1;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.button.default {
  background-color: #C6DB6A;
}

/*
 |----------------------------------------------------------------
 |  Button Base/Mixin
 |----------------------------------------------------------------
 */
.one {
  color: white;
  background: #325E72;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
}
.one:hover {
  background: #1C3A48;
}

.two {
  color: #325E72;
  background: white;
}
.two:hover {
  background: #d2dbe4;
}

.three {
  color: #C6DB6A;
  background: #ffffff;
}
.three:hover {
  background: #212121;
  color: #ffffff;
}

.white-button {
  color: #C6DB6A;
  background: #ffffff;
}
.white-button:hover {
  background: #212121;
  color: #ffffff;
}

.outline-one {
  color: #325E72;
  background: transparent;
  border: 1px #325E72 solid;
}
.outline-one:hover {
  color: #ffffff;
  border: 1px #1C3A48 solid !important;
  background: #1C3A48 !important;
}

.outline-two {
  color: #325E72;
  background: transparent;
  border: 1px #325E72 solid;
}
.outline-two:hover {
  color: white;
  border: 1px #1C3A48 solid !important;
  background: #1C3A48 !important;
}

.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;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.07px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.read-more:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #DC3642;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.read-more:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 0px;
  bottom: 3px !important;
  opacity: 0;
  color: #DC3642;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.read-more:hover {
  color: #DC3642;
}
.read-more:hover:after {
  width: calc(100% + 20px);
}
.read-more:hover:before {
  opacity: 1;
  -webkit-transform: translateX(22px);
          transform: translateX(22px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.read-more i {
  margin-left: 8px;
}

.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;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.07px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: white;
}
.read-more-white:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #DC3642;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.read-more-white:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 0px;
  bottom: 3px !important;
  opacity: 0;
  color: #DC3642;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.read-more-white:hover {
  color: #DC3642;
}
.read-more-white:hover:after {
  width: calc(100% + 20px);
}
.read-more-white:hover:before {
  opacity: 1;
  -webkit-transform: translateX(22px);
          transform: translateX(22px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.read-more-white i {
  margin-left: 8px;
}
.read-more-white:after {
  background: white;
}
.read-more-white:before {
  color: white;
}
.read-more-white:hover a {
  color: white !important;
}

.extra-icon:before {
  display: none !important;
}
.extra-icon i {
  margin-left: 10px;
  position: absolute;
  right: 0;
  opacity: 0;
  text-align: right;
  width: 20px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.extra-icon:hover i {
  opacity: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.apply-now-white {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  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;
  min-width: 200px;
  min-height: 60px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  position: relative;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #325E72;
  background: white;
  position: relative;
}
.apply-now-white span {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.apply-now-white:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 40px;
  bottom: 18px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.apply-now-white:hover span {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.apply-now-white:hover:before {
  opacity: 1;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.apply-now-white:hover {
  background: #d2dbe4;
}
.apply-now-white:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f08e";
  right: 0px;
  bottom: 0 !important;
  opacity: 0;
  color: #325E72;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.form-submit input {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  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;
  min-width: 200px;
  min-height: 60px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  position: relative;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #325E72;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  border: unset !important;
}
.form-submit input span {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.form-submit input:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 40px;
  bottom: 18px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.form-submit input:hover span {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.form-submit input:hover:before {
  opacity: 1;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.form-submit input.default {
  background-color: #C6DB6A;
}
.form-submit input:hover {
  background: #1C3A48;
}

.exit-now-link {
  color: #ffffff;
}

.site-map-button a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  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;
  min-width: 200px;
  min-height: 60px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  position: relative;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #C6DB6A;
  background: #ffffff;
  color: black !important;
}
.site-map-button a span {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.site-map-button a:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 40px;
  bottom: 18px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.site-map-button a:hover span {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.site-map-button a:hover:before {
  opacity: 1;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.site-map-button a:hover {
  background: #212121;
  color: #ffffff;
}
.site-map-button a:hover {
  color: white !important;
}

/**
 *	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: #212121;
}
@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: #C6DB6A;
}
[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;
}

select:not([multiple]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 35px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  cursor: pointer;
}

select[multiple] {
  height: auto;
}

option {
  padding: 5px 10px;
  color: #212121;
}

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_body {
  z-index: 2;
}

.gform_footer {
  z-index: 2;
  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: super;
}

.ginput_container .large {
  width: 100%;
}
.ginput_container .medium {
  width: 66.6666666667%;
}
.ginput_container .small {
  width: 33.3333333333%;
}

.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) {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  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;
  min-width: 200px;
  min-height: 60px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  position: relative;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.gf_submit:not(.button) span {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.gf_submit:not(.button):before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 40px;
  bottom: 18px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.gf_submit:not(.button):hover span {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.gf_submit:not(.button):hover:before {
  opacity: 1;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.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: #C6DB6A;
}
.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 6 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 6 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: #F3F6F6;
}
.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: #C6DB6A;
  color: white;
}

/*
 |----------------------------------------------------------------
 |  Banner Structure
 |----------------------------------------------------------------
 */
.page-banner {
  background-color: #325E72;
  background-image: url(../png/mosiac_logo_banner_asset.png);
  background-size: 50% auto;
  background-position: 110% 100%;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media screen and (max-width:979px) {
  .page-banner {
    background-size: 70% auto;
  }
}
@media screen and (max-width:480px) {
  .page-banner {
    background-size: 100% auto;
  }
}
.page-banner--custom-bg {
  color: #212121;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.page-banner--custom-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 244, 0.6);
}
.page-banner > .row {
  padding-top: calc(70px + (110 - 70) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(120px + (150 - 120) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-banner > .row {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner > .row {
    padding-bottom: 150px;
  }
}
.page-banner .button {
  margin-right: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width:979px) {
  .page-banner .button {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.page-banner.single-resource-banner {
  background: #F0F7FE !important;
}
.page-banner.single-resource-banner:before {
  display: none;
}
.page-banner.single-resource-banner .content-container .title-container h1, .page-banner.single-resource-banner .content-container .title-container p, .page-banner.single-resource-banner .content-container .title-container .gform_description {
  color: black !important;
}
@media screen and (min-width:980px) {
  .page-banner.single-resource-banner .content-container {
    margin-left: 10%;
  }
}
@media screen and (min-width:1200px) {
  .page-banner .row .columns-6 .title-container p, .page-banner .row .columns-6 .title-container .gform_description {
    padding-right: 15%;
  }
}
.page-banner .filter-section {
  color: #ffffff;
}
.page-banner .filter-section__label {
  color: inherit;
}

.page-template-_service-page .page-banner .cta-column .button:last-of-type {
  min-width: 340px;
}

.home .page-banner {
  background-size: cover;
  background-position: center;
  margin-bottom: 0px;
  color: #212121;
}
.home .page-banner .row {
  padding-top: calc(70px + (160 - 70) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(120px + (270 - 120) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .home .page-banner .row {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .home .page-banner .row {
    padding-bottom: 270px;
  }
}

.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:639px) {
  .page-banner .row {
    padding-left: 0px;
  }
  .page-banner .row .banner-content-box h1 {
    width: 100% !important;
  }
}
@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 + (100 - 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: 100px;
  }
}
.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: #212121;
}
.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;
}
.search-banner .page-banner:after {
  z-index: 0;
}
.search-banner .page-banner .content-container {
  z-index: 1;
}

.single-service-banner {
  background: #325E72;
  position: relative;
  overflow: hidden;
}
.single-service-banner:after {
  display: none;
}

.page-id-3099 .page-banner .row {
  padding-bottom: 0px !important;
}
.page-id-3099 .anvil-wyswyg {
  background: #F0F7FE;
}

.news-filter .row, .resource-filter .row {
  padding-bottom: 0px !important;
}
.news-filter .filter-section, .resource-filter .filter-section {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
.news-filter .filter-section h6, .resource-filter .filter-section h6 {
  color: white !important;
}

@media screen and (max-width:639px) {
  .home .site-main .page-banner {
    background: #F0F7FE;
    position: relative;
  }
  .home .site-main .page-banner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../png/mosiac_logo_banner_asset.png);
    background-size: 100% auto;
    background-position: 110% 100%;
    background-repeat: no-repeat;
  }
}
.single-service .page-banner {
  display: none;
}

.page-template-_thank-you .thank-you-banner {
  background: transparent;
  background-image: none;
}
.page-template-_thank-you .thank-you-banner .row {
  padding-top: 60px !important;
  padding-bottom: 5% !important;
}
.page-template-_thank-you .thank-you-banner .banner-container {
  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;
}
.page-template-_thank-you .thank-you-banner .content-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page-template-_thank-you .thank-you-banner .content-container h1, .page-template-_thank-you .thank-you-banner .content-container h2, .page-template-_thank-you .thank-you-banner .content-container h3, .page-template-_thank-you .thank-you-banner .content-container h4, .page-template-_thank-you .thank-you-banner .content-container p, .page-template-_thank-you .thank-you-banner .content-container .gform_description, .page-template-_thank-you .thank-you-banner .content-container a {
  color: black;
}
.page-template-_thank-you .thank-you-banner .content-container h6 {
  padding-bottom: 15px;
  padding-top: 40px;
}
.page-template-_thank-you .thank-you-banner .content-container .title-container {
  text-align: left;
}
.page-template-_thank-you .thank-you-banner .content-container .cta-container {
  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;
}
.page-template-_thank-you .thank-you-banner .content-container .cta-container a {
  margin-bottom: 15px;
}
.page-template-_thank-you .thank-you-banner .image-column {
  position: relative;
}
.page-template-_thank-you .thank-you-banner .image-column img {
  width: 100%;
}
.page-template-_thank-you .thank-you-banner .image-column:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  background: #C6DB6A;
  top: -6%;
  left: 50%;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .page-template-_thank-you .thank-you-banner .row {
    padding-bottom: 12% !important;
    padding-left: 0px;
  }
  .page-template-_thank-you .thank-you-banner .banner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-_thank-you .thank-you-banner .banner-container .content-container, .page-template-_thank-you .thank-you-banner .banner-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%);
  }
  .page-template-_thank-you .thank-you-banner .banner-container .content-container {
    padding-bottom: 100px;
  }
  .page-template-_thank-you .thank-you-banner .banner-container .image-column {
    width: 100%;
  }
}

@media screen and (min-width:1200px) {
  .page-banner.single-campaign-banner .row {
    padding-bottom: 100px;
  }
}
.page-banner.single-campaign-banner .row .banner-content-box h1 {
  width: 130%;
}
.page-banner.single-campaign-banner .row .banner-content-box p, .page-banner.single-campaign-banner .row .banner-content-box .gform_description {
  line-height: 30px;
}

.tribe_events-template-default .page-banner {
  background-color: #F0F7FE;
  background-size: 44% auto;
}
.tribe_events-template-default .page-banner .title-container h1, .tribe_events-template-default .page-banner .title-container h2, .tribe_events-template-default .page-banner .title-container p, .tribe_events-template-default .page-banner .title-container .gform_description, .tribe_events-template-default .page-banner .title-container a {
  color: #212121;
}
.tribe_events-template-default .tribe-events-pg-template {
  padding-top: 80px !important;
}

@media screen and (max-width:639px) {
  .page-template-_service-page .page-banner .content-container {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
.filter-section {
  z-index: 10;
}
.filter-section__label {
  padding: 20px 20px 20px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 max-content;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
}
.filter-section__label--above {
  padding-bottom: 0;
}
.filter-section .filter-container {
  min-height: unset;
  padding-top: 0;
  padding-left: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter-section .view-all {
  color: inherit;
  text-decoration: underline;
  font-size: 1rem;
  text-decoration-color: #DC3642;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.filter-section .view-all:hover {
  color: #DC3642;
}
.filter-section .filter-form-container {
  padding: 30px 0 20px;
}
.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,
.filter-section .filter-form-container .select-container {
  margin-right: 15px;
}
.filter-section .filter-form-container .flex-container .select-container,
.filter-section .filter-form-container .select-container .select-container {
  margin-right: 15px;
  min-width: 200px;
}
.filter-section .filter-form-container .flex-container .submit-button {
  background-color: white !important;
  color: #1C3A48;
  margin-bottom: 0;
}
.filter-section .filter-form-container .flex-container .select-container select {
  background-color: white !important;
  color: #212121 !important;
}
.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: 5px;
  font-family: "PT Serif", serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
}
.filter-section .filter-form-container .search-form select {
  background-image: none;
  border-radius: 5px;
  font-family: "PT Serif", serif;
  min-height: 50px;
  font-size: 14px;
  line-height: 30px;
  background: unset !important;
}
.filter-section .filter-form-container .search-form .select-container {
  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: #325E72;
  pointer-events: none;
  font-size: 14px;
  font-weight: 500;
}
.filter-section .filter-form-container .search-form #search-input + i {
  top: 8px;
}
.filter-section .filter-form-container .search-form .button {
  margin-right: 15px;
  min-width: 160px;
  min-height: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 19px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  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: 30px;
  position: relative;
}
.filter-section .filter-form-container .search-form .button:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 40px;
  bottom: 18px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.filter-section .filter-form-container .search-form .button:hover {
  background: #d2dbe4 !important;
}
.filter-section .filter-form-container .search-form .button:hover:before {
  opacity: 1;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.filter-section .filter-form-container .search-container {
  min-width: 200px;
}
@media screen and (max-width:979px) {
  .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:767px) {
  .filter-section .filter-form-container .select-container {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.filter-section .filter-container .filter-form-container .search-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-container .filter-form-container .search-container i {
  color: #325E72;
  position: relative;
  left: -30px;
}

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

.solo-search-container {
  padding-top: 60px;
}
.solo-search-container__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.solo-search-container__icon {
  color: #C6DB6A;
  position: relative;
  top: 5px;
  left: 10px;
  font-size: 20px;
}

#filter-block_625ec29a142a4 .filter-form-container .submit-button {
  color: white !important;
  background: #325E72 !important;
}
#filter-block_625ec29a142a4 .filter-form-container .submit-button:hover {
  background: #1C3A48 !important;
}

@media screen and (min-width:980px) {
  .news-filter .filter-section .filter-form-container .flex-container .select-container,
  .resource-filter .filter-section .filter-form-container .flex-container .select-container {
    min-width: 180px !important;
  }
  .news-filter .filter-section .filter-form-container .flex-container .submit-button,
  .resource-filter .filter-section .filter-form-container .flex-container .submit-button {
    min-width: 180px !important;
  }
  .news-filter .filter-container,
  .resource-filter .filter-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%);
  }
  .news-filter .filter-container .search-container,
  .resource-filter .filter-container .search-container {
    min-width: 280px;
  }
}
.news-filter .page-banner,
.resource-filter .page-banner {
  position: relative;
  background-image: none;
}

.search-results .page-banner > .row {
  padding-bottom: 40px !important;
}
.search-results .page-banner {
  margin-bottom: 90px;
}

.page-id-3116 .filter-section .filter-form-container .search-form select,
.tax-resource_type .filter-section .filter-form-container .search-form select,
.tax-newcomer_type .filter-section .filter-form-container .search-form select {
  background: white !important;
  color: black !important;
}

.search .page-banner .row .columns-6 .title-container p, .search .page-banner .row .columns-6 .title-container .gform_description,
.blog .page-banner .row .columns-6 .title-container p,
.blog .page-banner .row .columns-6 .title-container .gform_description,
.tax-resource_type .page-banner .row .columns-6 .title-container p,
.tax-resource_type .page-banner .row .columns-6 .title-container .gform_description,
.category .page-banner .row .columns-6 .title-container p,
.category .page-banner .row .columns-6 .title-container .gform_description {
  padding-right: 20px;
}
.search section,
.blog section,
.tax-resource_type section,
.category section {
  overflow-x: unset;
}
.search .icon-post .image-column,
.blog .icon-post .image-column,
.tax-resource_type .icon-post .image-column,
.category .icon-post .image-column {
  display: none;
}

.pagination-container {
  width: 100%;
  padding: 30px 0 130px;
}
.pagination-container .wrapper a {
  color: #212121;
}
.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: #239CA4;
  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-size: 18px;
  font-weight: 600;
  letter-spacing: 1.13px;
  line-height: 29px;
  color: #325E72;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
@media screen and (max-width:979px) {
  .pagination-container .pagination-column p, .pagination-container .pagination-column .gform_description,
  .pagination-container .pagination-column a {
    font-size: 14px;
  }
}
.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: #325E72;
}
.pagination-container .pagination-column .fa-arrow-right {
  margin-left: 12px;
  color: #325E72;
}
.pagination-container .pagination-column .fa-arrow-left {
  margin-right: 12px;
  color: #325E72;
}
.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 {
  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%;
  border: 1px solid #325E72;
  color: #325E72;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}
.pagination-container .pagination-column .page-lists .current {
  background: #325E72;
  color: #ffffff;
}
.pagination-container .pagination-column .page-lists .dots {
  background: unset;
  color: #325E72;
}
.pagination-container .pagination-column .page-lists a,
.pagination-container .pagination-column .page-lists span {
  color: #C6DB6A;
  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;
  -o-object-position: top;
     object-position: top;
  border-radius: 5px;
}
.slideout-item .loop-content::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -20px;
  width: 20px;
  height: 20px;
  border-bottom: 10px solid #325E72;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 2;
}
.slideout-item .loop-content h4 {
  z-index: 1000;
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.13px;
  line-height: 29px;
}
.slideout-item .loop-content h6 {
  text-transform: uppercase;
  color: #DC3642;
  line-height: 29px;
}
.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 .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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.slideout-item .team-slideout-content i {
  color: #325E72 !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: 0px 110px;
}
@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 .content-column h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.13px;
  line-height: 29px;
  padding-bottom: 10px;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons {
  display: none;
}
.slideout-item .loop-hidden {
  display: none;
  position: relative;
  padding: 40px 20px 60px;
  background: #325E72 !important;
  border-radius: 5px;
  z-index: 10;
}
.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: 5%;
  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 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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: #325E72;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
}
.page-nav .all-posts .button:hover {
  background: #1C3A48;
}
.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 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  color: #212121;
  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: #212121;
}
.page-nav .prev-column h4,
.page-nav .next-column h4 {
  color: #C6DB6A;
  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;
}

: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-calendar-month__day--past .tribe-events-calendar-month__calendar-event {
  opacity: 1 !important;
}
.tribe-events .tribe-events-c-search__button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  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;
  min-width: 200px;
  min-height: 60px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  position: relative;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-width: 200px;
  min-height: 50px;
  background-color: #325E72;
  color: #ffffff;
  letter-spacing: 2px;
}
.tribe-events .tribe-events-c-search__button span {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.tribe-events .tribe-events-c-search__button:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 40px;
  bottom: 18px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.tribe-events .tribe-events-c-search__button:hover span {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.tribe-events .tribe-events-c-search__button:hover:before {
  opacity: 1;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.tribe-events .tribe-events-c-search__button:hover {
  background: #1C3A48;
}
.tribe-events .tribe-events-c-search__button:before {
  bottom: 14px;
}
.tribe-events .tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden {
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 1.13px;
  line-height: 29px;
  padding-right: 10px;
}
.tribe-events .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg,
.tribe-events .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg,
.tribe-events .tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg,
.tribe-events .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg {
  width: 7px !important;
}
.tribe-events .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.tribe-events .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
  border: 1px solid #325e72;
}
.tribe-events .tribe-common-c-btn-border-small,
.tribe-events .tribe-common a.tribe-common-c-btn-border-small {
  font-size: 14px !important;
  font-style: normal !important;
  color: #212121 !important;
  letter-spacing: 0;
  line-height: 30px;
  font-family: "PT Serif", serif;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border:hover {
  color: white !important;
}
.tribe-events .tribe-events-c-search__input-control-icon-svg path {
  fill: #325E72;
}
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
  font-family: "PT Serif", serif;
  color: #212121;
  font-size: 16px;
}
.tribe-events .tribe-events-c-view-selector__list-item-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
}
.tribe-events .tribe-events-c-top-bar__datepicker button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
.tribe-events input::-webkit-input-placeholder {
  color: black !important;
}
.tribe-events input::-moz-placeholder {
  color: black !important;
}
.tribe-events input:-ms-input-placeholder {
  color: black !important;
}
.tribe-events input::-ms-input-placeholder {
  color: black !important;
}
.tribe-events input::placeholder {
  color: black !important;
}
.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 .filter-events .filter-events__lists {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.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: #C6DB6A !important;
  height: 2px !important;
  border-radius: 3px;
  bottom: 20px !important;
}
.tribe-events .tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  padding-right: 10px;
}
.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: #F3F6F6;
  border-radius: 5px;
}
.tribe-events .datepicker .month.active,
.tribe-events .tribe-events .datepicker .month.active.focused {
  background: #325E72 !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: #325E72;
  font-family: "PT Serif", serif;
}
.tribe-events .tribe-events-calendar-month__more-events a:hover {
  border-color: #325E72;
}
.tribe-events span.tribe-events-calendar-month__header-column-title-desktop.tribe-common-a11y-hidden {
  color: #DC3642 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
}
.tribe-events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop {
  font-weight: 600 !important;
  letter-spacing: 2px;
  line-height: 29px;
  color: #DC3642 !important;
}
.tribe-events .tribe-events-calendar-month__header-column {
  padding-bottom: 10px !important;
}
.tribe-events .tribe-events-calendar-day__event-details .tribe-events-c-small-cta.tribe-events-calendar-day__event-cost {
  font-family: "PT Serif", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  color: #325E72;
}
.tribe-events .tribe-events-calendar-day__event-details .tribe-events-calendar-day__event-datetime-wrapper {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 29px;
}
.tribe-events .tribe-events-calendar-day__event-details .tribe-events-calendar-day__event-datetime-wrapper span {
  color: red;
  text-transform: uppercase;
}
.tribe-events .tribe-events-calendar-day__event-details .tribe-events-calendar-day__event-datetime-wrapper time {
  color: red;
}
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag {
  max-height: 120px;
}
.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-datetime-wrapper span,
.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-datetime-wrapper time {
  color: red;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 19px;
}
.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-datetime-wrapper h3 a {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 43px;
}
.tribe-events .tribe-events-calendar-list__event-header a.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin {
  font-family: "Open Sans", sans-serif;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background: #C6DB6A !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col {
  background: #325E72;
  border-radius: 5px;
  padding-top: 10px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span {
  color: white;
}
.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: cover;
     object-fit: cover;
  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;
  }
  .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: #325E72;
  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: "PT Serif", 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: #212121;
}
.tribe-events .tribe-events-c-nav__list span {
  font-size: 15px;
  letter-spacing: 1.13px;
  line-height: 29px;
  padding-right: 10px;
}
.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: 7px !important;
}

.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: #325E72;
  text-transform: uppercase;
}
.single-tribe_events .tribe-events-event-image img {
  width: 100%;
}
.single-tribe_events .tribe-events-event-meta a {
  color: #325E72;
  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: 100%;
}
.single-tribe_events .tribe-events-event-meta.primary dl {
  font-family: "PT Serif", 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: "PT Serif", 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: #325E72;
}
.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;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.07px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #DC3642;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 0px;
  bottom: 3px !important;
  opacity: 0;
  color: #DC3642;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a:hover {
  color: #DC3642;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a:hover:after {
  width: calc(100% + 20px);
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a:hover:before {
  opacity: 1;
  -webkit-transform: translateX(22px);
          transform: translateX(22px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.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-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-tribe_events .tribe-postal-code {
  display: block;
}

@media screen and (max-width:639px) {
  .tribe-events-single-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tribe-events-pg-template .tribe-related-events .tribe-related-event-info {
  color: #DC3642;
}
.tribe-events-pg-template .tribe-related-events .tribe-related-event-info .tribe-related-events-title {
  padding-bottom: 0;
}
.tribe-events-pg-template .tribe-related-events .tribe-related-event-info span {
  color: red;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 19px;
}
.tribe-events-pg-template .tribe-related-events .tribe-related-event-info a {
  font-size: 32px;
  letter-spacing: 0;
  font-weight: normal;
}

.home .tribe-common-l-container.tribe-events-l-container .tribe-common-g-row.tribe-events-calendar-list__event-row {
  width: 100%;
}
@media screen and (max-width:979px) {
  .home .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .home .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper.tribe-common-g-col,
  .home .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details {
    width: 100% !important;
  }
  .home .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image {
    height: 210px !important;
    margin-bottom: 20px;
  }
}

.tribe-events-calendar-month .tribe-events-calendar-month__day-date .tribe-events-calendar-month__day-date-daynum {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.13px;
  color: black;
}

.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-title.tribe-common-h8 {
  color: black !important;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}

.tribe-events-single-section .tribe-venue a,
.tribe-events-single-section .tribe-events-single-section-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  text-decoration: none;
  color: #325E72;
}
.tribe-events-single-section .tribe-address {
  margin-top: 15px;
}
.tribe-events-single-section .tribe-street-address {
  position: relative;
}
.tribe-events-single-section .tribe-street-address:after {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f3c5";
  left: -70px;
  top: 0;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 20px;
  color: white !important;
  background: #325E72 !important;
  border-radius: 50%;
  min-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;
}
.tribe-events-single-section .tribe-events-meta-group dl {
  padding-left: 70px;
}
.tribe-events-single-section .tribe-events-start-date-label,
.tribe-events-single-section .tribe-events-start-time-label,
.tribe-events-single-section .tribe-events-event-categories-label,
.tribe-events-single-section .tribe-event-tags-label,
.tribe-events-single-section .tribe-organizer,
.tribe-events-single-section .tribe-organizer-tel-label,
.tribe-events-single-section .tribe-organizer-email-label {
  position: relative;
}
.tribe-events-single-section .tribe-events-start-date-label:after,
.tribe-events-single-section .tribe-events-start-time-label:after,
.tribe-events-single-section .tribe-events-event-categories-label:after,
.tribe-events-single-section .tribe-event-tags-label:after,
.tribe-events-single-section .tribe-organizer:after,
.tribe-events-single-section .tribe-organizer-tel-label:after,
.tribe-events-single-section .tribe-organizer-email-label:after {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f3c5";
  left: -70px;
  top: 0;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 20px;
  color: white !important;
  background: #325E72 !important;
  border-radius: 50%;
  min-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;
}
.tribe-events-single-section .tribe-events-start-date-label:after {
  content: "\f133";
}
.tribe-events-single-section .tribe-events-start-time-label:after {
  content: "\f017";
}
.tribe-events-single-section .tribe-events-event-categories-label:after {
  content: "\f03a";
}
.tribe-events-single-section .tribe-organizer {
  margin-bottom: 35px;
  padding-top: 10px;
}
.tribe-events-single-section .tribe-organizer:after {
  content: "\f007";
}
.tribe-events-single-section .tribe-organizer-tel-label:after {
  content: "\f10b";
}
.tribe-events-single-section .tribe-organizer-email-label:after {
  content: "\f0e0";
}

.tribe-events-page-template .tribe-events-calendar-list .tribe-events-calendar-list__event-title-link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  color: #325E72;
}
.tribe-events-page-template .tribe-events-calendar-list .tribe-events-calendar-list__event-venue span {
  font-weight: bold !important;
  line-height: 30px;
}

.post-type-archive-tribe_events .tribe-events-calendar-month__calendar-event {
  margin-top: 30px !important;
}

.tribe-events a.filter-events__pill:before {
  bottom: 7px;
  right: 15px !important;
}
.tribe-events .filter-events__lists .filter-events__list-item:first-of-type .filter-events__pill {
  min-width: 180px;
}
.tribe-events .filter-events__lists .filter-events__list-item:nth-child(3) .filter-events__pill {
  min-width: 230px;
}
.tribe-events .filter-events__lists .filter-events__list-item:nth-child(4) .filter-events__pill {
  min-width: 180px;
}

.tribe-common .tribe-common-anchor-thin:hover {
  border-bottom: 2px solid #212121 !important;
}

.tribe-events-meta-group-venue dl {
  padding-left: 0px !important;
}

body:not(.archive) .filter-events__lists {
  display: none;
}

.service-box {
  background-color: #F0F7FE;
  border-radius: 5px;
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.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: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  max-width: 48%;
}
@media screen and (min-width:1200px) {
  .block-grid-2 > * {
    margin: 0 20px 20px 0;
  }
  .block-grid-2 > *:nth-of-type(2n) {
    margin-right: 0;
  }
}

.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%;
  }
}
@media screen and (max-width:979px) {
  .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;
  }
}
@media screen and (max-width:1199px) {
  .desktop-donate-btn {
    display: none !important;
  }
}

.mobile-donate-btn {
  padding-left: 0 !important;
  padding-bottom: 10px !important;
  margin-top: 30px;
}
@media screen and (min-width:1200px) {
  .mobile-donate-btn {
    display: none !important;
  }
}
.mobile-donate-btn a {
  width: 260px;
  background: #F2AB48;
  text-align: center;
  padding: 20px 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;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.main-menu-animation-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
}

.admin-bar .main-menu-animation-wrapper {
  top: 20px;
}

.nav-up {
  top: -140px !important;
}

.banner-announcement-container {
  background: #325E72;
  z-index: 1000000;
  padding: 20px 0 0px;
  position: relative;
  display: none;
  color: white !important;
}
.banner-announcement-container.abuse-banner {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  top: 0;
}
.banner-announcement-container.abuse-banner .columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.banner-announcement-container.abuse-banner .columns-10 p, .banner-announcement-container.abuse-banner .columns-10 .gform_description {
  padding-bottom: 0;
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.banner-announcement-container.abuse-banner .columns-10 .read-more-white {
  margin-bottom: 20px;
}
.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: #212121;
}
.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: 22px;
  right: 30px;
  color: #ffffff;
}
.banner-announcement-container .close-banner:hover {
  cursor: pointer;
}
.banner-announcement-container .rotate {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
 |----------------------------------------------------------------
 |  Site Utility
 |----------------------------------------------------------------
 */
.site-utility {
  position: relative;
  z-index: 1000;
  background: #F0F7FE;
}
@media screen and (max-width:1199px) {
  .site-utility {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10px;
  }
}
.site-utility .columns-12 {
  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 (max-width:1199px) {
  .site-utility .columns-12 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-utility .columns-12 .main-menu-wrapper {
    display: none;
  }
}
.site-utility a {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.92px;
  line-height: 15px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
.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;
}
.utility-menu li {
  display: inline-block;
}
.utility-menu li + li {
  margin-left: 15px;
}
.utility-menu a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
}
.utility-menu a:hover {
  color: #DC3642;
}
.utility-menu li.donate-btn {
  width: 260px;
  background: #F2AB48;
  text-align: center;
  padding: 20px 0;
}
.utility-menu li.donate-btn a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 22px;
  position: relative;
  padding: 20px 65px;
}
.utility-menu li.donate-btn a:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 70px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.utility-menu li.donate-btn:hover a {
  color: black;
}
.utility-menu li.donate-btn:hover a:before {
  opacity: 1;
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

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

@media screen and (max-width:639px) {
  .logo-column img {
    max-width: 145px;
  }
}
/*
 |----------------------------------------------------------------
 |  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:1200px) {
  .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: black;
  margin-right: 10px;
}
.fs-burger-menu:before, .fs-burger-menu:after {
  content: "";
  height: 3px;
  background: currentColor;
  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%;
}

@media screen and (max-width:1199px) {
  .fs-menu-trigger .fs-burger-menu {
    position: absolute;
    right: 0%;
    top: 30%;
  }
}
.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: currentColor;
  -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%;
}

@media screen and (min-width:1200px) {
  .find-a-service-menu ul.sub-menu {
    width: 420px;
  }
  .find-a-service-menu ul.sub-menu li {
    padding: 10px 8px;
  }
  .find-a-service-menu ul.sub-menu li:nth-last-child(3) {
    border-bottom: 1px solid #A0D8DA;
  }
  .find-a-service-menu ul.sub-menu li:nth-last-child(2) {
    border-bottom: 1px solid #A0D8DA;
  }
  .find-a-service-menu ul.sub-menu li:last-child a {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    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;
    min-width: 200px;
    min-height: 60px;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    outline: none;
    position: relative;
    -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
            transform: translateZ(1px) rotate(0.0000000001deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    color: white;
    background: #325E72;
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
    color: #ffffff;
  }
  .find-a-service-menu ul.sub-menu li:last-child a span {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .find-a-service-menu ul.sub-menu li:last-child a:before {
    font-family: "Font Awesome 6 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    position: absolute;
    content: "\f061";
    right: 40px;
    bottom: 18px;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .find-a-service-menu ul.sub-menu li:last-child a:hover span {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .find-a-service-menu ul.sub-menu li:last-child a:hover:before {
    opacity: 1;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .find-a-service-menu ul.sub-menu li:last-child a:hover {
    background: #1C3A48;
  }
  .find-a-service-menu ul.sub-menu li:last-child a::before {
    content: "";
  }
}

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

.primary-navigation-wrapper {
  z-index: 100;
}
@media screen and (min-width:1200px) {
  .primary-navigation-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.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:1200px) {
  .main-menu > li + li {
    margin-left: 25px;
  }
}
.main-menu > li > a {
  z-index: 1000;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}
.main-menu > li > a:hover {
  color: #325E72 !important;
}
@media screen and (min-width:1200px) {
  .main-menu > .current-menu-item > a {
    border-bottom: 2px solid currentColor;
  }
}

/*
 |----------------------------------------------------------------
 |  Sub Menu
 |----------------------------------------------------------------
 */
.menu-item-has-children {
  position: relative;
  z-index: 0;
}
.menu-item-has-children .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-item-has-children .sub-menu li a {
  color: #C6DB6A;
}

.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:1200px) {
  .main-menu {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-right: 6rem;
  }
  .menu-item-has-children::after {
    font-family: "Font Awesome 6 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    font-weight: bolder;
    font-size: 10px;
    content: "\f078";
    margin-left: 5px;
    -webkit-transition: all ease 100ms;
    transition: all ease 100ms;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    top: -2px;
    position: relative;
  }
  .menu-item-has-children:hover::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all ease 200ms;
    transition: all ease 200ms;
  }
  .menu-item-has-children .sub-menu {
    text-align: center;
    position: absolute;
    z-index: 1000;
    min-width: 306px;
    background: white;
    left: 50%;
    padding: 30px 20px 15px;
    display: block;
    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;
    -webkit-box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.2);
  }
  .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: 7px solid white;
    border-left: 7px solid transparent;
    border-right: 7px 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: 20px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-item-has-children .sub-menu li + li {
    margin-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-item-has-children .sub-menu li a {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    color: black;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
  }
  .menu-item-has-children .sub-menu li a:hover {
    color: #325E72;
  }
  .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: 0px;
    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: #212121;
    font-size: 18px;
    font-family: "Font Awesome 6 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:not(.find-prog-menu-item):hover .sub-menu {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    visibility: visible;
    opacity: 1;
  }
  .menu-item-has-children:not(.find-prog-menu-item):hover:last-child .sub-menu {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*
 |----------------------------------------------------------------
 |  Mobile Menu
 |----------------------------------------------------------------
 */
@media screen and (max-width:1199px) {
  .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;
  }
  .primary-navigation-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 170px;
    min-width: 100%;
    z-index: 1000;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #1C3A48;
  }
  .primary-navigation-wrapper li.menu-item {
    display: block;
    padding: 0 0 30px 40px;
    width: 100%;
  }
  .primary-navigation-wrapper li.menu-item > a {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
  }
  .primary-navigation-wrapper li.menu-item > a:hover {
    color: #239CA4 !important;
  }
  .primary-navigation-wrapper > .current-menu-item > a {
    border-bottom: none;
  }
  .primary-navigation-wrapper .sub-menu li {
    padding-left: 0;
  }
  .primary-navigation-wrapper .sub-menu li a {
    padding-right: 10px;
  }
  .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 .sub-menu {
    display: none;
    margin-top: 10px;
  }
  .menu-item-has-children .sub-menu li.menu-item a {
    padding-left: 10px;
    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 6 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;
  }
  .main-menu li.donate-btn.moved-item {
    width: 260px;
    background: #F2AB48;
    text-align: center;
    padding: 20px 0;
  }
}
@media screen and (max-width:1199px) and (max-width:1199px) {
  .main-menu li.donate-btn.moved-item {
    margin-left: 40px;
    margin-bottom: 30px;
  }
}
.search-block {
  padding: 0px 10px;
}
.search-block .hidden-form {
  display: none;
}
.search-block .form-trigger {
  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;
}
.search-block .form-trigger i {
  color: #325E72;
  border: 1px solid #325E72;
  border-radius: 50%;
  padding: 15px;
}
.search-block form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search-block form input {
  border-radius: 3px;
  border: 1px solid #325E72;
}
.search-block form button {
  background: #325E72;
  color: white;
}

@media screen and (max-width:1199px) {
  .search-bar-nav {
    position: relative;
  }
}
.search-bar-nav__form {
  position: absolute;
  display: none;
  top: calc(50% - 1.5rem);
  width: calc(100% - 8rem);
  z-index: 1010;
  height: 50px !important;
}
@media screen and (max-width:1199px) {
  .search-bar-nav__form {
    left: 6rem;
  }
}
@media screen and (min-width:1200px) {
  .search-bar-nav__form {
    width: calc(100% - 6rem);
    right: 6rem;
  }
}
.search-bar-nav__form.active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.search-bar-nav__input {
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #325E72;
  padding-right: 2rem;
}
.search-bar-nav__input:valid + .search-bar-nav__submit {
  opacity: 1;
  cursor: pointer;
}
.search-bar-nav__input:valid + .search-bar-nav__submit:hover {
  background-color: #325E72;
}
@media screen and (max-width:1199px) {
  .search-bar-nav__input:valid + .search-bar-nav__submit:hover {
    color: #ffffff;
  }
}
@media screen and (max-width:1199px) {
  .search-bar-nav__input {
    width: 100%;
    color: #212121;
  }
}
.search-bar-nav__toggle {
  background-color: #ffffff;
  cursor: pointer;
  height: 50px;
  width: 50px;
  min-width: 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;
  border-radius: 50%;
  margin-left: 40px;
  position: relative;
  bottom: 0;
  border: 1px solid #325E72;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #325E72;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media screen and (min-width:1200px) {
  .search-bar-nav__toggle {
    height: 80px;
    width: 80px;
    min-width: 80px;
    position: absolute;
    top: calc(50% - 40px);
    right: 0;
  }
}
.search-bar-nav__toggle:hover {
  background-color: #325E72;
  color: white;
}
.search-bar-nav__toggle .fa-search, .search-bar-nav__toggle .fa-close {
  color: currentColor;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -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: color, transform;
}
.search-bar-nav__toggle .fa-close {
  -webkit-transform: translate(-50%, -50%) rotateY(-180deg);
          transform: translate(-50%, -50%) rotateY(-180deg);
}
.search-bar-nav__toggle.active .fa-search {
  -webkit-transform: translate(-50%, -50%) rotateY(-180deg);
          transform: translate(-50%, -50%) rotateY(-180deg);
}
.search-bar-nav__toggle.active .fa-close {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.search-bar-nav__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2rem;
  border-radius: 0 6px 6px 0;
  border: none;
  background: transparent;
  color: #F2AB48;
  -webkit-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
  cursor: pointer;
}
.search-bar-nav__submit:hover {
  background-color: #F2AB48;
  color: #ffffff;
}

@media screen and (min-width:1200px) {
  .site-header .navigation-column {
    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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width:639px) {
  .site-header .navigation-column {
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .site-header .navigation-column .search-bar-nav__form {
    max-width: 130px;
  }
}
@media screen and (max-width:1199px) {
  .menu-item-has-children .sub-menu li.menu-item a {
    padding-left: 0 !important;
  }
}
/*
 |----------------------------------------------------------------
 |  Site Page Content
 |----------------------------------------------------------------
 */
.no-image {
  -webkit-flex-basis: 83.3333333333% !important;
      -ms-flex-preferred-size: 83.3333333333% !important;
          flex-basis: 83.3333333333% !important;
  max-width: 83.3333333333% !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: #F3F6F6;
  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: #C6DB6A;
}

.archive .post-selector-wrapper {
  padding: 20px 10px 130px;
}
.archive .archive-filter {
  padding: 40px 10px 20px;
}

.archive.tax-newcomer_type .post-selector-wrapper {
  padding-bottom: 0;
}

/*
 |----------------------------------------------------------------
 |  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;
}
.page-template-_thank-you .back-home {
  margin-bottom: 20px;
}

.error404 .site-content {
  padding: 60px 10px;
}
.error404 .column-center {
  text-align: center;
}

.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 #C6DB6A;
  border-radius: 10px;
  padding-bottom: 10px;
}
.no-results form input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #C6DB6A;
  opacity: 1;
}
.no-results form input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #C6DB6A;
  opacity: 1;
}
.no-results form input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #C6DB6A;
  opacity: 1;
}
.no-results form input::-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #C6DB6A;
  opacity: 1;
}
.no-results form input::placeholder {
  font-size: 15px;
  font-style: italic;
  color: #C6DB6A;
  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: #C6DB6A;
}
.no-results button:hover {
  cursor: pointer;
}

.side-by-side-content {
  padding: 100px 130px;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}
.side-by-side-content .content-column {
  text-align: center;
  margin: 0 auto;
}

.footer-cta.side-by-side .block-grid-2 .side-by-side-content:first-of-type .content-column h2, .footer-cta.side-by-side .block-grid-2 .side-by-side-content:first-of-type .content-column h3, .footer-cta.side-by-side .block-grid-2 .side-by-side-content:first-of-type .content-column h4, .footer-cta.side-by-side .block-grid-2 .side-by-side-content:first-of-type .content-column p, .footer-cta.side-by-side .block-grid-2 .side-by-side-content:first-of-type .content-column .gform_description {
  color: white;
}
.footer-cta.side-by-side .block-grid-2 .side-by-side-content:last-of-type {
  background-image: none !important;
}
.footer-cta.side-by-side .block-grid-2 .side-by-side-content:last-of-type .content-column h2, .footer-cta.side-by-side .block-grid-2 .side-by-side-content:last-of-type .content-column h3, .footer-cta.side-by-side .block-grid-2 .side-by-side-content:last-of-type .content-column h4 {
  color: #212121;
}

@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;
    padding: 10px;
  }
  .footer-cta .side-by-side-content {
    margin: 2% 1%;
    padding: 70px 50px 40px;
  }
}
.footer-cta {
  position: relative;
}
.footer-cta:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #C6DB6A;
  z-index: -1;
}
@media screen and (max-width:979px) {
  .footer-cta:after {
    height: 10%;
  }
}
@media screen and (max-width:767px) {
  .footer-cta:after {
    left: -10%;
    width: 150%;
  }
}
.footer-cta .row {
  max-width: 1600px;
}
.footer-cta .row .block-grid-2 {
  padding: 0 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-cta .row .block-grid-2 .side-by-side-content:first-of-type {
  background: #325E72 !important;
}
.footer-cta .row .block-grid-2 .side-by-side-content:first-of-type .content-column h2, .footer-cta .row .block-grid-2 .side-by-side-content:first-of-type .content-column h3 {
  color: white;
}
.footer-cta .row .block-grid-2 .side-by-side-content:first-of-type .content-column a {
  color: #325E72;
  background: white;
}
.footer-cta .row .block-grid-2 .side-by-side-content:first-of-type .content-column a:hover {
  background: #d2dbe4;
}
.footer-cta .row .block-grid-2 .side-by-side-content:last-of-type {
  background: white;
  position: relative;
}
.footer-cta .row .block-grid-2 .side-by-side-content:last-of-type .content-column p, .footer-cta .row .block-grid-2 .side-by-side-content:last-of-type .content-column .gform_description {
  color: black;
}
.footer-cta .row .block-grid-2 .side-by-side-content:last-of-type .content-column a {
  color: white;
  background: #325E72;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  z-index: 10;
}
.footer-cta .row .block-grid-2 .side-by-side-content:last-of-type .content-column a:hover {
  background: #1C3A48;
}
.footer-cta .row .block-grid-2 .side-by-side-content:last-of-type:after {
  position: absolute;
  content: "";
  background-image: url(../png/background_logo_asset.png);
  width: 63%;
  height: 100%;
  left: 0;
  top: 5%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer-cta-single {
  position: relative;
  margin-top: 30px;
}
.footer-cta-single:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #C6DB6A;
  z-index: -1;
}
.footer-cta-single .row {
  max-width: 1600px;
}
.footer-cta-single .row .side-by-side-content {
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  top: -30px;
}
.footer-cta-single .row .side-by-side-content .content-column {
  background: white;
  border-radius: 5px;
  padding: 60px 40px 70px 40px;
}
.footer-cta-single .row .side-by-side-content .content-column p, .footer-cta-single .row .side-by-side-content .content-column .gform_description {
  color: black;
}
.footer-cta-single .row .side-by-side-content .content-column a {
  color: white;
  background: #325E72;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
}
.footer-cta-single .row .side-by-side-content .content-column a:hover {
  background: #1C3A48;
}

.footer-newsletter {
  padding: 120px 0px;
  background-color: #1C3A48;
}
.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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-newsletter .heading-row h3 {
  color: white;
  letter-spacing: 0;
  line-height: 43px;
  font-weight: 400;
}
.footer-newsletter .heading-row p, .footer-newsletter .heading-row .gform_description {
  color: white;
}
.footer-newsletter .newsletter-container {
  position: relative;
}
.footer-newsletter .newsletter-container:after {
  position: absolute;
  right: -10%;
  bottom: -25%;
  height: 150%;
  width: 120%;
  content: "";
  border-radius: 3px;
  border: 1px solid #325E72;
  background-color: transparent;
}
@media screen and (max-width:639px) {
  .footer-newsletter .newsletter-container {
    -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%);
  }
  .footer-newsletter .newsletter-container form .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;
  }
  .footer-newsletter .newsletter-container form .gform_fields .gfield {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .footer-newsletter .newsletter-container:after {
    bottom: -11%;
    height: 120%;
  }
}
.footer-newsletter form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-newsletter form .ginput_container .large {
  font-size: 12px;
  font-style: italic;
}
.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 .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 input,
.footer-newsletter form .gform_body textarea {
  background: transparent;
  border-radius: 3px;
  border: 1px solid white;
  color: white;
}
.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 .gform_body label {
  text-transform: uppercase !important;
  letter-spacing: 2px;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 2px;
  line-height: 19px;
  color: white;
}
.footer-newsletter form .gform_footer {
  width: 26%;
  margin-left: 20px !important;
}
@media screen and (max-width:979px) {
  .footer-newsletter form .gform_footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0 !important;
  }
}
.footer-newsletter form .gform_footer .button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  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;
  min-width: 200px;
  min-height: 60px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  position: relative;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #325E72;
  background: white;
  position: relative;
  top: 12px;
  border: none !important;
  top: 8px;
  height: 50px;
  min-height: 50px;
  min-width: 180px;
}
.footer-newsletter form .gform_footer .button span {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.footer-newsletter form .gform_footer .button:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 40px;
  bottom: 18px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.footer-newsletter form .gform_footer .button:hover span {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.footer-newsletter form .gform_footer .button:hover:before {
  opacity: 1;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.footer-newsletter form .gform_footer .button:hover {
  background: #d2dbe4;
}
.footer-newsletter form .gform_fields {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: 0px;
  margin-right: 0px;
}
@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;
  }
}

@media screen and (max-width:979px) {
  .footer-cta.side-by-side .block-grid-2 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .footer-cta.side-by-side .block-grid-2 > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

.site-footer {
  background: #1C3A48;
  padding-top: 60px;
  /*
  |----------------------------------------------------------------
  |  Footer Menu
  |----------------------------------------------------------------
  */
}
.site-footer .flex {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-footer .footer-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.site-footer .footer-menu-wrapper .address-column p, .site-footer .footer-menu-wrapper .address-column .gform_description {
  font-family: "PT Serif", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}
@media screen and (max-width:639px) {
  .site-footer .footer-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .site-footer .footer-menu-wrapper .footer-menu {
    margin: 0 auto;
    -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-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 p, .site-footer .footer-logo-column .gform_description {
  color: white;
}
.site-footer .footer-logo-column img {
  margin-bottom: 25px;
  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: white;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: normal;
}
.site-footer .footer-menu a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 19px;
}
.site-footer .footer-menu a:hover {
  color: #239CA4;
}
.site-footer .footer-menu .pojo-a11y-toolbar-open {
  display: none;
}
.site-footer .footer-copyright .copyright-column a:hover {
  color: #239CA4;
}
.site-footer .contact-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.site-footer .contact-item-wrapper p, .site-footer .contact-item-wrapper .gform_description,
.site-footer .contact-item-wrapper a {
  padding-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 19px;
  color: white;
}
.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: 30px 0;
}
.site-footer .footer-menu .social-list li {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-right: 10px;
  border: 1px solid white;
  border-radius: 50%;
  background: transparent;
  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;
}
.site-footer .footer-menu .social-list li i,
.site-footer .footer-menu .social-list li a {
  color: white;
  font-size: 20px;
}
.site-footer .footer-menu .social-list li:hover {
  background: #239CA4;
}
.site-footer .footer-menu .social-list li:hover i,
.site-footer .footer-menu .social-list li:hover a {
  color: #ffffff;
}
.site-footer .footer-menu .social-list li i {
  height: 18px;
}
.site-footer .footer-menu .social-list li:hover {
  background: white;
}
.site-footer .footer-menu .social-list li:hover i,
.site-footer .footer-menu .social-list li:hover a {
  color: #325E72;
}
.site-footer .footer-menu .social-list a:last-of-type li {
  margin-right: 0;
}
@media screen and (max-width:480px) {
  .site-footer .footer-menu .social-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*
 |----------------------------------------------------------------
 |  Copyrights
 |----------------------------------------------------------------
 */
.footer-copyright {
  padding-top: calc(70px + (100 - 70) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (100 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .footer-copyright {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-copyright {
    padding-bottom: 100px;
  }
}
.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 {
  color: white;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.site-copyright {
  display: inline-block;
}

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

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

.site-credit {
  padding-top: 3px;
  padding-left: 20px;
}
.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:979px) {
  .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;
  }
}
@media screen and (max-width:767px) {
  .site-footer .footer-menu h5 {
    margin-top: 40px;
  }
  .footer-logo-grid .logo-container {
    margin-bottom: 20px;
  }
}
@media screen and (min-width:980px) {
  .site-footer .footer-logo-column .address-column p, .site-footer .footer-logo-column .address-column .gform_description {
    max-width: 90%;
  }
  .site-footer .footer-menu-wrapper {
    margin-top: 0px;
  }
  .site-footer .footer-menu-wrapper .footer-menu.columns-6 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 300px;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .site-footer .footer-menu-wrapper .footer-menu.columns-6 ul li {
    margin-right: 30px;
  }
}
#menu-find-a-service li {
  padding-bottom: 3px;
  margin-bottom: 12px;
}

.site-footer .footer-copyright .copyright-column .menu-item-has-children::after {
  -webkit-transform: unset;
          transform: unset;
}
.site-footer .footer-copyright .copyright-column .menu-item-has-children .sub-menu {
  left: 50%;
  top: -140px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.site-footer .footer-copyright .copyright-column .menu-item-has-children .sub-menu:last-child {
  -webkit-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
}
.site-footer .footer-copyright .copyright-column .menu-item-has-children .sub-menu::after {
  bottom: -10px;
  top: unset;
  border-top: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: unset;
}
.site-footer .footer-copyright .copyright-column .menu-item-has-children .sub-menu .menu-item::after {
  display: none;
}
.site-footer .footer-copyright .copyright-column .menu-item-has-children:hover .sub-menu:last-child {
  -webkit-transform: translate(-50%, 25px);
          transform: translate(-50%, 25px);
}

.wpsl-store-list-item {
  list-style: none;
}

.wpsl-search {
  background-color: #325E72;
  padding-bottom: 60px;
  margin-bottom: 0 !important;
}
.wpsl-search #wpsl-search-wrap {
  max-width: 1200px;
  margin: 0 auto;
  float: unset !important;
}
.wpsl-search #wpsl-search-wrap #wpsl-results {
  display: none;
}
.wpsl-search label {
  color: white;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: white;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-transform: uppercase;
}
.wpsl-search #wpsl-search-input,
.wpsl-search .wpsl-dropdown {
  border: 1px solid white;
  height: 50px !important;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 29px;
  font-family: "PT Serif", serif;
  color: black;
  min-width: 170px;
  float: unset;
  background: white !important;
}
@media screen and (max-width:979px) {
  .wpsl-search #wpsl-radius {
    position: relative;
  }
  .wpsl-search #wpsl-radius::after {
    font-family: "Font Awesome 6 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    content: "\f078";
    position: absolute;
    right: 20px;
    bottom: 14px;
    color: #325E72;
    z-index: 10;
    pointer-events: none;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.wpsl-search .wpsl-dropdown {
  position: relative;
  background: unset;
}
.wpsl-search .wpsl-dropdown::after {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f078";
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #325E72;
  z-index: 10;
  pointer-events: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width:480px) {
  .wpsl-search .wpsl-dropdown {
    width: 100%;
  }
}
.wpsl-search .wpsl-active .wpsl-selected-item:after {
  display: none;
}
.wpsl-search .wpsl-dropdown.wpsl-active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 13px;
}
.wpsl-search #wpsl-radius,
.wpsl-search .wpsl-input {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  margin-right: 20px !important;
}
.wpsl-search .wpsl-input #wpsl-search-input::-webkit-input-placeholder::before {
  color: black;
  opacity: 0.4;
  content: "..";
}
.wpsl-search #wpsl-radius-dropdown span {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 29px;
  text-align: center;
  width: 100%;
  font-family: "PT Serif", serif;
  color: white !important;
}
.wpsl-search #wpsl-search-btn {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  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;
  min-width: 200px;
  min-height: 60px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  position: relative;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #325E72;
  background: white;
  min-height: 50px;
  margin-left: 10px;
}
.wpsl-search #wpsl-search-btn span {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.wpsl-search #wpsl-search-btn:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 40px;
  bottom: 18px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.wpsl-search #wpsl-search-btn:hover span {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.wpsl-search #wpsl-search-btn:hover:before {
  opacity: 1;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.wpsl-search #wpsl-search-btn:hover {
  background: #d2dbe4;
}
.wpsl-search .wpsl-search-btn-wrap {
  position: relative;
  width: 120px;
  top: 32px;
}

#wpsl-gmap.wpsl-gmap-canvas {
  width: 100% !important;
  height: 470px !important;
}

.page-id-3099 .anvil-wyswyg .row {
  max-width: unset;
}

#wpsl-wrap {
  margin-bottom: 0px !important;
}

.wpsl-dropdown .wpsl-selected-item {
  color: black !important;
}

.wpsl-store-below #wpsl-result-list {
  padding: 90px 0px;
}

#wpsl-result-list li p, #wpsl-result-list li .gform_description {
  margin-bottom: 0px !important;
}

.wpsl-selected-item:after {
  border-top: 8px solid white !important;
}

#wpsl-stores {
  max-width: 1200px;
  margin: 0 auto !important;
}
#wpsl-stores ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
}
#wpsl-stores ul > * {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0.5% 0.8% 2% 0.8%;
  -webkit-flex-basis: 31.7%;
      -ms-flex-preferred-size: 31.7%;
          flex-basis: 31.7%;
  max-width: 31.7%;
  border-bottom: 0px solid white !important;
}
#wpsl-stores ul > *:before {
  display: none;
}
@media screen and (max-width:979px) {
  #wpsl-stores ul > * {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    max-width: 49%;
  }
}
@media screen and (max-width:767px) {
  #wpsl-stores ul > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
#wpsl-stores ul li .wpsl-store-thumb {
  display: block;
  width: 100% !important;
  height: 220px !important;
  -o-object-fit: cover;
     object-fit: cover;
  float: unset !important;
  margin: 0px 0px 20px !important;
}

.single-store-info {
  background: white;
  border-radius: 5px;
  padding: 40px 40px 60px !important;
}
.single-store-info strong a {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #325E72;
  border-bottom: 0px solid black !important;
}
.single-store-info i {
  position: relative;
  left: -20px;
  top: 20px;
  width: 50px;
  height: 50px;
  background: #325E72;
  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;
}
.single-store-info .wpsl-store-hours {
  margin-top: -30px;
  padding-left: 45px;
}
.single-store-info .wrapper {
  margin-top: -48px;
  padding-left: 45px;
}
.single-store-info .wpsl-contact-details span {
  margin-top: -17px;
  padding-left: 45px;
}
.single-store-info .wpsl-directions {
  margin-left: 45px;
  margin-top: 15px;
  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;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.07px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.single-store-info .wpsl-directions:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #DC3642;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.single-store-info .wpsl-directions:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 0px;
  bottom: 3px !important;
  opacity: 0;
  color: #DC3642;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.single-store-info .wpsl-directions:hover {
  color: #DC3642;
}
.single-store-info .wpsl-directions:hover:after {
  width: calc(100% + 20px);
}
.single-store-info .wpsl-directions:hover:before {
  opacity: 1;
  -webkit-transform: translateX(22px);
          transform: translateX(22px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.single-store-info .wpsl-directions i {
  margin-left: 8px;
}
@media screen and (max-width:767px) {
  .single-store-info {
    padding: 40px 25px 60px !important;
  }
  .single-store-info i {
    width: 30px;
    height: 30px;
    left: 0;
    top: 10px;
  }
}

.single-wpsl_stores .single-content-wrapper {
  position: relative;
}
.single-wpsl_stores .wpsl-gmap-canvas {
  height: 490px !important;
}
.single-wpsl_stores .wpsl-opening-hours {
  display: none;
}
.single-wpsl_stores .wpsl-locations-details {
  background: white;
  border-radius: 5px;
  padding: 40px 50px 60px !important;
}
@media screen and (min-width:980px) {
  .single-wpsl_stores .wpsl-locations-details {
    width: 400px;
    position: absolute;
    top: 45px;
    right: 10%;
  }
}
.single-wpsl_stores .wpsl-locations-details .wpsl-location-address {
  margin-top: 20px;
}
.single-wpsl_stores .wpsl-locations-details .wpsl-location-address,
.single-wpsl_stores .wpsl-locations-details .wpsl-contact-details {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-family: "PT Serif", serif;
}
.single-wpsl_stores .wpsl-locations-details .wpsl-location-address span,
.single-wpsl_stores .wpsl-locations-details .wpsl-location-address a,
.single-wpsl_stores .wpsl-locations-details .wpsl-contact-details span,
.single-wpsl_stores .wpsl-locations-details .wpsl-contact-details a {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-family: "PT Serif", serif;
}
.single-wpsl_stores .wpsl-locations-details strong {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #325E72;
  border-bottom: 0px solid black !important;
}
.single-wpsl_stores .wpsl-gmap-canvas, .single-wpsl_stores .wpsl-locations-details {
  display: none;
}
.single-wpsl_stores .shown-map .wpsl-gmap-canvas, .single-wpsl_stores .shown-map .wpsl-locations-details {
  display: block !important;
}

.single-content-wrapper .wpsl-locations-details .wpsl-location-address {
  position: relative;
  padding-left: 0px;
}
.single-content-wrapper .wpsl-locations-details .wpsl-contact-details {
  position: relative;
  line-height: 27px;
  padding-left: 0px;
}

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

.page-template-_service-page .page-banner .row {
  padding-top: calc(50px + (80 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(90px + (130 - 90) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-template-_service-page .page-banner .row {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-_service-page .page-banner .row {
    padding-bottom: 130px;
  }
}
@media screen and (min-width:980px) {
  .page-template-_service-page .page-banner .row .content-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%);
  }
}
.page-template-_service-page .page-banner .row .content-column .title-container h1,
.page-template-_service-page .page-banner .row .content-column .title-container p,
.page-template-_service-page .page-banner .row .content-column .title-container .gform_description {
  color: white;
}

.video-wrapper .video-post {
  position: relative;
}
.video-wrapper .video-post i {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  margin: 0 -50% 0 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  background: #C6DB6A;
  width: 100px;
  height: 100px;
  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;
}
.video-wrapper .video-post img {
  border-radius: 5px;
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 10px !important;
}
.home #content-image-block_624e72a9f45be .cta-container .button {
  min-width: 270px;
}
.home .centered-intro .content-container.columns-6 .body .cta-column {
  margin: 0 auto;
}
@media screen and (min-width:1200px) {
  .home #intro-block_624f272af45c2 .content-container .body {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home #intro-block_624f272af45c2 .content-container .body p, .home #intro-block_624f272af45c2 .content-container .body .gform_description {
    max-width: 500px;
  }
}

.tax-age_type,
.tax-location_type {
  background: #F0F7FE;
}
.tax-age_type .archive-filter,
.tax-location_type .archive-filter {
  background: white;
}

.switcher .option {
  position: absolute !important;
  width: 70% !important;
  border: 1px solid #F0F7FE !important;
  border-radius: 3px !important;
  padding: 10px !important;
  max-height: 300px;
  -webkit-box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.2) !important;
}
.switcher .option img {
  margin-right: 10px !important;
}
.switcher .option a {
  color: #212121;
  width: 200px !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 12px 5px !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.switcher .option a:hover {
  background: #F0F7FE !important;
}

.gt_switcher.notranslate {
  width: 100% !important;
}
.gt_switcher .gt_selected a {
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 12px;
  height: 30px;
  width: 180px;
  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;
  position: relative;
  padding-left: 40px !important;
}
.gt_switcher .gt_selected a:before {
  position: absolute;
  content: "";
  background-image: url("../svg/google_icon.svg");
  width: 22px;
  height: 22px;
  left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gt_switcher .gt_selected a img {
  display: none;
}
.gt_switcher .gt_selected a {
  width: 150px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.page-id-3099 .page-banner {
  padding-bottom: 200px;
}
.page-id-3099 #anvil-wyswyg-block_bd9c5bc08c38aa647e85f7cf54623d61 {
  position: relative;
  bottom: 170px;
  background: rgba(0, 0, 0, 0) !important;
}
.page-id-3099 .wpsl-search {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media screen and (max-width:979px) {
  .page-id-3099 .page-banner {
    padding-bottom: 300px;
  }
  .page-id-3099 #anvil-wyswyg-block_bd9c5bc08c38aa647e85f7cf54623d61 {
    position: relative;
    bottom: 250px;
  }
}

.tribe-common .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  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;
  min-width: 200px;
  min-height: 60px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  position: relative;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #325E72;
  background: transparent;
  border: 1px #325E72 solid;
}
.tribe-common .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border span {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.tribe-common .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 40px;
  bottom: 18px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.tribe-common .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border:hover span {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.tribe-common .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border:hover:before {
  opacity: 1;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.tribe-common .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border:hover {
  color: #ffffff;
  border: 1px #1C3A48 solid !important;
  background: #1C3A48 !important;
}
.tribe-common .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border:before {
  display: none;
}
.tribe-common .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-common .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-common .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-common .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background: #1C3A48 !important;
}
@media screen and (max-width:767px) {
  .tribe-common .tribe-common-g-row.tribe-events-calendar-list__event-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tribe-common .tribe-common-g-row.tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-featured-image-link img {
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.find-prog-banner .page-banner .row {
  padding-bottom: 0;
}
.find-prog-banner__filter {
  padding: 30px 20px 20px;
}
.find-prog-banner__results {
  font-size: 1.125rem;
  line-height: 1.375;
  font-weight: 600;
}

.find-prog-results {
  background: #F0F7FE;
  padding: 3rem 20px;
}
.find-prog-results__loop {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, max(320px, 33.3333333333%)), 1fr));
  grid-gap: 20px;
}
.find-prog-results__no-results {
  margin: auto;
  font-size: 2rem;
  text-align: center;
  font-family: "PT Serif", serif;
}

.find-prog-form-section {
  border: 1px solid rgba(50, 94, 114, 0.3);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  max-width: 1290px;
  margin-top: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
  margin-bottom: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
  padding: 2rem 1rem 1rem;
}
@media screen and (min-width: 1200px) {
  .find-prog-form-section {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .find-prog-form-section {
    margin-bottom: 70px;
  }
}

.tax-program_type .news-filter {
  margin-bottom: 0px;
}
.tax-program_type .news-filter .row {
  padding-top: 30px;
}
.tax-program_type .archive-filter {
  margin-bottom: 90px;
  background: white;
  padding-top: 10px;
}
.tax-program_type .archive-filter .row {
  padding-bottom: 0px;
}
.tax-program_type .find-prog {
  padding: 90px 20px;
  background: white;
  margin-bottom: 130px;
}

.no-posts-found {
  max-width: 1200px;
  margin: 40px auto;
}

.filter-heads-up {
  background: white;
  padding: 30px 0px 0px;
}
.filter-heads-up h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.13px;
  line-height: 29px;
}

.tax-service_type .left-image-content {
  margin-top: 90px;
  margin-bottom: 130px;
}
.tax-service_type .featured-program {
  margin-bottom: 60px;
}
.tax-service_type .featured-program .content-column {
  position: relative;
  background: #325E72;
  padding: 55px 40px 100px 25%;
  color: white;
}
.tax-service_type .featured-program .content-column img {
  position: absolute;
  height: 80%;
  width: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 10%;
  left: -8%;
}
.tax-service_type .service-program-loop-wrapper {
  padding-top: 70px;
  background: #F0F7FE;
}
.tax-service_type .post-selector-wrapper {
  padding-bottom: 20px !important;
}
.tax-service_type .tribe-events-header,
.tax-service_type .filter-events {
  display: none !important;
}
.tax-service_type .tribe-events .tribe-events-l-container {
  min-height: unset !important;
}
.tax-service_type .event-intro {
  padding-top: 60px;
}
.tax-service_type .tribe-events-l-container {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.tax-service_type .related-resource-wrapper {
  padding-top: 130px;
  padding-bottom: 60px;
}
.tax-service_type .testing-wrapper {
  background-color: #F0F7FE;
  padding: 70px 0px 130px;
}
.tax-service_type .testing-wrapper .read-more {
  margin-top: 20px;
}
.tax-service_type .need-help {
  padding: 50px 0px 100px;
}
.tax-service_type .need-help .content-column {
  margin: 0 auto !important;
  text-align: center;
}
.tax-service_type .need-help .content-column p, .tax-service_type .need-help .content-column .gform_description {
  margin-bottom: 20px;
}
.tax-service_type .faq-wrapper {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width:979px) {
  .tax-service_type .breadcrumbs {
    padding-left: 20px;
  }
  .tax-service_type .featured-program .content-column img {
    position: relative;
    top: 0px;
    left: 0px;
    max-height: 340px;
    margin-bottom: 20px;
  }
  .tax-service_type .featured-program .content-column {
    padding: 40px 30px 70px;
    text-align: center;
  }
  .tax-service_type .featured-program .content-column .button {
    margin-bottom: 20px;
  }
  .tax-service_type .pagination-container .pagination-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%);
  }
}

.newcomers-bg {
  background-color: #F0F7FE;
}

.archive .search-container {
  display: none;
}

.find-prog-form__field {
  padding: 10px 0;
}
.find-prog-form__fieldset {
  padding: 0;
  margin: 0;
  border: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.find-prog-form__legend {
  font-weight: 600;
  font-size: 1.125rem;
  padding-bottom: 10px;
  font-family: "PT Serif", serif;
}
.find-prog-form__submit-wrapper {
  padding-top: 2rem;
}
.find-prog-form__submit::after {
  content: "";
}

.find-prog-radio {
  padding: 10px 1.5rem;
  position: relative;
  cursor: pointer;
  font-family: "PT Serif", serif;
  line-height: 1.5;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: color;
}
.find-prog-radio:hover {
  color: #325E72;
}
.find-prog-radio__label {
  display: block;
}
.find-prog-radio__label::before, .find-prog-radio__label::after {
  content: "";
  display: block;
  height: 1.125rem;
  width: 1.125rem;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: 0;
}
.find-prog-radio__label::before {
  border: 1px solid #325E72;
}
.find-prog-radio__label::after {
  background-color: #325E72;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: opacity;
}
.find-prog-radio__input {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.find-prog-radio__input:checked ~ .find-prog-radio__label::after {
  opacity: 1;
}

@media screen and (min-width:1200px) {
  .find-prog-menu-item {
    position: static;
    z-index: 3;
  }
  .find-prog-menu-item > a {
    position: relative;
    z-index: 1;
  }
  .find-prog-menu-item > a::after {
    content: "";
    position: absolute;
    height: 4rem;
    top: 100%;
    left: -100%;
    z-index: 0;
  }
}
.find-prog-menu-item__mega-menu {
  display: none;
}
@media screen and (min-width:1200px) {
  .find-prog-menu-item__mega-menu {
    border-radius: 5px;
    padding: 20px;
    display: block;
    position: absolute;
    z-index: 1001;
    background: #ffffff;
    width: calc(100vw - 40px);
    max-width: 1200px;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    right: 0;
    top: 5rem;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, transform;
    transition-property: visibility, opacity, transform, -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: visibility, opacity, transform;
  }
  .find-prog-menu-item__mega-menu--active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.find-prog-menu-item:after {
  display: none;
}
@media screen and (max-width:1199px) {
  .find-prog-menu-item #full-size-icon {
    display: none;
  }
}

.newcomers-bg + .row-center {
  border: 1px solid rgba(50, 94, 114, 0.3);
  border-bottom: 0;
  margin-top: 70px;
}

.find-prog {
  border-top: 0;
  margin-bottom: 70px;
  padding: 50px;
  padding-top: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.find-prog__form-col, .find-prog__services-col {
  -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 (min-width:769px) {
  .find-prog__form-col {
    -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%);
  }
}
.find-prog__services-col {
  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;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 20px;
}
@media screen and (min-width:769px) {
  .find-prog__services-col {
    grid-template-columns: repeat(auto-fill, minmax(200px, 250px));
    -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%);
  }
}

.single-post__title-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single-post__sub-headline {
  font-weight: 700;
  color: #325E72;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 0.5em 0 0;
  letter-spacing: 0.5px;
}
.single-post .author {
  padding: 40px 0px;
  margin: auto auto 50px;
  max-width: 990px;
  margin-top: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320));
  margin-bottom: calc(40px + (130 - 40) * (100vw - 320px) / (1200 - 320));
  position: relative;
}
@media screen and (min-width: 1200px) {
  .single-post .author {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .single-post .author {
    margin-bottom: 130px;
  }
}
.single-post .author:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  background: #325E72;
  border-radius: 5px;
}
.single-post .author img {
  min-width: 180px;
  border-radius: 5px;
}
.single-post .author .written-by {
  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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.single-post .author .written-by h6 {
  margin-right: 10px;
  color: #212121;
  letter-spacing: 2px;
  line-height: 32px;
}
.single-post .author .content-column {
  padding-left: 60px;
}
.single-post .author .content-column span,
.single-post .author .content-column h5,
.single-post .author .content-column h6,
.single-post .author .content-column p,
.single-post .author .content-column .gform_description {
  color: white;
}
@media screen and (min-width:980px) {
  .single-post .single-post-content .content-column {
    -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%);
  }
  .single-post .single-post-content .social-share {
    -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 (min-width:640px) {
  .single-post .author {
    margin-left: 20px;
    margin-right: 20px;
  }
  .single-post .author .content-column {
    padding-left: 80px !important;
  }
}
@media screen and (min-width:980px) {
  .single-post .author {
    margin: auto auto 50px;
  }
}
@media screen and (max-width:979px) {
  .single-post .social-share {
    -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%);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 !important;
  }
}
.single-post p > img.alignleft, .single-post .gform_description > img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  display: inline;
}
.single-post p > img.alignright, .single-post .gform_description > img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  display: inline;
}
.single-post p > img.aligncenter, .single-post .gform_description > img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.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: #C6DB6A;
}
.single-post-cat-list h6 {
  padding: 0 5px;
  color: #325E72;
}
.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 .content-column {
  padding: 20px;
}
.post-selector-wrapper .loop-item .content-column h4 a {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 43px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.post-selector-wrapper .loop-item .content-column h4 a:hover {
  color: #325E72;
}
@media screen and (max-width:639px) {
  .post-selector-wrapper .loop-item .content-column h4 a {
    font-size: 24px;
  }
}
.post-selector-wrapper .loop-item .image-column img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:1200px) {
  .post-selector-wrapper .loop-item .block-grid-1 .loop-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .post-selector-wrapper .loop-item .block-grid-1 .loop-item .image-column,
  .post-selector-wrapper .loop-item .block-grid-1 .loop-item .content-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%);
  }
  .post-selector-wrapper .loop-item .block-grid-1 .loop-item .content-column {
    padding: 40px;
  }
  .post-selector-wrapper .loop-item .block-grid-1 .loop-item .content-column h4 {
    font-size: 32px;
    line-height: 44px;
  }
  .post-selector-wrapper .loop-item .block-grid-1 .loop-item .image-column {
    height: 420px;
  }
  .post-selector-wrapper .loop-item .block-grid-1 .loop-item .image-column img {
    height: 420px;
  }
  .post-selector-wrapper .loop-item .block-grid-2 img {
    height: 220px;
  }
  .post-selector-wrapper .loop-item .block-grid-3 img {
    height: 220px;
  }
  .post-selector-wrapper .loop-item .block-grid-4 img {
    height: 180px;
  }
}

.featured-post-wrapper {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.related-posts .left_intro {
  background-color: #F0F7FE;
  padding-bottom: 20px;
}
.related-posts .post-selector-wrapper {
  padding-bottom: 120px;
  background-color: #F0F7FE;
}

.post-selector-wrapper .loop-item .image-column {
  overflow: hidden;
}
.post-selector-wrapper .loop-item .image-column img {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.post-selector-wrapper .loop-item:hover .image-column {
  z-index: 0;
  position: relative;
}
.post-selector-wrapper .loop-item:hover .image-column: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;
}
.post-selector-wrapper .loop-item:hover .image-column img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.post-selector-wrapper:after {
  width: 35% !important;
}

.background-post {
  padding: 40px 20px 20px 20px;
  z-index: 0;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
}
.background-post:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  -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;
}
.background-post:hover {
  z-index: 0;
  position: relative;
}
.background-post: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;
}
.background-post .content-column {
  z-index: 100;
  background: white;
  border-radius: 3px;
  position: absolute;
  width: 89%;
  bottom: 30px;
  min-height: 165px;
  text-align: center;
}
.background-post .content-column h4 a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  color: #325E72;
}

.social-share.columns-8 {
  margin: 0 auto;
}

.ways-to-give-item {
  min-height: 430px;
}

.program-loop-post {
  background: white;
  border-radius: 5px;
  padding: 20px 30px 50px;
}
.program-loop-post .single-post-cat-link {
  background: #C6DB6A;
  color: #000000;
  border-radius: 20px;
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.program-loop-post .single-post-cat-link:hover {
  background: #b6d141;
}
.program-loop-post .single-post-cat-link h6 {
  color: #000000;
  font-family: "PT Serif", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: none;
  font-weight: 500;
}
.program-loop-post .loop-title a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  color: #325E72;
}
.program-loop-post .program-eligibility-loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.program-loop-post .program-eligibility-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  margin: 0.5% 0.5% 15px 0.5%;
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  max-width: 48%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .program-loop-post .program-eligibility-item {
    -webkit-flex-basis: 98%;
        -ms-flex-preferred-size: 98%;
            flex-basis: 98%;
    max-width: 98%;
  }
}
.program-loop-post .program-eligibility-item i {
  background: #325E72;
  border-radius: 50px;
  color: white;
  padding: 10px;
  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;
}
.program-loop-post .program-eligibility-item p, .program-loop-post .program-eligibility-item .gform_description {
  padding: 0px 10px 0px !important;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

.tax-program_type {
  background: #F0F7FE;
}

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

.page-template-_posts .post-filter,
.category .post-filter {
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-template-_posts .post-filter select,
.category .post-filter select {
  border: 1px solid white;
  color: white;
}
.page-template-_posts .post-selector-wrapper,
.category .post-selector-wrapper {
  padding: 90px 10px;
}
.page-template-_posts .page-banner:before,
.category .page-banner:before {
  display: none;
}
.page-template-_posts .page-banner .row,
.category .page-banner .row {
  padding-bottom: 0 !important;
}
.page-template-_posts .post-filter .filter-form-container h6,
.category .post-filter .filter-form-container h6 {
  color: white;
}
.page-template-_posts .icon-post-wrapper.main,
.category .icon-post-wrapper.main {
  padding-top: calc(70px + (130 - 70) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(120px + (250 - 120) * (100vw - 320px) / (1200 - 320));
  background: #F0F7FE;
}
@media screen and (min-width: 1200px) {
  .page-template-_posts .icon-post-wrapper.main,
  .category .icon-post-wrapper.main {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-_posts .icon-post-wrapper.main,
  .category .icon-post-wrapper.main {
    padding-bottom: 250px;
  }
}

.single-blog-banner {
  padding-top: calc(70px + (120 - 70) * (100vw - 320px) / (1200 - 320));
  margin-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .single-blog-banner {
    padding-top: 120px;
  }
}
.single-blog-banner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  background: #325E72;
  z-index: -1;
}
.single-blog-banner .content-column {
  padding-bottom: 30px;
}
.single-blog-banner .content-column h1,
.single-blog-banner .content-column h6,
.single-blog-banner .content-column p,
.single-blog-banner .content-column .gform_description {
  color: white;
}
.single-blog-banner .content-column h6,
.single-blog-banner .content-column p,
.single-blog-banner .content-column .gform_description {
  font-family: "PT Serif", serif;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: none;
  font-weight: 500;
}
.single-blog-banner .content-column .term-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-blog-banner .content-column .term-wrapper h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 29px;
  text-transform: uppercase;
  padding-right: 20px;
}
.single-blog-banner .content-column .social-share h6 {
  text-transform: none;
}
.single-blog-banner .image-banner {
  height: 460px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  border-radius: 5px;
}
@media screen and (max-width:979px) {
  .single-blog-banner .image-banner {
    height: 200px;
    background-size: cover;
    background-position: center;
  }
  .single-blog-banner:after {
    height: 70%;
  }
}

@media screen and (max-width:979px) {
  .single-blog-banner {
    margin-bottom: 35px !important;
  }
}
.single-post-content {
  margin-bottom: 30px;
}
.single-post-content .content-column p img, .single-post-content .content-column .gform_description img {
  width: 100%;
  border-radius: 5px;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:979px) {
  .single-post-content .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%);
  }
}

blockquote {
  border: 1px solid rgba(50, 94, 114, 0.4);
  border-radius: 5px;
  padding: 40px 60px;
}
blockquote p, blockquote .gform_description {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
}
blockquote p:last-of-type, blockquote .gform_description:last-of-type {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 29px;
  font-style: normal;
  color: #DC3642;
}

.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;
}
.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 white;
  border-radius: 50%;
  background: transparent;
  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;
}
.single-post .social-list li i,
.single-post .social-list li a {
  color: white;
  font-size: 20px;
}
.single-post .social-list li:hover {
  background: #239CA4;
}
.single-post .social-list li:hover i,
.single-post .social-list li:hover a {
  color: #ffffff;
}
.single-post .blog_related_posts_intro, .single-post .news_related_posts_intro, .single-post .media_related_posts_intro {
  padding-bottom: 30px;
  padding-top: 60px;
}
@media screen and (min-width:980px) {
  .single-post .blog_related_posts_intro.left_intro .content-column, .single-post .news_related_posts_intro.left_intro .content-column, .single-post .media_related_posts_intro.left_intro .content-column {
    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;
  }
  .single-post .blog_related_posts_intro.left_intro .content-column .cta-container, .single-post .news_related_posts_intro.left_intro .content-column .cta-container, .single-post .media_related_posts_intro.left_intro .content-column .cta-container {
    margin-top: 2%;
  }
  .single-post .blog_related_posts_intro.left_intro .content-column .text-container, .single-post .news_related_posts_intro.left_intro .content-column .text-container, .single-post .media_related_posts_intro.left_intro .content-column .text-container {
    max-width: 980px;
  }
  .single-post .blog_related_posts_intro.left_intro .content-column .text-container p, .single-post .blog_related_posts_intro.left_intro .content-column .text-container .gform_description, .single-post .news_related_posts_intro.left_intro .content-column .text-container p, .single-post .news_related_posts_intro.left_intro .content-column .text-container .gform_description, .single-post .media_related_posts_intro.left_intro .content-column .text-container p, .single-post .media_related_posts_intro.left_intro .content-column .text-container .gform_description {
    padding-right: 100px;
  }
}

.single .social-share-container {
  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;
  padding-bottom: 60px;
}
.single .social-share h6 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.13px;
  line-height: 29px;
  color: #212121 !important;
  margin-right: 20px;
}
.single .social-share .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.single .social-share .social-list li {
  list-style: none;
  width: 50px;
  height: 50px;
  border: 1px solid #325E72;
  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;
  margin-right: 10px;
}
.single .social-share .social-list li a {
  padding: 15px;
}
.single .social-share .social-list li i {
  color: #325E72;
  font-size: 22px;
}
.single .social-share .social-list li:hover {
  background: #325E72;
}
.single .social-share .social-list li:hover i {
  color: white;
}
.single .left-aligned-intro .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single .left-aligned-intro .row .content-container .body {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
@media screen and (min-width:980px) {
  .single .left-aligned-intro .row .content-container .body p, .single .left-aligned-intro .row .content-container .body .gform_description {
    padding-right: 10%;
  }
}

.breadcrumbs {
  border-top: 1px solid #F0F7FE;
  border-bottom: 1px solid #F0F7FE;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumbs .row {
  list-style: none;
  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;
  padding-left: 0px;
}
.breadcrumbs .row a {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
.breadcrumbs .row .separator {
  margin: 0px 10px;
  font-size: 13px;
}
.breadcrumbs .row .item-current a {
  color: #C6DB6A;
  border-bottom: 1px solid #C6DB6A;
}

.single-award .split-intro .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:980px) {
  .single-award .split-intro .row .content-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-award .split-intro .row .content-container .body {
    padding-top: 0;
  }
}
.single-award .split-intro h2 {
  padding-bottom: 0;
}
.single-award .split-intro h6 {
  color: #DC3642;
}
.single-award .highlights-posts-wrapper .columns-12.block-grid-3 .highlight-post, .single-award .highlights-posts-wrapper .columns-10.block-grid-2 .highlight-post {
  padding: 0;
}

@media screen and (max-width:639px) {
  .wp-block-columns {
    padding: 0 !important;
  }
  .wp-block-columns .wp-container-1.wp-block-column, .wp-block-columns .wp-container-2.wp-block-column {
    padding: 0 !important;
  }
  .left-aligned-intro .content-container .body .cta-column {
    padding-left: 0;
  }
}
.item-cat.item-custom-post-type-store .bread-cat:not(:last-of-type) {
  position: relative;
  padding-right: 20px;
}
.item-cat.item-custom-post-type-store .bread-cat:not(:last-of-type):after {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f86c";
  right: 7px;
  top: -8px;
  color: black;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 1px;
  font-size: 12px;
}

@media screen and (max-width:1199px) {
  .breadcrumbs {
    margin-left: 20px;
  }
}
.related-resources {
  background: #F0F7FE;
  padding: 60px 0px 70px;
}

.related-services {
  padding: 60px 0px 70px;
}
.related-services .text-container {
  text-align: center !important;
}

.left_intro .row {
  position: relative;
}
.single-post-content {
  position: relative;
}

.social-share.row {
  width: 100%;
}

@media screen and (max-width:979px) {
  .vert-social {
    display: none;
  }
}
.vert-social .social-share {
  width: unset;
  position: absolute;
  top: 40px;
  right: 105px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vert-social .social-share h6 {
  display: none;
}
.vert-social .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0px;
}
.vert-social .social-list li {
  margin-right: 10px;
  border: 1px solid #325E72;
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 5px 0;
}
.vert-social .social-list li:hover {
  background: #325E72;
}
@media screen and (min-width:980px) {
  .vert-social .social-list li {
    width: 51px;
    height: 51px;
  }
}
.vert-social .social-list li i,
.vert-social .social-list li a {
  color: #325E72;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 20px;
}
.vert-social .social-list li:hover li {
  border: 1px solid #325E72;
}
.vert-social .social-list li:hover i,
.vert-social .social-list li:hover a {
  color: white;
}

.event-page-wrapper {
  background: #F0F7FE;
}
.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: #325E72;
}
.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: "PT Serif", 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: #F0F7FE;
}
.related-events-block .centererd_intro {
  margin-bottom: 40px;
}
.related-events-block .loop-hidden {
  background: white;
}

.centered-intro {
  width: 100%;
}
.centered-intro .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centered-intro .content-container {
  text-align: center;
}
@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-top: 0 !important;
}
.centered-intro:after {
  display: none;
}

.intro.center-align-intro .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro.center-align-intro .row .content-container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro.center-align-intro .row .content-container .body {
  padding-top: 0;
}

.wp-block-columns .wp-block-column .cta-column {
  padding-left: 0px !important;
}
@media screen and (min-width:769px) {
  .wp-block-columns .wp-block-column .headings h2, .wp-block-columns .wp-block-column .headings h3, .wp-block-columns .wp-block-column .headings h4 {
    text-align: left;
  }
  .wp-block-columns .wp-block-column .body {
    text-align: left;
  }
  .wp-block-columns .wp-block-column .body .cta-column {
    padding-left: 0px;
    margin: unset !important;
    margin-right: auto !important;
  }
  .wp-block-columns .wp-block-column .body .cta-column .cta-container {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.centered-box .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
}
.centered-box .content-container {
  text-align: 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%);
  border: 1px solid #325E72;
  border-radius: 5px;
  padding: 40px 60px;
}
@media screen and (max-width:1199px) {
  .centered-box .content-container {
    margin: 0 auto;
  }
}
.centered-box .content-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.centered-box .content-container ul > * {
  text-align: left;
  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%;
}
.centered-box .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-top: 0 !important;
}
.centered-box:after {
  display: none;
}

.single-way_to_give .centered-intro .content-container {
  border: 1px solid #325E72;
  border-radius: 5px;
  padding: 50px 50px 60px;
}
.single-way_to_give .centered-intro .content-container .body .cta-column {
  margin: 0 auto;
}

.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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.left-aligned-intro .body .cta-column {
  padding-left: 30px;
}
@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;
  -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 (min-width:980px) {
  .left-aligned-intro .content-container .cta-column .cta-container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width:979px) {
  .left-aligned-intro .content-container {
    text-align: center;
    margin: 0 auto;
  }
  .left-aligned-intro .content-container .body {
    display: block;
  }
  .left-aligned-intro .content-container .body .cta-column {
    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;
  }
}
@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 .body {
    -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%);
    padding: 35px 0px 0px 10px;
  }
}
@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 .content-container .headings h5, .split-intro .content-container .headings h6 {
  color: #DC3642 !important;
}

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

@media screen and (max-width:979px) {
  .single-resource .site-main .related-resources .related_resources_intro .content-column .text-container {
    text-align: center;
  }
  .single-resource .site-main .related-resources .related_resources_intro .content-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;
    margin-bottom: 20px;
  }
}
@media screen and (min-width:980px) {
  .single-resource .site-main .related-resources .related_resources_intro .content-column {
    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;
  }
}

@media screen and (min-width:980px) {
  .home .left-aligned-intro {
    padding-left: 20px;
  }
  .home .left-aligned-intro .row {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .home .left-aligned-intro .body {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.content-image .content-image-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;
  z-index: 10;
}
.content-image img {
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 610px;
  border-radius: 5px;
  min-width: 100%;
}
.content-image h4 {
  color: #325E72;
  font-weight: 400;
}
@media screen and (min-width:1200px) {
  .content-image .image-column {
    max-width: 580px;
    height: 580px;
  }
  .content-image .image-column img {
    height: 100%;
  }
}
.content-image .blue-card-layout .content-image-container {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
}
@media screen and (max-width:979px) {
  .content-image .blue-card-layout .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;
  }
  .content-image .blue-card-layout .content-image-container .image-column,
  .content-image .blue-card-layout .content-image-container .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%);
    margin: 0 auto;
  }
}
.content-image .blue-card-layout .content-image-container:after {
  position: absolute;
  content: "";
  width: 82%;
  height: 98%;
  top: -15%;
  right: 9%;
  border-radius: 3px;
  background: #325E72;
  z-index: -1;
}
@media screen and (max-width:1199px) {
  .content-image .blue-card-layout .content-image-container:after {
    right: 0;
  }
}
.content-image .blue-card-layout .content-image-container .content-column h2,
.content-image .blue-card-layout .content-image-container .content-column h3,
.content-image .blue-card-layout .content-image-container .content-column h4,
.content-image .blue-card-layout .content-image-container .content-column h5,
.content-image .blue-card-layout .content-image-container .content-column h6,
.content-image .blue-card-layout .content-image-container .content-column p,
.content-image .blue-card-layout .content-image-container .content-column .gform_description {
  color: white !important;
}
.content-image .blue-card-layout .content-image-container .content-column h3 {
  font-weight: 400;
}
@media screen and (min-width:980px) {
  .content-image .blue-card-layout .content-image-container .image-column img {
    width: 380px;
    height: 390px;
  }
  .content-image .blue-card-layout .content-image-container .content-column {
    padding-left: 20px;
  }
  .content-image .blue-card-layout .content-image-container .content-column .cta-container .button:first-of-type {
    margin-right: 20px;
  }
}
@media screen and (min-width:980px) {
  .content-image .blue-card-layout .content-image-container .content-column {
    padding-top: 100px !important;
  }
}
@media screen and (min-width:1200px) {
  .content-image .blue-card-layout .content-image-container .content-column {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width:480px) {
  .content-image .blue-card-layout .content-image-container:after {
    width: 100%;
    height: 100%;
    top: 10%;
    right: 0;
  }
  .content-image .blue-card-layout .content-image-container .content-column {
    padding-left: 20px;
  }
  .content-image .blue-card-layout .content-image-container .content-column .cta-container {
    padding-top: 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width:979px) {
  .content-image .blue-card-layout .content-image-container:after {
    width: 100%;
    height: 100%;
    bottom: 0;
    top: unset;
  }
  .content-image .blue-card-layout .content-image-container .content-column {
    padding-left: 20px;
  }
  .content-image .blue-card-layout .content-image-container .content-column .cta-container {
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .content-image .blue-card-layout .content-image-container .content-column .cta-container .button:first-of-type {
    margin-bottom: 30px;
  }
  .content-image .blue-card-layout .content-image-container .content-column .cta-container a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (min-width:980px) {
  .content-image .row:not(.blue-card-layout) .image-column {
    min-height: 580px;
  }
}

.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;
}
@media screen and (min-width:980px) {
  .right-image-content .image-column {
    max-height: 610px;
  }
}
.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:980px) {
  .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;
}
@media screen and (min-width:980px) {
  .left-image-content .image-column {
    max-height: 610px;
  }
}
.left-image-content .image-column .secondary-image {
  height: 400px;
  width: 400px;
  position: absolute;
  left: -40%;
  top: 10%;
}

.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;
  }
  .content-image .content-column .cta-container .button {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:639px) {
  .content-image {
    padding-top: 50px !important;
  }
}
@media screen and (max-width:767px) {
  .content-image .cta-container {
    margin: 0 auto;
  }
  .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;
  }
}
@media screen and (min-width:1200px) {
  .content-image.full_width_block .content-image-container {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .content-image.full_width_block .content-image-container .image-column img {
    min-width: 800px;
  }
  .content-image.full_width_block .content-image-container .content-column {
    padding-top: 130px;
  }
}
.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 .image-column {
  position: relative;
}
@media screen and (min-width:980px) {
  .right-image-content.background-box-1 .image-column:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 50%;
    width: 30%;
    content: "";
    background-color: #C6DB6A;
  }
}

.left-image-content.background-box-1 .image-column {
  position: relative;
}
@media screen and (min-width:980px) {
  .left-image-content.background-box-1 .image-column:after {
    position: absolute;
    left: -15%;
    top: -15%;
    height: 130%;
    width: 60%;
    z-index: -1;
    border-radius: 3px;
    content: "";
    background-color: #C6DB6A;
  }
}

.half-blue-bg.content-image {
  position: relative;
}
.half-blue-bg.content-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 55%;
  bottom: 0;
  background: #F0F7FE;
}
.half-blue-bg.content-image:before {
  position: absolute;
  content: "";
  background-image: url(../png/background_logo_asset_right_side.png);
  width: 490px;
  height: 570px;
  right: 0;
  top: -47%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.background-image-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
  position: relative;
}
.background-image-content: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;
}
.background-image-content .row .content-column {
  z-index: 100;
  padding: 60px 50px 110px 50px;
  background: white;
  border-radius: 5px;
}
@media screen and (min-width:980px) {
  .background-image-content .content-column {
    margin-right: 10%;
    padding: 40px 70px 60px 70px !important;
  }
}
.background-image-content .content-column ul {
  margin: 0;
  padding-left: 0;
}
.background-image-content .content-column ul li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
  height: 50px;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.background-image-content .content-column ul li:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f3c5";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: white;
  background: #325E72;
  width: 50px;
  height: 50px;
  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;
}
.background-image-content .content-column ul li:nth-of-type(2):before {
  content: "\f0e0";
}
.background-image-content .content-column ul li:nth-of-type(3):before {
  content: "\f10b";
}

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

@media screen and (min-width:980px) {
  .center-content-background .row .content-column {
    -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;
  }
}
.icon-post {
  text-align: center;
  z-index: 10;
  -webkit-box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.05);
  padding: 30px 15px 35px;
  border-radius: 5px;
  background: white;
}
.icon-post .content-column {
  padding: 0px !important;
}
.icon-post .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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.icon-post .cta-container a {
  margin-bottom: 20px;
}
.icon-post img {
  height: 90px;
  width: auto;
  max-width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.icon-post h4 a,
.icon-post h4 {
  color: #325E72;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
.icon-post a {
  margin-bottom: 10px;
}
.icon-post a i {
  margin-left: 10px;
}
.icon-post .icon-post-content .cta-container {
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}
.icon-post .icon-post-content .cta-container a {
  position: relative;
}
.icon-post .icon-post-content .cta-container a i.fa-arrow-to-bottom {
  position: absolute;
  right: 0px;
  bottom: 4px !important;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}
.icon-post .icon-post-content .cta-container a:hover i.fa-arrow-to-bottom {
  opacity: 1;
  -webkit-transform: translateX(22px);
          transform: translateX(22px);
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}
.icon-post .icon-post-content .cta-container a:hover:after {
  width: calc(100% + 23px);
}
.icon-post .icon-post-content .cta-container .read-more:before {
  display: none;
}
.icon-post.award-post .content-column .loop-title a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.13px;
  line-height: 29px;
  color: #212121;
}

.dark-background-icon-post .icon-post {
  border: 1px solid white;
  padding: 60px 20px 40px;
}
.dark-background-icon-post .icon-post h1,
.dark-background-icon-post .icon-post h2,
.dark-background-icon-post .icon-post h3,
.dark-background-icon-post .icon-post h4,
.dark-background-icon-post .icon-post h5,
.dark-background-icon-post .icon-post h6,
.dark-background-icon-post .icon-post p,
.dark-background-icon-post .icon-post .gform_description {
  color: white;
}
.dark-background-icon-post .icon-post .read-more {
  color: white;
  border-bottom: 1px solid white;
}

.icon-posts .block-grid-2 .icon-post {
  padding: 10px 20px 20px;
  border-radius: 3px;
  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;
  text-align: left;
  background: white;
}
.icon-posts .block-grid-2 .icon-post img {
  max-width: 60px;
  margin-right: 20px;
}
.icon-posts .block-grid-2 .icon-post h3,
.icon-posts .block-grid-2 .icon-post h4,
.icon-posts .block-grid-2 .icon-post h5 {
  font-weight: 600;
  line-height: 30px;
  color: #325E72;
  padding-bottom: 10px;
}
.icon-posts .block-grid-4 .icon-post {
  padding: 20px 30px 30px 20px;
}
.icon-posts.show-asset-1 {
  position: relative;
}
.icon-posts.show-asset-1:before {
  position: absolute;
  content: "";
  background-image: url(../png/background_logo_asset.png);
  width: 540px;
  height: 570px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.anvil-location-posts:after {
  display: none;
}
.anvil-location-posts .location-post {
  border: none;
  background: white;
  padding: 40px 50px 50px 50px;
  border-radius: 5px;
}
.anvil-location-posts .location-post .location-post-content h3,
.anvil-location-posts .location-post .location-post-content h4,
.anvil-location-posts .location-post .location-post-content h5 {
  color: #325E72;
  font-weight: 600;
}
.anvil-location-posts .location-post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.anvil-location-posts .location-post-item i {
  min-width: 50px;
  height: 50px;
  background: #325E72;
  color: white;
  border-radius: 50%;
  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-right: 20px;
}
.anvil-location-posts .location-post-item a,
.anvil-location-posts .location-post-item p,
.anvil-location-posts .location-post-item .gform_description {
  padding: 0;
}
.anvil-location-posts .location-post-item a {
  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-slideout-wrapper .block-grid-4 .background-slideout-item .background-slideout-content,
.fancy-slideout .background-slideout-item .background-slideout-content {
  width: 412%;
  display: none;
  position: relative;
  background: #325E72;
  color: white;
  top: 20px;
  padding: 45px 120px 50px 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item .icon-post,
.fancy-slideout .background-slideout-item .icon-post {
  padding: 40px 30px 50px;
  border-radius: 3px;
  min-height: 280px;
  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;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item .icon-post:hover,
.fancy-slideout .background-slideout-item .icon-post:hover {
  cursor: pointer;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item .icon-post:hover .read-more-white,
.fancy-slideout .background-slideout-item .icon-post:hover .read-more-white {
  color: #239CA4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item .icon-post::after,
.fancy-slideout .background-slideout-item .icon-post::after {
  border-radius: 3px;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item .background-slideout-content,
.fancy-slideout .background-slideout-item .background-slideout-content {
  margin: 0;
  position: relative;
  border-radius: 3px;
  margin-bottom: 15px;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item .background-slideout-content::before,
.fancy-slideout .background-slideout-item .background-slideout-content::before {
  content: "";
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  z-index: -1;
  background: #4582a8;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item .background-slideout-content .so_content-text ul:not([class]) li:before,
.fancy-slideout .background-slideout-item .background-slideout-content .so_content-text ul:not([class]) li:before {
  color: #ffffff;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item .background-slideout-content .so_content-text p a, .background-slideout-wrapper .block-grid-4 .background-slideout-item .background-slideout-content .so_content-text .gform_description a,
.fancy-slideout .background-slideout-item .background-slideout-content .so_content-text p a,
.fancy-slideout .background-slideout-item .background-slideout-content .so_content-text .gform_description a {
  color: #ffffff;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item .background-slideout-content .slideout-fees p, .background-slideout-wrapper .block-grid-4 .background-slideout-item .background-slideout-content .slideout-fees .gform_description,
.fancy-slideout .background-slideout-item .background-slideout-content .slideout-fees p,
.fancy-slideout .background-slideout-item .background-slideout-content .slideout-fees .gform_description {
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 10px 20px 10px 20px;
  margin-bottom: 10px;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item .background-slideout-content .close,
.fancy-slideout .background-slideout-item .background-slideout-content .close {
  position: absolute;
  right: 28px;
  top: 28px;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item .background-slideout-content .close i,
.fancy-slideout .background-slideout-item .background-slideout-content .close i {
  color: white;
  font-size: 22px;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(4n+1) .background-slideout-content,
.fancy-slideout .background-slideout-item:nth-child(4n+1) .background-slideout-content {
  left: 0;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(4n+1) .background-slideout-content::before,
.fancy-slideout .background-slideout-item:nth-child(4n+1) .background-slideout-content::before {
  left: 6%;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(4n+2) .background-slideout-content,
.fancy-slideout .background-slideout-item:nth-child(4n+2) .background-slideout-content {
  left: -104%;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(4n+2) .background-slideout-content::before,
.fancy-slideout .background-slideout-item:nth-child(4n+2) .background-slideout-content::before {
  left: 31%;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(4n+3) .background-slideout-content,
.fancy-slideout .background-slideout-item:nth-child(4n+3) .background-slideout-content {
  left: -208%;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(4n+3) .background-slideout-content::before,
.fancy-slideout .background-slideout-item:nth-child(4n+3) .background-slideout-content::before {
  left: 56%;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(4n+4) .background-slideout-content,
.fancy-slideout .background-slideout-item:nth-child(4n+4) .background-slideout-content {
  left: -312%;
}
.background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(4n+4) .background-slideout-content::before,
.fancy-slideout .background-slideout-item:nth-child(4n+4) .background-slideout-content::before {
  left: 82%;
}

@media screen and (max-width:1199px) {
  .background-slideout-wrapper .block-grid-4 .background-slideout-item .background-slideout-content,
  .fancy-slideout .background-slideout-item .background-slideout-content {
    width: 310%;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(3n+1) .background-slideout-content,
  .fancy-slideout .background-slideout-item:nth-child(3n+1) .background-slideout-content {
    left: 0;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(3n+1) .background-slideout-content::before,
  .fancy-slideout .background-slideout-item:nth-child(3n+1) .background-slideout-content::before {
    left: 6%;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(3n+2) .background-slideout-content,
  .fancy-slideout .background-slideout-item:nth-child(3n+2) .background-slideout-content {
    left: -105%;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(3n+2) .background-slideout-content::before,
  .fancy-slideout .background-slideout-item:nth-child(3n+2) .background-slideout-content::before {
    left: 40%;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(3n+3) .background-slideout-content,
  .fancy-slideout .background-slideout-item:nth-child(3n+3) .background-slideout-content {
    left: -210%;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(3n+3) .background-slideout-content::before,
  .fancy-slideout .background-slideout-item:nth-child(3n+3) .background-slideout-content::before {
    left: 74%;
  }
}
@media screen and (max-width:979px) {
  .background-slideout-wrapper .block-grid-4 .background-slideout-item .background-slideout-content,
  .fancy-slideout .background-slideout-item .background-slideout-content {
    width: 203%;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(2n-1) .background-slideout-content,
  .fancy-slideout .background-slideout-item:nth-child(2n-1) .background-slideout-content {
    left: 1%;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(2n-1) .background-slideout-content::before,
  .fancy-slideout .background-slideout-item:nth-child(2n-1) .background-slideout-content::before {
    left: 6%;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(2n) .background-slideout-content,
  .fancy-slideout .background-slideout-item:nth-child(2n) .background-slideout-content {
    left: -101%;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(2n) .background-slideout-content::before,
  .fancy-slideout .background-slideout-item:nth-child(2n) .background-slideout-content::before {
    left: 40%;
  }
  .background-slideout-wrapper .columns-12 {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (max-width:767px) {
  .background-slideout-wrapper .block-grid-4 .background-slideout-item .background-slideout-content,
  .fancy-slideout .background-slideout-item .background-slideout-content {
    width: 203%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(odd) .background-slideout-content,
  .fancy-slideout .background-slideout-item:nth-child(odd) .background-slideout-content {
    left: 0;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(odd) .background-slideout-content::before,
  .fancy-slideout .background-slideout-item:nth-child(odd) .background-slideout-content::before {
    left: 10%;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(even) .background-slideout-content,
  .fancy-slideout .background-slideout-item:nth-child(even) .background-slideout-content {
    left: -103%;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(even) .background-slideout-content::before,
  .fancy-slideout .background-slideout-item:nth-child(even) .background-slideout-content::before {
    left: 61%;
  }
}
@media screen and (max-width:639px) {
  .background-slideout-wrapper .block-grid-4 .background-slideout-item .background-slideout-content,
  .fancy-slideout .background-slideout-item .background-slideout-content {
    width: 100%;
    padding: 45px 100px 50px 40px;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(odd) .background-slideout-content,
  .fancy-slideout .background-slideout-item:nth-child(odd) .background-slideout-content {
    left: 0;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(odd) .background-slideout-content::before,
  .fancy-slideout .background-slideout-item:nth-child(odd) .background-slideout-content::before {
    left: 13%;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(even) .background-slideout-content,
  .fancy-slideout .background-slideout-item:nth-child(even) .background-slideout-content {
    left: 0;
  }
  .background-slideout-wrapper .block-grid-4 .background-slideout-item:nth-child(even) .background-slideout-content::before,
  .fancy-slideout .background-slideout-item:nth-child(even) .background-slideout-content::before {
    left: 13%;
  }
}
.highlights-posts-wrapper .split-highlights-wrapper {
  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;
}
.highlights-posts-wrapper .highlight-post {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.highlights-posts-wrapper .highlight-post img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.highlights-posts-wrapper .highlight-post h4, .highlights-posts-wrapper .highlight-post h3, .highlights-posts-wrapper .highlight-post h5 {
  padding-bottom: 10px;
}
.highlights-posts-wrapper .highlight-post .highlights-content {
  padding-left: 20px;
}
@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%);
  }
}
@media screen and (max-width:979px) and (max-width:767px) {
  .highlights-posts-wrapper .split-highlights-wrapper 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%);
  }
}
.highlights-posts-wrapper .block-grid-1 .highlight-post .highlights-image {
  -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%);
  border: 1px solid rgba(50, 94, 114, 0.3019607843);
  border-radius: 5px;
  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: 100px;
}
.highlights-posts-wrapper .block-grid-1 .highlight-post .highlights-image img {
  min-width: 150px;
}

.highlights-posts-wrapper .block-grid-1 .highlight-post {
  padding: 40px 0px 20px;
}
.highlights-posts-wrapper .block-grid-2 .highlight-post {
  padding: 30px 20px 20px;
}
.highlights-posts-wrapper .block-grid-3 .highlight-post {
  padding: 30px 20px 20px 0;
}
.highlights-posts-wrapper .block-grid-3 .highlight-post .highlights-content {
  padding-left: 0px;
}
.highlights-posts-wrapper .block-grid-4 {
  padding: 30px 20px 20px;
}

.highlights-posts-wrapper.one-column-layout .highlights-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:980px) {
  .highlights-posts-wrapper.one-column-layout .highlights-wrapper {
    position: relative;
  }
  .highlights-posts-wrapper.one-column-layout .highlights-wrapper:after {
    position: absolute;
    content: "";
    height: 118%;
    width: 114%;
    left: -7%;
    top: -14%;
    background: transparent;
    border: 1px solid rgba(50, 94, 114, 0.3019607843);
    border-radius: 5px;
  }
  .highlights-posts-wrapper.one-column-layout .highlights-wrapper .highlights-intro {
    margin: 0 auto;
    text-align: center;
    -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%);
  }
  .highlights-posts-wrapper.one-column-layout .highlights-wrapper .block-grid-3 {
    -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%);
  }
  .highlights-posts-wrapper.one-column-layout .highlights-wrapper .block-grid-3 .highlight-post {
    padding-left: 0 !important;
  }
}

.highlights-posts-wrapper.one-column-border .highlights-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:980px) {
  .highlights-posts-wrapper.one-column-border .highlights-wrapper {
    position: relative;
  }
  .highlights-posts-wrapper.one-column-border .highlights-wrapper:after {
    position: absolute;
    content: "";
    height: 118%;
    width: 114%;
    left: -7%;
    top: -14%;
    background: transparent;
    border: 1px solid rgba(50, 94, 114, 0.3019607843);
    border-radius: 5px;
  }
  .highlights-posts-wrapper.one-column-border .highlights-wrapper .highlights-intro {
    margin: 0 auto;
    text-align: center;
    -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%);
  }
  .highlights-posts-wrapper.one-column-border .highlights-wrapper .block-grid-3 {
    -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%);
  }
  .highlights-posts-wrapper.one-column-border .highlights-wrapper .block-grid-3 .highlight-post {
    padding-left: 0 !important;
  }
}
.highlights-posts-wrapper.one-column-border .highlights-wrapper .highlights-image {
  display: none;
}

img[src=""] {
  display: none;
}

@media screen and (max-width:1199px) {
  .single .one-column-layout.highlights {
    padding: 0 20px;
  }
  .single .one-column-layout.highlights .highlights-image {
    display: none;
  }
  .single .one-column-layout.highlights .highlights-content .header:empty {
    display: none;
  }
  .single .one-column-layout.highlights .highlights-content ul {
    margin-bottom: 0;
  }
  .single .one-column-layout.highlights .highlights-content ul li {
    margin: 0;
  }
  .single .one-column-layout.highlights .block-grid-3 {
    padding-left: 0;
    -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%);
  }
  .single .one-column-layout.highlights .block-grid-3 .highlight-post {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
  }
}
@media screen and (max-width:639px) {
  .single .one-column-layout.highlights .block-grid-3 .highlight-post {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.statistics-wrapper .statistic {
  z-index: 10;
  text-align: center;
  margin-bottom: 20px;
  background: white;
  -webkit-box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.05);
}
.statistics-wrapper .statistic .statistic-container {
  padding: 40px;
}
.statistics-wrapper .statistic .statistic-container img {
  margin-bottom: 15px;
  height: 62px;
  width: 62px;
}
.statistics-wrapper .statistic .statistic-container h2 {
  font-size: 62px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 84px;
  color: #325E72;
}
.statistics-wrapper .statistic .statistic-container .stat {
  font-size: 62px;
}
.statistics-wrapper .statistic .statistic-container .heading {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 19px;
  color: #DC3642;
  text-transform: uppercase;
}
.statistics-wrapper .statistic .statistic-container .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.background-box-1 {
  position: relative;
}
.statistics-wrapper.background-box-1:after {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  left: 17%;
  top: 0;
  background: #F0F7FE;
}

.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 {
  overflow: hidden;
}
.contact-form .follow {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #DC3642;
  letter-spacing: 2px;
  line-height: 29px;
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 10px;
}
.contact-form .contact-layout-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;
}
.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: 10px;
}
.contact-form .contact-layout-wrapper .contact-info .contact-item i {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 20px;
  color: white !important;
  background: #325E72 !important;
  border-radius: 50%;
  min-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;
}
.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;
}
.contact-form .contact-layout-wrapper .social-list li {
  margin-right: 10px;
  border: 1px solid white;
  border-radius: 50%;
  border: 1px solid #325E72;
  background: transparent;
  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 ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-form .contact-layout-wrapper .social-list li i,
.contact-form .contact-layout-wrapper .social-list li a {
  color: #325E72;
  font-size: 20px;
}
.contact-form .contact-layout-wrapper .social-list li:hover {
  background: #325E72;
}
.contact-form .contact-layout-wrapper .social-list li:hover i,
.contact-form .contact-layout-wrapper .social-list li:hover a {
  color: #ffffff;
}
.contact-form .contact-layout-wrapper .form-wrapper .gform_heading {
  display: none;
}

.form-wrapper {
  position: relative;
}
.form-wrapper form {
  position: relative;
  z-index: 10;
}
.form-wrapper form .gform_fields {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.form-wrapper form .gform_fields input,
.form-wrapper form .gform_fields textarea,
.form-wrapper form .gform_fields select {
  border-radius: 5px !important;
  background: white !important;
  border: none !important;
}
.form-wrapper form .gform_fields .gfield {
  margin-top: 0;
}
.form-wrapper form .gform_fields .gfield .ginput_complex {
  margin-top: 0;
}
.form-wrapper form .gform_fields .gfield .ginput_complex label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 2px;
  line-height: 29px;
  text-transform: uppercase;
  color: #325E72;
}
.form-wrapper form .gform_fields .gfield select, .form-wrapper form .gform_fields .gfield textarea {
  font-family: "PT Serif", serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
  padding-left: 10px;
}
.form-wrapper .gform_wrapper label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 2px;
  line-height: 29px;
  text-transform: uppercase;
  color: #325E72;
}
.form-wrapper .gform_wrapper .gform_button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  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;
  min-width: 200px;
  min-height: 60px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  position: relative;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #325E72;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.form-wrapper .gform_wrapper .gform_button span {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.form-wrapper .gform_wrapper .gform_button:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f061";
  right: 40px;
  bottom: 18px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.form-wrapper .gform_wrapper .gform_button:hover span {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.form-wrapper .gform_wrapper .gform_button:hover:before {
  opacity: 1;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.form-wrapper .gform_wrapper .gform_button:hover {
  background: #1C3A48;
}
.form-wrapper .gform_wrapper .gform_footer {
  padding: 0px;
}
.form-wrapper .gform_wrapper .gform_footer .button {
  margin: 0px;
}

.page-id-3103 .form-wrapper:after {
  position: absolute;
  content: "";
  width: 150%;
  max-width: 990px;
  height: 140%;
  top: -16%;
  left: -13%;
  background: #F0F7FE;
  z-index: 0;
}
@media screen and (max-width:1199px) {
  .page-id-3103 .form-wrapper:after {
    left: -7%;
  }
}

.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 {
    padding-top: 0 !important;
  }
  .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(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding-top: 50px;
  }
  .contact-form .contact-layout-wrapper .contact-info:after,
  .contact-form .contact-layout-wrapper .form-wrapper:after {
    top: 2%;
  }
  .contact-form .contact-layout-wrapper .contact-info .gform_fields li,
  .contact-form .contact-layout-wrapper .form-wrapper .gform_fields li {
    padding-right: 0 !important;
  }
  .contact-form .contact-layout-wrapper .contact-info {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:639px) {
  .contact-form {
    padding-top: 0 !important;
  }
  .contact-form .contact-layout-wrapper .form-wrapper .gform_fields li {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
.multi-column-form .gform_fields {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.multi-column-form .gform_fields li:nth-child(-n+5) {
  -webkit-flex-basis: calc(5.9 / 12 * 100%);
      -ms-flex-preferred-size: calc(5.9 / 12 * 100%);
          flex-basis: calc(5.9 / 12 * 100%);
  max-width: calc(5.9 / 12 * 100%);
}

.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;
  margin: 0 auto;
}
.logo-grid h3:empty {
  display: none;
}
.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-content {
  border-radius: 5px;
  padding: 30px 60px;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.logo-grid .logo-grid-content img {
  min-width: 140px;
}
.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;
}
.logo-grid.show-border-1 .logo-grid-content {
  border: 1px solid rgba(50, 94, 114, 0.3019607843);
}

@media screen and (max-width:639px) {
  .logo-grid-content {
    margin-bottom: 20px;
  }
}
.logo-slider {
  margin: 0 auto;
  max-width: 90vw;
}
.logo-slider .slick-slide {
  margin: 4px;
}
.logo-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #212121;
  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;
}
.logo-slider .slick-arrow:hover {
  cursor: pointer;
}
.logo-slider .slick-arrow i {
  font-weight: 300;
  font-size: 24px;
}
.logo-slider .slick-next {
  right: -60px;
}
.logo-slider .slick-prev {
  left: -60px;
}

@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-wyswyg {
  width: 100%;
}
.anvil-wyswyg .content-container p img, .anvil-wyswyg .content-container .gform_description img {
  width: 100%;
  border-radius: 5px;
}

.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-style: normal;
  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 #212121;
}
.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 .slick-slide.slick-current {
  overflow: visible;
}
.anvil-testimonial .testimonial-slider .slick-slide:not(.slick-active) .wrapper {
  display: none;
}
.anvil-testimonial .testimonial-slider .testimonial {
  padding-bottom: 50px;
}
.anvil-testimonial .testimonial-slider .testimonial > .wrapper {
  padding: 40px 80px;
  padding-bottom: 0;
  min-height: 350px;
  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 .wrapper {
  background: #325E72;
  border-radius: 5px;
}
.anvil-testimonial .testimonial-slider .testimonial .wrapper img {
  position: absolute;
  left: -90px;
  top: 20px;
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  z-index: 5;
}
.anvil-testimonial .testimonial-slider .testimonial .wrapper p, .anvil-testimonial .testimonial-slider .testimonial .wrapper .gform_description {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
  padding-left: 60px;
  color: white;
}
.anvil-testimonial .testimonial-slider .testimonial .quote-source {
  padding-left: 60px;
}
@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;
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 29px;
  text-transform: uppercase;
}
@media screen and (max-width:767px) {
  .anvil-testimonial .testimonial-slider .testimonial .wrapper {
    padding: 40px 40px;
  }
  .anvil-testimonial .testimonial-slider .testimonial .wrapper p, .anvil-testimonial .testimonial-slider .testimonial .wrapper .gform_description {
    padding-left: 0;
  }
  .anvil-testimonial .testimonial-slider .testimonial .wrapper .quote-source {
    padding-left: 0px;
  }
}
.anvil-testimonial .slick-arrow {
  position: absolute;
  bottom: -30px;
  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 #1C1C1C;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.anvil-testimonial .slick-arrow:hover {
  color: white;
  border: 1px solid #325E72;
  background: #325E72;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.anvil-testimonial .slick-arrow.prevArrow {
  left: 0px;
}
@media screen and (max-width:979px) {
  .anvil-testimonial .slick-arrow.prevArrow {
    right: calc(100% - 70px);
  }
}
.anvil-testimonial .slick-arrow.nextArrow {
  left: 80px;
}
@media all and (min-width: 1600px) {
  .anvil-testimonial .slick-arrow.nextArrow {
    right: 80px;
  }
}
@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(15% + 10px);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 10px;
}
@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;
  min-width: 30px;
  height: 1px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.anvil-testimonial .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 1px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #DEDEDE !important;
}
.anvil-testimonial .slick-dots li.slick-active button {
  background: #212121 !important;
}
.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 (min-width:980px) {
  .wp-block-column {
    margin-left: 0 !important;
  }
  .wp-block-column .left-aligned-intro {
    margin-right: 40px;
  }
  .wp-block-column .left-aligned-intro .row {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@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;
}
.wp-block-columns .wp-block-column .left-aligned-intro .content-container .body {
  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 (min-width:980px) {
  .wp-block-columns .wp-block-column .left-aligned-intro .content-container .body .cta-column {
    margin-right: auto;
  }
}
.wp-block-columns .wp-block-column .left-aligned-intro .content-container .body .cta-column .cta-container {
  width: 300px;
}
.wp-block-columns.lightblue-bg {
  position: relative;
}
.wp-block-columns.lightblue-bg:after {
  position: absolute;
  content: "";
  width: 150%;
  max-width: 1600px;
  height: 100%;
  top: 0;
  left: -23%;
  z-index: -1;
  background: #F0F7FE;
}
@media screen and (max-width:1199px) {
  .wp-block-columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:979px) {
  .wp-block-columns {
    display: block;
  }
  .wp-block-columns .anvil-wyswyg {
    text-align: center;
    padding: 50px 20px 20px !important;
  }
  .wp-block-columns .statistics-wrapper {
    padding: 20px !important;
    padding-top: 20px;
  }
}

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

.half-color-background {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), color-stop(50%, black));
  background: linear-gradient(0deg, white 50%, black 50%);
}

.home .wp-block-columns .wp-block-column {
  padding: 0;
}
@media screen and (min-width:640px) {
  .home .statistics-wrapper .statistic .statistic-container {
    padding: 40px 20px !important;
  }
  .home .statistics-wrapper .statistic .statistic-container .stat {
    font-size: 42px;
  }
}
@media screen and (min-width:980px) {
  .home .statistics-wrapper .statistic .statistic-container {
    padding: 40px !important;
  }
}
@media screen and (min-width:1200px) {
  .home .statistics-wrapper .statistic .statistic-container .stat {
    font-size: 62px;
  }
}

.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 {
  background-color: #F0F7FE;
  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: 15px 100px 15px 40px;
  border-radius: 3px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.accordion-label h6, .accordion-label p, .accordion-label .gform_description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 29px;
  color: #212121;
  padding-bottom: 0;
  text-transform: uppercase;
}
.accordion-label img {
  height: 50px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordion-label:after {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f077";
  font-size: 13px;
  right: 40px;
  top: 23px;
  position: absolute;
  color: inherit;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  color: #DC3642;
  font-weight: 500;
}
[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: #C6DB6A !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;
  width: 100%;
  height: 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;
  }
}

.slick-list {
  overflow: visible !important;
  overflow-x: clip !important;
}

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

.background-link {
  display: block;
}
.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;
  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;
}
.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 .loop-content {
  background: white;
  padding: 20px 30px 40px;
  border-radius: 5px;
  text-align: center;
  z-index: 10;
  position: relative;
}
.background-link .loop-item .loop-content h4 {
  color: #325E72;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.background-link .loop-item .loop-content h4:hover {
  opacity: 0.8;
}
.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;
}
.background-link .block-grid-2 .loop-item, .background-link .block-grid-3 .loop-item {
  padding: 230px 20px 20px;
}
.background-link .block-grid-4 .loop-item, .background-link .block-grid-5 .loop-item {
  padding: 120px 20px 20px;
}

.toolbox-section {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.toolbox-section::after {
  content: "";
  position: absolute;
  width: 2px;
  top: 95px;
  bottom: 183px;
  left: 50%;
  margin-left: -1px;
}
.toolbox-section .less {
  display: none;
}
.toolbox-section .less:before {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.toolbox-section .active .toolbox-trigger {
  display: none;
}
.toolbox-section .active .less {
  display: block;
}
.toolbox-section .hidden-content {
  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 .toolbox-trigger,
.toolbox-item .less {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 50px;
  width: 50px;
  border: 1px solid #325E72;
  border-radius: 50%;
}
.toolbox-item .toolbox-trigger i,
.toolbox-item .less i {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 17px;
  font-weight: 600;
  color: #325E72;
}
.toolbox-item h4 {
  color: #325E72;
  font-weight: 600;
}
.toolbox-item .date {
  padding-bottom: 20px;
}
.toolbox-item .heading {
  padding-bottom: 30px;
}
.toolbox-item .wrapper {
  padding: 40px 20px 50px;
  width: 72%;
  position: relative;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 32px 44px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 32px 44px 0 rgba(0, 0, 0, 0.04);
}
.toolbox-item::before {
  content: "";
  height: 2px;
  width: 170px;
  right: 15px;
  top: 95px;
  position: absolute;
}
.toolbox-item .fa-circle {
  font-size: 14px;
  position: absolute;
  z-index: 100;
  color: #C6DB6A;
  height: 45px;
  min-width: 45px;
  border: 1px solid;
  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%;
}
.toolbox-item:nth-of-type(even) .fa-circle {
  left: -181px;
  top: 73px;
}
.toolbox-item:nth-of-type(odd) .fa-circle {
  right: -181px;
  top: 73px;
}
@media screen and (max-width:1199px) {
  .toolbox-item:nth-of-type(even) .fa-circle {
    left: -42%;
  }
  .toolbox-item:nth-of-type(odd) .fa-circle {
    right: -42%;
  }
}
@media screen and (max-width:979px) {
  .toolbox-item:nth-of-type(even) .fa-circle {
    left: -42%;
  }
  .toolbox-item:nth-of-type(odd) .fa-circle {
    right: -42%;
  }
}
.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: 15px;
}
.toolbox-item:nth-of-type(even)::after {
  left: -10px;
}

.toolbox-trigger:hover {
  cursor: pointer;
}
.toolbox-trigger .plus {
  display: none;
}
.toolbox-trigger .minus {
  display: block;
}
.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%;
  }
}
.content-with-details .row {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.content-with-details .row .details-column {
  padding: 30px 0px 20px 60px;
}
.content-with-details .row .details-column .detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-with-details .row .details-column .detail-item i, .content-with-details .row .details-column .detail-item p, .content-with-details .row .details-column .detail-item .gform_description {
  margin-right: 10px;
}
.content-with-details .row .details-column .detail-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-with-details .row .details-column .detail-item .label {
  font-weight: bold;
}
.content-with-details .row .details-column .detail-item i {
  position: relative;
  top: 8px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 700;
  color: #325E72;
}
@media screen and (max-width:979px) {
  .content-with-details {
    display: block;
  }
  .content-with-details .content-column, .content-with-details .details-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;
  }
}

.anvil-slider {
  max-width: 1200px;
  overflow: hidden;
  padding-bottom: 100px;
}
.anvil-slider .slick-arrow {
  position: absolute;
  top: 73%;
  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 #325E72;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  color: #325E72;
  z-index: 100;
}
.anvil-slider .slick-arrow:hover {
  color: white;
  background: #325E72;
  border: 1px solid #325E72;
}
.anvil-slider .slick-arrow.prevArrow {
  right: 90px;
}
@media screen and (max-width:979px) {
  .anvil-slider .slick-arrow.prevArrow {
    right: calc(100% - 70px);
  }
}
.anvil-slider .slick-arrow.nextArrow {
  right: 10px;
}
@media all and (min-width: 1600px) {
  .anvil-slider .slick-arrow.nextArrow {
    right: 10px;
  }
}
@media screen and (max-width:767px) {
  .anvil-slider .slick-arrow.nextArrow {
    left: unset;
    right: 10px;
  }
}
.anvil-slider .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-slider .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-slider .slick-dots {
    top: 0;
  }
}
.anvil-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.anvil-slider .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-slider .slick-dots li.slick-active button {
  background: #239CA4;
}

.post-slider-wrapper {
  position: relative;
}
.post-slider-wrapper .row {
  max-width: 1397px;
}
.post-slider-wrapper .loop-item {
  background-repeat: no-repeat;
  background-size: cover;
}
.post-slider-wrapper .slick-slider {
  position: relative;
}
.post-slider-wrapper .slick-slider .icon-post {
  padding: 30px 25px 35px;
  min-height: 340px;
}
.post-slider-wrapper .slick-track {
  padding-bottom: 50px;
}
.post-slider-wrapper .loop-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  border-radius: 100px 0 0 0;
}
.post-slider-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;
}
.post-slider-wrapper .loop-content::after {
  border-radius: 100px 0 0 0;
}
.post-slider-wrapper .loop-content .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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 560px;
  padding: 20px 30px 60px 30px;
}
.post-slider-wrapper .loop-content .content-column h3 {
  color: #ffffff;
}
.post-slider-wrapper .slick-slide {
  width: 480px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post-slider-wrapper .slick-dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 50px;
}
.post-slider-wrapper .slick-dots [type=button] {
  background-color: unset;
}
.post-slider-wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  min-width: 30px;
  height: 1px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.post-slider-wrapper .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 4px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #DEDEDE !important;
}
.post-slider-wrapper .slick-dots li.slick-active button {
  background: #212121 !important;
}
.post-slider-wrapper .slick-arrow {
  position: absolute;
  bottom: 0;
  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 #1C1C1C;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 20;
}
.post-slider-wrapper .slick-arrow:hover {
  color: white;
  border: 1px solid #325E72;
  background: #325E72;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.post-slider-wrapper .slick-arrow.prevArrow {
  left: 13%;
}
.post-slider-wrapper .slick-arrow.nextArrow {
  left: 7%;
}
@media screen and (max-width:979px) {
  .post-slider-wrapper .slick-dots {
    padding-left: 20px;
  }
  .post-slider-wrapper .slick-arrow {
    bottom: -6%;
  }
  .post-slider-wrapper .slick-arrow.prevArrow {
    left: 6%;
  }
  .post-slider-wrapper .slick-arrow.nextArrow {
    left: calc(6% + 65px);
  }
}
@media screen and (max-width:767px) {
  .post-slider-wrapper .slick-dots {
    padding-left: 20px;
  }
  .post-slider-wrapper .slick-dots li {
    min-width: 50px;
  }
  .post-slider-wrapper .slick-arrow {
    bottom: -6%;
  }
  .post-slider-wrapper .slick-arrow.prevArrow {
    left: 6%;
  }
  .post-slider-wrapper .slick-arrow.nextArrow {
    left: calc(6% + 65px);
  }
}

.post-selector-wrapper {
  position: relative;
}
.post-selector-wrapper .loop-item {
  background-repeat: no-repeat;
  background-size: cover;
}
.post-selector-wrapper .slick-slider {
  position: relative;
}
.post-selector-wrapper .slick-slider .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.post-selector-wrapper .slick-slider .slick-track .slick-slide {
  height: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post-selector-wrapper .slick-slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-selector-wrapper .loop-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  position: relative;
  border-radius: 100px 0 0 0;
  position: relative;
}
.post-selector-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;
}
.post-selector-wrapper .loop-content h3 {
  position: relative;
  display: inline-block;
}
.post-selector-wrapper .loop-content:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 174, 188, 0.3);
  border-radius: 100px 0 0 0;
}
.post-selector-wrapper .loop-content::after {
  border-radius: 100px 0 0 0;
}
.post-selector-wrapper .loop-content .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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 560px;
  padding: 20px 30px 60px 30px;
}
.post-selector-wrapper .loop-content .content-column h3 {
  color: #ffffff;
}
.post-selector-wrapper .slick-list {
  padding: 0 20% 0 0;
}
.post-selector-wrapper .slick-slide {
  width: 380px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post-selector-wrapper .slick-dots {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 50px;
  position: relative;
  left: 13%;
  bottom: 30px;
}
.post-selector-wrapper .slick-dots [type=button] {
  background-color: unset;
}
.post-selector-wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  min-width: 30px;
  height: 1px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.post-selector-wrapper .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 1px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #DEDEDE !important;
}
.post-selector-wrapper .slick-dots li.slick-active button {
  background: #212121 !important;
}
.post-selector-wrapper .slick-arrow {
  position: absolute;
  bottom: 0px;
  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 #1C1C1C;
  border-radius: 50%;
}
.post-selector-wrapper .slick-arrow.prevArrow {
  left: 0;
}
.post-selector-wrapper .slick-arrow.nextArrow {
  right: 7%;
}
@media screen and (max-width:979px) {
  .post-selector-wrapper .slick-dots {
    padding-left: 80px;
    bottom: 2px;
  }
  .post-selector-wrapper .slick-arrow {
    bottom: -6%;
  }
  .post-selector-wrapper .slick-arrow.prevArrow {
    left: 6%;
  }
  .post-selector-wrapper .slick-arrow.nextArrow {
    left: calc(6% + 65px);
  }
}
@media screen and (max-width:767px) {
  .post-selector-wrapper .slick-dots {
    padding-left: 29%;
  }
  .post-selector-wrapper .slick-dots li {
    min-width: 25px;
  }
  .post-selector-wrapper .slick-arrow {
    bottom: -6%;
  }
  .post-selector-wrapper .slick-arrow.prevArrow {
    left: 6%;
  }
  .post-selector-wrapper .slick-arrow.nextArrow {
    left: calc(6% + 65px);
  }
}
@media screen and (max-width:639px) {
  .post-selector-wrapper .slick-dots {
    padding-left: 37%;
    bottom: 7px;
  }
}

.post-slider .slick-slide {
  overflow: visible;
}
.post-slider .slick-slide .loop-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
}
.post-slider .slick-slide .loop-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.post-selector-wrapper .post-slider .loop-item .content-column h4 a {
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 30px;
}
.post-selector-wrapper .loop-item.background-post .content-column h4 a {
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 30px;
}

.centered-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.centered-button .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.left-aligned-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.left-aligned-button .row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.cta-container.vertical-button {
  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;
}
.cta-container.vertical-button .button {
  margin: 10px 0;
}

.events-calendar-wrapper .tribe-events-calendar-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
.events-calendar-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
  padding: 0px;
  margin: 0.5% 0.8% 20px 0.8% !important;
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (min-width:769px) {
  .events-calendar-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width:767px) {
  .events-calendar-wrapper .tribe-events-calendar-list .tribe-common-g-row.tribe-events-calendar-list__event-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .events-calendar-wrapper .tribe-events-calendar-list .tribe-common-g-row.tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-details.tribe-common-g-col {
    padding-bottom: 20px;
  }
}
.events-calendar-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag {
  min-width: 50px !important;
  max-height: 100px !important;
}
@media screen and (min-width:1200px) {
  .events-calendar-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag {
    min-width: 80px !important;
  }
}
.events-calendar-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__month-separator {
  display: none;
}
.events-calendar-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .tribe-common-h5 {
  font-size: 32px !important;
  letter-spacing: 0;
  line-height: 43px;
}
@media screen and (min-width:980px) {
  .events-calendar-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image-wrapper {
    width: 25% !important;
  }
}
.events-calendar-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image {
  height: 110px !important;
}
@media screen and (max-width:767px) {
  .events-calendar-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image {
    height: 150px !important;
  }
}
@media screen and (min-width:1200px) {
  .events-calendar-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image {
    min-width: 120px;
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
}
@media screen and (min-width:1200px) {
  .events-calendar-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event-details {
    width: 75% !important;
  }
}
.events-calendar-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.events-calendar-wrapper .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-description {
  display: none !important;
}
.events-calendar-wrapper .tribe-events-calendar-list .tribe-common .tribe-common-b2 {
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: 18px;
}
.events-calendar-wrapper .tribe-events-calendar-list-nav,
.events-calendar-wrapper .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}
.events-calendar-wrapper .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  min-height: unset !important;
}

.tribe-events-event-meta:before,
#tribe-events-footer {
  border-top: unset !important;
}

.events-calendar-wrapper .tribe-events-pro-photo__event-featured-image-wrapper {
  height: 360px;
}
.events-calendar-wrapper .tribe-common img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-calendar-wrapper .tribe-events-pro-photo__event-date-tag {
  background: #325E72;
  border-radius: 5px;
}
.events-calendar-wrapper .tribe-events-pro-photo__event-date-tag span {
  color: white !important;
}
.events-calendar-wrapper .tribe-common .tribe-common-b2 time,
.events-calendar-wrapper .tribe-common .tribe-common-b2 span {
  font-size: 14px !important;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: 18px !important;
  text-transform: uppercase;
  color: #DC3642;
  font-weight: 600 !important;
}
.events-calendar-wrapper .tribe-common .tribe-common-h6 a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #325E72 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 30px !important;
}
.events-calendar-wrapper .tribe-events-pro .tribe-events-pro-photo__event-date-tag {
  height: 45px;
}

.home .events-calendar-wrapper .tribe-common .tribe-common-h6 a {
  color: #212121 !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 43px !important;
}
.home .events-calendar-wrapper .tribe-common .tribe-common-b2 span,
.home .events-calendar-wrapper .tribe-common .tribe-common-b2 time {
  letter-spacing: 1px;
}
.home .tribe-events-calendar-list .tribe-events-calendar-list__event-venue.tribe-common-b2 .tribe-events-calendar-list__event-venue-address,
.home .tribe-events-calendar-list__event-venue-title.tribe-common-b2--bold {
  font-family: "PT Serif", serif;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  line-height: 18px;
  color: #212121 !important;
  text-transform: none;
  font-weight: 500 !important;
}
.home .tribe-common-g-row.tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5 {
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
.home .tribe-common-g-row.tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-weekday {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600 !important;
}

@media screen and (max-width:639px) {
  .tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width:480px) {
  .tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tribe-events-meta-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 200px;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
}

@media screen and (max-width:1199px) {
  .slideout-item .team-slideout-hidden {
    padding: 20px;
  }
  .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;
  }
  .mobile-translate {
    display: block !important;
  }
  .mobile-translate .switcher {
    margin-left: 40px !important;
    margin-top: 20px !important;
    border-radius: 3px !important;
  }
}
@media screen and (max-width:979px) {
  .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;
  }
  .main-menu li + li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .single-post .author .content-column {
    padding-left: 20px;
  }
  .single-post .author img {
    height: auto;
    margin-right: 20px;
    width: auto;
  }
  .left-content-background .row-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .background-image-content .row .content-column {
    -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%);
    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;
  }
}
@media screen and (max-width:767px) {
  .page-banner .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .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%);
  }
  .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%);
  }
}
@media screen and (max-width:639px) {
  .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%);
  }
  .single-post .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: 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%);
    padding: 40px 20px;
  }
  .single-post .author .read-more {
    text-align: left;
  }
  .single-post .author img {
    margin-bottom: 20px;
  }
  .single-post .author .columns-2 {
    -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%);
  }
  .single-post .author .content-column {
    padding-left: 60px;
    -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%);
  }
  .page-id-2562 .post-slider-wrapper {
    overflow: hidden;
  }
  .page-id-2562 .slick-slider .slick-dots {
    display: none !important;
  }
  .page-id-2562 .slick-slider .slick-arrow.prevArrow {
    bottom: -15%;
  }
  .page-id-2562 .slick-slider .slick-arrow.nextArrow {
    bottom: -15%;
  }
}
.placeholder-text {
  display: none;
}
/*# sourceMappingURL=main-style.css.map */
