@charset "UTF-8";

/**
 *  Colors
================================================= */

/**
 *  Text COlor
================================================= */

/**
 *  Text Sylte
================================================= */

/**
 *  Grid Settings
================================================= */

/**
 Animation
*/

/**
 *  Media Query
================================================= */

/**
 *  Globals
================================================= */

/*
 |----------------------------------------------------------------
 |  Fluid Calculation
 |----------------------------------------------------------------
 */

/*
 |----------------------------------------------------------------
 |  Font Faces
 |----------------------------------------------------------------
 */

/*
 |----------------------------------------------------------------
 |  Letter spacing
 |----------------------------------------------------------------
 */

/*
 |----------------------------------------------------------------
 |  Fluid Property
 |----------------------------------------------------------------
 */

/*
 |----------------------------------------------------------------
 |  Fluid Property Alias
 |----------------------------------------------------------------
 */

/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */

/*
 |----------------------------------------------------------------
 |  Fluid Height Calculation
 |----------------------------------------------------------------
 */

/*
 |----------------------------------------------------------------
 |  Overlay Pseudo
 |----------------------------------------------------------------
 */

/*
 |----------------------------------------------------------------
 |  Gravityform
 |----------------------------------------------------------------
 */

.flex {
  display: flex;
  flex-wrap: wrap;
}

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

.border-radius {
  border-radius: 10px;
}

/*
 |----------------------------------------------------------------
 |  Floating Animation
 |----------------------------------------------------------------
 */

.blue-line-image {
  height: 3px;
  width: 100px;
  background: #53B8C9;
  margin-bottom: 20px;
}

.blue-line-intro {
  height: 3px;
  width: 60px;
  background: #53B8C9;
  margin-bottom: 20px;
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-5px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-5px);
  }

  100% {
    transform: translatey(0px);
  }
}

/*
 |----------------------------------------------------------------
 |  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 {
  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 {
  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] {
  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: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.row-center {
  justify-content: center;
}

.row-right {
  justify-content: flex-end;
}

.row-middle {
  align-items: center;
}

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

.row-reverse {
  flex-direction: row-reverse;
}

[class*=columns-] {
  padding-left: 10px;
  padding-right: 10px;
}

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

.columns-1 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 > * {
  flex-basis: calc(1 / 1 * 100%);
  max-width: calc(1 / 1 * 100%);
}

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

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

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

[class*=block-grid-] {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

[class*=block-grid-] > * {
  padding-left: 10px;
  padding-right: 10px;
}

.block-grid-center {
  justify-content: center;
}

.block-grid-right {
  justify-content: flex-end;
}

.block-grid-spread {
  justify-content: space-between;
}

.block-grid-equal {
  justify-content: space-around;
}

.block-grid-middle {
  align-items: center;
}

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

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

.block-grid-flatten > * {
  display: flex;
}

.block-grid-flatten > * > * {
  width: 100%;
}

/**
 *  Spacing
================================================= */

/*
 |----------------------------------------------------------------
 |  Html / Body
 |----------------------------------------------------------------
 */

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

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

body {
  font-family: "Open Sans", sans-serif;
  color: #262626;
  max-width: 1600px;
  margin: 0 auto;
}

::-moz-selection {
  background: #20363F;
  color: white;
}

::selection {
  background: #20363F;
  color: white;
}

::-moz-selection {
  background: #20363F;
  color: white;
}

@-ms-viewport {
  width: device-width;
}

/*
 |----------------------------------------------------------------
 |  Headings
 |----------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0;
  padding-bottom: 25px;
  font-weight: 400;
  color: inherit;
}

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: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding-bottom: 20px;
  color: inherit;
}

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 + (66 - 40) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 52px;
  }
}

@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    line-height: 66px;
  }
}

h2,
.h2 {
  font-size: calc(30px + (42 - 30) * (100vw - 320px) / (1200 - 320));
  line-height: calc(38px + (54 - 38) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}

@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    line-height: 54px;
  }
}

h3,
.h3 {
  font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1200 - 320));
  line-height: calc(32px + (48 - 32) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1200px) {
  h3,
  .h3 {
    line-height: 48px;
  }
}

h4,
.h4 {
  font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1200 - 320));
  line-height: calc(22px + (31 - 22) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    line-height: 31px;
  }
}

h5,
.h5 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  line-height: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@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(15px + (18 - 15) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  h6,
  .h6 {
    line-height: 18px;
  }
}

/*
 |----------------------------------------------------------------
 |  Paragraph
 |----------------------------------------------------------------
 */

p,
.gform_description {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1200 - 320));
  line-height: calc(24px + (30 - 24) * (100vw - 320px) / (1200 - 320));
  margin: 0;
  padding-bottom: 20px;
  font-family: oscine, sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (min-width: 1200px) {
  p,
  .gform_description {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  p,
  .gform_description {
    line-height: 30px;
  }
}

p:empty,
.gform_description:empty {
  display: none;
}

.page-banner p,
.page-banner .gform_description {
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1200 - 320));
  line-height: calc(24px + (30 - 24) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .page-banner p,
  .page-banner .gform_description {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .page-banner p,
  .page-banner .gform_description {
    line-height: 30px;
  }
}

/*
 |----------------------------------------------------------------
 |  Horizontal Line
 |----------------------------------------------------------------
 */

hr {
  border: none;
  border-bottom: 1px solid #20363F;
  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: #F2F7FA;
  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;
}

/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */

ul:not([class]),
ol:not([class]) {
  margin: 0 0 25px 10px;
  padding-left: 25px;
}

ul:not([class]) li,
ol:not([class]) li {
  line-height: 27px;
  font-weight: 300;
  color: #20363F;
  line-height: 1.6;
  position: relative;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
}

ul:not([class]) li + li,
ol:not([class]) li + li {
  margin-top: 0.8rem;
}

ul:not([class]) li:before,
ol:not([class]) li:before {
  content: "";
  height: 2px;
  width: 10px;
  background: #53B8C9;
  position: absolute;
  left: -25px;
  top: 12px;
}

ul:not([class]) ul:not([class]),
ul:not([class]) ol:not([class]),
ol:not([class]) ul:not([class]),
ol:not([class]) ol:not([class]) {
  margin: 0 0 25px 10px;
  padding-left: 25px;
}

ol:not([class]) {
  counter-reset: my-counter;
}

ol:not([class]) li:before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  top: 1px;
  color: #555;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  ol:not([class]) li:before {
    font-size: 16px;
  }
}

/*
 |----------------------------------------------------------------
 |  Link
 |----------------------------------------------------------------
 */

a {
  transition-duration: 250ms;
  transition-property: background-color, color, border, opacity, text-indent;
  text-decoration: none;
  color: #20363F;
  font-family: oscine, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 23px;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

p a,
.gform_description a,
ul:not([class]) a,
ol:not([class]) a {
  border-bottom: 2px solid #F2F7FA;
  opacity: 1;
}

p a:hover,
.gform_description a:hover,
ul:not([class]) a:hover,
ol:not([class]) a:hover {
  opacity: 0.7;
}

/*
 |----------------------------------------------------------------
 |  Image
 |----------------------------------------------------------------
 */

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img.aligncenter {
  display: block;
}

/*
 |----------------------------------------------------------------
 |  WP Image classes
 |----------------------------------------------------------------
 */

[class*=wp-image-] {
  margin-top: 15px;
}

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

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

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

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

.wp-caption img {
  display: block;
  margin-bottom: 0;
}

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

/*
 |----------------------------------------------------------------
 |  Custom Image Classes
 |----------------------------------------------------------------
 */

/*
 |----------------------------------------------------------------
 |  Video
 |----------------------------------------------------------------
 */

/*
 |----------------------------------------------------------------
 |  Iframe - anvil wraps embedded iframes with .flex-video, so that
 |  class can be used to style iframes
 |----------------------------------------------------------------
 */

.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 50px 0;
  border-radius: 5px;
  overflow: hidden;
}

.flex-video iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

/*
 |----------------------------------------------------------------
 |  Block Quote
 |----------------------------------------------------------------
 */

blockquote {
  border-left: 5px solid #20363F;
  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-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 18px;
  transition-duration: 0.2s;
  transition-property: background-color, color, border, opacity;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 0;
  min-width: 180px;
  min-height: 70px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}

@media screen and (min-width: 1200px) {
  .button {
    font-size: 14px;
  }
}

.button.default {
  background-color: #20363F;
}

/*
 |----------------------------------------------------------------
 |  Button Base/Mixin
 |----------------------------------------------------------------
 */

.two {
  color: #EA6C51;
  background: unset;
  border: 1px solid #EA6C51;
}

.two:hover {
  background: #ffffff;
  color: #EA6C51;
}

.one {
  color: white;
  background: #EA6C51;
  border: 1px solid #EA6C51;
}

.one:focus,
.one:hover {
  background: #ffffff;
  color: #EA6C51;
  border: 1px solid #EA6C51;
}

.button.blue {
  background: #29638B;
  border-color: #29638B;
  color: white;
}

.button.light-blue {
  background: #53B8C9;
  border-color: #53B8C9;
  color: white;
}

.button.small {
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1200 - 320));
  letter-spacing: 1px;
  padding: 6px 10px;
  min-height: auto;
  min-width: auto;
}

@media screen and (min-width: 1200px) {
  .button.small {
    font-size: 12px;
  }
}

.read-more {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 1px;
  border-bottom: 1px solid #EA6C51;
  color: #EA6C51;
  border-radius: 0px !important;
  letter-spacing: 2px;
  line-height: 18px;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
}

.read-more:hover {
  color: #20363F;
  border-bottom: 1px solid #20363F;
}

.read-more:hover i,
.read-more:focus i {
  color: #20363F;
}

/**
 *	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 {
  transition-duration: 0.25s;
  transition-property: background-color, color, border, opacity, transform;
  box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
  border-radius: none;
  outline: none;
  border: 1px solid #F2F7FA;
  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: #262626;
}

@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: #20363F;
}

[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-image: url("https://projectgreenlight.io/images/select-icon.png");
  background-position: calc( 100% - 10px ) center;
  background-repeat: no-repeat;
  cursor: pointer;
}

select[multiple] {
  height: auto;
}

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

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

label {
  text-transform: uppercase;
  color: #20363F;
  font-family: Oscine;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 29px;
}

input[type=email],
input[type=text] {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
}

.blog-grid .block-grid-3 {
  margin: 0;
  padding: 0 10px;
}

.blog-grid .block-grid-3 .image-column {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width:767px) {
  .blog-grid .block-grid-3 > * {
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }
}

.loop-item .image-column {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 240px;
}

.loop-item .image-column img {
  min-height: 240px;
}

.loop-item.search {
  display: flex;
  margin-bottom: 50px;
}

.loop-item.search .image-column {
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.loop-item.search .content-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .loop-item.search .content-column {
    padding-left: 30px;
  }
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-gap: 2rem;
}

.challenge-grid .content-column p + p,
.challenge-grid .content-column .gform_description + p,
.challenge-grid .content-column p + .gform_description,
.challenge-grid .content-column .gform_description + .gform_description {
  padding-top: 0;
}

.loop-post .challenge-card {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: space-evenly;
}

.single-post-cat-list {
  display: flex;
  flex-wrap: wrap;
}

.single-post-cat-list .divider {
  height: 10px;
  width: 13px;
  transform: rotate(90deg);
  border-bottom: 1.5px solid #20363F;
  margin: 8px;
  margin-top: 7px;
  margin-right: -2px;
  padding: 0;
}

.single-post-cat-list p,
.single-post-cat-list .gform_description,
.single-post-cat-list a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #20363F;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  padding-bottom: 20px;
}

.single-post-cat-list a:hover {
  color: #427083;
}

.single-post-cat-list .post-date {
  margin-left: 10px;
}

/*
 |----------------------------------------------------------------
 |  Wrappers
 |----------------------------------------------------------------
 */

.gform_wrapper {
  overflow: hidden;
  margin-bottom: 35px;
}

/*
 |----------------------------------------------------------------
 |  Structure
 |----------------------------------------------------------------
 */

.gform_footer {
  display: flex;
  align-items: center;
}

.gform_footer .button {
  margin-right: 1.5rem;
}

/*
 |----------------------------------------------------------------
 |  Gform Heading
 |----------------------------------------------------------------
 */

.gform_description {
  display: block;
}

.validation_error {
  background: rgba(242, 247, 250, 0.5);
  border-left: 3px solid #9A323C;
  margin: 0 0 25px;
  padding: 25px;
}

/*
 |----------------------------------------------------------------
 |  Gform Body
 |----------------------------------------------------------------
 */

.gform_fields {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1180px;
  margin-left: -10px;
  margin-right: -10px;
}

.gfield {
  padding-left: 10px;
  padding-right: 10px;
  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: calc(2 / 3 * 100%);
}

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

.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  border-color: #9A323C;
}

.validation_message {
  margin-top: 5px;
  color: #9A323C;
  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;
}

.ginput_complex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ginput_complex span {
  width: 100%;
  display: block;
}

.ginput_complex input {
  width: 100%;
}

.ginput_complex label {
  display: block;
}

@media screen and (min-width:768px) {
  .ginput_complex span {
    width: 48%;
  }

  .ginput_complex span:last-of-type {
    margin-left: auto;
  }
}

/*
 |----------------------------------------------------------------
 |  Gform Field Class
 |----------------------------------------------------------------
 */

.gf_full {
  flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

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

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

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

.gf_list_inline .gfield_checkbox,
.gf_list_inline .gfield_radio {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1180px;
  margin-left: -10px;
  margin-right: -10px;
}

.gf_list_inline .gfield_checkbox li,
.gf_list_inline .gfield_radio li {
  padding-left: 10px;
  padding-right: 10px;
}

/*
 |----------------------------------------------------------------
 |  Gform Footer
 |----------------------------------------------------------------
 */

.gf_submit:not(.button) {
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 18px;
  transition-duration: 0.2s;
  transition-property: background-color, color, border, opacity;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 0;
  min-width: 180px;
  min-height: 70px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}

@media screen and (min-width: 1200px) {
  .gf_submit:not(.button) {
    font-size: 14px;
  }
}

.gform_ajax_spinner {
  margin-left: 10px;
}

/*
 |----------------------------------------------------------------
 |  Special Fields - Datepicker
 |----------------------------------------------------------------
 */

.ui-datepicker {
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.ui-datepicker-header {
  display: flex;
  align-items: center;
  background: #20363F;
}

.ui-datepicker-header .ui-icon {
  display: none;
}

.ui-datepicker-prev {
  padding: 5px 10px;
  flex-basis: 25px;
  cursor: pointer;
}

.ui-datepicker-prev:before {
  content: "\F0D9";
  font-family: FontAwesome;
  text-rendering: auto;
  font-smoothing: antialiased;
  color: white;
}

.ui-datepicker-next {
  padding: 5px 10px;
  flex-basis: 25px;
  cursor: pointer;
  order: 1;
}

.ui-datepicker-next:before {
  content: "\F0DA";
  font-family: FontAwesome;
  text-rendering: auto;
  font-smoothing: antialiased;
  color: white;
}

.ui-datepicker-title {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
}

.ui-datepicker-month,
.ui-datepicker-year {
  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: #F2F7FA;
}

.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: #20363F;
  color: white;
}

a.fancybox-play {
  display: block;
  position: relative;
}

a.fancybox-play .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.fancybox-play .play-icon svg {
  filter: drop-shadow(0 0 0.75rem #000);
}

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

@media screen and (max-width:979px) {
  .centered_intro .columns-10 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

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

.centered_intro .blue-line-intro {
  margin: 0 auto;
}

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

@media screen and (max-width:979px) {
  .left_intro .columns-10 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

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

.left_intro .content-column {
  position: relative;
  flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

.left_intro .text-container {
  text-align: left;
  width: 60%;
}

.left_intro .cta-column {
  position: absolute;
  right: 100px;
  bottom: 10px;
}

@media screen and (max-width:979px) {
  .left_intro p,
  .left_intro .gform_description {
    padding: 0px 0px 20px;
  }

  .left_intro .text-container {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .left_intro p,
  .left_intro .gform_description {
    width: 100%;
  }

  .left_intro .cta-column {
    position: unset !important;
  }
}

.centered_intro_border {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

@media screen and (max-width:979px) {
  .centered_intro_border .columns-10 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

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

.centered_intro_border .blue-line-intro {
  margin: 0 auto;
}

.centered_intro_border .blue-line-intro {
  display: none;
}

.centered_intro_border h6 {
  color: #53B8C9;
}

.centered_intro_border h2 {
  color: #20363F;
}

.centered_intro_border .content-column {
  flex-basis: calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%);
  border-radius: 30px 5px 5px 5px;
  box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
  border: 1px solid #53B8C9;
  padding: 50px 50px 90px;
}

.centered_intro_border .content-column a {
  margin: 0 auto;
}

.centered_intro_border .cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-component .image-column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-component .image-column img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width:979px) {
  .content-component div.row {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .content-component .columns-6 {
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    margin: 0 auto;
  }

  .content-component .image-column {
    width: 100%;
    overflow: hidden;
  }

  .content-component .content-column {
    justify-content: center;
  }
}

@media screen and (max-width:767px) {
  .content-component .columns-6 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .content-component .content-column {
    text-align: center;
  }
}

.content_block p,
.content_block .gform_description {
  font-weight: 400;
}

.content_block a {
  font-weight: 600;
  font-size: inherit;
  border-bottom: none;
  text-decoration: underline;
  color: #EA6C51;
}

.content_block a:hover,
.content_block a:focus {
  color: #20363F;
  text-decoration: underline;
  border-bottom: none;
}

.content_block .gform_body .gfield {
  margin-bottom: 40px;
}

.content_block .gform_body .gfield_description {
  margin-bottom: 0.5rem;
}

.content_block .gform_body .instruction {
  margin-top: 0.5rem;
}

.content_block .gform_body label {
  text-transform: capitalize;
  color: #20363F;
  font-family: Oscine;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
}

.content_block .gform_body input[type=text],
.content_block .gform_body input[type=email],
.content_block .gform_body input[type=url],
.content_block .gform_body input[type=number],
.content_block .gform_body input[type=tel],
.content_block .gform_body textarea,
.content_block .gform_body select {
  color: #262626;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
}

.content_block .gform_body .ginput_container_radio label,
.content_block .gform_body .ginput_container_address label,
.content_block .gform_body .ginput_container_time label,
.content_block .gform_body input[type=checkbox] ~ label,
.content_block .gform_body input[type=radio] ~ label {
  font-size: 15px;
  font-weight: normal;
}

.content_block .gform_body .clear-multi {
  display: flex;
  justify-content: start;
}

.content_block .gform_body .clear-multi .ginput_container_time + .ginput_container_time {
  margin-left: 1rem;
}

.content_block .gform_footer .gform_button {
  color: white;
  background: #EA6C51;
  border: 1px solid #EA6C51;
}

.content_block .gform_footer .gform_button:focus,
.content_block .gform_footer .gform_button:hover {
  background: #ffffff;
  color: #EA6C51;
  border: 1px solid #EA6C51;
}

.gform_drop_area {
  padding: 15px;
  border: 1px dashed #ccc;
  border-radius: 3px;
  text-align: center;
}

.gform_drop_area .button {
  color: white;
  background: #EA6C51;
  border: 1px solid #EA6C51;
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1200 - 320));
  letter-spacing: 1px;
  padding: 6px 10px;
  min-height: auto;
  min-width: auto;
  margin-left: 0.25rem;
}

.gform_drop_area .button:focus,
.gform_drop_area .button:hover {
  background: #ffffff;
  color: #EA6C51;
  border: 1px solid #EA6C51;
}

@media screen and (min-width: 1200px) {
  .gform_drop_area .button {
    font-size: 12px;
  }
}

.right_content_full_image .row {
  max-width: 100vw;
}

.right_content_full_image .image-column {
  flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}

@media screen and (max-width:979px) {
  .right_content_full_image .image-column {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

.right_content_full_image .row {
  flex-direction: row-reverse;
}

.right_content_full_image .content-column {
  display: flex;
  justify-content: flex-start;
}

.right_content_standard_image .row {
  flex-direction: row-reverse;
}

.left_content_full_image .row {
  max-width: 100vw;
}

.left_content_full_image .image-column {
  flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}

@media screen and (max-width:979px) {
  .left_content_full_image .image-column {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

.left_content_full_image .content-column {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width:980px) {
  .right_content_standard_image .row-center {
    justify-content: flex-end;
    position: relative;
    flex-wrap: nowrap;
  }

  .right_content_standard_image .image-column {
    flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }

  .right_content_standard_image .content-column {
    position: relative;
    z-index: 1;
    padding: 50px;
    box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
    border-radius: 30px 5px 5px 5px;
    background: white;
  }
}

@media screen and (max-width:979px) {
  .right_content_standard_image .image-column {
    max-height: 340px;
    border-radius: 5px;
    padding: 0px;
  }

  .right_content_standard_image .content-column {
    box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
    padding: 40px 20px;
    background: white;
  }
}

@media screen and (min-width:980px) {
  .left_content_standard_image .row-center {
    justify-content: flex-end;
    position: relative;
    flex-wrap: nowrap;
  }

  .left_content_standard_image .image-column {
    flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }

  .left_content_standard_image .content-column {
    padding: 90px 50px;
    box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
    border-radius: 30px 5px 5px 5px;
    background: white;
  }
}

@media screen and (max-width:979px) {
  .left_content_standard_image .image-column {
    max-height: 340px;
    border-radius: 5px;
    padding: 0px;
  }

  .left_content_standard_image .content-column {
    box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
    padding: 40px 20px;
    background: white;
  }
}

.full_width_background_callout {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.full_width_background_callout .row {
  padding: 200px 0;
  justify-content: flex-end;
}

.full_width_background_callout .content-column {
  z-index: 10;
  flex-basis: calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
}

@media screen and (max-width:979px) {
  .full_width_background_callout .row {
    padding: 100px 0;
    justify-content: center;
  }

  .full_width_background_callout .content-column {
    text-align: center;
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
}

.centered_background_full {
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  padding-top: calc(80px + (130 - 80) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(80px + (130 - 80) * (100vw - 320px) / (1200 - 320));
  position: relative;
}

@media screen and (min-width: 1200px) {
  .centered_background_full {
    padding-top: 130px;
  }
}

@media screen and (min-width: 1200px) {
  .centered_background_full {
    padding-bottom: 130px;
  }
}

.centered_background_full:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
}

.centered_background_full p,
.centered_background_full .gform_description {
  width: 70%;
  margin: 0 auto;
}

.centered_background_full .content-column {
  color: #ffffff;
  z-index: 1000;
}

.faq-postings {
  margin-bottom: 60px;
  width: 100%;
}

.faq-postings .content-component .text-container {
  text-align: center;
}

@media screen and (max-width:979px) {
  .faq-postings .content-component .columns-10 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .faq-postings .content-component .text-container {
    text-align: center;
  }
}

.faq-postings .content-component .blue-line-intro {
  margin: 0 auto;
}

.accordion-holder {
  padding: 20px 0;
}

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

.accordion-holder .accordion-content p,
.accordion-holder .accordion-content .gform_description {
  font-size: 16px;
}

.accordion-controls {
  display: flex;
}

.accordion-controls a {
  display: inline-block;
  padding: 5px 10px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1200 - 320));
  color: #20363F;
  text-transform: uppercase;
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .accordion-controls a {
    font-size: 14px;
  }
}

.accordion-controls a:hover {
  opacity: 0.5;
}

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

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

.accordion-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 20px;
  border-radius: 0px;
  background: #F2F7FA;
  position: relative;
  color: #20363F;
  font-size: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
  text-transform: uppercase;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .accordion-label {
    font-size: 15px;
  }
}

.accordion-label p,
.accordion-label .gform_description {
  padding: 0px;
}

.accordion-label img {
  height: 50px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion-label h5 {
  padding: 0 25px 0px 40px;
  color: #20363F;
  text-transform: none;
  width: 78%;
}

.accordion-label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\F056";
  font-size: 32px;
  position: absolute;
  right: 30px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  border: unset;
  border-radius: 50%;
  background-color: white;
  color: #20363F;
  transform: rotateX(180deg);
  transform-origin: center;
}

[data-status=opened] .accordion-label {
  color: #20363F;
}

[data-status=opened] .accordion-label:after {
  content: "\F055";
  transform: rotateX(-180deg);
  color: #20363F;
  border: unset;
}

.accordion-label span {
  margin-left: 15px;
}

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

@media screen and (max-width:979px) {
  .accordion-holder {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .accordion-holder h5 {
    width: 70%;
  }
}

/*
 |----------------------------------------------------------------
 |  Banner Structure
 |----------------------------------------------------------------
 */

.page-banner {
  background-size: cover;
  background-position: center;
  background-color: #53B8C9;
  margin-bottom: calc(40px + (100 - 40) * (100vw - 320px) / (1200 - 320));
  position: relative;
}

@media screen and (min-width: 1200px) {
  .page-banner {
    margin-bottom: 100px;
  }
}

.page-banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
}

.page-banner .row {
  padding-top: calc(140px + (175 - 140) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .page-banner .row {
    padding-top: 175px;
  }
}

.page-banner .button {
  margin-right: 20px;
}

.page-banner .content-container {
  z-index: 10;
}

.page-banner .content-container h2,
.page-banner .content-container h1,
.page-banner .content-container h6,
.page-banner .content-container p,
.page-banner .content-container .gform_description {
  color: #ffffff;
}

.page-banner .content-container p,
.page-banner .content-container .gform_description {
  padding-bottom: 70px;
  font-weight: 600;
}

@media screen and (max-width:767px) {
  .page-banner .button {
    margin-bottom: 20px;
    margin-right: auto;
  }
}

.homepage-banner {
  position: relative;
}

.homepage-banner .row {
  padding-top: calc(100px + (200 - 100) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (200 - 40) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .homepage-banner .row {
    padding-top: 200px;
  }
}

@media screen and (min-width: 1200px) {
  .homepage-banner .row {
    padding-bottom: 200px;
  }
}

.homepage-banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
}

.homepage-banner:after {
  z-index: 0;
}

.homepage-banner .content-column {
  z-index: 10;
}

.single-page-banner .columns-12 {
  z-index: 1000;
}

.single-page-banner .row {
  align-content: flex-end;
}

.single-page-banner div.content-container {
  padding-bottom: 0;
}

.single-page-banner .post-meta-container {
  display: flex;
  justify-content: space-between;
  height: 90px;
  width: 250px;
  border-radius: 5px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.single-page-banner .post-meta-container img,
.single-page-banner .post-meta-container a {
  height: 100%;
}

.single-page-banner .post-meta-container .post-meta p,
.single-page-banner .post-meta-container .post-meta .gform_description {
  padding-bottom: 0;
}

.single-page-banner .social-list,
.single-page-banner .social-share {
  display: flex;
  align-items: flex-end;
}

.single-page-banner .social-share .subtitle {
  padding-bottom: 0;
  margin-right: 15px;
}

.single-page-banner .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-page-banner .social-list li {
  margin-right: 10px;
}

.single-page-banner .columns-12 {
  padding: 0;
}

.banner-logos {
  z-index: 10;
  display: flex;
}

.banner-logos article {
  margin-right: 15px;
}

.banner-logos p,
.banner-logos .gform_description {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #53B8C9;
  letter-spacing: 2px;
  padding-bottom: 8px;
}

.banner-logos .logo-container {
  background: #ffffff;
  border-radius: 5px;
  padding: 0 10px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
}

.gallery .play-logo {
  height: 100px;
  width: 100px;
  position: absolute;
  left: 43%;
  top: 40%;
}

.gallery .gallery-wrapper {
  position: relative;
  margin: 0 auto;
}

.gallery .gallery-wrapper .slick-track {
  width: 100% !important;
}

.gallery .gallery-wrapper .slick-track .slick-slide {
  width: 100% !important;
}

.gallery .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

.gallery .slick-next {
  right: -50px;
}

.gallery .slick-prev {
  left: -50px;
}

.gallery .gallery-image {
  display: flex !important;
  justify-content: center;
  max-height: 500px;
  overflow: hidden;
}

.gallery .gallery-image a {
  width: 100%;
}

.gallery .gallery-image .image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
  width: 100%;
}

@media screen and (max-width:480px) {
  .gallery .gallery-image,
  .gallery img {
    max-height: 300px;
  }
}

.slick-thumbnail-grid {
  max-height: 500px;
  max-width: 100% !important;
  /* the slides */
  /* the parent */
}

.slick-thumbnail-grid .gallery-nav-image {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 155px;
  overflow: hidden;
}

.slick-thumbnail-grid .gallery-nav-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

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

.fade,
.one-time,
.single-item,
.gallery {
  display: flex;
  padding-bottom: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
  border: 1px solid #F2F7FA;
}

@media screen and (min-width: 1200px) {
  .fade,
  .one-time,
  .single-item,
  .gallery {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .fade,
  .one-time,
  .single-item,
  .gallery {
    padding-top: 60px;
  }
}

.fade .slick-next.slick-arrow,
.fade .slick-prev.slick-arrow,
.one-time .slick-next.slick-arrow,
.one-time .slick-prev.slick-arrow,
.single-item .slick-next.slick-arrow,
.single-item .slick-prev.slick-arrow,
.gallery .slick-next.slick-arrow,
.gallery .slick-prev.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fade .image-slide,
.one-time .image-slide,
.single-item .image-slide,
.gallery .image-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fade .image-slide img,
.one-time .image-slide img,
.single-item .image-slide img,
.gallery .image-slide img {
  height: 700px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.fade i.fa.fa-chevron-circle-right,
.fade .fa-chevron-circle-left,
.one-time i.fa.fa-chevron-circle-right,
.one-time .fa-chevron-circle-left,
.single-item i.fa.fa-chevron-circle-right,
.single-item .fa-chevron-circle-left,
.gallery i.fa.fa-chevron-circle-right,
.gallery .fa-chevron-circle-left {
  height: calc(40px + (60 - 40) * (100vw - 320px) / (1200 - 320));
  width: calc(40px + (60 - 40) * (100vw - 320px) / (1200 - 320));
  background-color: #484963;
  opacity: 0.6;
  transition: all 0.2s;
}

@media screen and (min-width: 1200px) {
  .fade i.fa.fa-chevron-circle-right,
  .fade .fa-chevron-circle-left,
  .one-time i.fa.fa-chevron-circle-right,
  .one-time .fa-chevron-circle-left,
  .single-item i.fa.fa-chevron-circle-right,
  .single-item .fa-chevron-circle-left,
  .gallery i.fa.fa-chevron-circle-right,
  .gallery .fa-chevron-circle-left {
    height: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .fade i.fa.fa-chevron-circle-right,
  .fade .fa-chevron-circle-left,
  .one-time i.fa.fa-chevron-circle-right,
  .one-time .fa-chevron-circle-left,
  .single-item i.fa.fa-chevron-circle-right,
  .single-item .fa-chevron-circle-left,
  .gallery i.fa.fa-chevron-circle-right,
  .gallery .fa-chevron-circle-left {
    width: 60px;
  }
}

.fade i.fa.fa-chevron-circle-right:hover,
.fade .fa-chevron-circle-left:hover,
.one-time i.fa.fa-chevron-circle-right:hover,
.one-time .fa-chevron-circle-left:hover,
.single-item i.fa.fa-chevron-circle-right:hover,
.single-item .fa-chevron-circle-left:hover,
.gallery i.fa.fa-chevron-circle-right:hover,
.gallery .fa-chevron-circle-left:hover {
  opacity: 1;
}

.gallery .fa-chevron-circle-right {
  position: relative;
  left: -50px;
  z-index: 100;
}

.gallery .fa-chevron-circle-left {
  position: relative;
  left: 50px;
  z-index: 100;
}

.gallery .fa-chevron-circle-right:before {
  content: "\F0DA";
  position: relative;
  top: 23px;
  left: 26px;
  color: #ffffff;
}

.gallery .fa-chevron-circle-left:before {
  content: "\F0D9";
  position: relative;
  top: 23px;
  right: -25px;
  color: #ffffff;
}

.image-slider-wrapper .fa-chevron-circle-right {
  position: relative;
  left: calc(-15px + (-50 - -15) * (100vw - 320px) / (1200 - 320));
  z-index: 100;
}

@media screen and (min-width: 1200px) {
  .image-slider-wrapper .fa-chevron-circle-right {
    left: -50px;
  }
}

.image-slider-wrapper .fa-chevron-circle-left {
  position: relative;
  right: calc(-15px + (-50 - -15) * (100vw - 320px) / (1200 - 320));
  z-index: 100;
}

@media screen and (min-width: 1200px) {
  .image-slider-wrapper .fa-chevron-circle-left {
    right: -50px;
  }
}

.image-slider-wrapper .fa-chevron-circle-right:before {
  content: "\F0DA";
  position: relative;
  left: calc(14px + (26 - 14) * (100vw - 320px) / (1200 - 320));
  top: calc(10px + (23 - 10) * (100vw - 320px) / (1200 - 320));
  color: #ffffff;
}

@media screen and (min-width: 1200px) {
  .image-slider-wrapper .fa-chevron-circle-right:before {
    left: 26px;
  }
}

@media screen and (min-width: 1200px) {
  .image-slider-wrapper .fa-chevron-circle-right:before {
    top: 23px;
  }
}

.image-slider-wrapper .fa-chevron-circle-left:before {
  content: "\F0D9";
  position: relative;
  right: calc(-14px + (-25 - -14) * (100vw - 320px) / (1200 - 320));
  top: calc(10px + (23 - 10) * (100vw - 320px) / (1200 - 320));
  color: #ffffff;
}

@media screen and (min-width: 1200px) {
  .image-slider-wrapper .fa-chevron-circle-left:before {
    right: -25px;
  }
}

@media screen and (min-width: 1200px) {
  .image-slider-wrapper .fa-chevron-circle-left:before {
    top: 23px;
  }
}

.single-item {
  position: relative;
}

ul.slick-dots {
  list-style: none;
  position: absolute;
  display: flex;
  bottom: 93px;
  left: 50%;
  margin-left: -160px;
}

ul.slick-dots button {
  height: 5px;
  width: 40px;
  background: white;
  color: white;
  max-height: 3px;
  font-size: 0px;
  margin-right: 10px;
  opacity: 0.6;
  border: none;
}

ul.slick-dots .slick-active button {
  opacity: 1;
  border: none;
}

.team-slideout-wrapper {
  overflow: hidden;
  padding: 0;
  margin: 0 10px;
}

.team-slideout-component .page-section {
  padding-bottom: 60px;
}

.team-grid {
  position: relative;
  margin-bottom: -20px;
}

.team-grid .accordion-entry[data-status=opened] .team-info::after {
  content: "-" !important;
  padding-bottom: 5px;
}

.team-grid .accordion-entry:last-child {
  margin-bottom: 20px;
}

.team-grid div article {
  margin-top: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(25px + (25 - 25) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(25px + (25 - 25) * (100vw - 320px) / (1200 - 320));
  background-color: #9A323C;
  background-color: #9A323C;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .team-grid div article {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .team-grid div article {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .team-grid div article {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .team-grid div article {
    padding-left: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .team-grid div article {
    padding-right: 25px;
  }
}

.team-grid div:nth-child(3n+2) article {
  right: 106%;
}

.team-grid div:nth-child(3n+3) article {
  right: 211%;
}

.team_content {
  padding-top: calc(40px + (50 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .team_content {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .team_content {
    padding-bottom: 20px;
  }
}

.team-member-container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  z-index: 1;
}

.team-member-container .accordion-label {
  padding: 0;
  position: relative;
  cursor: pointer;
}

.team-member-container .accordion-label .content {
  position: relative;
}

.team-member-container .accordion-label .content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.team-member-container .accordion-label .content .team-info {
  z-index: 3;
  position: relative;
}

.team-member-container .accordion-label .content .team-info h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.55px;
  letter-spacing: 0.55px;
}

.team-member-container .accordion-label .content .team-info h6 {
  font-size: 14px;
  line-height: 1.5;
}

.team-member-container .accordion-label .content .team-info h5,
.team-member-container .accordion-label .content .team-info h6 {
  max-width: 75%;
}

.team-member-container .accordion-label .content .team-info::after {
  position: absolute;
  color: #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 80%;
  content: "+";
  font-weight: 100;
  top: 0;
  font-size: 32px;
  width: 30px;
  height: 30px;
  background: #3b0206;
  mix-blend-mode: multiply;
  background: #ffffff;
  border-radius: 50%;
  border: none;
  transform: none;
}

.team-member-container .team-member-info {
  width: 100vw;
  max-width: 1180px;
  position: relative;
}

.team-member-container .team-member-info .team-info-wrapper {
  display: flex;
}

.team-member-container .team-member-info .team-info-wrapper img {
  max-width: 400px;
  max-height: 240px;
  margin-right: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-member-container .team-member-info .team-info-wrapper .team-member-pic {
  width: 400px;
  height: 250px;
  background-size: cover;
  background-position: 0 10%;
  background-repeat: no-repeat;
}

.team-member-container .team-member-info .team-info-wrapper .close {
  position: absolute;
  cursor: pointer;
  top: 3%;
  right: 3%;
  background: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-member-container .team-member-info .team-info-wrapper .close i {
  font-weight: 100;
  color: #9A323C;
  font-size: 18px;
}

.team-member-container .team-bio {
  margin-left: calc(30px + (30 - 30) * (100vw - 320px) / (1200 - 320));
  color: #ffffff;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .team-member-container .team-bio {
    margin-left: 30px;
  }
}

.team-member-container .team-bio a {
  color: #ffffff;
}

.team-member-container .team-bio .bio-name {
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(6px + (6 - 6) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .team-member-container .team-bio .bio-name {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .team-member-container .team-bio .bio-name {
    padding-bottom: 6px;
  }
}

.team-member-container .team-bio .bio-position {
  font-size: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
  font-weight: 900;
}

@media screen and (min-width: 1200px) {
  .team-member-container .team-bio .bio-position {
    font-size: 15px;
  }
}

.team-member-container .team-bio .bio-short-bio {
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .team-member-container .team-bio .bio-short-bio {
    font-size: 18px;
  }
}

.team-member-container .team-bio .bio-contact-info {
  display: flex;
  flex-direction: column;
}

.team-member-container .team-bio .bio-contact-info a {
  text-decoration: none;
  border-bottom: none;
  color: white;
}

.team-member-container .content {
  padding-top: calc(40px + (220 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(10px + (25 - 10) * (100vw - 320px) / (1200 - 320));
  background-size: cover;
  background-position: center;
  z-index: 0;
  width: 100%;
  max-height: 310px;
  min-height: 310px;
}

@media screen and (min-width: 1200px) {
  .team-member-container .content {
    padding-top: 220px;
  }
}

@media screen and (min-width: 1200px) {
  .team-member-container .content {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .team-member-container .content {
    padding-left: 25px;
  }
}

.team-member-container .content:hover::after {
  z-index: -1;
}

.team-member-container .content:after {
  z-index: -1;
}

.team-member-container .content .team-content {
  z-index: 1000;
}

.team-member-container .content h5,
.team-member-container .content h6 {
  z-index: 1000;
  color: #ffffff;
  padding-bottom: calc(5px + (5 - 5) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .team-member-container .content h5,
  .team-member-container .content h6 {
    padding-bottom: 5px;
  }
}

.featured-team-member {
  margin-bottom: 40px;
}

.featured-team-member .image-column {
  padding: 0;
}

.featured-team-member .content-column {
  padding: 0 40px;
}

.featured-team-member .team-member-pic {
  height: 100%;
}

.filter-section {
  z-index: 10;
  padding: 40px 0px;
}

.filter-section .filter-container {
  min-height: unset;
  padding-top: 0px;
  padding-left: 0px;
  justify-content: flex-end;
}

.filter-section h6 {
  padding-bottom: 0;
  margin-right: 15px;
  text-transform: uppercase;
  min-width: 110px;
  color: #20363F;
}

.filter-section .view-all {
  color: #262626;
  text-decoration: underline;
}

.filter-section .filter-form-container,
.filter-section .filter-form-container .search-form,
.filter-section .filter-form-container .flex-container {
  display: flex;
  align-items: center;
}

.filter-section .filter-form-container .flex-container {
  margin-right: 15px;
  width: 100%;
}

.filter-section .filter-form-container .flex-container .select-container {
  margin-right: 15px;
  min-width: 200px;
}

.filter-section .filter-form-container .search-form {
  pointer-events: auto;
  justify-content: space-between;
  flex-basis: 100%;
  font-size: 12px;
}

.filter-section .filter-form-container .search-form input {
  height: 50px;
  border-radius: 3px;
}

.filter-section .filter-form-container .search-form select {
  background-image: none;
}

.filter-section .filter-form-container .search-form .select-container {
  background: #ffffff;
  position: relative;
  border-radius: 6px;
}

.filter-section .filter-form-container .search-form .select-container i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #20363F;
  pointer-events: none;
}

.filter-section .filter-form-container .search-form .button {
  margin-right: 15px;
  min-width: 180px;
  background: #20363F;
  color: #ffffff;
}

.filter-section .filter-form-container .search-container {
  min-width: 200px;
}

@media screen and (max-width:1199px) {
  .filter-section .filter-form-container,
  .filter-section .filter-form-container .search-form,
  .filter-section .filter-form-container .flex-container {
    flex-wrap: wrap;
  }

  .filter-section .filter-form-container h6,
  .filter-section .filter-form-container a,
  .filter-section .filter-form-container .button,
  .filter-section .filter-form-container .select-container {
    margin-bottom: 15px;
  }
}

@media screen and (max-width:979px) {
  .filter-section .filter-form-container .select-container {
    flex-basis: 100%;
  }
}

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

.simple-filter-form form {
  margin: 0;
}

.pagination-container {
  width: 100%;
  padding: 30px 0;
}

.pagination-container .wrapper a {
  color: #262626;
}

.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: flex;
  justify-content: space-between;
  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: #20363F;
  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: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #2B2B2B;
}

.pagination-container .pagination-column .prev-disabled,
.pagination-container .pagination-column .next-disabled {
  opacity: 0.5;
  display: flex;
  align-items: center;
}

.pagination-container .pagination-column .prev-disabled i,
.pagination-container .pagination-column .next-disabled i {
  font-size: 16px;
}

.pagination-container .pagination-column .fa-arrow-right {
  margin-left: 12px;
}

.pagination-container .pagination-column .fa-arrow-left {
  margin-right: 12px;
}

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

@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 .current {
  background: #20363F;
  padding: 3px 10px 4px 10px;
  margin: 0 6px;
  border-radius: 50px;
  color: #ffffff;
}

.pagination-container .pagination-column .page-lists a,
.pagination-container .pagination-column .page-lists span {
  color: #20363F;
  font-size: 18px;
  font-weight: 600;
  margin: 0 10px;
  display: inline-block;
}

.team-slideout-hidden {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:767px) {
  .team-slideout-hidden {
    flex-direction: column;
  }

  .team-slideout-hidden .columns-4,
  .team-slideout-hidden .columns-6 {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
}

.team-slideout-content {
  padding: 10px;
  z-index: 100;
}

.team-slideout-content > * {
  padding-bottom: 5px;
}

.slideout-container {
  width: 100%;
}

.slideout-item {
  margin-bottom: 20px;
}

.slideout-item .loop-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  min-height: 370px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.slideout-item .loop-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
}

.slideout-item .loop-content h5 {
  color: #262626;
  z-index: 1000;
}

.slideout-item .loop-content h6 {
  color: #EA6C51;
  text-transform: uppercase;
  z-index: 1000;
}

.slideout-item .loop-content .icon {
  position: absolute;
  bottom: 20px;
  right: 25px;
  color: white;
  background: #EA6C51;
  z-index: 1000;
  height: 30px;
  width: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding-top: 2px;
}

.slideout-item .loop-content .icon:hover {
  cursor: pointer;
}

.slideout-item .loop-content .icon i {
  font-size: 14px;
}

.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 .active-bar {
  display: none;
  justify-content: center;
  width: 100%;
  height: 0px;
  background: #555;
  position: absolute;
  bottom: -20px;
  left: 0px;
}

.slideout-item .loop-content .active-bar::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #555;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 2;
}

.slideout-item .loop-content.show-slideout .active-bar {
  display: flex;
}

.slideout-item .loop-hidden {
  display: none;
  padding: calc(20px + (90 - 20) * (100vw - 320px) / (1200 - 320));
  position: relative;
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #F2F7FA;
}

@media screen and (min-width: 1200px) {
  .slideout-item .loop-hidden {
    padding: 90px;
  }
}

.slideout-item .loop-hidden h6 {
  color: #EA6C51;
  text-transform: uppercase;
}

.slideout-item .loop-hidden h5 {
  padding-bottom: 5px;
  color: #262626;
}

.slideout-item .loop-hidden * {
  color: #262626;
}

.slideout-item .loop-hidden .close {
  position: absolute;
  top: 7%;
  right: 3%;
}

.slideout-item .loop-hidden .close:hover {
  cursor: pointer;
}

.slideout-item .loop-hidden .close i {
  color: #ffffff;
  font-size: 20px;
}

.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 {
  width: 420%;
}

.slideout-container.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 {
  left: -108%;
}

.slideout-container.block-grid-4 .slideout-item:nth-child(4n+3) .loop-hidden {
  left: -214%;
}

.slideout-container.block-grid-4 .slideout-item:nth-child(4n+4) .loop-hidden {
  left: -321%;
}

.slideout-container.block-grid-2 .slideout-item .loop-hidden {
  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:979px) {
  /*
  |----------------------------------------------------------------
  | Slideout Component
  |----------------------------------------------------------------
  */

  .slideout-container.block-grid-4 > * {
    flex-basis: calc(1 / 3 * 100%);
    max-width: calc(1 / 3 * 100%);
  }

  .slideout-container.block-grid-4 .slideout-item .loop-hidden {
    width: 310%;
  }

  .slideout-container.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 {
    left: -105%;
  }

  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden {
    left: -210%;
  }
}

@media screen and (max-width:767px) {
  .slideout-container.block-grid-4 > *,
  .slideout-container.block-grid-3 > * {
    flex-basis: calc(1 / 2 * 100%);
    max-width: calc(1 / 2 * 100%);
  }

  .slideout-container.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.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.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: -103%;
  }
}

.callout-posts {
  padding: 40px 0;
}

.callout-posts .full-width .content-container {
  padding-bottom: calc(30px + (30 - 30) * (100vw - 320px) / (1200 - 320));
}

.callout-posts .full-width .content-container .banner-content-box {
  display: flex;
}

.callout-posts .full-width .content-container .text-container {
  flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}

.callout-posts .full-width .content-container .cta-column {
  flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .callout-posts .full-width .content-container {
    padding-bottom: 30px;
  }
}

.callout-posts .half-width {
  margin-bottom: 50px;
  display: flex;
}

.callout-posts .half-width article.content-component {
  flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
  border-radius: 5px;
  display: flex;
}

.callout-posts .half-width article.content-component > .row {
  width: 100%;
}

.callout-posts .half-width article.content-component .content-container {
  z-index: 2;
  display: flex;
  align-items: center;
}

.callout-posts .half-width > div {
  flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
  padding-left: 50px;
}

.callout-posts .half-width .icon-post-item {
  display: flex;
  margin-bottom: 25px;
}

.callout-posts .half-width .icon-post-item .icon-container {
  padding-right: 20px;
}

.callout-posts .half-width .icon-post-item img {
  width: 100px;
}

.callout-posts .half-width .icon-post-item .text-container > * {
  padding-bottom: 5px;
}

@media screen and (max-width:979px) {
  .callout-posts .half-width {
    flex-wrap: wrap;
  }

  .callout-posts .half-width article.content-component {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .callout-posts .half-width > div {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

@media screen and (max-width:767px) {
  .callout-posts .half-width .post-wrapper > *,
  .callout-posts .full-width .post-wrapper > * {
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }
}

.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: flex;
  justify-content: center;
  align-items: center;
}

.page-nav .all-posts .button {
  color: white;
  background: #EA6C51;
  border: 1px solid #EA6C51;
}

.page-nav .all-posts .button:focus,
.page-nav .all-posts .button:hover {
  background: #ffffff;
  color: #EA6C51;
  border: 1px solid #EA6C51;
}

.page-nav .prev-column,
.page-nav .next-column {
  position: relative;
}

.page-nav .prev-column::after,
.page-nav .next-column::after {
  position: absolute;
  font-family: FontAwesome;
  text-rendering: auto;
  font-smoothing: antialiased;
  color: #262626;
  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: #262626;
}

.page-nav .prev-column h4,
.page-nav .next-column h4 {
  color: #20363F;
  padding-bottom: 10px;
}

.page-nav .prev-column {
  padding-left: 8%;
}

.page-nav .prev-column::after {
  left: 18%;
  content: "\F053";
}

.page-nav .next-column {
  display: flex;
  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;
}

.icon-post-wrapper {
  margin-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .icon-post-wrapper {
    margin-bottom: 40px;
  }
}

.icon-post-wrapper .icon-loop-block {
  justify-content: space-around;
}

.icon-post-wrapper .icon-post {
  margin-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-direction: column;
  min-width: 300px;
  border: 1px solid #F2F7FA;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .icon-post-wrapper .icon-post {
    margin-bottom: 40px;
  }
}

.icon-post-wrapper .icon-post p,
.icon-post-wrapper .icon-post .gform_description {
  text-align: center;
}

.icon-post-wrapper .block-grid-2 .icon-post {
  max-width: 49%;
}

.icon-post-wrapper .block-grid-3 .icon-post {
  max-width: 32%;
}

.icon-post-wrapper img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
}

.background-post-wrapper {
  margin-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .background-post-wrapper {
    margin-bottom: 40px;
  }
}

.background-post-wrapper .background-post-loop {
  justify-content: space-around;
  align-items: center;
}

.background-post-wrapper .single-post-cat-list {
  justify-content: center;
}

.background-post-wrapper .block-grid-2 .loop-content {
  max-width: 49%;
}

.background-post-wrapper .block-grid-3 .loop-content {
  max-width: 32%;
}

.background-post-wrapper .loop-content {
  padding-top: calc(60px + (200 - 60) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (60 - 40) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  margin-bottom: 20px;
  min-width: 300px;
  text-align: center;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1200px) {
  .background-post-wrapper .loop-content {
    padding-top: 200px;
  }
}

@media screen and (min-width: 1200px) {
  .background-post-wrapper .loop-content {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .background-post-wrapper .loop-content {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .background-post-wrapper .loop-content {
    padding-right: 40px;
  }
}

@media screen and (max-width:979px) {
  .background-post-wrapper .background-post-loop {
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }

  .background-post-wrapper .block-grid-2 .loop-content {
    max-width: 100%;
    min-width: 100%;
  }

  .background-post-wrapper .block-grid-3 .loop-content {
    max-width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width:639px) {
  .background-post-wrapper .background-post-loop {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
}

.blog-post-wrapper,
.single-post {
  margin-bottom: 20px;
}

.blog-post-wrapper .blog-post-loop,
.single-post .blog-post-loop {
  justify-content: space-between;
  align-items: center;
}

.blog-post-wrapper .image-column,
.single-post .image-column {
  height: 280px;
  padding: 0px;
}

.blog-post-wrapper .image-column img,
.single-post .image-column img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-post-wrapper .content-column,
.single-post .content-column {
  padding-top: calc(20px + (10 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (10 - 20) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(30px + (10 - 30) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(30px + (10 - 30) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .blog-post-wrapper .content-column,
  .single-post .content-column {
    padding-top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-post-wrapper .content-column,
  .single-post .content-column {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-post-wrapper .content-column,
  .single-post .content-column {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-post-wrapper .content-column,
  .single-post .content-column {
    padding-right: 10px;
  }
}

.blog-post-wrapper .content-column .single-post-cat-list p,
.blog-post-wrapper .content-column .single-post-cat-list .gform_description,
.single-post .content-column .single-post-cat-list p,
.single-post .content-column .single-post-cat-list .gform_description {
  width: unset;
}

.blog-post-wrapper .loop-content,
.single-post .loop-content {
  margin-bottom: 20px;
}

@media screen and (max-width:979px) {
  .blog-post-wrapper .blog-post-loop,
  .single-post .blog-post-loop {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .blog-post-wrapper .blog-post-loop .content-column p,
  .blog-post-wrapper .blog-post-loop .content-column .gform_description,
  .single-post .blog-post-loop .content-column p,
  .single-post .blog-post-loop .content-column .gform_description {
    width: 100%;
  }

  .blog-post-wrapper .blog-post-loop .single-post-cat-list p,
  .blog-post-wrapper .blog-post-loop .single-post-cat-list .gform_description,
  .single-post .blog-post-loop .single-post-cat-list p,
  .single-post .blog-post-loop .single-post-cat-list .gform_description {
    width: unset;
  }

  .blog-post-wrapper .block-grid-2 .loop-content,
  .blog-post-wrapper .block-grid-3 .loop-content,
  .blog-post-wrapper .block-grid-4 .loop-content,
  .single-post .block-grid-2 .loop-content,
  .single-post .block-grid-3 .loop-content,
  .single-post .block-grid-4 .loop-content {
    max-width: 50%;
    min-width: 50%;
  }
}

@media screen and (max-width:639px) {
  .blog-post-wrapper .blog-post-loop,
  .single-post .blog-post-loop {
    justify-content: center;
  }

  .blog-post-wrapper .block-grid-2 .loop-content,
  .blog-post-wrapper .block-grid-3 .loop-content,
  .blog-post-wrapper .block-grid-4 .loop-content,
  .single-post .block-grid-2 .loop-content,
  .single-post .block-grid-3 .loop-content,
  .single-post .block-grid-4 .loop-content {
    max-width: 100%;
    min-width: 100%;
    text-align: center;
  }

  .blog-post-wrapper .single-post-cat-list,
  .single-post .single-post-cat-list {
    justify-content: center;
  }
}

.wide-post .loop-content {
  display: flex;
}

.wide-post .loop-content .image-column {
  height: 320px;
}

.wide-post .loop-content .content-column {
  padding-top: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
  border: 1px solid #F2F7FA;
}

@media screen and (min-width: 1200px) {
  .wide-post .loop-content .content-column {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .wide-post .loop-content .content-column {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .wide-post .loop-content .content-column {
    padding-left: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .wide-post .loop-content .content-column {
    padding-right: 60px;
  }
}

@media screen and (max-width:979px) {
  .wide-post .loop-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wide-post .content-column {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .wide-post .image-column {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .wide-post .image-column img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width:639px) {
  .wide-post .content-column {
    text-align: center;
  }
}

.full-width-feature-wrapper {
  margin-bottom: 20px;
}

.full-width-feature-wrapper .loop-content {
  padding-top: calc(40px + (100 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(10px + (60 - 10) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  text-align: center;
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1200px) {
  .full-width-feature-wrapper .loop-content {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .full-width-feature-wrapper .loop-content {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .full-width-feature-wrapper .loop-content {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .full-width-feature-wrapper .loop-content {
    padding-right: 40px;
  }
}

.full-width-feature-wrapper .single-post-cat-list {
  justify-content: center;
}

.full-width-feature-wrapper .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  grid-template-areas: "grid1 grid1 grid2 grid2" "grid1 grid1 grid2 grid2" "grid1 grid1 grid3 grid3" "grid1 grid1 grid3 grid3";
}

@media screen and (max-width:767px) {
  .full-width-feature-wrapper .grid-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "grid1 grid1" "grid2 grid2" "grid3 grid3";
  }

  .full-width-feature-wrapper .grid-wrapper .grid3,
  .full-width-feature-wrapper .grid-wrapper .grid2 {
    padding-top: calc(60px + (400 - 60) * (100vw - 320px) / (1200 - 320));
    padding-bottom: calc(40px + (60 - 40) * (100vw - 320px) / (1200 - 320));
    padding-left: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
    padding-right: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  }
}

@media screen and (max-width:767px) and (min-width: 1200px) {
  .full-width-feature-wrapper .grid-wrapper .grid3,
  .full-width-feature-wrapper .grid-wrapper .grid2 {
    padding-top: 400px;
  }
}

@media screen and (max-width:767px) and (min-width: 1200px) {
  .full-width-feature-wrapper .grid-wrapper .grid3,
  .full-width-feature-wrapper .grid-wrapper .grid2 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width:767px) and (min-width: 1200px) {
  .full-width-feature-wrapper .grid-wrapper .grid3,
  .full-width-feature-wrapper .grid-wrapper .grid2 {
    padding-left: 40px;
  }
}

@media screen and (max-width:767px) and (min-width: 1200px) {
  .full-width-feature-wrapper .grid-wrapper .grid3,
  .full-width-feature-wrapper .grid-wrapper .grid2 {
    padding-right: 40px;
  }
}

.full-width-feature-wrapper .grid-wrapper .grid1 {
  height: 100%;
  grid-area: grid1;
  background-size: cover;
  padding-top: calc(60px + (400 - 60) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (60 - 40) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .full-width-feature-wrapper .grid-wrapper .grid1 {
    padding-top: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .full-width-feature-wrapper .grid-wrapper .grid1 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .full-width-feature-wrapper .grid-wrapper .grid1 {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .full-width-feature-wrapper .grid-wrapper .grid1 {
    padding-right: 40px;
  }
}

.full-width-feature-wrapper .grid-wrapper .grid3 {
  height: 100%;
  grid-area: grid3;
  background-size: cover;
}

.full-width-feature-wrapper .grid-wrapper .grid2 {
  height: 100%;
  grid-area: grid2;
  background-size: cover;
}

.double-map-wrapper {
  padding-bottom: calc(80px + (80 - 80) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .double-map-wrapper {
    padding-bottom: 80px;
  }
}

.map-wrap {
  width: 100%;
  display: flex;
}

.map-wrap .map-content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
  border: 1px solid #F2F7FA;
}

.map-wrap .map-content > * {
  flex-basis: 50%;
}

.map-wrap .map-content .location-title {
  flex-basis: 100%;
}

@media screen and (max-width:979px) {
  .map-wrap {
    flex-wrap: wrap;
  }

  .map-wrap > div {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .map-wrap .map-content {
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
}

.page-template-_contact {
  background: #F2F7FA;
}

.page-template-_contact #map {
  height: 500px;
}

.single-map-wrapper {
  padding-bottom: calc(60px + (60 - 60) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(60px + (60 - 60) * (100vw - 320px) / (1200 - 320));
  justify-content: flex-start;
  position: relative;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .single-map-wrapper {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .single-map-wrapper {
    padding-top: 60px;
  }
}

.single-map-wrapper .contact-container {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  border-radius: 30px 5px 5px 5px;
  box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
  max-height: 460px;
  position: absolute;
  max-width: none;
  right: 0;
}

.single-map-wrapper .contact-container p,
.single-map-wrapper .contact-container .gform_description,
.single-map-wrapper .contact-container a {
  font-family: Oscine;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}

.get_in_touch_form h2 {
  color: #20363F;
}

.get_in_touch_form > .row {
  align-items: center;
  flex-direction: column;
}

.get_in_touch_form > .row > div {
  flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}

@media screen and (max-width:767px) {
  .get_in_touch_form > .row > div {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

.get_in_touch_form > .row .contact-form-container .gform_fields {
  display: flex;
}

.get_in_touch_form > .row .contact-form-container .gform_fields li:nth-of-type(-n+5) {
  flex-basis: 50%;
}

@media screen and (max-width:639px) {
  .get_in_touch_form > .row .contact-form-container .gform_fields {
    display: flex;
  }

  .get_in_touch_form > .row .contact-form-container .gform_fields li:nth-of-type(-n+5) {
    flex-basis: 100%;
  }
}

@media screen and (max-width:979px) {
  .single-map-wrapper > div {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .single-map-wrapper .map-column {
    margin-bottom: 50px;
  }
}

.contact-container {
  padding: 20px 20px 20px 60px;
  display: block;
}

@media screen and (max-width:767px) {
  .contact-container {
    padding: 20px;
  }

  .contact-container h4 {
    text-align: center;
  }
}

.contact-container h4 {
  color: #20363F;
  font-family: Oscine;
  font-size: 36px;
  font-weight: bold;
  line-height: 47px;
  margin-bottom: calc(10px + (20 - 10) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .contact-container h4 {
    margin-bottom: 20px;
  }
}

.contact-container h6 {
  display: none;
}

.contact-container .contact-item {
  display: flex;
}

@media screen and (max-width:767px) {
  .contact-container .contact-item {
    justify-content: center;
  }
}

.contact-container .contact-item p,
.contact-container .contact-item .gform_description,
.contact-container .contact-item a {
  color: #262626;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 10px;
}

@media screen and (max-width:767px) {
  .contact-container .contact-item p,
  .contact-container .contact-item .gform_description,
  .contact-container .contact-item a {
    text-align: center;
  }
}

.contact-container .contact-item a {
  margin-bottom: 0px;
  color: #262626;
  font-size: 16px;
  font-weight: 600;
}

.contact-container .contact-item i {
  width: 20px;
  color: #20363F;
  font-size: 20px;
  margin-right: 15px;
}

.contact-container .social-list {
  display: flex;
  list-style-type: none;
  padding: 0px;
}

.contact-container .social-list p,
.contact-container .social-list .gform_description {
  color: #53B8C9;
  font-family: Oscine;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 29px;
  text-align: center;
  margin-right: 10px;
  text-transform: uppercase;
}

.contact-container .social-list li {
  margin-right: 2px;
}

.contact-container .social-list i {
  font-size: 22px;
  color: #EA6C51;
  margin-right: 10px;
}

.quick-links__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width:768px) {
  .quick-links__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.quick-links__intro {
  margin-bottom: 20px;
}

.quick-links__title,
.quick-links__intro {
  text-align: center;
  margin-bottom: 2;
}

.quick-links li {
  border-radius: 10px;
  border: 1px solid #EA6C51;
  padding: 20px;
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}

@media screen and (min-width:768px) {
  .quick-links li {
    flex-basis: 200px;
    flex-grow: 0;
    margin: 0 10px 20px;
  }
}

.quick-links__icon {
  display: inline-block;
  margin-bottom: 15px;
}

.quick-links__link {
  display: block;
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .quick-links__link {
    font-size: 18px;
  }
}

.content-with-details {
  padding-bottom: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
  border: 1px solid #F2F7FA;
}

@media screen and (min-width: 1200px) {
  .content-with-details {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .content-with-details {
    padding-top: 60px;
  }
}

.content-with-details .columns-6 {
  border: 1px solid #F2F7FA;
}

.content-with-details .read-more {
  padding: 0;
  min-width: unset;
}

.content-with-details .details-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .content-with-details .details-list {
    padding-top: 60px;
  }
}

.content-with-details .detail-list-item {
  flex-wrap: nowrap;
}

.content-with-details .banner-content-box {
  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) {
  .content-with-details .banner-content-box {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .content-with-details .banner-content-box {
    padding-top: 40px;
  }
}

.content-with-details .label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 3px;
  margin-right: 15px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.content-with-details p,
.content-with-details .gform_description {
  padding-bottom: 10px;
}

@media screen and (max-width:767px) {
  .content-with-details .columns-6 {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .content-with-details .content-container {
    text-align: center;
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

.content-with-categories {
  padding-bottom: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
  border: 1px solid #F2F7FA;
}

@media screen and (min-width: 1200px) {
  .content-with-categories {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .content-with-categories {
    padding-top: 60px;
  }
}

.content-with-categories article {
  margin-bottom: 20px;
}

.content-with-categories h4 {
  color: #ffffff;
  font-size: 20px;
}

.content-with-categories .category-grid img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 15px;
}

.content-with-categories .category-grid .heading {
  text-align: center;
  padding-bottom: 0;
}

.content-with-categories .background-container {
  transition: all 0.3s;
  padding: 30px;
  background: #20363F;
}

.content-with-categories a {
  transition: all 0.3s;
}

.content-with-categories a:hover .background-container {
  transform: translate(3px, -3px);
  box-shadow: -5px 4px 5px -2px rgba(0, 0, 0, 0.21);
}

@media screen and (max-width:767px) {
  .content-with-categories .columns-6 {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .content-with-categories .content-container {
    text-align: center;
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

.iell .content-with-categories .category-grid img {
  flex-grow: 0;
  margin: 0;
}

.highlights {
  margin-bottom: calc(60px + (130 - 60) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .highlights {
    margin-bottom: 130px;
  }
}

.highlights .highlights-grid {
  margin: 0 auto;
  justify-content: space-around;
}

.highlights article {
  margin-bottom: 20px;
}

.highlights .row {
  justify-content: center;
}

.highlights h4 {
  color: #20363F;
  font-family: Oscine;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 10px;
}

.highlights h5 {
  color: #20363F;
  font-family: Oscine;
  font-size: calc(22px + (36 - 22) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
  line-height: 47px;
  padding-bottom: 5px;
}

@media screen and (min-width: 1200px) {
  .highlights h5 {
    font-size: 36px;
  }
}

.highlights .image-column {
  display: flex;
  justify-content: center;
}

.highlights .image-column img {
  height: calc(90px + (90 - 90) * (100vw - 320px) / (1200 - 320));
  width: calc(90px + (90 - 90) * (100vw - 320px) / (1200 - 320));
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .highlights .image-column img {
    height: 90px;
  }
}

@media screen and (min-width: 1200px) {
  .highlights .image-column img {
    width: 90px;
  }
}

@media screen and (max-width:979px) {
  .highlights .loop-object {
    max-width: 100%;
  }

  .highlights .highlights-grid {
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    justify-content: center;
  }

  .highlights .highlights-grid > * {
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }
}

@media screen and (max-width:767px) {
  .highlights .content-column,
  .highlights .image-column {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    text-align: center;
  }

  .highlights .image-column {
    padding-bottom: 20px;
  }
}

.image-or-video-row {
  margin-bottom: 20px;
  padding: 0;
}

.image-or-video-row .callout-container {
  padding: 0;
}

.image-or-video-row .image-column {
  max-height: 420px;
  display: flex;
  justify-content: center;
}

.image-or-video-row .image-column img {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-or-video-row .fancy-box-container {
  position: relative;
}

.image-or-video-row .fancy-box-container i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 40px;
  color: #ffffff;
}

.image-or-video-row .description-container p,
.image-or-video-row .description-container .gform_description {
  padding: 10px 30px;
  font-size: 12px;
}

@media screen and (max-width:767px) {
  .image-or-video-row .columns-6 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

.statistics-container {
  padding-bottom: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
  border: 1px solid #F2F7FA;
}

@media screen and (min-width: 1200px) {
  .statistics-container {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .statistics-container {
    padding-top: 60px;
  }
}

.statistics-container .statistic {
  text-align: center;
  border: 1px solid #F2F7FA;
}

.statistics-container .banner-content-box {
  padding-top: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .statistics-container .banner-content-box {
    padding-top: 60px;
  }
}

.statistics-container .block-grid-3 {
  width: 100%;
}

.statistics-container .content-component .content-container {
  text-align: center;
}

@media screen and (max-width:979px) {
  .statistics-container .content-component .content-column {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
}

@media screen and (max-width:480px) {
  .statistics-container .block-grid-3 > * {
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }
}

.standard-team-loop {
  padding-bottom: calc(60px + (60 - 60) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .standard-team-loop {
    padding-bottom: 60px;
  }
}

.standard-team-loop .standard-team-member .grid-item {
  padding: 12px;
}

.standard-team-loop .standard-team-member .grid-content {
  border: 1px solid #F2F7FA;
  padding: 20px 0px;
}

.standard-team-loop .standard-team-member .grid-image {
  border: 1px solid #F2F7FA;
}

.standard-team-loop .standard-team-member .grid-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}

.standard-team-loop .standard-team-member .team-contact {
  padding-bottom: 20px;
}

@media screen and (max-width:979px) {
  .standard-team-loop .block-grid-4 > * {
    flex-basis: calc(1 / 2 * 100%);
    max-width: calc(1 / 2 * 100%);
  }
}

@media screen and (max-width:767px) {
  .standard-team-loop .block-grid-3 > *,
  .standard-team-loop .block-grid-4 > * {
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }
}

.logo-grid {
  padding-bottom: calc(60px + (60 - 60) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .logo-grid {
    padding-bottom: 60px;
  }
}

.logo-grid .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #F2F7FA;
}

@media screen and (max-width:767px) {
  .logo-grid .block-grid-4 > * {
    flex-basis: calc(1 / 2 * 100%);
    max-width: calc(1 / 2 * 100%);
  }
}

@media screen and (max-width:480px) {
  .logo-grid .block-grid-4 > * {
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }
}

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

.featured-testimonials {
  background: #F2F7FA;
  padding-top: calc(70px + (70 - 70) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(70px + (70 - 70) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .featured-testimonials {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .featured-testimonials {
    padding-bottom: 70px;
  }
}

.featured-testimonials .testimonial-slider {
  flex-basis: calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
  display: flex;
}

.featured-testimonials .testimonial-slider .slick-arrow {
  display: flex;
  align-items: center;
  font-size: 40px;
  color: #20363F;
}

.featured-testimonials .testimonial-slider .slick-arrow:hover {
  cursor: pointer;
}

.toolkit-tiles {
  padding: 25px 0 0;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

@media screen and (min-width:480px) {
  .toolkit-tiles {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.toolkit-tile {
  background: white;
  padding: 1rem;
  border-radius: 5px;
  width: 100%;
  transition: box-shadow 0.3s ease;
  margin-bottom: 1.5rem;
}

@media screen and (min-width:480px) {
  .toolkit-tile {
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 200px;
  }
}

.toolkit-tile:hover,
.toolkit-tile:focus {
  box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
}

.toolkit-tile__tag {
  padding: 0 0.5rem;
  position: absolute;
  display: inline-block;
  transform: translateY(-1.5rem);
  font-size: 0.8rem;
  border-radius: 5px;
  font-weight: bold;
}

.toolkit-tile__tag.tag-active {
  background: #EA6C51;
  color: white;
}

.toolkit-tile__tag.tag-next {
  background: #53B8C9;
  color: white;
}

.toolkit-tile__tag.tag-complete {
  background: #29638B;
  color: white;
}

.toolkit-tile__tag.tag-reference {
  background: white;
  color: #262626;
}

.toolkit-tile__category {
  padding: 3px 5px;
  background: #999;
  color: white;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  border-radius: 5px;
}

.toolkit-tile__middle {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
}

.toolkit-tile__text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.toolkit-tile__bottom {
  font-weight: normal;
  font-size: 13px;
}

.page-template-_gravity-view .page-banner {
  margin-bottom: 0;
}

.page-template-_gravity-view #breadcrumbs {
  padding-left: 0;
  margin-bottom: 2rem;
}

.page-template-_gravity-view .gv-back-link a {
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 18px;
  transition-duration: 0.2s;
  transition-property: background-color, color, border, opacity;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 0;
  min-width: 180px;
  min-height: 70px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: white;
  background: #EA6C51;
  border: 1px solid #EA6C51;
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1200 - 320));
  letter-spacing: 1px;
  padding: 6px 10px;
  min-height: auto;
  min-width: auto;
}

@media screen and (min-width: 1200px) {
  .page-template-_gravity-view .gv-back-link a {
    font-size: 14px;
  }
}

.page-template-_gravity-view .gv-back-link a:focus,
.page-template-_gravity-view .gv-back-link a:hover {
  background: #ffffff;
  color: #EA6C51;
  border: 1px solid #EA6C51;
}

@media screen and (min-width: 1200px) {
  .page-template-_gravity-view .gv-back-link a {
    font-size: 12px;
  }
}

.page-template-_gravity-view .gv-table-view,
.page-template-_gravity-view .gv-table-view-content {
  border-collapse: collapse;
}

.page-template-_gravity-view .gv-table-view th,
.page-template-_gravity-view .gv-table-view-content th {
  vertical-align: middle;
}

.page-template-_gravity-view .gv-table-view td,
.page-template-_gravity-view .gv-table-view-content td {
  font-weight: normal;
  font-size: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .page-template-_gravity-view .gv-table-view td,
  .page-template-_gravity-view .gv-table-view-content td {
    font-size: 15px;
  }
}

.page-template-_gravity-view .gv-table-view td,
.page-template-_gravity-view .gv-table-view th,
.page-template-_gravity-view .gv-table-view-content td,
.page-template-_gravity-view .gv-table-view-content th {
  padding: 1rem;
}

.page-template-_gravity-view .gv-table-view td h1,
.page-template-_gravity-view .gv-table-view td h2,
.page-template-_gravity-view .gv-table-view td h3,
.page-template-_gravity-view .gv-table-view td h4,
.page-template-_gravity-view .gv-table-view td h5,
.page-template-_gravity-view .gv-table-view td h6,
.page-template-_gravity-view .gv-table-view td p,
.page-template-_gravity-view .gv-table-view td .gform_description,
.page-template-_gravity-view .gv-table-view th h1,
.page-template-_gravity-view .gv-table-view th h2,
.page-template-_gravity-view .gv-table-view th h3,
.page-template-_gravity-view .gv-table-view th h4,
.page-template-_gravity-view .gv-table-view th h5,
.page-template-_gravity-view .gv-table-view th h6,
.page-template-_gravity-view .gv-table-view th p,
.page-template-_gravity-view .gv-table-view th .gform_description,
.page-template-_gravity-view .gv-table-view-content td h1,
.page-template-_gravity-view .gv-table-view-content td h2,
.page-template-_gravity-view .gv-table-view-content td h3,
.page-template-_gravity-view .gv-table-view-content td h4,
.page-template-_gravity-view .gv-table-view-content td h5,
.page-template-_gravity-view .gv-table-view-content td h6,
.page-template-_gravity-view .gv-table-view-content td p,
.page-template-_gravity-view .gv-table-view-content td .gform_description,
.page-template-_gravity-view .gv-table-view-content th h1,
.page-template-_gravity-view .gv-table-view-content th h2,
.page-template-_gravity-view .gv-table-view-content th h3,
.page-template-_gravity-view .gv-table-view-content th h4,
.page-template-_gravity-view .gv-table-view-content th h5,
.page-template-_gravity-view .gv-table-view-content th h6,
.page-template-_gravity-view .gv-table-view-content th p,
.page-template-_gravity-view .gv-table-view-content th .gform_description {
  padding: 0;
}

.page-template-_gravity-view .gv-table-view td p,
.page-template-_gravity-view .gv-table-view td .gform_description,
.page-template-_gravity-view .gv-table-view th p,
.page-template-_gravity-view .gv-table-view th .gform_description,
.page-template-_gravity-view .gv-table-view-content td p,
.page-template-_gravity-view .gv-table-view-content td .gform_description,
.page-template-_gravity-view .gv-table-view-content th p,
.page-template-_gravity-view .gv-table-view-content th .gform_description {
  font-weight: normal;
  font-size: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .page-template-_gravity-view .gv-table-view td p,
  .page-template-_gravity-view .gv-table-view td .gform_description,
  .page-template-_gravity-view .gv-table-view th p,
  .page-template-_gravity-view .gv-table-view th .gform_description,
  .page-template-_gravity-view .gv-table-view-content td p,
  .page-template-_gravity-view .gv-table-view-content td .gform_description,
  .page-template-_gravity-view .gv-table-view-content th p,
  .page-template-_gravity-view .gv-table-view-content th .gform_description {
    font-size: 15px;
  }
}

.page-template-_gravity-view .gv-table-view td p + p,
.page-template-_gravity-view .gv-table-view td .gform_description + p,
.page-template-_gravity-view .gv-table-view td p + .gform_description,
.page-template-_gravity-view .gv-table-view td .gform_description + .gform_description,
.page-template-_gravity-view .gv-table-view th p + p,
.page-template-_gravity-view .gv-table-view th .gform_description + p,
.page-template-_gravity-view .gv-table-view th p + .gform_description,
.page-template-_gravity-view .gv-table-view th .gform_description + .gform_description,
.page-template-_gravity-view .gv-table-view-content td p + p,
.page-template-_gravity-view .gv-table-view-content td .gform_description + p,
.page-template-_gravity-view .gv-table-view-content td p + .gform_description,
.page-template-_gravity-view .gv-table-view-content td .gform_description + .gform_description,
.page-template-_gravity-view .gv-table-view-content th p + p,
.page-template-_gravity-view .gv-table-view-content th .gform_description + p,
.page-template-_gravity-view .gv-table-view-content th p + .gform_description,
.page-template-_gravity-view .gv-table-view-content th .gform_description + .gform_description {
  margin-top: 1rem;
}

.page-template-_gravity-view .gv-table-view td a,
.page-template-_gravity-view .gv-table-view th a,
.page-template-_gravity-view .gv-table-view-content td a,
.page-template-_gravity-view .gv-table-view-content th a {
  text-decoration: underline;
  color: #EA6C51;
  font-weight: bold;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .page-template-_gravity-view .gv-table-view td a,
  .page-template-_gravity-view .gv-table-view th a,
  .page-template-_gravity-view .gv-table-view-content td a,
  .page-template-_gravity-view .gv-table-view-content th a {
    font-size: 15px;
  }
}

.page-template-_gravity-view .gv-table-view tbody tr:nth-of-type(odd),
.page-template-_gravity-view .gv-table-view-content tbody tr:nth-of-type(odd) {
  background: #F2F7FA;
}

.page-template-_gravity-view .gv-table-view thead tr,
.page-template-_gravity-view .gv-table-view tfoot tr,
.page-template-_gravity-view .gv-table-view-content thead tr,
.page-template-_gravity-view .gv-table-view-content tfoot tr {
  background: #29638B;
  color: white;
}

.gv-widget-search .button {
  color: white;
  background: #EA6C51;
  border: 1px solid #EA6C51;
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1200 - 320));
  letter-spacing: 1px;
  padding: 6px 10px;
  min-height: auto;
  min-width: auto;
}

.gv-widget-search .button:focus,
.gv-widget-search .button:hover {
  background: #ffffff;
  color: #EA6C51;
  border: 1px solid #EA6C51;
}

@media screen and (min-width: 1200px) {
  .gv-widget-search .button {
    font-size: 12px;
  }
}

.gv-reviews-area .gv-review-list-header .gv-review-list-title {
  text-transform: none;
  margin-top: 50px;
}

.gv-review-list.comment-list li.comment + li.comment {
  margin-top: 2rem;
}

.gravityview.comment .comment-author {
  font-weight: bold;
}

.gravityview.comment .comment-meta {
  margin-bottom: 1rem;
}

.gravityview.comment .comment-reply-link {
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 18px;
  transition-duration: 0.2s;
  transition-property: background-color, color, border, opacity;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 0;
  min-width: 180px;
  min-height: 70px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: #EA6C51;
  background: unset;
  border: 1px solid #EA6C51;
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1200 - 320));
  letter-spacing: 1px;
  padding: 6px 10px;
  min-height: auto;
  min-width: auto;
}

@media screen and (min-width: 1200px) {
  .gravityview.comment .comment-reply-link {
    font-size: 14px;
  }
}

.gravityview.comment .comment-reply-link:hover {
  background: #ffffff;
  color: #EA6C51;
}

@media screen and (min-width: 1200px) {
  .gravityview.comment .comment-reply-link {
    font-size: 12px;
  }
}

.gv-reviews-area .gv-review-list-footer {
  padding: 0;
  background: none;
}

.gv-reviews-area .gv-review-list-footer .comment-respond {
  max-width: 1180px;
  padding: 0 10px;
  background: #F2F7FA;
}

.gv-reviews-area .gv-review-list-footer #respond {
  padding: 50px;
  background: #F2F7FA;
}

.gv-widget-search input[type=text] {
  box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
}

.comment-form input[type=submit] {
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 18px;
  transition-duration: 0.2s;
  transition-property: background-color, color, border, opacity;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 0;
  min-width: 180px;
  min-height: 70px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: white;
  background: #EA6C51;
  border: 1px solid #EA6C51;
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1200 - 320));
  letter-spacing: 1px;
  padding: 6px 10px;
  min-height: auto;
  min-width: auto;
}

@media screen and (min-width: 1200px) {
  .comment-form input[type=submit] {
    font-size: 14px;
  }
}

.comment-form input[type=submit]:focus,
.comment-form input[type=submit]:hover {
  background: #ffffff;
  color: #EA6C51;
  border: 1px solid #EA6C51;
}

@media screen and (min-width: 1200px) {
  .comment-form input[type=submit] {
    font-size: 12px;
  }
}

.newsletter-signup {
  background: #F2F7FA;
  padding: 100px 0;
  position: relative;
  z-index: 10;
}

.newsletter-signup label {
  text-align: left;
  color: #20363F;
}

.newsletter-signup input[type=submit] {
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 18px;
  transition-duration: 0.2s;
  transition-property: background-color, color, border, opacity;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 0;
  min-width: 180px;
  min-height: 70px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: white;
  background: #EA6C51;
  border: 1px solid #EA6C51;
}

@media screen and (min-width: 1200px) {
  .newsletter-signup input[type=submit] {
    font-size: 14px;
  }
}

.newsletter-signup input[type=submit]:focus,
.newsletter-signup input[type=submit]:hover {
  background: #ffffff;
  color: #EA6C51;
  border: 1px solid #EA6C51;
}

.login-submit .button {
  color: white;
  background: #EA6C51;
  border: 1px solid #EA6C51;
}

.login-submit .button:focus,
.login-submit .button:hover {
  background: #ffffff;
  color: #EA6C51;
  border: 1px solid #EA6C51;
}

.login-errors {
  background: #f2f7fa;
  margin: 0 0 25px;
  padding: 25px;
  border-left: 3px solid #ff0000;
}

.login-errors p,
.login-errors .gform_description {
  margin: 0;
  padding: 0;
}

.login-errors a {
  font-weight: 600;
  font-size: inherit;
  border-bottom: none;
  text-decoration: underline;
  color: #ea6c51;
}

/*
 |----------------------------------------------------------------
 |  Site Utility
 |----------------------------------------------------------------
 */

.site-utility {
  padding: 10px 0;
}

.site-utility .columns-12 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.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::-moz-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 {
  opacity: 1;
  color: white;
}

.utility-menu a:hover {
  opacity: 0.7;
}

/*
 |----------------------------------------------------------------
 |  Site Header
 |----------------------------------------------------------------
 */

.site-header {
  padding: 30px 0 10px;
  position: absolute;
  z-index: 1000;
  left: 0px;
  width: 100%;
}

/*
 |----------------------------------------------------------------
 |  Burger Trigger
 |----------------------------------------------------------------
 */

.fs-menu-trigger {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.fs-menu-trigger:focus {
  outline: none;
}

@media screen and (min-width:768px) {
  .fs-menu-trigger {
    display: none !important;
  }
}

.fs-burger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50px;
  height: 35px;
  position: relative;
  color: #ffffff;
}

.fs-burger-menu:before,
.fs-burger-menu:after {
  content: "";
  height: 5px;
  background: currentColor;
  opacity: 1;
  transform: translate(0, 0);
  transition-duration: 250ms;
  transition-delay: 250ms;
  transition-property: transform opacity;
}

.menu-opened .fs-burger-menu:before {
  opacity: 0;
  transform: translateX(-10px);
  transition-delay: 0s;
}

.menu-opened .fs-burger-menu:after {
  opacity: 0;
  transform: translateX(10px);
  transition-delay: 0s;
}

.burger-menu-text {
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  color: #20363F;
  display: none;
}

@media screen and (min-width: 1200px) {
  .burger-menu-text {
    font-size: 14px;
  }
}

.burger-line {
  position: relative;
  background: transparent;
  height: 5px;
}

.burger-line:before,
.burger-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 1px;
  background: currentColor;
  transform-origin: center;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-property: transform;
}

.menu-opened .burger-line:before {
  transform: rotate(45deg);
  transition-delay: 250ms;
}

.menu-opened .burger-line:after {
  transform: rotate(-45deg);
  transition-delay: 250ms;
}

/*
 |----------------------------------------------------------------
 | Breadcrumbs
 |----------------------------------------------------------------
 */

#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #ccc;
}

/*
 |----------------------------------------------------------------
 |  Navigation Column
 |----------------------------------------------------------------
 */

.navigation-column {
  position: relative;
}

/*
 |----------------------------------------------------------------
 |  Menu
 |----------------------------------------------------------------
 */

.main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  justify-content: flex-end;
  z-index: 1000;
}

.main-menu > li + li {
  margin-left: 25px;
}

.main-menu > li > a {
  color: #ffffff;
  display: block;
  padding: 10px 0;
  z-index: 1000;
}

.main-menu > li > a:hover {
  color: #53B8C9;
}

.main-menu > .current-menu-item > a {
  border-bottom: 2px solid currentColor;
}

/*
 |----------------------------------------------------------------
 |  Sub Menu
 |----------------------------------------------------------------
 */

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .sub-menu {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 25px;
  position: relative;
  margin: 0;
  list-style: none;
  border-top: 5px solid #53B8C9;
  padding: 0;
}

.menu-item-has-children li a {
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  padding: 10px;
  display: block;
  color: #262626;
  line-height: 29px;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .menu-item-has-children li a {
    font-size: 16px;
  }
}

.menu-item-has-children li a:hover {
  color: #20363F;
  background: #F2F7FA;
}

.mobile-submenu-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: white;
  border-radius: 50%;
  color: #20363F;
  transition: 250ms;
  transition-property: transform, background, color;
  transform-origin: center;
  transform: rotateX(0deg);
}

.mobile-submenu-trigger.opened {
  transform: rotateX(180deg);
}

/*
 |----------------------------------------------------------------
 |  None Mobile Menu
 |----------------------------------------------------------------
 */

@media screen and (min-width:768px) {
  .main-menu {
    display: flex !important;
  }

  .menu-item-has-children > a:after {
    content: "\F0D7";
    margin-left: 5px;
    font-family: FontAwesome;
    text-rendering: auto;
    font-smoothing: antialiased;
    color: #EA6C51;
  }

  .menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 10;
    min-width: 220px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 50px);
    transition: 350ms;
    transition-property: transform, opacity;
    visibility: hidden;
    opacity: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }

  .menu-item-has-children .sub-menu a {
    text-decoration: underline;
  }

  .menu-item-has-children:last-child .sub-menu {
    right: 0;
    left: auto;
    transform: translate(0, 50px);
  }

  .menu-item-has-children:hover .sub-menu {
    transform: translate(-50%, -12px);
    visibility: visible;
    opacity: 1;
  }

  .menu-item-has-children:hover:last-child .sub-menu {
    transform: translate(0, 0);
  }
}

/*
 |----------------------------------------------------------------
 |  Mobile Menu
 |----------------------------------------------------------------
 */

@media screen and (max-width:767px) {
  .main-menu {
    position: absolute;
    right: 0;
    top: 10px;
    min-width: 100%;
    z-index: 1000;
  }

  .main-menu > li {
    display: block;
  }

  .main-menu > li + li {
    margin-left: 0;
  }

  .main-menu > li > a {
    font-size: 22px;
    line-height: 28px;
    background: #20363F;
    color: #ffffff;
    padding: 10px 15px;
  }

  .main-menu > li > a:hover {
    background: #0f191d;
  }

  .main-menu > .current-menu-item > a {
    border-bottom: none;
  }

  .menu-item-has-children > a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }

  .menu-item-has-children .sub-menu {
    display: none;
  }

  .menu-item-has-children .sub-menu a {
    padding-left: 35px;
  }

  .mobile-submenu-trigger {
    display: flex;
  }
}

/*
 |----------------------------------------------------------------
 |  Site Page Content
 |----------------------------------------------------------------
 */

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.site-content {
  padding-top: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .site-content {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .site-content {
    padding-bottom: 50px;
  }
}

@media screen and (min-width:1200px) {
  .right_content_standard_image .content-column {
    position: relative;
    bottom: 170px;
    right: 60px;
  }

  .left_content_standard_image .content-column {
    position: relative;
    left: 60px;
  }
}

/*
 |----------------------------------------------------------------
 |  Site Single Entry
 |----------------------------------------------------------------
 */

.info-block {
  padding: 40px;
  background-color: #F2F7FA;
  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;
}

/*
 |----------------------------------------------------------------
 |  Thank you / 404
 |----------------------------------------------------------------
 */

.page-template-_thank-you .site-main {
  text-align: center;
}

.page-template-_thank-you .subscribe,
.page-template-_thank-you .get_in_touch {
  text-align: center;
}

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

.no-results {
  padding: 60px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-results form {
  position: relative;
  max-width: 250px;
}

.no-results form input {
  max-height: 40px;
  width: 100%;
  border: 1px solid #29638B;
  border-radius: 10px;
  padding-bottom: 10px;
}

.no-results form input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #29638B;
  opacity: 1;
}

.no-results form input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #29638B;
  opacity: 1;
}

.no-results form input::placeholder {
  font-size: 15px;
  font-style: italic;
  color: #29638B;
  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: #29638B;
}

.no-results button:hover {
  cursor: pointer;
}

/*
 |----------------------------------------------------------------
 |  Footer Callout
 |----------------------------------------------------------------
 */

.footer-callout {
  padding-top: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .footer-callout {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-callout {
    padding-bottom: 50px;
  }
}

.footer-news-wrapper {
  padding-top: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  border: 1px solid #F2F7FA;
}

@media screen and (min-width: 1200px) {
  .footer-news-wrapper {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-news-wrapper {
    padding-bottom: 40px;
  }
}

.footer-news-wrapper form {
  display: flex;
  justify-content: flex-end;
}

.footer-news-wrapper form ul .gfield_label {
  display: none;
}

.footer-news-wrapper form ul .gfield {
  max-width: 48%;
}

.footer-news-wrapper .large {
  border-radius: 6px;
}

.footer-news-wrapper .gform_button {
  color: white;
  background: #EA6C51;
  border: 1px solid #EA6C51;
  position: relative;
  bottom: 9px;
}

.footer-news-wrapper .gform_button:focus,
.footer-news-wrapper .gform_button:hover {
  background: #ffffff;
  color: #EA6C51;
  border: 1px solid #EA6C51;
}

.footer-news-wrapper .gform_wrapper {
  overflow: visible;
}

.footer-news-wrapper .newsletter-signup {
  padding-top: 40px;
}

.pre-footer-callouts {
  justify-content: space-between;
  border: 1px solid #F2F7FA;
}

@media screen and (max-width:767px) {
  .pre-footer-callouts {
    flex-direction: column;
    justify-content: center;
  }
}

.pre-footer-callouts .pre-footer-callout-single {
  background: #F2F7FA;
  max-width: 49.5%;
  padding-top: calc(40px + (100 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (100 - 40) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .pre-footer-callouts .pre-footer-callout-single {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .pre-footer-callouts .pre-footer-callout-single {
    padding-bottom: 100px;
  }
}

.pre-footer-callouts .pre-footer-callout-single h2 {
  color: #20363F;
  font-weight: 400;
}

.pre-footer-callouts .pre-footer-callout-single p,
.pre-footer-callouts .pre-footer-callout-single .gform_description {
  width: 60%;
}

@media screen and (max-width:767px) {
  .pre-footer-callouts .pre-footer-callout-single {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    text-align: center;
    margin-bottom: 20px;
  }

  .pre-footer-callouts .pre-footer-callout-single p,
  .pre-footer-callouts .pre-footer-callout-single .gform_description {
    width: 90%;
    margin: 0 auto;
  }
}

.standard_pre_footer_cta {
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
  border: 1px solid #F2F7FA;
}

.standard_pre_footer_cta h2 {
  color: #20363F;
  font-weight: 400;
}

@media screen and (max-width:767px) {
  .footer-news-wrapper .flex .columns-4,
  .footer-news-wrapper .flex .columns-8 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .footer-news-wrapper form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-news-wrapper .news-content-wrapper {
    text-align: center;
  }

  .footer-news-wrapper form ul .gfield {
    max-width: 100%;
  }
}

.footer-logo-background {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+2,ffffff+49,1f353f+49,1f353f+88,1f353f+88 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 2%, #ffffff 49%, #1f353f 49%, #1f353f 88%, #1f353f 88%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#1f353f",GradientType=0 );
  /* IE6-9 */
}

.footer-logo-wrapper {
  background: #29638B;
  padding: 60px 0;
  border-radius: 20px 5px 5px 5px;
}

.footer-logo-wrapper .flex {
  justify-content: center;
}

.footer-logo-wrapper .block-grid-4 {
  width: 100%;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.footer-logo-wrapper .block-grid-4 > * {
  min-width: 190px;
  margin-bottom: 20px;
}

.footer-logo-wrapper .footer-icon .logo-wrapper {
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.footer-logo-wrapper .footer-icon p,
.footer-logo-wrapper .footer-icon .gform_description {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 16px;
}

.footer-logo-wrapper .footer-icon a {
  background: #ffffff;
}

@media screen and (max-width:767px) {
  .footer-logo-wrapper .columns-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}

/*
 |----------------------------------------------------------------
 | Footer
 |----------------------------------------------------------------
 */

.site-footer {
  padding-top: calc(50px + (80 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (80 - 50) * (100vw - 320px) / (1200 - 320));
  background-color: #20363F;
}

@media screen and (min-width: 1200px) {
  .site-footer {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer {
    padding-bottom: 80px;
  }
}

/*
 |----------------------------------------------------------------
 |  Footer Menu
 |----------------------------------------------------------------
 */

.footer-logo-column ul,
.social-column ul {
  display: flex;
  list-style: none;
  padding: 0px;
}

.footer-logo-column ul li,
.social-column ul li {
  margin-right: 10px;
}

.footer-logo-column i,
.social-column i {
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 10px 12px;
  margin-right: 10px;
  transition: all 0.2s;
}

.footer-logo-column i:hover,
.social-column i:hover {
  border: 1px solid #B49F67;
  color: #B49F67;
}

.footer-menu {
  list-style: none;
  padding-top: 0px;
}

.footer-menu li {
  display: block;
  padding-bottom: 5px;
}

.footer-menu ul {
  padding: 0px;
  margin: 0px;
}

.footer-menu p,
.footer-menu .gform_description {
  color: #ffffff;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.57px;
  line-height: 23px;
}

.footer-menu a {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 1px;
}

.footer-menu a:hover {
  color: #53B8C9;
}

.footer-menu .social-list {
  display: flex;
  justify-content: space-evenly;
}

.footer-menu .social-list i {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 10px;
  transition: all 0.2s;
}

.footer-menu .social-list i:hover {
  color: #53B8C9;
  border: 1px solid #53B8C9;
}

.address-column p,
.address-column .gform_description,
.address-column a {
  font-family: Oscine;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 18px;
  font-weight: 300;
}

.address-column p,
.address-column .gform_description {
  padding-bottom: 20px;
}

.address-column .address-title {
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 27px;
}

@media screen and (min-width: 1200px) {
  .address-column .address-title {
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
  .address-column {
    margin-bottom: 40px !important;
  }
}

/*
 |----------------------------------------------------------------
 |  Copyrights
 |----------------------------------------------------------------
 */

.footer-copyright {
  background-color: #20363F;
  padding-bottom: 10px;
}

.footer-copyright p,
.footer-copyright .gform_description {
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1200 - 320));
  font-weight: 400;
  padding-bottom: 0;
  letter-spacing: 1.7px;
  margin-top: 1rem;
}

@media screen and (min-width: 1200px) {
  .footer-copyright p,
  .footer-copyright .gform_description {
    font-size: 12px;
  }
}

.site-copyright {
  display: inline-block;
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1200 - 320));
  color: #ffffff;
}

@media screen and (min-width: 1200px) {
  .site-copyright {
    font-size: 12px;
  }
}

.privacy-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.privacy-menu li {
  display: inline-block;
  margin-right: 15px;
  letter-spacing: 1.7px;
  color: #ffffff;
}

.privacy-menu a {
  color: #ffffff;
  border-bottom: unset;
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1200 - 320));
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .privacy-menu a {
    font-size: 12px;
  }
}

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

.site-credit {
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1200 - 320));
  color: #ffffff;
  text-align: left;
}

@media screen and (min-width: 1200px) {
  .site-credit {
    font-size: 12px;
  }
}

.site-credit a {
  color: #ffffff;
  border-bottom: unset;
  font-size: 10px;
}

@media screen and (max-width:767px) {
  .site-credit {
    text-align: center;
  }
}

/*
 |----------------------------------------------------------------
 |  Multi Address Footer
 |----------------------------------------------------------------
 */

.footer-signup {
  color: white;
}

.footer-signup p,
.footer-signup .gform_description,
.footer-signup h5,
.footer-signup .gfield_label {
  color: white;
}

.footer-signup .gfield {
  padding: 0;
}

.footer-signup input[type=submit] {
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 18px;
  transition-duration: 0.2s;
  transition-property: background-color, color, border, opacity;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 0;
  min-width: 180px;
  min-height: 70px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: white;
  background: #EA6C51;
  border: 1px solid #EA6C51;
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1200 - 320));
  letter-spacing: 1px;
  padding: 6px 10px;
  min-height: auto;
  min-width: auto;
}

@media screen and (min-width: 1200px) {
  .footer-signup input[type=submit] {
    font-size: 14px;
  }
}

.footer-signup input[type=submit]:focus,
.footer-signup input[type=submit]:hover {
  background: #ffffff;
  color: #EA6C51;
  border: 1px solid #EA6C51;
}

@media screen and (min-width: 1200px) {
  .footer-signup input[type=submit] {
    font-size: 12px;
  }
}

@media screen and (max-width:979px) {
  .footer-signup {
    margin-top: 2rem;
  }

  .footer-signup input[type=submit] {
    margin: 0 auto;
  }
}

.footer-signup .gform_fields {
  margin-left: 0;
  margin-right: 0;
}

.footer-signup .gform_confirmation_wrapper {
  letter-spacing: 2px;
  line-height: 18px;
  font-size: 14px;
}

.footer-signup .gform_wrapper {
  max-width: 300px;
  margin: 0 auto;
}

/*
 |----------------------------------------------------------------
 |  404 Page
 |----------------------------------------------------------------
 */

/*
 |----------------------------------------------------------------
 |  Banner
 |----------------------------------------------------------------
 */

.home,
.blog,
.category {
  background: #f2f7fa;
}

.program_overview {
  margin-bottom: calc(40px + (130 - 40) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .program_overview {
    margin-bottom: 130px;
  }
}

.asset_owners_intro {
  margin-bottom: 50px;
}

.asset_owners_headline {
  padding-top: calc(140px + (230 - 140) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 30px;
  margin-top: -130px;
  background: #ffffff;
}

@media screen and (min-width: 1200px) {
  .asset_owners_headline {
    padding-top: 230px;
  }
}

.challenge-wrapper {
  padding-bottom: 60px;
}

.page-template-_about {
  background: #F2F7FA;
}

.page-template-_about .content_block_one,
.page-template-_about .content_block_two {
  margin-bottom: calc(60px + (170 - 60) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .page-template-_about .content_block_one,
  .page-template-_about .content_block_two {
    margin-bottom: 170px;
  }
}

.page-template-_about .owner-post-wrapper {
  margin-bottom: calc(60px + (220 - 60) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .page-template-_about .owner-post-wrapper {
    margin-bottom: 220px;
  }
}

.page-template-_about .governance {
  margin-bottom: calc(60px + (130 - 60) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .page-template-_about .governance {
    margin-bottom: 130px;
  }
}

.page-template-_about .footer-logo-background {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+2,ffffff+49,1f353f+49,1f353f+88,1f353f+88 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f7fa 2%, #f2f7fa 49%, #1f353f 49%, #1f353f 88%, #1f353f 88%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#1f353f",GradientType=0 );
  /* IE6-9 */
}

.page-template-_about .centered_intro {
  margin-bottom: calc(40px + (60 - 40) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .page-template-_about .centered_intro {
    margin-bottom: 60px;
  }
}

.page-template-_about .centered_intro .blue-line-intro {
  display: none;
}

/*
 |----------------------------------------------------------------
 |  Blog Page
 |----------------------------------------------------------------
 */

.single-challenge {
  background: #F2F7FA;
}

.single-challenge .centered_intro {
  padding-top: 70px;
  margin-bottom: 40px;
}

.single-challenge .centered_intro h6 {
  color: #53B8C9;
  text-transform: uppercase;
}

.single-challenge .centered_intro .blue-line-intro {
  display: none;
}

.single-challenge .block-grid-3 {
  width: 100%;
  justify-content: space-evenly;
}

.single-challenge .challenge-info-block {
  border-radius: 30px 5px 5px 5px;
  background: #ffffff;
  box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
  max-width: 32%;
  padding: 50px;
}

.single-challenge .challenge-info-block i {
  color: #53B8C9;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  margin-right: 20px;
}

.single-challenge .challenge-info-block p,
.single-challenge .challenge-info-block .gform_description {
  padding-left: 40px;
}

.single-challenge .challenge-info-block h5 {
  color: #20363F;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 5px;
  padding: 0px;
}

.single-challenge .block-two {
  position: relative;
  bottom: 30px;
}

.single-challenge .block-three a {
  margin-left: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  border-bottom: none;
  position: relative;
}

.single-challenge .block-three a i {
  position: absolute;
  left: -40px;
  transition: color 250ms ease;
}

.single-challenge .block-three a:hover .fa-download,
.single-challenge .block-three a:focus .fa-download {
  color: #20363F;
}

.single-challenge .block-three .fa-download {
  color: #EA6C51;
  margin-right: 0px;
  margin-left: 10px;
}

.single-challenge .gallery-image {
  border-radius: 6px;
}

.single-challenge .challenge-content-wrapper {
  padding-bottom: calc(60px + (130 - 60) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .single-challenge .challenge-content-wrapper {
    padding-bottom: 130px;
  }
}

.single-challenge .centered_intro_border {
  background: #ffffff;
}

label {
  text-transform: uppercase;
  color: #20363F;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 29px;
}

textarea,
select {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
}

.get_in_touch_form {
  padding-top: calc(40px + (60 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (60 - 40) * (100vw - 320px) / (1200 - 320));
}

.get_in_touch_form .gform_fields {
  display: flex;
}

.get_in_touch_form .gform_fields li:nth-of-type(-n+4) {
  flex-basis: 50%;
}

@media screen and (min-width: 1200px) {
  .get_in_touch_form {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .get_in_touch_form {
    padding-bottom: 60px;
  }
}

.get_in_touch_form .row {
  border: 1px solid #F2F7FA;
}

.get_in_touch_form .contact-heading {
  text-align: center;
  padding-bottom: 40px;
}

.get_in_touch_form .contact-heading h4 {
  padding: 0px 0px 20px;
}

.get_in_touch_form .contact-heading p,
.get_in_touch_form .contact-heading .gform_description {
  padding-bottom: 10px;
}

.get_in_touch_form .subtitle {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1200 - 320));
  line-height: calc(15px + (18 - 15) * (100vw - 320px) / (1200 - 320));
  text-transform: uppercase;
  color: #262626;
}

@media screen and (min-width: 1200px) {
  .get_in_touch_form .subtitle {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .get_in_touch_form .subtitle {
    line-height: 18px;
  }
}

.get_in_touch_form li {
  margin-bottom: 20px;
}

.get_in_touch_form .gform_button {
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 18px;
  transition-duration: 0.2s;
  transition-property: background-color, color, border, opacity;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 0;
  min-width: 180px;
  min-height: 70px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: white;
  background: #EA6C51;
  border: 1px solid #EA6C51;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .get_in_touch_form .gform_button {
    font-size: 14px;
  }
}

.get_in_touch_form .gform_button:focus,
.get_in_touch_form .gform_button:hover {
  background: #ffffff;
  color: #EA6C51;
  border: 1px solid #EA6C51;
}

.get_in_touch_form .gform_footer {
  padding: 20px;
}

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

.page-template-_contact .footer-logo-background {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+2,ffffff+49,1f353f+49,1f353f+88,1f353f+88 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f7fa 2%, #f2f7fa 49%, #1f353f 49%, #1f353f 88%, #1f353f 88%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#1f353f", GradientType=0);
  /* IE6-9 */
}

.fr_page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fr_page > * {
  flex-basis: 100%;
  max-width: 100%;
}

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

.fr_page legend {
  display: none;
}

.fr_page .fr_response_field {
  margin-bottom: 30px;
}

.fr_page label {
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  line-height: calc(15px + (18 - 15) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 18px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #53B8C9;
}

@media screen and (min-width: 1200px) {
  .fr_page label {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .fr_page label {
    line-height: 18px;
  }
}

.fr_page .fr_field_wrapper {
  box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
}

.fr_page .fr_field_wrapper input,
.fr_page .fr_field_wrapper textarea {
  width: 100% !important;
}

.fr_page .fr_description {
  font-family: oscine, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1200 - 320));
  line-height: calc(24px + (30 - 24) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .fr_page .fr_description {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .fr_page .fr_description {
    line-height: 30px;
  }
}

.fr_page .fr_description a {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 1px;
  border-bottom: 1px solid #EA6C51;
  color: #EA6C51;
  border-radius: 0px !important;
  letter-spacing: 2px;
  line-height: 18px;
  margin: 20px 0px;
}

.fr_page .fr_description a:hover {
  color: #20363F;
  border-bottom: 1px solid #20363F;
}

.fr_page .fr_add_file .fr_button {
  color: #555;
}

.fr_page .fr_option,
.fr_page .fr_sub_label {
  color: #555;
}

.fr_page .fr_option {
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fr_page .fr_response_field_radio .fr_field_wrapper {
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fr_page .fr_response_field_radio .fr_field_wrapper > * {
  flex-basis: calc(1 / 2.5 * 100%);
  max-width: calc(1 / 2.5 * 100%);
}

label.fr_option.control {
  display: flex;
  justify-content: flex-start;
}

label.fr_option.control input {
  width: 20px !important;
  margin-right: 10px;
}

.fr_bottom {
  background: unset !important;
}

.fr_bottom_r button {
  color: white;
  background: #EA6C51;
  border: 1px solid #EA6C51;
  color: white;
  background: #ea6c51;
  width: 160px;
  height: 60px;
  font-weight: bold;
}

.fr_bottom_r button:focus,
.fr_bottom_r button:hover {
  background: #ffffff;
  color: #EA6C51;
  border: 1px solid #EA6C51;
}

.fr_grid {
  margin-bottom: 10px;
}

.fr_response_field_section_break {
  display: none;
}

.fr_description {
  padding: 20px 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%;
  flex: 1 0 auto;
  align-self: stretch;
}

.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 {
  align-items: flex-start;
}

.ie11 .row {
  width: 100%;
}

.ie11 .row > * {
  width: 100%;
}

.ie11 .banner-wrapper {
  width: 100%;
}

.ie11 .columns-2,
.ie11 .columns-3,
.ie11 .columns-4,
.ie11 .columns-5,
.ie11 .columns-6,
.ie11 .columns-7,
.ie11 .columns-8,
.ie11 .columns-9,
.ie11 .columns-10,
.ie11 .columns-11 {
  flex-basis: 100%;
  flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.ie11 .columns-2 > *,
.ie11 .columns-3 > *,
.ie11 .columns-4 > *,
.ie11 .columns-5 > *,
.ie11 .columns-6 > *,
.ie11 .columns-7 > *,
.ie11 .columns-8 > *,
.ie11 .columns-9 > *,
.ie11 .columns-10 > *,
.ie11 .columns-11 > * {
  flex: 1 0 auto;
  flex-basis: 100%;
  align-self: stretch;
}

.ie11 p,
.ie11 .gform_description {
  width: 100%;
}

.ie11 .block-grid-2,
.ie11 .block-grid-3,
.ie11 .block-grid-4 {
  width: 100%;
}

.ie11 .block-grid-2 > *,
.ie11 .block-grid-3 > *,
.ie11 .block-grid-4 > * {
  flex: 1 0 auto;
  flex-basis: 100%;
  min-width: 1px;
}

.ie11 .block-grid-3 > * {
  max-width: 30%;
}

.ie11 .accordion-label::after {
  display: none;
}

.ie11 .accordion-holder {
  width: 100%;
}

.ie11 .accordion-holder .type {
  text-align: right;
}

.ie11 .compat-object-fit {
  background-size: cover;
  background-position: center center;
}

.ie11 .compat-object-fit img {
  opacity: 0;
}

.ie11 .button {
  width: 240px;
  padding-top: 20px;
}

.ie11 .read-more {
  width: 100% !important;
  border: 0px solid white !important;
}

.ie11 .label {
  max-width: auto;
  width: auto;
}

.ie11 select::-ms-expand {
  display: none;
}

.ie11 .compat-object-fit {
  background-size: contain !important;
}

.ie11 .compat-object-fit img {
  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 > .row > div {
  -ms-flex-preferred-size: auto;
}

.ie11 .get_in_touch_form .contact-form-container .gform_fields .gfield {
  flex-basis: 47% !important;
}

.ie11 .get_in_touch_form .contact-form-container .gform_fields .gfield:last-of-type {
  flex-basis: 100% !important;
}

.ie11 .single-map-wrapper .content-column {
  width: 40%;
  height: 100%;
  max-height: 460px;
  top: 50%;
  transform: translateY(-50%);
}

.ie11 .single-map-wrapper .content-column > * {
  max-height: 60px;
}

.ie11.single-challenge .challenge-info-wrapper .challenge-info-block {
  margin-left: 10px;
  margin-right: 10px;
}

.ie11 .challenge-wrapper .image-column,
.ie11 .challenge-wrapper .content-column {
  margin-left: 10px;
  margin-right: 10px;
}

.ie11 .highlights-grid .image-container {
  background-size: auto !important;
}

.page-template-_member-dashboard {
  background: #F2F7FA;
}

.page-template-_member-dashboard .footer-logo-background {
  background: #F2F7FA;
}

.dashboard section:nth-child(even) {
  background: white;
}

.dashboard__intro {
  text-align: center;
  margin-bottom: 20px;
}

.dashboard__intro p,
.dashboard__intro .gform_description {
  margin-bottom: 0;
  padding-bottom: 0;
}

.dashboard__block-wrap {
  width: 100%;
}

@media screen and (min-width:768px) {
  .dashboard__block-wrap {
    width: 33.3333%;
  }

  .dashboard__block-wrap + .dashboard__block-wrap {
    margin-left: 15px;
  }
}

.dashboard__block {
  background: white;
  padding: 25px;
  margin: 15px 0;
  border-radius: 10px;
  box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
}

.dashboard__block p,
.dashboard__block .gform_description {
  line-height: 1.4;
}

.dashboard__block p:last-child,
.dashboard__block .gform_description:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.dashboard__block--alert h3 {
  color: #EA6C51;
}

.dashboard__block p .button,
.dashboard__block .gform_description .button {
  margin-top: 8px;
}

.dashboard__actions {
  position: relative;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width:768px) {
  .dashboard__actions {
    flex-direction: row;
  }

  .dashboard__actions .dashboard__block-wrap:nth-of-type(odd) {
    transform: translateY(50px);
  }
}

.dashboard__actions-icon {
  display: inline-block;
  margin: -50px auto 25px;
}

.dashboard__quick-links {
  padding: 80px 0;
}

.dashboard__challenges {
  padding-bottom: 100px;
}

.dashboard__challenge {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 50px auto 0;
}

.dashboard__challenge + .dashboard__challenge {
  margin-top: 2rem;
}

@media screen and (min-width:768px) {
  .dashboard__challenge {
    flex-direction: row;
  }
}

.dashboard__challenge-image {
  margin: 0 1rem;
}

@media screen and (min-width:768px) {
  .dashboard__challenge-image {
    max-width: 50%;
  }
}

.dashboard__challenge-image img {
  border-radius: 5px;
}

.dashboard__challenge-details {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (min-width:768px) {
  .dashboard__challenge-details {
    padding: 1rem 1rem 1rem 2rem;
  }
}

.page-template-_challenge-materials {
  background: #F2F7FA;
}

.page-template-_challenge-materials .footer-logo-background {
  background: #F2F7FA;
}

.challenge-materials__phase {
  padding: 50px 0;
}

.challenge-materials__phase:first-of-type {
  padding-top: 0;
}

.challenge-materials__phase:nth-of-type(even) {
  background: #D6E1E7;
}

.challenge-group {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

@media screen and (min-width:768px) {
  .challenge-group {
    flex-direction: row;
    justify-content: space-between;
  }
}

.challenge-group__image,
.challenge-group__content {
  width: 100%;
}

@media screen and (min-width:768px) {
  .challenge-group__image,
  .challenge-group__content {
    width: 46%;
  }
}

.challenge-group__image img {
  border-radius: 5px;
}

.challenge-group__content {
  padding: 1rem;
}

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

.blog-intro .row {
  align-items: center;
  flex-direction: column;
}

.blog-intro .row > div {
  flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}

@media screen and (max-width:767px) {
  .blog-intro .row > div {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

.blog .page-banner {
  margin-bottom: calc(40px + (50 - 40) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .blog .page-banner {
    margin-bottom: 50px;
  }
}

.blog .site-content {
  padding-top: 0;
}

.blog-category-links {
  display: flex;
  gap: 0.5rem;
}

.blog-category-links a {
  font-weight: 600;
  font-size: inherit;
  border-bottom: none;
  text-decoration: underline;
  color: #EA6C51;
  background: white;
  padding: 0.5rem 2rem;
  border-radius: 3px;
}

.blog-category-links a:hover,
.blog-category-links a:focus {
  color: #20363F;
  text-decoration: underline;
  border-bottom: none;
}

.blog-category-links a.current {
  background: #29638B;
  color: white;
}

.posts-list-title {
  margin: 3rem 0;
}

.news-loop-column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

@media screen and (min-width:768px) {
  .news-loop-column {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width:980px) {
  .news-loop-column {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-loop-item {
  display: flex;
  flex-direction: column;
}

.news-loop-image {
  background: white;
  aspect-ratio: 16/12;
  margin-bottom: 1rem;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.news-loop-image a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-loop-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.news-loop-category {
  margin-bottom: 0rem;
}

.news-loop-category a {
  margin: 0;
  padding: 0;
}

.h3.news-loop-title a,
h3.news-loop-title a,
.news-loop-title a {
  text-decoration: none;
  color: #20363F;
  font-weight: inherit;
  font-style: bold;
  font-size: 22px;
  line-height: 1.5;
  display: block;
}

.h3.news-loop-title a:hover,
.h3.news-loop-title a:focus,
.h3.news-loop-title a:active,
h3.news-loop-title a:hover,
h3.news-loop-title a:focus,
h3.news-loop-title a:active,
.news-loop-title a:hover,
.news-loop-title a:focus,
.news-loop-title a:active {
  text-decoration: none;
}

.single-post {
  background: #F2F7FA;
}

.single-post .page-banner {
  margin-bottom: 0;
}

.single-post h1.entry-title {
  font-size: 32px;
}

.single-post .entry-content {
  padding-top: 3rem;
}

.single-post .site-content {
  padding-top: 0;
}

.single-post .footer-logo-background {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f7fa 2%, #f2f7fa 49%, #1f353f 49%, #1f353f 88%, #1f353f 88%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#1f353f",GradientType=0 );
  /* IE6-9 */
}

.news-hero-image {
  background: linear-gradient(#53B8C9 0%, #53B8C9 50%, #F2F7FA 50%, #F2F7FA 100%);
  padding: 2rem 0 0;
}

.news-hero-image img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.news-hero-image [class^=columns-] {
  margin: 0 auto;
}

.news-hero-image-container {
  aspect-ratio: 766/384;
  position: relative;
}

.news-hero-image-container img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-title-container {
  text-align: center;
}

.news-title-container .blue-line-intro {
  margin: 0 auto;
  margin-bottom: 2rem;
}

.blog-intro.centered_intro .blue-line-intro {
  margin-bottom: 2rem;
}

.news-post-intro-field {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #53B8C9;
}

.news-post-content {
  font-size: 18px;
}

.news-post-content p,
.news-post-content .gform_description,
.news-post-content a,
.news-post-content ul,
.news-post-content ol,
.news-post-content table {
  font-size: inherit;
}

.pagination-container .paget-lists {
  display: flex;
  gap: 1rem;
}

.news-subscribe-block {
  background: #fff;
  padding: 3rem 0;
  text-align: center;
  margin-top: 3rem;
}

.news-subscribe-block h2,
.news-subscribe-block .h2,
.news-subscribe-block h4 {
  padding: 0 0 2rem 0;
}

.single-post .news-subscribe-block {
  background: #53B8C9;
  padding: 2rem 2rem 1rem;
  border-radius: 10px;
}

.news-subscribe-block .gform_wrapper form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (min-width:768px) {
  .news-subscribe-block .gform_wrapper form {
    flex-direction: row;
  }
}

.news-subscribe-block .gform_wrapper form input[type=email],
.news-subscribe-block .gform_wrapper form input[type=submit] {
  height: 50px;
}

.news-subscribe-block .gform_wrapper form input[type=email] {
  box-shadow: 0 5px 24px 0 rgba(0, 43, 67, 0.05);
}

.news-subscribe-block .gform_wrapper form input[type=submit] {
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 18px;
  transition-duration: 0.2s;
  transition-property: background-color, color, border, opacity;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 0;
  min-width: 180px;
  min-height: 70px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: white;
  background: #EA6C51;
  border: 1px solid #EA6C51;
  border-radius: 10px;
  height: 50px;
  min-height: 0;
}

@media screen and (min-width: 1200px) {
  .news-subscribe-block .gform_wrapper form input[type=submit] {
    font-size: 14px;
  }
}

.news-subscribe-block .gform_wrapper form input[type=submit]:focus,
.news-subscribe-block .gform_wrapper form input[type=submit]:hover {
  background: #ffffff;
  color: #EA6C51;
  border: 1px solid #EA6C51;
}

.news-subscribe-block .gform_wrapper form .gform_body {
  width: 100%;
}

@media screen and (min-width:768px) {
  .news-subscribe-block .gform_wrapper form .gform_body {
    width: 70%;
  }
}

.news-subscribe-block .gform_wrapper form input[type=submit] {
  padding: 0;
  border: 0;
  margin: 0;
  border-radius: 5px;
  min-height: 0;
  height: 50px;
}

.post-cta-shortcode {
  background: white;
  padding: 3rem;
  margin: 2rem auto;
  border-radius: 10px;
}

.post-cta-shortcode .post-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
}

.post-cta-shortcode a {
  font-weight: 600;
  font-size: inherit;
  border-bottom: none;
  text-decoration: underline;
  color: #EA6C51;
}

.post-cta-shortcode a:hover,
.post-cta-shortcode a:focus {
  color: #20363F;
  text-decoration: underline;
  border-bottom: none;
}

@media screen and (min-width:768px) {
  .post-cta-shortcode {
    margin: 2rem -5rem;
  }

  .post-cta-shortcode .post-cta__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
}

.related-news {
  margin-top: 3rem;
}

.owner-post-wrapper .block-grid-3 {
  width: 100%;
  justify-content: space-between;
  margin: 0 10px;
}

.owner-post-wrapper .loop-post {
  background: #ffffff;
  border-radius: 30px 5px 5px 5px;
  text-align: center;
  padding: 30px 20px 30px 20px;
  box-shadow: 0 22px 24px 0 rgba(0, 43, 67, 0.05);
  margin-bottom: 20px;
}

@media screen and (min-width:980px) {
  .owner-post-wrapper .loop-post:nth-child(2) {
    position: relative;
    bottom: 30px;
  }

  .owner-post-wrapper .loop-post:nth-child(5) {
    position: relative;
    bottom: 30px;
  }
}

.owner-post-wrapper .image-column {
  margin-bottom: 20px;
}

.owner-post-wrapper .challenge-info-box {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 10px;
}

.owner-post-wrapper .challenge-info-box .challenge,
.owner-post-wrapper .challenge-info-box .open-call {
  width: 160px;
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 10px 0px;
}

.owner-post-wrapper .challenge-info-box .open-call {
  background: #53B8C9;
}

.owner-post-wrapper .challenge-info-box .challenge {
  background: #29638B;
}

.owner-post-wrapper h4 {
  padding-bottom: 10px;
}

.owner-post-wrapper h4 a {
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 31px;
}

.owner-post-wrapper .blue-line-intro {
  margin: 0px auto 10px;
}

.challenge-wrapper {
  background: #ffffff;
}

.challenge-wrapper .block-grid-2 {
  width: 100%;
  justify-content: space-evenly;
}

.challenge-wrapper .image-column {
  max-height: 300px;
  min-height: 300px;
  padding: 0px;
  position: relative;
}

.challenge-wrapper .image-column img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.challenge-wrapper .content-column {
  padding: 10px 20px 20px;
  margin-bottom: 10px;
}

.challenge-wrapper .content-column .challenge-name {
  display: block;
  color: #20363F;
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
}

.challenge-wrapper .content-column .challenge-name + .challenge-name {
  margin-top: 10px;
}

.challenge-wrapper .content-column .loop-title {
  padding-bottom: 5px;
}

.challenge-wrapper .content-column .loop-title a {
  color: #29638B;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 18px;
}

.challenge-wrapper .content-column p,
.challenge-wrapper .content-column .gform_description {
  padding-top: 20px;
}

.challege-card {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: space-evenly;
}

.coming-soon {
  background: #20363F !important;
  padding-top: 40px !important;
  color: #ffffff !important;
}

.coming-soon .content-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.coming-soon .challenge-info-box,
.coming-soon .image-column {
  display: none !important;
}

.coming-soon .read-more:hover {
  color: #ffffff !important;
}

.single-challenge .page-banner .post-meta-container {
  margin-left: 10px;
}

.single-challenge .open_call .cta-container {
  text-align: center;
}

.challenge-content-wrapper .main-content p,
.challenge-content-wrapper .main-content .gform_description {
  font-weight: 400;
}

.challenge-content-wrapper .main-content a {
  font-weight: 600;
  font-size: inherit;
  border-bottom: none;
  text-decoration: underline;
  color: #EA6C51;
}

.challenge-content-wrapper .main-content a:hover,
.challenge-content-wrapper .main-content a:focus {
  color: #20363F;
  text-decoration: underline;
  border-bottom: none;
}

.challenge-logo {
  padding-bottom: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
}

@media screen and (min-width: 1200px) {
  .challenge-logo {
    padding-bottom: 40px;
  }
}

.footer-logo-column {
  display: flex;
  justify-content: center;
}

.footer-logo-column a {
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width:979px) {
  .footer-logo-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0px;
  }

  .footer-logo-column a img {
    margin-bottom: 30px;
  }

  .site-footer .right-1,
  .site-footer .left-1 {
    margin: 0px;
  }

  .site-footer .footer-menu {
    padding-top: 0px;
    text-align: center;
    margin-bottom: 10px;
  }

  .site-footer .columns-2,
  .site-footer .columns-3 {
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }

  .site-footer .footer-logo-column {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .copyright-column,
  .designby-column {
    text-align: center;
  }

  .social-list {
    display: flex;
    justify-content: center;
  }

  .multi-address-menu-wrap {
    padding-bottom: 35px;
    border-bottom: 1px solid #979797;
  }

  .multi-address-wrap {
    padding-top: 45px;
  }
}

@media screen and (max-width:767px) {
  .footer-logo-column {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

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

  .privacy-menu {
    justify-content: center;
  }

  .site-footer .columns-2,
  .site-footer .columns-3 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

@media screen and (max-width:1199px) {
  .owner-post-wrapper .block-grid-4,
  .owner-post-wrapper .block-grid-3,
  .owner-post-wrapper .block-grid-2,
  .challenge-wrapper .block-grid-4,
  .challenge-wrapper .block-grid-3,
  .challenge-wrapper .block-grid-2,
  .challenge-info-wrapper .block-grid-4,
  .challenge-info-wrapper .block-grid-3,
  .challenge-info-wrapper .block-grid-2 {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .owner-post-wrapper .block-grid-4 > *,
  .owner-post-wrapper .block-grid-3 > *,
  .owner-post-wrapper .block-grid-2 > *,
  .challenge-wrapper .block-grid-4 > *,
  .challenge-wrapper .block-grid-3 > *,
  .challenge-wrapper .block-grid-2 > *,
  .challenge-info-wrapper .block-grid-4 > *,
  .challenge-info-wrapper .block-grid-3 > *,
  .challenge-info-wrapper .block-grid-2 > * {
    min-width: 340px;
    margin-bottom: 20px;
  }

  .single-challenge .block-two {
    position: unset;
  }
}

@media screen and (max-width:979px) {
  /*
   |----------------------------------------------------------------
   |  Enforce Column Stretching
   |----------------------------------------------------------------
   */

  .tablet-stretch {
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .tablet-stretch._s {
    flex-basis: 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }

  .right_content_standard_image .content-column {
    background: #ffffff;
  }

  .single-map-wrapper .contact-container {
    position: unset;
    width: 100%;
  }

  .single-map-wrapper .contact-container .social-list {
    justify-content: flex-start;
  }
}

@media screen and (max-width:767px) {
  /*
   |----------------------------------------------------------------
   |  Header
   |----------------------------------------------------------------
   */

  .logo-column {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo-column img {
    max-width: 80%;
  }

  .navigation-column {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding-left: 0;
    padding-right: 0;
  }

  .blue-line-image,
  .blue-line-intro {
    margin: 0 auto 20px auto;
  }

  .page-banner .row {
    padding-top: 200px !important;
  }

  .post-meta-container {
    margin: 0 auto;
  }

  .owner-post-wrapper .challenge-info-box .challenge,
  .owner-post-wrapper .challenge-info-box .open-call {
    margin: 0 5px;
  }
}

@media screen and (max-width:639px) {
  .banner-logos {
    flex-direction: column;
    align-items: center;
  }

  .banner-logos article {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .columns-2,
  .columns-3,
  .columns-4,
  .columns-5,
  .columns-6,
  .columns-7,
  .columns-8,
  .columns-9,
  .columns-10,
  .columns-11 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .page-banner .content-container {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: calc(12 / 12 * 100%) !important;
    max-width: calc(12 / 12 * 100%) !important;
  }

  .page-banner .content-container p,
  .page-banner .content-container .gform_description {
    margin: 0 auto;
    width: 80%;
  }

  .page-banner .image-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: calc(12 / 12 * 100%) !important;
    max-width: calc(12 / 12 * 100%) !important;
  }

  /*
     |----------------------------------------------------------------
     | Slideout Component
     |----------------------------------------------------------------
     */

  .slideout-container.block-grid-4 > *,
  .slideout-container.block-grid-3 > *,
  .slideout-container.block-grid-2 > * {
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }

  .slideout-container.block-grid-4 .slideout-item .loop-hidden,
  .slideout-container.block-grid-3 .slideout-item .loop-hidden,
  .slideout-container.block-grid-2 .slideout-item .loop-hidden {
    width: 100%;
  }

  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
  .slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden,
  .slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }

  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
  .slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden,
  .slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
    left: 0;
  }

  .owner-post-wrapper .challenge-info-box {
    flex-direction: column;
    align-items: center;
  }

  .owner-post-wrapper .challenge-info-box .challenge {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:480px) {
  .logo-column img {
    max-width: 60%;
  }
}