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

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

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

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

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

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

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1200px;
  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-] > .row {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

body {
  color: #6a6a6a;
  max-width: 1600px;
  margin: 0 auto;
}

::selection {
  background: #0781B4;
  color: white;
}

::-moz-selection {
  background: #0781B4;
  color: white;
}

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

h1 {
  font-size: calc(34px + (52 - 34) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (63 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 10px;
  font-weight: 800;
  letter-spacing: -1;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    line-height: 63px;
  }
}

h2 {
  font-size: calc(24px + (42 - 24) * (100vw - 320px) / (1200 - 320));
  line-height: calc(30px + (62 - 30) * (100vw - 320px) / (1200 - 320));
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    line-height: 62px;
  }
}

h3 {
  font-size: calc(24px + (36 - 24) * (100vw - 320px) / (1200 - 320));
  line-height: calc(30px + (49 - 30) * (100vw - 320px) / (1200 - 320));
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    line-height: 49px;
  }
}

h4 {
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1200 - 320));
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  line-height: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    line-height: 22px;
  }
}

h6 {
  padding-bottom: 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 29px;
  color: #4FC6DF;
}

/*
 |----------------------------------------------------------------
 |  Paragraph
 |----------------------------------------------------------------
 */
p, .gform_description {
  font-family: inherit;
  font-family: "Montserrat", sans-serif;
  line-height: calc(20px + (29 - 20) * (100vw - 320px) / (1200 - 320));
  margin: 0;
  font-weight: 300;
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  p, .gform_description {
    line-height: 29px;
  }
}
p:empty, .gform_description:empty {
  display: none;
}

.p-large {
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 30px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .p-large {
    font-size: 22px;
  }
}

.p-medium {
  font-size: calc(16px + (17 - 16) * (100vw - 320px) / (1200 - 320));
  line-height: calc(20px + (28 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 20px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .p-medium {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .p-medium {
    line-height: 28px;
  }
}

.p-standard {
  font-size: calc(15px + (16 - 15) * (100vw - 320px) / (1200 - 320));
  line-height: calc(20px + (28 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 20px;
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  .p-standard {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .p-standard {
    line-height: 28px;
  }
}

.p-small {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 20px;
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  .p-small {
    font-size: 14px;
  }
}

.superscript {
  font-size: 26px;
}

/*
 |----------------------------------------------------------------
 |  Horizontal Line
 |----------------------------------------------------------------
 */
hr {
  border: none;
  border-bottom: 1px solid #0781B4;
  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: #B4B5B4;
  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;
  list-style: none;
  padding-left: 25px;
}
ul:not([class]) li,
ol:not([class]) li {
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width:767px) {
  ul:not([class]) li,
ol:not([class]) li {
    margin: 0 auto 10px auto;
  }
}
ul:not([class]) li:before,
ol:not([class]) li:before {
  color: #1EAAE0;
  position: absolute;
  left: -25px;
}
ul:not([class]) ul:not([class]),
ul:not([class]) ol:not([class]),
ol:not([class]) ul:not([class]),
ol:not([class]) ol:not([class]) {
  margin: 0 0 25px 10px;
  list-style: none;
  padding-left: 25px;
}

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

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

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

/*
 |----------------------------------------------------------------
 |  Link
 |----------------------------------------------------------------
 */
a {
  transition-duration: 250ms;
  transition-property: background-color, color, border, opacity, text-indent;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: #4FC6DF;
}
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 #B4B5B4;
  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: #0781B4;
  color: white;
}

/*
 |----------------------------------------------------------------
 |  Custom Image Classes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Video
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Iframe - anvil wraps embedded iframes with .flex-video, so that
 |  class can be used to style iframes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Block Quote
 |----------------------------------------------------------------
 */
blockquote {
  border-left: 5px solid #0781B4;
  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: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  border-radius: 3px;
  text-align: center;
  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: 6;
  min-width: 220px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
}
.button.default {
  background-color: #0781B4;
}

/*
 |----------------------------------------------------------------
 |  Button Base/Mixin
 |----------------------------------------------------------------
 */
.two {
  color: #0781B4;
  background: #ffffff;
}
.two:hover {
  color: #ffffff;
  background: #0781B4;
}

.one {
  color: white;
  background: #1EAAE0;
}
.one:hover {
  color: white;
  background: #4FC6DF;
}

.three {
  color: white;
  background: #4FC6DF;
}
.three:hover {
  background: #ffffff;
  color: #4FC6DF;
  border: 1px solid #4FC6DF;
}

.read-more, .slideout-repeater .slideout-item .loop-content .trigger {
  color: #4FC6DF;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  transition: all 0.2s;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 15px;
  text-align: center;
  position: relative;
  display: inline-block;
  font-style: normal;
  border-radius: 0px;
  text-transform: none;
  border-bottom: 1px solid #4FC6DF;
  text-transform: uppercase;
}
.read-more:after, .slideout-repeater .slideout-item .loop-content .trigger:after {
  font-family: FontAwesome;
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f054";
  font-size: 10px;
  top: 0px;
  left: 5px;
  transition: all 0.2s;
  position: relative;
}
.read-more:hover:after, .slideout-repeater .slideout-item .loop-content .trigger:hover:after {
  left: 15px;
}

.white {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.white:hover {
  opacity: 0.6;
}

.form-submit input {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  border-radius: 3px;
  text-align: center;
  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: 6;
  min-width: 220px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: white;
  background: #1EAAE0;
  border: unset !important;
}
.form-submit input.default {
  background-color: #0781B4;
}
.form-submit input:hover {
  color: white;
  background: #4FC6DF;
}

/**
 *	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: none;
  border-radius: none;
  outline: none;
  border: 1px solid #2f2f2f;
  background: white;
  padding: 5px 10px;
  height: 50px;
  width: 100%;
  appearance: none;
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1200 - 320));
  font-weight: 400;
  color: #6a6a6a;
}
@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: #0781B4;
}
[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]) {
  appearance: none;
  padding-right: 35px;
  background-image: url("../../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: #6a6a6a;
}

[type=submit],
[type=button] {
  background-color: #0781B4;
}

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

.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 h4 {
  font-size: 28px;
  line-height: 42px;
}

.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;
  }
}
.single-post-cat-list {
  display: flex;
  align-items: center;
}
.single-post-cat-list .divider {
  height: 10px;
  width: 13px;
  transform: rotate(90deg);
  border-bottom: 1px solid #0781B4;
  margin: 10px;
  margin-top: 7px;
  margin-right: 2px;
  padding: 0;
}
.single-post-cat-list p, .single-post-cat-list .gform_description,
.single-post-cat-list a {
  color: #4FC6DF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0px;
  letter-spacing: 2px;
  line-height: 15px;
  text-transform: uppercase;
}
.single-post-cat-list a {
  transition: all ease-in-out 100ms;
}
.single-post-cat-list .post-date {
  margin-left: 10px;
}

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

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

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

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

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

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

.gfield_required {
  vertical-align: super;
}

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

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

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

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

.gform_hidden {
  display: none;
}

.gform_validation_container {
  display: none !important;
}

/*
 |----------------------------------------------------------------
 |  Gform Field Class
 |----------------------------------------------------------------
 */
.gf_full {
  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: 1200px;
  margin-left: -10px;
  margin-right: -10px;
}
/*
 |----------------------------------------------------------------
 |  Gform Footer
 |----------------------------------------------------------------
 */
.gf_submit:not(.button) {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  border-radius: 3px;
  text-align: center;
  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: 6;
  min-width: 220px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}

.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: #0781B4;
}
.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;
}

.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: #B4B5B4;
}
.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: #0781B4;
  color: white;
}

.centered_intro {
  padding-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 0px !important;
}
.centered_intro .columns-6 {
  flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}
.centered_intro .text-container {
  text-align: center;
}
.centered_intro h2 {
  padding-bottom: calc(10px + (20 - 10) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .centered_intro h2 {
    padding-bottom: 20px;
  }
}
@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 .cta-container {
  display: flex;
  padding-bottom: 20px;
}
.centered_intro .cta-container a {
  margin: 0 auto;
}

.left_intro {
  padding-top: 40px;
  margin-bottom: 30px;
}
.left_intro .columns-6 {
  flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}
.left_intro .text-container {
  text-align: center;
}
.left_intro h2 {
  padding-bottom: calc(10px + (20 - 10) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .left_intro h2 {
    padding-bottom: 20px;
  }
}
@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 .content-column .cta-container {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width:980px) {
  .left_intro .content-column .cta-container a {
    position: relative;
    bottom: 70px;
  }
}
@media screen and (min-width:980px) and (max-width:979px) {
  .left_intro .content-column .cta-container a {
    margin: 0 auto !important;
  }
}
.left_intro .text-container {
  text-align: left;
  width: 60%;
}
@media screen and (max-width:979px) {
  .left_intro {
    padding-left: 20px;
  }
  .left_intro .p-wrapper {
    padding: 0px 0px 20px;
    width: 80%;
    margin: 0 auto;
  }
  .left_intro .text-container {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .left_intro .cta-column {
    position: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*Strukture Style 1.0*/
.content-component .text-container p, .content-component .text-container .gform_description {
  padding-bottom: 20px;
}
.content-component .image-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-component .image-column img {
  width: 100%;
}
.text-container .p-wrapper p, .text-container .p-wrapper .gform_description {
  padding-bottom: 10px;
}

.left_content_standard_image {
  margin-bottom: calc(10px + (0 - 10) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .left_content_standard_image {
    margin-bottom: 0px;
  }
}
.left_content_standard_image .image-column {
  flex-basis: calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
  z-index: 100;
}
.left_content_standard_image .content-column {
  flex-basis: calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 60px;
}

.right_content_standard_image {
  margin-bottom: calc(10px + (40 - 10) * (100vw - 320px) / (1200 - 320));
  margin-top: calc(10px + (40 - 10) * (100vw - 320px) / (1200 - 320));
}
.right_content_standard_image .row {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1200px) {
  .right_content_standard_image {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .right_content_standard_image {
    margin-top: 40px;
  }
}
@media screen and (min-width:980px) {
  .right_content_standard_image {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }
  .right_content_standard_image:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30%;
    height: 100%;
    background-color: #2f2f2f;
    content: "";
    border-radius: 3px;
  }
}
.right_content_standard_image .image-column {
  flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
  z-index: 100;
}
.right_content_standard_image .content-column {
  flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 80px;
}

.left_content_full_image {
  margin-bottom: calc(10px + (0 - 10) * (100vw - 320px) / (1200 - 320));
}
.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 (min-width: 1200px) {
  .left_content_full_image {
    margin-bottom: 0px;
  }
}
.left_content_full_image .content-column {
  padding-top: 60px;
  padding-bottom: 90px;
  padding-left: 13%;
  padding-right: 80px;
}
@media screen and (max-width:1299px) {
  .left_content_full_image .content-column {
    padding-left: 20px;
  }
}

.right_content_full_image {
  margin-bottom: calc(10px + (0 - 10) * (100vw - 320px) / (1200 - 320));
}
.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%);
}
.right_content_full_image .row {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1200px) {
  .right_content_full_image {
    margin-bottom: 0px;
  }
}
.right_content_full_image .content-column {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 90px;
  padding-right: 13%;
}
@media screen and (max-width:1299px) {
  .right_content_full_image .content-column {
    padding-right: 20px;
  }
}

@media screen and (max-width:767px) {
  .right_content_full_image .row,
.left_content_full_image .row,
.right_content_standard_image .row,
.left_content_standard_image .row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width:767px) {
  .right_content_full_image .image-column,
.left_content_full_image .image-column,
.right_content_standard_image .image-column,
.left_content_standard_image .image-column {
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width:979px) {
  .right_content_full_image .content-column,
.left_content_full_image .content-column,
.right_content_standard_image .content-column,
.left_content_standard_image .content-column {
    justify-content: center !important;
    padding: 40px 20px;
  }
}
@media screen and (max-width:767px) {
  .right_content_full_image .content-column,
.left_content_full_image .content-column,
.right_content_standard_image .content-column,
.left_content_standard_image .content-column {
    flex-basis: 91.6666666667% !important;
    max-width: 91.6666666667% !important;
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px !important;
  }
}
@media screen and (max-width:480px) {
  .right_content_full_image .content-column,
.left_content_full_image .content-column,
.right_content_standard_image .content-column,
.left_content_standard_image .content-column {
    flex-basis: 100% !important;
    padding: 20px 10px !important;
  }
}

.full_width_background_image {
  margin-bottom: calc(20px + (80 - 20) * (100vw - 320px) / (1200 - 320));
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .full_width_background_image {
    margin-bottom: 80px;
  }
}
.full_width_background_image: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;
  z-index: 0;
  opacity: 0.4;
}
.full_width_background_image .row {
  position: relative;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: calc(60px + (115 - 60) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(80px + (175 - 80) * (100vw - 320px) / (1200 - 320));
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1200px) {
  .full_width_background_image .row {
    padding-top: 115px;
  }
}
@media screen and (min-width: 1200px) {
  .full_width_background_image .row {
    padding-bottom: 175px;
  }
}
.full_width_background_image .row .content-column {
  z-index: 1000;
}
.full_width_background_image .row .content-column .text-container {
  text-align: center;
}
.full_width_background_image .row .content-column a {
  margin: 0 auto;
}
.full_width_background_image .row .cta-container {
  display: flex;
}

.full_width_background_callout {
  background-position: center;
  background-size: cover;
  background-position: center;
  z-index: 0;
  position: relative;
}
.full_width_background_callout:before {
  content: "";
  position: absolute;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.full_width_background_callout .row {
  padding: 80px 10px;
  justify-content: flex-end;
}
.full_width_background_callout .content-column {
  z-index: 10;
  flex-basis: calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
  padding: 20px;
}
.full_width_background_callout .content-column .text-container {
  padding: 70px 80px 150px;
}
@media screen and (max-width:979px) {
  .full_width_background_callout .row {
    padding: 100px 0;
    justify-content: center;
  }
  .full_width_background_callout .text-container {
    padding: 40px 20px 60px !important;
  }
  .full_width_background_callout .content-column {
    text-align: center;
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
}

.full_width_footer_background {
  background-position: center;
  background-size: cover;
  background-position: center;
  z-index: 0;
  position: relative;
}
.full_width_footer_background:before {
  content: "";
  position: absolute;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.full_width_footer_background .row {
  padding: 80px 10px;
  justify-content: flex-end;
}
.full_width_footer_background .content-column {
  z-index: 10;
  flex-basis: calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
  padding: 20px;
}
.full_width_footer_background .content-column .text-container {
  padding: 70px 80px 150px;
}
@media screen and (max-width:979px) {
  .full_width_footer_background .row {
    padding: 100px 0;
    justify-content: center;
  }
  .full_width_footer_background .content-column {
    text-align: center;
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
}

.centered_background_full {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 0;
}
.centered_background_full:before {
  content: "";
  position: absolute;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  left: 0px;
}
.centered_background_full h2 {
  padding-bottom: 30px;
  margin: 0 auto;
}
.centered_background_full h6 {
  margin: 0 auto;
}
.centered_background_full p, .centered_background_full .gform_description {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.centered_background_full .row {
  padding: 160px 10px 170px;
}
.centered_background_full .content-container {
  flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

.faq-postings {
  width: 100%;
}
@media screen and (max-width:767px) {
  .faq-postings {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.faq-postings h6 {
  color: #0781B4;
}

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

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

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

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

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

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

@media screen and (max-width:979px) {
  .accordion-holder {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .accordion-holder h5 {
    width: 70%;
  }
}
/*
 |----------------------------------------------------------------
 |  Banner Structure
 |----------------------------------------------------------------
 */
.page-banner {
  overflow: visible;
  margin-bottom: 50px;
}
.page-banner .content-container {
  padding-top: calc(40px + (110 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (100 - 40) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(0px + (60 - 0) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-banner .content-container {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner .content-container {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner .content-container {
    padding-right: 60px;
  }
}
.page-banner .content-container h6 {
  position: relative;
  width: fit-content;
}
.page-banner .content-container h6:after {
  position: absolute;
  width: 100px;
  height: 1px;
  background: #0781B4;
  content: "";
  right: -110px;
  top: 15px;
}
.page-banner .image-column {
  position: relative;
}
.page-banner .image-column img {
  max-width: 140%;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
}

.single-page-banner {
  margin-bottom: 50px;
  background-size: cover;
}
.single-page-banner .row {
  padding-top: calc(280px + (340 - 280) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 0px;
}
@media screen and (min-width: 1200px) {
  .single-page-banner .row {
    padding-top: 340px;
  }
}
.single-page-banner .terms-container {
  width: fit-content;
  padding: 15px 20px 15px;
  margin-bottom: 20px;
}
.single-page-banner .terms-container h6 {
  width: fit-content;
}
.single-page-banner .content-container {
  background: #ffffff;
  padding: 40px 100px;
}
.single-page-banner .term-wrapper {
  display: flex;
  justify-content: space-between;
  width: fit-content;
  padding: 20px 50px;
  margin-bottom: 20px;
  background: #0781B4;
}
.single-page-banner .term-wrapper h6 {
  line-height: 12px;
  padding-bottom: 0px;
  margin-right: 10px;
  text-transform: uppercase;
  color: #ffffff;
}
.single-page-banner h6 {
  padding: 0px;
  margin-right: 10px;
  text-transform: uppercase;
}
.single-page-banner h1,
.single-page-banner p,
.single-page-banner .gform_description {
  padding-bottom: 10px;
}
.single-case-banner .row {
  padding-top: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-case-banner .row {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .single-case-banner .row {
    padding-bottom: 70px;
  }
}

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

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

.gallery-element {
  position: relative;
  margin-top: 40px;
}
.gallery-element:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 105%;
  bottom: 0%;
  right: 40%;
  background-color: #0781B4;
  z-index: -1;
}

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

.gallery_intro {
  padding-top: 40px;
}

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

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

.slick-slider {
  margin-bottom: 40px;
}
.slick-slider .gallery-wrapper {
  position: relative;
  margin: 0 auto 40px auto;
}
.slick-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.slick-slider .slick-next {
  right: -50px;
}
.slick-slider .slick-prev {
  left: -50px;
}
.slick-slider .gallery-image {
  display: flex !important;
  justify-content: center;
  color: black;
}
.slick-slider .gallery-image a {
  width: 100%;
}
.slick-slider .gallery-image #text {
  display: none;
}
.slick-slider .gallery-image img {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width:480px) {
  .slick-slider .gallery-image,
.slick-slider img {
    max-height: 300px;
  }
}

.slick-thumbnail-grid {
  margin: 0 auto;
  /* 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 {
  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;
  }
}

.slick-slider .gallery-image {
  height: 600px;
}
.slick-slider .gallery-image img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.fade,
.one-time,
.single-item,
.gallery {
  display: flex;
}
.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 {
  width: 100% !important;
  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;
}

.gallery img.play-logo {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
  left: 47%;
}

.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: #0781B4;
  background-color: #0781B4;
  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: #6a6a6a;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 80%;
  content: "+";
  font-weight: 100;
  top: 0;
  font-size: 32px;
  width: 30px;
  height: 30px;
  background: rgb(59, 2, 6);
  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;
  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: #0781B4;
  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: 30px 0px;
  background: #767676;
  margin-bottom: 50px;
}
.filter-section .filter-container {
  min-height: unset;
  padding-top: 0px;
  padding-left: 0px;
  justify-content: flex-end;
  padding-bottom: 0px !important;
}
.filter-section h6 {
  padding-bottom: 0;
  margin-right: 15px;
  min-width: 110px;
  color: #6a6a6a;
}
.filter-section .view-all {
  color: white;
  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;
  text-transform: uppercase;
}
.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: #0781B4;
  pointer-events: none;
}
.filter-section .filter-form-container .search-form .button {
  margin-right: 15px;
}
.filter-section .filter-form-container .search-container {
  min-width: 200px;
}
@media screen and (max-width:1299px) {
  .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: #6a6a6a;
}
.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 > a {
  font-weight: 600;
}
.pagination-container .pagination-column .fa-arrow-left {
  margin-right: 10px;
}
.pagination-container .pagination-column i {
  color: #4FC6DF;
  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: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #4FC6DF;
}
.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;
  color: #4FC6DF;
}
.pagination-container .pagination-column .fa-arrow-right {
  margin-left: 12px;
  color: #4FC6DF;
}
.pagination-container .pagination-column .fa-arrow-left {
  margin-right: 12px;
  color: #4FC6DF;
}
.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 .page-numbers {
  padding: 3px 10px 4px 10px;
  margin: 0 2px;
  height: 40px;
  border-radius: 3px;
  color: #6a6a6a;
}
.pagination-container .pagination-column .page-lists .current {
  background: #0781B4;
  margin: 0 4px;
  height: 30px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #ffffff;
}
.pagination-container .pagination-column .page-lists .dots {
  background: unset;
  color: #0781B4;
}
.pagination-container .pagination-column .page-lists a,
.pagination-container .pagination-column .page-lists span {
  color: #0781B4;
  font-size: 15px;
}

@media screen and (max-width:767px) {
  .pagination-container .pagination-column {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pagination-container .pagination-column .page-lists {
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.slideout-repeater .slideout-item .container {
  padding: 0 10px;
}
.slideout-repeater .slideout-item .loop-content {
  min-height: auto;
  background: #ffffff;
  padding: 40px;
  box-shadow: 0 24px 34px rgba(0, 0, 0, 0.12);
}
.slideout-repeater .slideout-item .loop-content::after {
  display: none;
}
.slideout-repeater .slideout-item .loop-content .icon {
  position: static;
  color: #49609B;
}
.slideout-repeater .slideout-item .loop-content h4 {
  font-size: 28px;
  padding-bottom: 25px;
  line-height: 34px;
}
.slideout-repeater .slideout-item .loop-content .learn-more-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slideout-repeater .slideout-item .loop-content .trigger {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  border-radius: 3px;
  text-align: center;
  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: 6;
  min-width: 220px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  transition: all 0.2s;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 15px;
  text-align: center;
  position: relative;
  border-radius: 0;
  border: none;
  color: #49609B;
}
.slideout-repeater .slideout-item .loop-content .trigger::after {
  color: #49609B;
}
.slideout-repeater .slideout-item .loop-hidden {
  background: #49609B;
  z-index: 1000;
}

.team-slideout-content {
  padding: 10px 20px;
}
.team-slideout-content h6 {
  max-width: 85%;
  line-height: 18px;
}
.team-slideout-content h4 {
  padding-bottom: 15px;
}
.team-slideout-content h4, .team-slideout-content h6 {
  color: #ffffff;
}
@media screen and (max-width:767px) {
  .team-slideout-content {
    padding-bottom: 40px;
  }
}

.slideout-container {
  width: 100%;
}

.slideout-item .container {
  padding: 0 10px;
}
.slideout-item .loop-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
}
.slideout-item .loop-content h4 {
  z-index: 1000;
}
.slideout-item .loop-content h6 {
  text-transform: uppercase;
}
.slideout-item .loop-content .icon {
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  right: 25px;
  z-index: 1000;
  height: 30px;
  width: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
}
.slideout-item .loop-content .icon:hover {
  cursor: pointer;
}
.slideout-item .loop-content .icon i {
  font-size: 25px;
}
.slideout-item .loop-content .minus {
  display: none;
}
.slideout-item .loop-content .show-icon {
  display: block;
}
.slideout-item .loop-content .hide-icon {
  display: none;
}
.slideout-item .loop-content .active-bar {
  content: "";
  display: none;
  justify-content: center;
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: -20px;
  left: 0px;
}
.slideout-item .loop-content .active-bar::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 20px;
  height: 20px;
  border-bottom: 10px solid inherit;
  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 .team-slideout-hidden {
  display: flex;
  justify-content: flex-start;
}
.slideout-item .team-slideout-hidden .columns-4,
.slideout-item .team-slideout-hidden .columns-7 {
  padding: 0 10px;
}
@media screen and (max-width:767px) {
  .slideout-item .team-slideout-hidden {
    flex-direction: column;
  }
  .slideout-item .team-slideout-hidden .columns-4,
.slideout-item .team-slideout-hidden .columns-7 {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
}
.slideout-item .loop-hidden {
  display: none;
  background: #1EAAE0;
  padding-top: calc(30px + (70 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (70 - 30) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(30px + (90 - 30) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(30px + (90 - 30) * (100vw - 320px) / (1200 - 320));
  position: relative;
  margin-top: 20px;
  z-index: 1000;
}
@media screen and (min-width: 1200px) {
  .slideout-item .loop-hidden {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .slideout-item .loop-hidden {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .slideout-item .loop-hidden {
    padding-right: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .slideout-item .loop-hidden {
    padding-left: 90px;
  }
}
.slideout-item .loop-hidden h6 {
  text-transform: uppercase;
}
.slideout-item .loop-hidden h4 {
  padding-bottom: 5px;
  text-transform: uppercase;
}
.slideout-item .loop-hidden * {
  color: #ffffff;
}
.slideout-item .loop-hidden a {
  margin-right: 10px;
  font-size: 16px;
  line-height: 24px;
}
.slideout-item .loop-hidden .columns-4 p, .slideout-item .loop-hidden .columns-4 .gform_description {
  font-size: 14px;
  font-weight: bold;
  line-height: 29px;
  text-transform: uppercase;
}
.slideout-item .loop-hidden .close {
  position: absolute;
  top: 16%;
  right: 3%;
}
.slideout-item .loop-hidden .close:hover {
  cursor: pointer;
}
.slideout-item .loop-hidden .close i {
  font-size: 25px;
}

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

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

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

@media screen and (max-width:979px) {
  /*
   |----------------------------------------------------------------
   | Slideout Component
   |----------------------------------------------------------------
   */
  .slideout-container.block-grid-4 > *, .slideout-container-big.block-grid-4 > * {
    flex-basis: calc(1 / 3 * 100%);
    max-width: calc(1 / 3 * 100%);
  }
  .slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden {
    width: 310%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden {
    left: -105%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden {
    left: -210%;
  }
}
@media screen and (max-width:767px) {
  .slideout-container.block-grid-4 > *, .slideout-container-big.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-big.block-grid-4 .slideout-item .loop-hidden,
.slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 203%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: -103%;
  }
}
@media screen and (max-width:639px) {
  .slideout-container.block-grid-4 > *, .slideout-container-big.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-big.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-big.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-big.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;
  }
}
.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: #1EAAE0;
}
.page-nav .all-posts .button:hover {
  color: white;
  background: #4FC6DF;
}
.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: #6a6a6a;
  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: #6a6a6a;
}
.page-nav .prev-column h4,
.page-nav .next-column h4 {
  color: #0781B4;
  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;
}

.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;
}
.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%);
  }
}
.single-map-wrapper {
  margin-bottom: 20px;
}
.single-map-wrapper .contact-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.get_in_touch_form > .row {
  align-items: center;
  flex-direction: column;
}
.get_in_touch_form > .row > div {
  flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 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;
  justify-content: space-between;
}
.get_in_touch_form > .row .contact-form-container .gform_fields li:nth-of-type(-n+5) {
  flex-basis: 49%;
}
@media screen and (max-width:639px) {
  .get_in_touch_form > .row .contact-form-container .gform_fields {
    display: flex;
    justify-content: space-between;
  }
  .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 40px;
  display: block;
}
@media screen and (max-width:767px) {
  .contact-container {
    padding: 20px;
  }
  .contact-container h4 {
    text-align: center;
  }
}
.contact-container .contact-item {
  display: flex;
  padding-bottom: 10px;
}
.contact-container .contact-item i {
  width: 20px;
  font-size: 20px;
  margin-right: 15px;
  position: relative;
  top: 6px;
  left: 5px;
}
@media screen and (max-width:767px) {
  .contact-container .contact-item {
    justify-content: center;
  }
}

.highlights {
  margin-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .highlights {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:1299px) {
  .highlights {
    padding: 0px 10px;
  }
}
.highlights .highlights-grid {
  justify-content: flex-start;
}
.highlights .image-column {
  padding: 20px;
}
@media screen and (max-width:767px) {
  .highlights .image-column {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
}
.highlights .content-column {
  padding: 20px 20px 20px 0px;
}
.highlights .content-column h4 {
  padding-bottom: 10px;
}
@media screen and (max-width:979px) {
  .highlights .content-column {
    padding: 20px;
  }
}
@media screen and (max-width:767px) {
  .highlights .content-column {
    padding: 20px 30px;
    text-align: center;
  }
}

.image-highlights img {
  height: 140px;
  width: 140px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width:1299px) {
  .image-highlights img {
    height: 100px;
    max-width: 100px;
  }
}

.icon-highlights .loop-object .image-column {
  padding: 20px;
}
.icon-highlights .loop-object .image-column img {
  width: 100%;
  max-width: 100px;
}
.icon-highlights .loop-object .columns-8 {
  flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}

.team-members .right_content_standard_image::before {
  display: none;
}
.team-members .slideout-container .slideout-item {
  margin: 0;
}
.team-members .slideout-container .slideout-item .loop-content {
  min-height: 375px;
  justify-content: flex-end;
  z-index: 0;
  position: relative;
}
.team-members .slideout-container .slideout-item .loop-content: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;
  z-index: 0;
  opacity: 0.4;
}
.team-members .slideout-container .slideout-item .loop-content::after {
  z-index: -1;
}

.content-with-details {
  padding-bottom: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
}
@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 .read-more, .content-with-details .slideout-repeater .slideout-item .loop-content .trigger, .slideout-repeater .slideout-item .loop-content .content-with-details .trigger {
  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 {
  padding-top: 3px;
  margin-right: 15px;
  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));
}
@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;
  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: #0781B4;
}
.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;
}

.image-or-video-row {
  margin-bottom: 60px;
  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%;
  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));
}
@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;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 40px 40px;
}
.statistics-container .statistic .optional-border {
  margin-bottom: 20px;
}
.statistics-container .statistic h1 {
  font-size: calc(44px + (72 - 44) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .statistics-container .statistic h1 {
    font-size: 72px;
  }
}
.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;
  }
}
@media screen and (max-width:979px) {
  .statistics-container .content-component .content-column {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 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 {
  padding: 20px 0px;
}
.standard-team-loop .standard-team-member .grid-image img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
.standard-team-loop .standard-team-member .team-contact {
  padding-bottom: 20px;
}

.logo-grid {
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  margin-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .logo-grid {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .logo-grid {
    margin-bottom: 40px;
  }
}
.logo-grid .logo-container {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon-post-wrapper .icon-post {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 35px 30px;
}
.icon-post-wrapper .icon-post .image-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

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

.featured-testimonials {
  padding: 20px;
}
.featured-testimonials .content {
  padding: 40px 20px 20px 100px;
  box-shadow: 0 22px 34px 0 rgba(73, 96, 155, 0.1);
}
.featured-testimonials .content p, .featured-testimonials .content .gform_description {
  font-family: Merriweather;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 33px;
}
.featured-testimonials .content h6 {
  padding: 0px;
}
.featured-testimonials .content h5 {
  font-size: 14px;
}
.featured-testimonials .button i {
  margin-left: 10px;
}
.featured-testimonials .image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  left: 60px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.featured-testimonials .testimonial-slider {
  flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
  display: flex;
}
.featured-testimonials .testimonial-slider .slick-arrow {
  display: flex;
  align-items: center;
  font-size: 40px;
  color: #0781B4;
}
.featured-testimonials .testimonial-slider .slick-arrow:hover {
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .featured-testimonials img {
    margin-bottom: 20px;
  }
  .featured-testimonials p, .featured-testimonials .gform_description,
.featured-testimonials h5 {
    text-align: center;
  }
}

/*
 |----------------------------------------------------------------
 |  Site Utility
 |----------------------------------------------------------------
 */
.site-utility {
  padding: 0;
  background: #B4B5B4;
}
.site-utility .columns-12 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-utility a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.71px;
  line-height: 28px;
}
.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::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;
  display: flex;
}
.utility-menu li {
  padding: 10px 20px;
  display: flex;
}
.utility-menu li a {
  margin: 0 auto;
}
.utility-menu li:nth-child(1) {
  min-width: 200px;
}
.utility-menu li:nth-child(1) a {
  color: #6a6a6a;
}
.utility-menu li:nth-child(2) {
  margin-left: 0px;
  background: #4FC6DF;
}
.utility-menu li:nth-child(3) {
  background: #0781B4;
  margin-left: 0px;
}
.utility-menu a {
  opacity: 1;
  color: white;
}
.utility-menu a:hover {
  opacity: 0.7;
}

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

.site-logo {
  max-width: 190px;
}

/*
 |----------------------------------------------------------------
 |  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: 40px;
  height: 29px;
  position: relative;
  color: black;
  margin-right: 10px;
}
.fs-burger-menu:before, .fs-burger-menu:after {
  content: "";
  height: 3px;
  background: currentColor;
  opacity: 1;
  transform: translate(0, 0);
  transition-duration: 250ms;
  transition-delay: 250ms;
  transition-property: transform opacity;
}
.fs-burger-menu:after {
  width: 25px;
}
.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;
  width: 100%;
}

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

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

s #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;
}
.main-menu > li {
  font-family: inherit;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 7px;
}
.main-menu > li + li {
  margin-left: 25px;
}
.main-menu > li > a {
  font-family: inherit;
  color: inherit;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  padding-bottom: 3px;
}
.main-menu > li > a:hover {
  opacity: 0.6;
}
.main-menu > .current-menu-item > a {
  border-bottom: 2px solid #4FC6DF;
  color: #4FC6DF;
}

/*
 |----------------------------------------------------------------
 |  Sub Menu
 |----------------------------------------------------------------
 */
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  padding: 10px;
  margin: 0;
  list-style: none;
  border-radius: 4px;
}
.menu-item-has-children .sub-menu li {
  padding: 3px;
}
.menu-item-has-children .sub-menu li:hover {
  background-color: #055e83;
}
.menu-item-has-children .sub-menu a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 15px;
  color: #ffffff;
  padding-bottom: 5px;
}
.menu-item-has-children .sub-menu a:hover {
  color: #B4B5B4;
}
.menu-item-has-children a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: white;
  background: #0781B4;
  padding-bottom: 0px;
}

.mobile-submenu-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: white;
  border-radius: 50%;
  color: #0781B4;
  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 {
    background: unset !important;
  }
  .menu-item-has-children > a:after {
    font-family: FontAwesome;
    text-rendering: auto;
    font-smoothing: antialiased;
    content: "\f078";
    margin-left: 5px;
    color: #4FC6DF;
  }
  .menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 10;
    min-width: 300px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 50px);
    transition: 350ms;
    transition-property: transform, opacity;
    visibility: hidden;
    background: #0781B4;
    opacity: 1;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 3px;
  }
  .menu-item-has-children .sub-menu li {
    text-align: left;
    margin-bottom: 4px;
  }
  .menu-item-has-children .sub-menu a {
    justify-content: flex-start;
    font-weight: 400;
  }
  .menu-item-has-children .sub-menu a:hover {
    font-weight: bold;
  }
  .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%, 0);
    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: 40px;
    min-width: 100%;
    z-index: 1000;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-menu > li {
    display: block;
  }
  .main-menu > li + li {
    margin-left: 0;
  }
  .main-menu > li > a {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    padding: 10px 15px;
  }
  .main-menu > li > a:hover {
    opacity: 0.6;
  }
  .main-menu > .current-menu-item > a {
    border-bottom: none;
  }
  .menu-item-has-children > a {
    max-width: 240px;
    margin: 0 auto;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
  }
  .menu-item-has-children .sub-menu {
    display: none;
  }
  .menu-item-has-children .sub-menu a {
    padding-left: 35px;
    margin: 5px 0px;
  }
  .mobile-submenu-trigger {
    display: flex;
  }
}
@media screen and (min-width:768px) {
  #menu-item-1698 a {
    color: #1EAAE0;
    border-bottom: 2px solid #1EAAE0;
  }
}
/*
 |----------------------------------------------------------------
 |  Site Page Content
 |----------------------------------------------------------------
 */
.no-image {
  flex-basis: 83.3333333333% !important;
  max-width: 83.3333333333% !important;
  padding-left: 0px !important;
}

.hidden {
  display: none;
}

/*
 |----------------------------------------------------------------
 |  Site Single Entry
 |----------------------------------------------------------------
 */
.info-block {
  padding: 40px;
  background-color: #B4B5B4;
  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;
  padding: 50px 10px;
}

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

/*
 |----------------------------------------------------------------
 |  Footer Callout
 |----------------------------------------------------------------
 */
.footer-cta {
  background-image: attr(data-image-src url);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  width: 100%;
  position: relative;
}
.footer-cta: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;
  z-index: 0;
  opacity: 0.4;
}
.footer-cta .content-column {
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  z-index: 100;
}

.footer-cta-generator {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: linear-gradient(to bottom, white 0%, white 50%, #252525 50%, #252525 100%);
  padding-top: 40px;
}
.footer-cta-generator .block-grid-2,
.footer-cta-generator .block-grid-1 {
  padding: 10px;
  margin: 0 auto;
}
@media screen and (max-width:1299px) {
  .footer-cta-generator .block-grid-2 .footer-cta .content-column {
    padding: 75px;
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

.page-template-_flex .footer-cta-generator {
  margin-top: 60px;
  background: linear-gradient(to bottom, white 0%, white 50%, #252525 50%, #252525 100%);
}

.footer-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
}
.footer-cta .content-column {
  padding: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: calc(60px + (115 - 60) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(80px + (175 - 80) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(40px + (115 - 40) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(40px + (115 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .footer-cta .content-column {
    padding-top: 115px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-cta .content-column {
    padding-bottom: 175px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-cta .content-column {
    padding-left: 115px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-cta .content-column {
    padding-right: 115px;
  }
}
.footer-cta .text-container {
  text-align: center;
}
.footer-cta a {
  margin: 0 auto;
}
.footer-cta .cta-container {
  display: flex;
}

/*
 |----------------------------------------------------------------
 | Footer
 |----------------------------------------------------------------
 */
.site-footer {
  padding-top: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(0px + (0 - 0) * (100vw - 320px) / (1200 - 320));
  background: #6a6a6a;
}
@media screen and (min-width: 1200px) {
  .site-footer {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer {
    padding-bottom: 0px;
  }
}
.site-footer .columns-12 .columns-3 {
  padding: 0 10px;
}
@media screen and (min-width:768px) {
  .site-footer .columns-12 .columns-4 {
    padding-left: 40px;
  }
}
.site-footer .services-menu {
  flex-direction: row;
  justify-content: normal;
  padding-bottom: 30px;
}
.site-footer .services-menu li {
  padding: 5px 10px 5px 0px;
}

/*
 |----------------------------------------------------------------
 |  Footer Menu
 |----------------------------------------------------------------
 */
.footer-logo-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
.footer-logo-column img {
  margin-bottom: 15px;
}
.footer-logo-column .button {
  margin-bottom: 40px;
  max-width: 200px;
}

.footer-logo-column ul {
  display: flex;
  list-style: none;
  padding: 0px;
  width: 80%;
  justify-content: normal;
}
.footer-logo-column ul li {
  margin-right: 15px;
}
.footer-logo-column .social-list {
  margin-bottom: 20px !important;
}
.footer-logo-column .social-list li {
  margin-right: 5px;
}
.footer-logo-column .social-list i {
  color: #ffffff !important;
  font-size: 30px;
  transition: all 0.2s;
}
.footer-menu {
  list-style: none;
  padding-top: 0px;
}
.footer-menu li {
  display: block;
  padding-bottom: 10px;
}
.footer-menu ul {
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
}
.footer-menu p, .footer-menu .gform_description {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 0px;
}
.footer-menu a {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-menu a:hover {
  opacity: 0.6;
}

.contact-item-wrapper {
  display: flex;
  justify-content: normal;
  align-items: baseline;
  margin-bottom: 10px;
}
.contact-item-wrapper p, .contact-item-wrapper .gform_description,
.contact-item-wrapper a,
.contact-item-wrapper .p-wrapper {
  padding-bottom: 0px;
  font-weight: bold;
  line-height: 18px;
  font-size: 14px;
  text-transform: uppercase;
}
.contact-item-wrapper i {
  margin-right: 10px;
}

@media screen and (max-width:767px) {
  .address-column {
    margin-bottom: 40px !important;
  }
}

/*
 |----------------------------------------------------------------
 |  Copyrights
 |----------------------------------------------------------------
 */
.footer-copyright {
  padding-top: 10px;
  background-color: #0781B4;
}
.footer-copyright .row {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer-copyright p, .footer-copyright .gform_description {
  font-size: calc(10px + (10 - 10) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .footer-copyright p, .footer-copyright .gform_description {
    font-size: 10px;
  }
}

.site-copyright {
  display: inline-block;
  font-size: calc(13px + (13 - 13) * (100vw - 320px) / (1200 - 320));
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .site-copyright {
    font-size: 13px;
  }
}

.privacy-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.privacy-menu li {
  display: inline-block;
  font-size: calc(13px + (13 - 13) * (100vw - 320px) / (1200 - 320));
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .privacy-menu li {
    font-size: 13px;
  }
}
.privacy-menu a {
  color: #ffffff;
  border-bottom: unset;
  font-size: 10px;
}

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

.site-credit {
  font-size: calc(13px + (13 - 13) * (100vw - 320px) / (1200 - 320));
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .site-credit {
    font-size: 13px;
  }
}
.site-credit a {
  color: #ffffff;
  border-bottom: unset;
  font-size: 10px;
}

/*
 |----------------------------------------------------------------
 |  Multi Address Footer
 |----------------------------------------------------------------
 */
.multi-address-menu-wrap {
  padding-bottom: 75px;
}

.multi-address-wrap {
  padding-top: 20px;
  justify-content: space-evenly;
}

.footer-address-wrapper {
  border-bottom: none !important;
  margin-bottom: 0px !important;
  background-color: #000000;
  padding: 50px;
  padding-bottom: 60px !important;
  text-align: left;
}
.footer-address-wrapper h6 {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 20px;
  text-transform: none;
}
.footer-address-wrapper p, .footer-address-wrapper .gform_description, .footer-address-wrapper a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  color: #B4B5B4;
}

.hrs-link {
  border-bottom: none !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: left;
  background-color: #000000;
  padding-bottom: 60px !important;
  margin-bottom: 0px !important;
  padding: 50px;
}
.hrs-link img {
  margin-bottom: 15px;
}
.hrs-link .button {
  margin-right: 20px;
}
.hrs-link h6 {
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  color: #ffffff;
}
.hrs-link p, .hrs-link .gform_description,
.hrs-link a {
  text-transform: none;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 13px;
  text-align: left;
  font-size: 12px;
  width: 219px;
}
@media screen and (max-width:639px) {
  .hrs-link {
    align-items: center;
  }
}

.footer-awards-wrapper {
  background: #6a6a6a;
}
.footer-awards-wrapper .footer-awards .footer-awards-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer-awards-wrapper .footer-awards .footer-awards-container .award-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
}
.footer-awards-wrapper .footer-awards .footer-awards-container .award-content p, .footer-awards-wrapper .footer-awards .footer-awards-container .award-content .gform_description {
  font-size: 16px;
  color: #ffffff;
  font-family: Montserrat;
  text-align: center;
  line-height: 26px;
  letter-spacing: 2px;
  padding-bottom: 5px;
}
.footer-awards-wrapper .footer-awards .footer-awards-container img {
  height: 80px;
  margin-bottom: 10px;
}

@media screen and (max-width:639px) {
  .footer-awards-wrapper .footer-awards .footer-awards-container .award-content {
    padding: 20px;
  }
  .footer-awards-wrapper .footer-awards .footer-awards-container .award-content p, .footer-awards-wrapper .footer-awards .footer-awards-container .award-content .gform_description {
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 15px;
    font-size: 20px;
  }
  .footer-awards-wrapper .footer-awards .footer-awards-container img {
    margin-top: 15px;
  }
}
.offices-wIcons-key .footer-address-block .footer-icons {
  display: flex;
  color: #ffffff;
  padding-bottom: 10px;
}
.offices-wIcons-key .footer-address-block .footer-icons a, .offices-wIcons-key .footer-address-block .footer-icons p, .offices-wIcons-key .footer-address-block .footer-icons .gform_description {
  margin-left: 10px;
  line-height: normal;
}
@media screen and (max-width:639px) {
  .offices-wIcons-key .footer-address-block .footer-icons {
    display: flex;
    justify-content: center;
  }
  .hrs-offices-wrapper .footer-address-block {
    margin-bottom: 30px;
  }
  .hrs-offices-wrapper .logo-block {
    padding-bottom: 40px;
  }
}
.background-on {
  background-color: #B4B5B4;
  padding-top: 20px;
}

.blog-post-background {
  background: #B4B5B4;
}
.background-off .faq-postings {
  padding-top: calc(20px + (80 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .background-off .faq-postings {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .background-off .faq-postings {
    padding-bottom: 40px;
  }
}

.background-on .faq-postings {
  padding-top: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .background-on .faq-postings {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .background-on .faq-postings {
    padding-bottom: 40px;
  }
}
.background-on .accordion-label {
  background: #ffffff;
}

.background-off .logo-grid .logo-container {
  background: #B4B5B4;
}

.background-on .logo-grid .logo-container {
  background: #ffffff;
}

.background-on .icon-post {
  background: #ffffff;
}

.background-on .highlights-wrapper {
  padding-top: 60px;
}

.background-on .pricing .loop-item {
  background: #ffffff;
}

.background-off .pricing .loop-item {
  background: #B4B5B4;
}

.background-on .statistic {
  color: #ffffff;
}

.background-on .featured-testimonials {
  margin-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .background-on .featured-testimonials {
    margin-bottom: 40px;
  }
}
.background-on .testimonials .content {
  background: #ffffff;
}

.background-off .post-switcher-wrapper {
  padding-top: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .background-off .post-switcher-wrapper {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .background-off .post-switcher-wrapper {
    padding-bottom: 40px;
  }
}

.background-on .post-switcher-wrapper {
  padding-top: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .background-on .post-switcher-wrapper {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .background-on .post-switcher-wrapper {
    padding-bottom: 40px;
  }
}

.background-off .entry-content {
  padding-top: calc(20px + (80 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .background-off .entry-content {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .background-off .entry-content {
    padding-bottom: 40px;
  }
}

.background-on .entry-content {
  padding-top: calc(20px + (80 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .background-on .entry-content {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .background-on .entry-content {
    padding-bottom: 40px;
  }
}

.background-off .content-component {
  padding-top: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .background-off .content-component {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .background-off .content-component {
    padding-bottom: 40px;
  }
}
.background-off .left_content_full_image, .background-off .right_content_full_image {
  padding-top: 0px;
  padding-bottom: 0px;
}

.background-on .right_content_standard_image, .background-on .left_content_standard_image {
  padding-top: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .background-on .right_content_standard_image, .background-on .left_content_standard_image {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .background-on .right_content_standard_image, .background-on .left_content_standard_image {
    padding-bottom: 40px;
  }
}
.background-on .left_content_full_image, .background-on .right_content_full_image {
  padding-top: 0px;
  padding-bottom: 0px;
}

.single-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  align-items: initial;
  width: 100%;
}
.single-grid > * {
  flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
  display: flex;
}

.block-grid-2 {
  justify-content: space-around;
  align-items: initial;
  width: 100%;
}
.block-grid-2 > * {
  padding: 0px;
  margin-bottom: 2%;
  flex-basis: 49%;
  max-width: 49%;
}

.block-grid-3 {
  justify-content: normal;
  align-items: initial;
  width: 100%;
}
.block-grid-3 > * {
  padding: 0px;
  margin: 0.5% 0.5% 1% 0.5%;
  flex-basis: 32%;
  max-width: 32%;
}

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

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

@media screen and (max-width:1299px) {
  .block-grid-3 {
    width: 100%;
  }
  .block-grid-3 > * {
    flex-basis: 48%;
    max-width: 48%;
  }
  .block-grid-4,
.block-grid-5 {
    justify-content: normal;
    width: 100%;
  }
  .block-grid-4 > *,
.block-grid-5 > * {
    margin: 0.5% 0.5% 1% 0.5%;
    flex-basis: 32%;
    max-width: 32%;
  }
}
@media screen and (max-width:767px) {
  .block-grid-2 {
    justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-2 > * {
    flex-basis: 100%;
    max-width: 100%;
  }
  .block-grid-4,
.block-grid-5 {
    justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-4 > *,
.block-grid-5 > * {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width:639px) {
  .block-grid-3 {
    justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-3 > * {
    padding: 0px 10px;
    flex-basis: 100%;
    max-width: 100%;
  }
  .block-grid-4,
.block-grid-5 {
    justify-content: space-evenly;
    width: 100%;
    padding: 0px 10px;
  }
  .block-grid-4 > *,
.block-grid-5 > * {
    flex-basis: 100%;
    max-width: 100%;
  }
  .block-grid-2,
.block-grid-3,
.block-grid-4,
.block-grid-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*
 |----------------------------------------------------------------
 |  404 Page
 |----------------------------------------------------------------
 */
.promotion_content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #B4B5B4;
}
.promotion_content .row {
  flex-direction: row-reverse;
}
.promotion_content .row .content-column {
  padding-left: 40px;
}
.promotion_content .image-column {
  flex-basis: calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
  margin-right: 0px;
}

.testimonials_testimonials_intro {
  padding-top: 0px;
}

.page-template-_homepage .medium-posts .loop-content p, .page-template-_homepage .medium-posts .loop-content .gform_description {
  display: none;
}
.page-template-_homepage .post-switcher-wrapper {
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.page-template-_homepage .service-view-all {
  margin-bottom: 60px;
  border-radius: 3px;
}
.page-template-_homepage .featured-testimonials {
  margin-bottom: 80px;
}
.page-template-_homepage .anvil-highlights {
  display: flex;
}
.page-template-_homepage .anvil-highlights .highlights-wrapper {
  flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
  justify-content: space-between;
  display: flex;
  margin: 0 auto;
}
.page-template-_homepage .anvil-highlights .left_intro .text-container {
  width: 100%;
}
.page-template-_homepage .anvil-highlights .highlights_highlights_intro {
  flex-basis: calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
  padding-top: 0px;
}
.page-template-_homepage .anvil-highlights .icon-highlights {
  flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}
.page-template-_homepage .anvil-highlights .loop-object .content-column {
  padding-bottom: 0px;
  flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}
.page-template-_homepage .anvil-highlights .image-column {
  flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}
@media screen and (max-width:1299px) {
  .page-template-_homepage .anvil-highlights .highlights_highlights_intro,
.page-template-_homepage .anvil-highlights .icon-highlights {
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .page-template-_homepage .anvil-highlights .columns-10 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.page-template-_homepage .midpage_content_block {
  margin-bottom: calc(40px + (90 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-template-_homepage .midpage_content_block {
    margin-bottom: 90px;
  }
}
.page-template-_homepage .midpage_content_block .content-column {
  color: #6a6a6a;
}
@media screen and (min-width:980px) {
  .page-template-_homepage .midpage_content_block .row {
    position: relative;
    max-height: 800px;
    overflow: hidden;
    justify-content: flex-end;
  }
  .page-template-_homepage .midpage_content_block .row .image-column {
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .page-template-_homepage .midpage_content_block .content-column {
    flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
    background: #B4B5B4;
    padding: 60px 40px;
    position: absolute;
    top: 10%;
    right: 10%;
    border-radius: 4px 4px 4px 24px;
  }
}
@media screen and (min-width:980px) {
  .page-template-_homepage .page-banner {
    margin-bottom: -20px;
  }
}
.background-element {
  background-image: url("images/mountain_bg_full.svg");
  background-size: contain;
  background-position-y: 70%;
  background-color: #49609B;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.background-element:before {
  position: absolute;
  width: 100%;
  height: 300px;
  background: #ffffff;
  content: "";
  left: 0px;
  top: 0px;
  z-index: -10;
}
.background-element:after {
  position: absolute;
  width: 100%;
  height: 360px;
  background: #ffffff;
  content: "";
  left: 0px;
  bottom: 0px;
  z-index: -10;
}

.resources-background {
  background: url("images/mountain_BG.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: bottom left;
}

.resources-wrapper {
  padding-bottom: 60px;
}
.resources-wrapper .loop-object {
  padding: 175px 40px 50px 20px;
  position: relative;
  position: relative;
  bottom: 0px;
  transition: all 0.2s;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.resources-wrapper .loop-object:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0781B4;
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
  z-index: 0;
  opacity: 0.4;
}
.resources-wrapper .loop-object:hover {
  bottom: 10px;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
}
.resources-wrapper .loop-object:hover:after {
  opacity: 0;
}
.resources-wrapper .loop-object:after {
  z-index: -1;
  pointer-events: none;
}
.resources-wrapper .loop-object .text-container a {
  color: #ffffff;
  z-index: 100;
  border-bottom: 1px solid #ffffff;
}

/*
 |----------------------------------------------------------------
 |  Blog Page
 |----------------------------------------------------------------
 */
.page-template-_blog .page-banner, .blog .page-banner, .archive .page-banner, .category .page-banner {
  margin-bottom: 20px;
}
.page-template-_blog .page-banner .row, .blog .page-banner .row, .archive .page-banner .row, .category .page-banner .row {
  padding-bottom: 50px;
}
.page-template-_blog .page-banner .filter-section h6, .blog .page-banner .filter-section h6, .archive .page-banner .filter-section h6, .category .page-banner .filter-section h6 {
  margin-right: 0px;
}
.page-template-_blog .page-banner .filter-section .filter-container, .blog .page-banner .filter-section .filter-container, .archive .page-banner .filter-section .filter-container, .category .page-banner .filter-section .filter-container {
  padding-bottom: 0px;
}
.page-template-_blog .page-banner .filter-section .filter-container .submit-button, .blog .page-banner .filter-section .filter-container .submit-button, .archive .page-banner .filter-section .filter-container .submit-button, .category .page-banner .filter-section .filter-container .submit-button {
  min-height: 50px;
  min-width: 160px;
}
.page-template-_blog .background-on, .blog .background-on, .archive .background-on, .category .background-on {
  padding-top: 110px !important;
}

.blog_related_posts_intro {
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}

.get_in_touch_form {
  flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
  margin: 0 auto;
}
.get_in_touch_form .gform_fields {
  display: flex;
  justify-content: space-between;
}
.get_in_touch_form .gform_fields li:nth-of-type(-n+4) {
  flex-basis: 48%;
}
.get_in_touch_form .contact-heading {
  text-align: center;
  padding-bottom: 40px;
}
.get_in_touch_form .contact-heading h2 {
  padding: 0px 0px 20px;
  color: #6a6a6a;
}
.get_in_touch_form .contact-heading p, .get_in_touch_form .contact-heading .gform_description, .get_in_touch_form .contact-heading a {
  padding-bottom: 10px;
  color: #6a6a6a;
}
.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: #6a6a6a;
}
@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 label {
  font-family: "Montserrat", sans-serif;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  line-height: calc(15px + (18 - 15) * (100vw - 320px) / (1200 - 320));
  text-transform: uppercase;
  color: #4FC6DF;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .get_in_touch_form label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .get_in_touch_form label {
    line-height: 18px;
  }
}
.get_in_touch_form input,
.get_in_touch_form textarea,
.get_in_touch_form select {
  font-family: "Montserrat", sans-serif;
  border: unset !important;
  background-color: #ffffff;
  border-radius: 4px;
}
.get_in_touch_form .gform_button {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  border-radius: 3px;
  text-align: center;
  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: 6;
  min-width: 220px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: #0781B4;
  background: #ffffff;
  margin-bottom: 20px;
  margin-top: 0px;
}
.get_in_touch_form .gform_button:hover {
  color: #ffffff;
  background: #0781B4;
}
.get_in_touch_form .gform_button:hover {
  background-color: #4FC6DF;
  color: #ffffff;
}
.get_in_touch_form .gform_footer {
  padding: 20px;
}

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

.page-template-_contact .background-on {
  background: #0781B4;
}
.page-template-_contact .social-list i {
  color: #49609B;
  position: relative;
  top: 2px;
  left: 6px;
}
.page-template-_contact .contact-item i {
  color: #4FC6DF;
  min-width: 22px;
}
.page-template-_contact .contact-item p, .page-template-_contact .contact-item .gform_description, .page-template-_contact .contact-item a {
  padding-bottom: 10px;
  color: #6a6a6a;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 27px;
}
@media screen and (min-width:980px) {
  .page-template-_contact .map-contact {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }
  .page-template-_contact .map-contact:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30%;
    height: 100%;
    background-color: #0781B4;
    content: "";
    border-radius: 3px;
  }
}
.page-template-_contact .get_in_touch_intro {
  color: #ffffff;
}

.p-block {
  display: block;
  padding-bottom: 10px;
}
.p-block p, .p-block .gform_description {
  margin-bottom: 0px !important;
}

.page-template-_services .page-banner {
  margin-bottom: 20px;
}
.page-template-_services .background-post-wrapper {
  margin-bottom: calc(60px + (160 - 60) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-template-_services .background-post-wrapper {
    margin-bottom: 160px;
  }
}

.single-service .term-wrapper, .single-service .social-share {
  display: none;
}

.acf-map {
  height: 500px;
  width: 100%;
}

.page-template-_locations .page-banner {
  margin-bottom: 80px;
}
.page-template-_locations .loop-grid-container h3 {
  color: #0781B4;
}
.page-template-_locations .map-columns {
  padding: 0px;
}
.page-template-_locations .map-loop-container {
  margin-bottom: 60px;
}
.page-template-_locations .map-loop-container img {
  width: 100%;
}
.page-template-_locations .map-loop-container .loop-content {
  margin-bottom: 30px;
}
.page-template-_locations .map-loop-container .loop-content .content-column {
  padding: 30px 40px 30px 40px;
}
.page-template-_locations .map-loop-container .loop-content .location-block {
  display: flex;
}
.page-template-_locations .map-loop-container .loop-content .location-block p, .page-template-_locations .map-loop-container .loop-content .location-block .gform_description, .page-template-_locations .map-loop-container .loop-content .location-block a {
  font-weight: 600;
  line-height: 29px;
  font-size: 16px;
  padding: 0px;
  margin-bottom: 10px;
  color: #0781B4;
  padding: 0px;
}
.page-template-_locations .map-loop-container .loop-content .location-block i {
  margin-right: 20px;
  font-size: 22px;
  min-width: 22px;
  position: relative;
  top: 4px;
}
.page-template-_locations .map-loop-container .loop-content a:hover {
  opacity: 0.7;
}
.page-template-_locations .acf-map {
  margin-bottom: 60px;
}

.single-location .location-info p, .single-location .location-info .gform_description, .single-location .location-info a {
  line-height: 29px;
  font-size: 16px;
  padding: 0px;
  margin-bottom: 10px;
  color: #0781B4;
}
.single-location .location-info a {
  position: relative;
  top: 5px;
  font-weight: 300;
  text-decoration: underline;
}
.single-location .location-info i {
  color: #4FC6DF;
  margin-right: 20px;
  font-size: 22px;
  position: relative;
  top: 5px;
}
.single-location .map-info-wrapper {
  margin-bottom: 60px;
}
@media screen and (max-width:979px) {
  .single-location .map-info-wrapper {
    margin-bottom: 0px;
  }
}
.single-location .map-info-wrapper .columns-6 {
  flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}
.single-location .map-info-wrapper .columns-6 .acf-map {
  width: 100%;
}
.single-location .map-info-wrapper .map-content-wrapper {
  padding: 120px 30px;
}
@media screen and (max-width:979px) {
  .single-location .map-info-wrapper .map-content-wrapper {
    padding: 40px;
  }
}
.single-location .map-info-wrapper .map-content-wrapper .location-block {
  display: flex;
}
.single-location .map-info-wrapper .map-content-wrapper .location-block i {
  color: #4FC6DF;
  margin-right: 20px;
  font-size: 22px;
}
.single-location .full_width_background_callout h6, .single-location .full_width_background_callout h3 {
  color: #ffffff !important;
}

.single-location .strukture-wrapper {
  background: #B4B5B4;
}

.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, .ie11 .slideout-repeater .slideout-item .loop-content .trigger, .slideout-repeater .slideout-item .loop-content .ie11 .trigger {
  width: 110px !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: cover !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 .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 > * {
  max-height: 60px;
}

.faq-filter .filter-section {
  background: none;
}
.faq-filter .filter-section #filter-submit-button {
  display: none;
}
.faq-filter .filter-section .view-all {
  display: none;
}

.faqs-section {
  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) {
  .faqs-section {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .faqs-section {
    padding-bottom: 50px;
  }
}

.no-faqs {
  padding: 50px 10px;
}

.content-list-wrapper {
  padding-bottom: 60px;
}

.single-case-study-content {
  padding-top: 60px;
}

.page-template-_team .page-banner {
  margin-bottom: 20px;
}
.page-template-_team .footer-cta {
  margin-top: 20px;
}

.page-template-_class .slideout-repeater .slideout-item .loop-content {
  min-height: 300px;
  display: flex;
  justify-content: center;
}

.pricing {
  padding-bottom: calc(60px + (130 - 60) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .pricing {
    padding-bottom: 130px;
  }
}
.pricing .loop-item {
  padding: 50px 20px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  background: #ffffff;
}
.pricing .loop-item h4 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
}
.pricing .loop-item h5 {
  color: #49609B;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
  text-align: center;
  padding-bottom: 3px;
}
.pricing .loop-item h6 {
  color: #6a6a6a;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  margin: 0 auto;
}

.post-type-archive-tribe_events .page-banner, .single-tribe_events .page-banner {
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .post-type-archive-tribe_events .page-banner .content-column, .single-tribe_events .page-banner .content-column {
    padding: 60px 60px 120px 0px;
  }
  .post-type-archive-tribe_events .page-banner .image-column, .single-tribe_events .page-banner .image-column {
    max-height: 340px;
    border-bottom-right-radius: 10px;
  }
}
.post-type-archive-tribe_events .background-element, .single-tribe_events .background-element {
  padding-top: 60px;
}
.post-type-archive-tribe_events .background-element:after, .single-tribe_events .background-element:after {
  height: 285px;
}
.post-type-archive-tribe_events .background-element:before, .single-tribe_events .background-element:before {
  height: 0px;
}

.classes {
  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) {
  .classes {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .classes {
    padding-bottom: 50px;
  }
}
.classes .button-wrapper {
  padding: 30px 10px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar {
  border-radius: 4px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event {
  background: #ffffff;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
}

.tooltipster-base.tribe-events-tooltip-theme {
  pointer-events: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop,
.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop,
.single-tribe_events .tribe-events-single-event-title,
.tribe-events-schedule .tribe-clearfix h2 span,
.tribe-event-date-start,
.tribe-events-schedule h2,
.tribe-events-calendar-latest-past__heading,
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-daynum,
.tribe-events-calendar-latest-past__event-date-tag-year {
  color: #ffffff !important;
  font-weight: 600;
}

.tribe-events-l-container {
  padding-top: 0px !important;
}

.tribe-events-calendar-month__body {
  background-color: #ffffff !important;
}

.tribe-events-notices, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message {
  background: #B4B5B4 !important;
  border: 0px solid white !important;
}

.tribe-common-c-btn {
  background: #0781B4 !important;
}

.tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum {
  color: #4FC6DF !important;
}

.tribe-events-back a {
  color: #ffffff !important;
}

.tribe-events .tribe-events-c-ical__link {
  border: 1px solid #0781B4 !important;
  color: #0781B4 !important;
}
.tribe-events .tribe-events-c-ical__link:before {
  color: #0781B4 !important;
}

.single-tribe_events .tribe-events-content {
  background: #ffffff !important;
  padding: 40px !important;
}

.tribe-events span,
.tribe-events a,
.tribe-events button,
.tribe-events dd,
.tribe-events-single-section span,
.tribe-events-single-section a,
.tribe-events-single-section button,
.tribe-events-single-section dd {
  font-family: "Montserrat", sans-serif !important;
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  font-size: 32px !important;
  font-weight: bold !important;
}

.services-relationship-loop .loop-content {
  padding: 20px 10px 40px;
}
.services-relationship-loop .loop-content .image-column, .services-relationship-loop .loop-content .content-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.services-relationship-loop .loop-content .image-column {
  margin-bottom: 20px;
}

.blog-post-loop .loop-content .image-column {
  position: relative;
  max-height: 260px;
  overflow: hidden;
}
.blog-post-loop .loop-content .image-column img {
  width: 100%;
}
.blog-post-loop .loop-content .content-column {
  padding: 20px;
}
.blog-post-loop .loop-content .content-column .blog-terms {
  display: flex;
}
.blog-post-loop .loop-content .content-column .blog-terms a, .blog-post-loop .loop-content .content-column .blog-terms p, .blog-post-loop .loop-content .content-column .blog-terms .gform_description {
  padding-bottom: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 15px;
  color: #4FC6DF;
}
.blog-post-loop .loop-content .content-column .blog-terms a:hover {
  color: #0781B4;
}

.post-switcher-wrapper {
  margin-bottom: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .post-switcher-wrapper {
    margin-bottom: 40px;
  }
}
.post-switcher-wrapper .loop-content p, .post-switcher-wrapper .loop-content .gform_description,
.post-switcher-wrapper .loop-content h4 {
  color: #ffffff;
}

.large-posts .loop-content {
  padding-top: calc(50px + (100 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
  position: relative;
  padding-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .large-posts .loop-content {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .large-posts .loop-content {
    padding-bottom: 50px;
  }
}
.large-posts .loop-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0781B4;
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
  z-index: 0;
  opacity: 0.4;
}
.large-posts .loop-content:hover:after {
  opacity: 0.4;
}
.large-posts .loop-content .content-column {
  z-index: 100;
  padding: 0px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.large-posts .loop-content .content-column p, .large-posts .loop-content .content-column .gform_description {
  padding-bottom: 20px;
}
@media screen and (max-width:767px) {
  .large-posts .loop-content {
    padding: 10px;
  }
  .large-posts .loop-content .content-column {
    padding: 20px;
    text-align: center;
  }
}

.medium-posts .loop-content {
  padding: 100px 20px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  position: relative;
  bottom: 0px;
  transition: all 0.2s;
  background-size: cover;
  background-repeat: no-repeat;
}
.medium-posts .loop-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0781B4;
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
  z-index: 0;
  opacity: 0.4;
}
.medium-posts .loop-content:hover {
  bottom: 10px;
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
}
.medium-posts .loop-content:hover:after {
  opacity: 0.4;
}
.medium-posts .loop-content .content-column {
  z-index: 100;
  text-align: center;
  color: #ffffff;
}
.medium-posts .loop-content .image-column {
  max-height: 340px;
  overflow: hidden;
  margin-bottom: 20px;
}
.medium-posts .loop-content .image-column img {
  width: 100%;
  height: auto;
}
.medium-posts .read-more, .medium-posts .slideout-repeater .slideout-item .loop-content .trigger, .slideout-repeater .slideout-item .loop-content .medium-posts .trigger {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.small-posts .loop-content {
  padding: 20px 5px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.small-posts .loop-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0781B4;
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
  z-index: 0;
  opacity: 0.4;
}
.small-posts .loop-content:hover {
  position: relative;
}
.small-posts .loop-content:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
  z-index: 0;
  opacity: 0.4;
}
.small-posts .loop-content .image-column {
  margin-bottom: 20px;
}
.small-posts .loop-content .content-column {
  z-index: 100;
  text-align: center;
}

div#disqus_thread {
  width: 90% !important;
  padding: 40px;
}
div#disqus_thread iframe {
  display: block;
}

.single-post .page-banner .row-bottom {
  align-items: center;
}
.single-post .page-banner h6 {
  padding-bottom: 10px;
}
.single-post .page-banner .content-container > a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
.single-post .page-banner .content-container > p, .single-post .page-banner .content-container > .gform_description {
  font-weight: 400;
}
.single-post .page-banner .content-container > p:first-of-type, .single-post .page-banner .content-container > .gform_description:first-of-type {
  padding-bottom: 0;
}
.single-post .blog_related_posts_intro .content-column {
  flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}
.single-post .author {
  margin-top: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
  box-shadow: 0 24px 34px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  border-radius: 5px;
  background: #ffffff;
  padding: 35px 25px;
  display: flex;
  flex-wrap: wrap;
}
.single-post .author .read-more, .single-post .author .slideout-repeater .slideout-item .loop-content .trigger, .slideout-repeater .slideout-item .loop-content .single-post .author .trigger {
  box-shadow: none;
  max-width: none;
}
@media screen and (min-width: 1200px) {
  .single-post .author {
    margin-top: 60px;
  }
}
.single-post .author .image-column {
  height: auto;
  padding-right: 15px;
}
.single-post .author img {
  border-radius: 50%;
  height: 140px;
  width: 140px;
}
.single-post .author .written-by {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.single-post .author .written-by > * {
  padding-bottom: 0;
}
.single-post .author .written-by h6 {
  color: #0781B4;
  margin-right: 10px;
}
.single-post .author .written-by h6::after {
  display: none;
}
.single-post .social-list,
.single-post .social-share {
  display: flex;
  align-items: flex-end;
}
.single-post .social-share h6 {
  padding-bottom: 4px;
  margin-right: 15px;
  text-transform: uppercase;
  color: #4FC6DF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.single-post .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-post .social-list h6 {
  color: #4FC6DF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.single-post .social-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px;
  height: 40px;
  width: 40px;
}
.single-post .social-list li i,
.single-post .social-list li a {
  color: #4FC6DF;
  font-size: 26px;
}

.single-post .background-on {
  padding: 70px 0px 90px;
}

.social-share h6:after {
  display: none;
}
.social-share h6,
.social-share i,
.social-share a {
  color: #0781B4;
}

.single-post-content {
  margin-bottom: calc(60px + (100 - 60) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-post-content {
    margin-bottom: 100px;
  }
}

@media screen and (max-width:1299px) {
  .site-utility {
    padding: 15px 10px;
  }
  .site-header {
    padding: 40px 20px;
  }
  .page-banner .row {
    padding-left: 10px;
  }
  .right_content_standard_image, .left_content_standard_image {
    padding-left: 10px;
  }
  .block-grid-2, .block-grid-3, .block-grid-4, .block-grid-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .highlights {
    padding-left: 10px;
    padding-right: 10px;
  }
  .entry-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-list-wrapper {
    padding: 20px;
  }
  .content-list-wrapper .right-1 {
    margin: 0px;
  }
  .content-list-wrapper .columns-4 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .single-map-wrapper {
    position: relative;
  }
  .single-map-wrapper .contact-container {
    position: absolute;
    background: white;
    right: 0px;
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .single-map-wrapper .map-column {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding: 20px;
  }
  .site-footer .columns-12 {
    justify-content: flex-end;
  }
  .site-footer .columns-12 .columns-2 {
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
    margin-bottom: 40px;
  }
  .icon-highlights .loop-object .image-column {
    padding: 5px;
    flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .icon-highlights .loop-object .columns-8 {
    padding: 5px;
    flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .page-template-_homepage .anvil-highlights .highlights-wrapper {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding: 20px;
  }
}
@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;
  }
  .columns-10,
.columns-11 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .single-map-wrapper {
    position: relative;
  }
  .single-map-wrapper .contact-container {
    flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .filter-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .get_in_touch_form > .row .contact-form-container .gform_fields {
    display: block;
  }
  .single-page-banner .content-container {
    padding: 20px;
  }
  .left_intro {
    padding: 40px 20px 0px;
    margin-bottom: 20px;
  }
  .wsywyg-content {
    padding: 10px;
  }
  .page-template-_homepage .anvil-highlights .highlights-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .featured-testimonials .content {
    padding: 20px;
  }
  .featured-testimonials .image {
    left: 0px;
  }
  .left_intro .content-column .cta-container {
    justify-content: center;
  }
  .icon-post-wrapper .block-grid-4 > * {
    flex-basis: calc(1 / 2 * 100%);
    max-width: calc(1 / 2 * 100%);
  }
  .icon-post-wrapper .block-grid-4 .icon-post {
    margin: 0;
  }
  .site-footer .columns-12 {
    display: flex;
    flex-wrap: no-wrap !important;
  }
  .site-footer .columns-12 .flex {
    flex-wrap: no-wrap !important;
  }
  .site-footer .columns-12 .columns-3 {
    flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
    flex-basis: 33%;
  }
  .site-footer .services-menu li {
    padding: 1px;
  }
  .flex {
    flex-wrap: no-wrap !important;
  }
}
.full-nav {
  display: block;
}

.small-nav {
  display: none;
}

@media screen and (max-width:767px) {
  .full-nav {
    display: none;
  }
  .small-nav {
    display: block;
  }
  .main-menu {
    background-color: #0781B4;
  }
  .main-menu a {
    padding: 0px !important;
    background-color: #0781B4;
  }
  /*
   |----------------------------------------------------------------
   |  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;
  }
  .columns-7,
.columns-8,
.columns-9 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .single-map-wrapper .map-column {
    margin-bottom: 0px;
  }
  .single-map-wrapper .contact-container {
    position: relative;
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .single-map-wrapper .contact-container .contact-item {
    justify-content: unset;
  }
  .single-post .page-banner h1 {
    text-align: left;
  }
  .page-banner .image-column {
    overflow: hidden;
  }
  .page-banner .title-container {
    text-align: left;
  }
  .page-banner .title-container h1 {
    text-align: left;
  }
  .page-banner .title-container .cta-container {
    display: block;
  }
  .site-footer .footer-logo-column {
    margin-bottom: 30px;
  }
  .site-footer .footer-logo-column ul {
    width: 80%;
  }
  .site-footer {
    justify-content: center;
  }
  .site-footer .social-list {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-footer .columns-2,
.site-footer .columns-3 {
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px !important;
    text-align: center;
  }
  .site-footer .contact-item-wrapper {
    justify-content: center;
    margin-bottom: 20px !important;
  }
  .cta-container {
    display: flex;
  }
  .cta-container a {
    margin: 0 auto;
  }
  .map-loop-container .content-column {
    padding: 20px 30px !important;
  }
  .map-loop-container .content-column .p-standard {
    padding-bottom: 10px !important;
  }
  .map-loop-container .image-column {
    display: flex;
  }
  .map-loop-container .image-column img {
    margin: 0 auto;
  }
  .centered_intro {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .page-banner h1 {
    text-align: center;
  }
  .centered_intro .columns-6 {
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .icon-highlights .loop-object .columns-8 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .featured-testimonials .content {
    flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .right_content_full_image,
.left_content_full_image,
.right_content_standard_image,
.left_content_standard_image {
    padding: 10px;
  }
  .promotion_content .image-column {
    margin-left: 0px;
    overflow: hidden;
    max-height: 400px;
  }
  .macro .about_us .image-column {
    margin: 0 auto 10px auto;
  }
  .blog-post-loop .loop-content .image-column .blog-terms a {
    margin: 0px;
  }
  .single-tribe_events .tribe-events-content {
    background: #ffffff !important;
    padding: 20px !important;
  }
  .footer-logo-column {
    padding: 0px;
  }
  .footer-logo-column .button {
    margin: 0 auto 20px auto;
  }
  .icon-highlights .loop-object {
    display: flex;
    justify-content: center;
  }
  .footer-address-wrapper {
    padding-top: 40px;
  }
  .footer-address-block.footer-menu.address-column {
    text-align: center;
  }
  .site-footer .services-menu {
    padding-bottom: 0;
  }
  .site-footer .columns-12 {
    display: flex;
    justify-content: flex-end !important;
    flex-direction: column;
  }
  .site-footer .columns-12 .columns-3 {
    max-width: 100% !important;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .site-footer .columns-12 .columns-3 .footer-menu .right-1 {
    margin: 0;
  }
  .site-footer .footer-logo-column img {
    max-width: 50%;
  }
}
@media screen and (max-width:639px) {
  .columns-2,
.columns-3,
.columns-4,
.columns-5,
.columns-6 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .icon-post-wrapper .block-grid-4 > * {
    flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }
  .featured-testimonials .content {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    text-align: center;
  }
  .logo-column img {
    max-width: 80%;
  }
  .site-header {
    padding: 20px 10px;
  }
  .content-component .content-column p, .content-component .content-column .gform_description {
    width: 100%;
  }
  .main-menu {
    top: 20px;
  }
  .right_content_full_image,
.left_content_full_image,
.right_content_standard_image,
.left_content_standard_image {
    padding: 10px;
  }
  .left_intro .p-wrapper {
    width: 100%;
  }
  .centered_intro .columns-6 {
    flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .icon-highlights .loop-object .columns-8 {
    flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .highlights .content-column {
    padding: 20px;
  }
  .accordion-label .p-wrapper {
    display: none;
  }
  .featured-testimonials .p-wrapper,
.featured-testimonials h6 {
    text-align: center;
  }
  .single-page-banner {
    margin-bottom: 100px;
  }
  .single-page-banner .row {
    padding-top: 200px;
    padding-left: 0px;
  }
  .single-page-banner .term-wrapper {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .single-page-banner .term-wrapper h6 {
    padding-bottom: 5px;
  }
  .single-page-banner h2 {
    padding-bottom: 10px;
  }
  .left_intro .content-column .cta-container a {
    position: unset;
  }
  ol:not([class]) li, ul:not([class]) li {
    text-align: left;
    width: 100%;
  }
  .icon-highlights .loop-object {
    padding: 15px 0px 0px;
  }
  .cta-container {
    display: block;
  }
  .macro .about_us .image-column {
    margin-left: 0px;
  }
  .blog-terms {
    display: block !important;
  }
  .single-case-study-content {
    padding: 20px 10px;
  }
  .case-study-post .loop-content .content-column {
    padding: 10px;
  }
  .slideout-item .loop-content .icon {
    bottom: 11px;
    right: 0px;
  }
  .site-footer .services-menu {
    padding-bottom: 0;
  }
  .site-footer .columns-12 {
    display: flex;
    justify-content: flex-end !important;
    flex-direction: column;
  }
  .site-footer .columns-12 .columns-3 {
    max-width: 100% !important;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .site-footer .columns-12 .columns-3 .footer-menu .right-1 {
    margin: 0;
  }
}
@media screen and (max-width:480px) {
  .logo-column img {
    max-width: 80%;
  }
  .site-header {
    padding: 20px 10px;
  }
  .content-component .content-column p, .content-component .content-column .gform_description {
    width: 100%;
  }
  .main-menu {
    top: 20px;
  }
  .page-banner .title-container {
    text-align: center;
  }
  .page-banner .title-container h1 {
    text-align: center;
  }
  .page-banner .title-container .cta-container {
    display: block;
  }
}
body {
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
}

h1 {
  color: #3F3F97;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #2f2f2f;
}

h3 {
  font-weight: 700;
  font-family: "brandon-grotesque", sans-serif;
}

h4 {
  font-weight: 700;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 28px;
}

h5 {
  font-weight: 400;
  font-family: "Merriweather", sans-serif;
}

.text-med-blue {
  color: #4FC6DF;
}

.main-menu {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.main-menu > li > a {
  color: #2f2f2f;
}
.main-menu > li > a:hover {
  opacity: 1;
}

.about_us h3 {
  color: #2f2f2f;
}

[data-status=opened] .accordion-label:after {
  transform: none;
  content: "\f146";
}

.accordion-label {
  background-color: #3F3F97;
}
.accordion-label h6 {
  font-size: 15px;
  font-weight: 400;
}
.accordion-label:after {
  content: "\f0fe";
}

.background-on {
  background-color: #2f2f2f;
}
.background-on p, .background-on .gform_description {
  color: white;
}
.background-on h2 {
  color: white;
}
.background-on h3 {
  color: #4FC6DF;
}

.banner-wrapper {
  overflow: hidden;
}

.button {
  font-size: 16px;
  letter-spacing: normal;
}
.button.one {
  color: #2f2f2f;
  background-color: #4FC6DF;
  border: 2px solid #4FC6DF;
  font-family: "brandon-grotesque", sans-serif;
}
.button.one:hover {
  background-color: transparent;
  color: white;
}
.button.two {
  background-color: #3F3F97;
  color: white;
  font-family: "brandon-grotesque", sans-serif;
}
.button.two:hover {
  background-color: #804C9E;
}

.featured-testimonials .content {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding-right: 50px;
}
.featured-testimonials .content p, .featured-testimonials .content .gform_description {
  font-size: 23px;
  line-height: 34px;
  color: #804C9E;
}
.featured-testimonials .testimonial .image {
  background-color: white;
}

.footer-cta {
  padding-top: 60px;
}
.footer-cta > .content-column {
  background-color: rgba(63, 63, 151, 0.9);
}
.footer-cta h2 {
  color: white;
}

.footer-awards-wrapper {
  background: #3F3F97;
}
.footer-awards-wrapper > .row {
  border-bottom: 1px solid #4FC6DF;
}
.footer-awards-wrapper .footer-awards .footer-awards-container {
  justify-content: space-evenly;
}

.footer-cta-generator, .page-template-_flex .footer-cta-generator {
  background: linear-gradient(to bottom, white 0%, white 50%, #4FC6DF 50%, #3F3F97 100%);
}

.footer-logo-column .social-list li {
  margin-right: 10px;
}
.footer-logo-column .social-list a:hover i {
  color: #4FC6DF !important;
}
.footer-logo-column p a:hover, .footer-logo-column .gform_description a:hover {
  color: #4FC6DF;
  opacity: 1;
}

.footer-menu a {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.footer-menu a:hover {
  opacity: 1;
  color: #4FC6DF;
}
.footer-menu li {
  padding-bottom: 16px;
}

.footer2 {
  padding: 28px 20px;
  margin-top: 15px;
}
.footer2 > .columns-6 {
  margin-bottom: 20px;
}
.footer2 .button {
  margin-bottom: 15px;
}
.footer2 .hrs-holder {
  margin-bottom: 20px;
}
.footer2 .text-right {
  text-align: right;
}
.footer2 h6 {
  font-size: 16px;
  margin-bottom: 0px;
  color: white;
  text-transform: uppercase;
}

.gallery-element:before {
  background: #3F3F97;
  background: linear-gradient(270deg, #4FC6DF 0%, #3F3F97 100%);
}

.highlights { /* target grid items (no intro text */ }
.highlights .block-grid-2 .columns-12, .highlights .block-grid-3 .columns-12 {
  text-align: center;
}
.highlights .block-grid-2 h3, .highlights .block-grid-3 h3 {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.highlights .block-grid-2 p, .highlights .block-grid-2 .gform_description, .highlights .block-grid-3 p, .highlights .block-grid-3 .gform_description {
  max-width: 100%;
}
.highlights .block-grid-2 .image-container, .highlights .block-grid-3 .image-container {
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}
.highlights .block-grid-2 .image-container img, .highlights .block-grid-3 .image-container img {
  border-radius: 0;
}
.highlights .block-grid-2 .columns-12 {
  padding-left: 35px;
  padding-right: 60px;
  position: relative;
}
.highlights .block-grid-2 .columns-12:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  height: 200px;
  width: 3px;
  background-color: #4FC6DF;
}
.highlights .block-grid-2 h3 {
  color: #3073a7;
}

.anvil-highlights:has(.highlights_highlights_intro) { /* only target ones with intro text */ }
.anvil-highlights:has(.highlights_highlights_intro) .highlights .highlights-grid .row {
  margin-bottom: 40px;
}
.anvil-highlights:has(.highlights_highlights_intro) .highlights .image-container {
  width: 120px;
}
.anvil-highlights:has(.highlights_highlights_intro) .highlights .image-container img {
  width: 100%;
  height: auto;
}

.icon-post-wrapper {
  font-family: "brandon-grotesque", sans-serif;
  color: white;
}
.icon-post-wrapper .icon-post {
  padding: 15px 35px 45px;
  background-color: #3F3F97;
}
.icon-post-wrapper .icon-post:nth-child(1) {
  background-color: #4FC6DF;
}
.icon-post-wrapper .icon-post:nth-child(2) {
  background-color: #418ec9;
}
.icon-post-wrapper .icon-post:nth-child(3) {
  background-color: #53459c;
}
.icon-post-wrapper .icon-post:nth-child(3) a:hover {
  background-color: #4FC6DF;
  border-color: #4FC6DF;
}
.icon-post-wrapper .icon-post:nth-child(4) {
  background-color: #3F3F97;
}
.icon-post-wrapper .icon-post:nth-child(4) a:hover {
  background-color: #4FC6DF;
  border-color: #4FC6DF;
}
.icon-post-wrapper h3 {
  text-transform: uppercase;
  color: white;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.icon-post-wrapper a {
  color: white;
  border: 2px solid white;
  padding: 15px 30px;
  display: inline-block;
}
.icon-post-wrapper a:hover {
  color: white;
  border-color: #3F3F97;
  background-color: #3F3F97;
}

.info-window {
  font-size: 16px;
}
.info-window h5 {
  font-size: 20px;
  color: #4FC6DF;
}

.page-banner .content-container h6 {
  font-size: 30px;
  font-family: "brandon-grotesque", sans-serif;
}
.page-banner .content-container h6:after {
  content: none;
}

.large-posts .loop-content:after {
  background-color: #3F3F97;
  opacity: 0.9;
}
.large-posts .loop-content:hover:after {
  opacity: 0;
}

.location-banner .location-info .location-block {
  margin-bottom: 10px;
}
.location-banner .location-info .location-block a {
  color: #6a6a6a;
  text-decoration: underline;
}
.location-banner .location-info .location-block i {
  display: inline-block;
  color: #3F3F97;
  vertical-align: top;
  font-size: 26px;
  margin-right: 10px;
  width: 28px;
  text-align: center;
}
.location-banner .location-info .location-block i:before {
  font-size: 26px;
}
.location-banner .location-info .location-block .p-block {
  display: inline-block;
}
.location-banner .location-info .location-block .p-block p, .location-banner .location-info .location-block .p-block .gform_description {
  padding-bottom: 0;
}

.medium-posts h4 {
  font-size: 28px;
  font-weight: bold;
  text-transform: none;
}
.medium-posts .loop-content {
  padding: 80px 20px 80px;
}
.medium-posts .loop-content:after {
  background-color: #53459c;
  opacity: 0.9;
}
.medium-posts .loop-content:hover {
  bottom: auto;
}
.medium-posts .loop-content:hover:after {
  opacity: 0;
}
.medium-posts .read-more, .medium-posts .slideout-repeater .slideout-item .loop-content .trigger, .slideout-repeater .slideout-item .loop-content .medium-posts .trigger {
  border-bottom: 0;
}
.medium-posts .read-more:hover, .medium-posts .slideout-repeater .slideout-item .loop-content .trigger:hover, .slideout-repeater .slideout-item .loop-content .medium-posts .trigger:hover {
  color: #4FC6DF;
}

.page-template-_homepage .anvil-highlights .highlights_highlights_intro, .page-template-_homepage .anvil-highlights .icon-highlights {
  flex-basis: 100%;
  max-width: 100%;
}

.promotion_content {
  background: inherit;
}
.promotion_content p, .promotion_content .gform_description {
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.read-more, .slideout-repeater .slideout-item .loop-content .trigger {
  border-bottom: 0;
}
.read-more:hover, .slideout-repeater .slideout-item .loop-content .trigger:hover {
  color: #4FC6DF;
}
.read-more:after, .slideout-repeater .slideout-item .loop-content .trigger:after {
  content: "\f054\f054";
}

.resources-wrapper .loop-object {
  padding-top: 100px;
  padding-bottom: 100px;
}
.resources-wrapper .loop-object:after {
  background-color: #3F3F97;
  opacity: 0.9;
}
.resources-wrapper .loop-object:hover {
  bottom: auto;
}
.resources-wrapper .loop-object:hover:after {
  opacity: 0.9;
}
.resources-wrapper .loop-object .text-container {
  text-align: center;
}
.resources-wrapper .loop-object .text-container a {
  border-bottom: 0;
}
.resources-wrapper .loop-object .text-container a.read-more:hover, .resources-wrapper .loop-object .text-container .slideout-repeater .slideout-item .loop-content a.trigger:hover, .slideout-repeater .slideout-item .loop-content .resources-wrapper .loop-object .text-container a.trigger:hover {
  color: #4FC6DF;
}

.site-header .logo-column {
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-footer {
  background: #3F3F97;
  color: white;
  font-size: 16px;
}
.site-footer h4 {
  font-family: "brandon-grotesque", sans-serif;
}
.site-footer .columns-6 {
  text-align: center;
}
.site-footer .right-1 {
  margin-left: 0;
}
.site-footer .ul-link {
  color: white;
  border-bottom: 0;
}

.site-utility {
  display: none;
  background: #3F3F97;
  background: linear-gradient(90deg, #4FC6DF 0%, #3F3F97 100%);
  margin-bottom: 10px;
}
.site-utility a {
  letter-spacing: normal;
}

.slideout-item .loop-hidden {
  background-color: #2f2f2f;
}

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

ul:not([class]) li, ol:not([class]) li {
  font-weight: 300;
  font-size: 20px;
}
ul:not([class]) li:before, ol:not([class]) li:before {
  color: #3F3F97;
  left: -20px;
}

ul, ol {
  font-family: "Montserrat", sans-serif;
}

.ul-link {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.utility-menu a:hover {
  opacity: 1;
}

.utility-menu-left a, .utility-menu-right a {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 15px;
}

.utility-menu-left a {
  color: #2f2f2f !important;
}
.utility-menu-left li {
  padding-left: 0;
}

.utility-menu-right {
  justify-content: flex-end;
}
.utility-menu-right li:nth-child(1) a {
  color: white;
}
.utility-menu-right li:nth-child(1) a:hover {
  color: #3F3F97;
}
.utility-menu-right li:nth-child(2) {
  background: none;
  padding-right: 0;
}
.utility-menu-right a {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  color: white;
  z-index: 1;
}
.utility-menu-right a:after {
  content: "";
  height: 100%;
  width: 4px;
  background-color: white;
  transition: all 300ms ease-in-out;
  position: absolute;
  left: 0;
  z-index: -1;
}
.utility-menu-right a:hover {
  color: #3F3F97;
}
.utility-menu-right a:hover:after {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer-cta {
    padding-top: 0;
  }
  .highlights { /* target grid items (no intro text */ }
  .highlights .block-grid-2 .columns-12, .highlights .block-grid-3 .columns-12 {
    text-align: left;
  }
  .highlights .block-grid-2 .image-container, .highlights .block-grid-3 .image-container {
    margin-left: 0;
  }
  .highlights .block-grid-2 p, .highlights .block-grid-2 .gform_description, .highlights .block-grid-3 p, .highlights .block-grid-3 .gform_description {
    max-width: 90%;
  }
  .main-menu > .current-menu-item > a {
    border: 0;
    color: #2f2f2f;
  }
  .main-menu > li > a {
    position: relative;
    padding-left: 8px;
    font-size: 11px;
  }
  .main-menu > li > a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: #4FC6DF;
  }
  .menu-item-has-children > a:after {
    color: #3F3F97;
  }
  .menu-item-has-children .footer2 > .columns-6 {
    margin-bottom: 20px;
  }
  .menu-item-has-children .sub-menu {
    background: white;
  }
  .menu-item-has-children .sub-menu a {
    color: #2f2f2f;
    letter-spacing: normal;
    padding: 3px 0px 3px 5px;
  }
  .menu-item-has-children .sub-menu a:hover {
    color: white;
    font-weight: normal;
    background-color: #3F3F97 !important;
  }
  .menu-item-has-children .sub-menu li {
    border-bottom: 1px solid #6a6a6a;
    margin-bottom: 0;
  }
  .menu-item-has-children .sub-menu li:last-child {
    border-bottom: 0;
  }
  .menu-item-has-children .sub-menu li:hover {
    background: transparent;
  }
  /*
  .page-template-_homepage .anvil-highlights .icon-highlights, .page-template-_homepage .anvil-highlights .highlights_highlights_intro {
    flex-basis: 100%;
    max-width: 100%;
  }
  .page-template-_homepage .anvil-highlights .highlights-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }
  .page-template-_homepage .anvil-highlights .loop-object {
    flex-basis: 49%;
    max-width: 49%;
  }
  .page-template-_homepage .highlights .block-grid-2 .columns-12 {
    padding-right: 30px;
  }

   */
  .page-template-_homepage .highlights .block-grid-2 .columns-12 {
    padding-right: 20px;
  }
  .site-footer .columns-6 {
    text-align: left;
  }
  .site-footer .columns-6.text-right {
    text-align: right;
  }
  .site-footer .footer2 > .columns-6 {
    margin-bottom: 0;
  }
  .site-footer .footer-menu.right-1 {
    padding-top: 28px;
  }
  .site-footer .right-1 {
    margin-left: 8.3333333333%;
  }
  .site-header .logo-column {
    display: block;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .site-utility {
    display: block;
  }
  .main-menu #menu-item-1698 a {
    border: 2px solid #3F3F97;
    padding: 12px 30px;
    margin-top: -2px;
    color: #3F3F97;
  }
  .main-menu #menu-item-1698 a:hover {
    background-color: #4FC6DF;
    border-color: #4FC6DF;
    color: #2f2f2f;
  }
}
@media screen and (min-width: 980px) {
  .page-template-_homepage .highlights-wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .main-menu > li > a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 60px;
    line-height: 65px;
    color: #3F3F97;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
  }
  h2 {
    font-size: 45px;
    line-height: 53px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #2f2f2f;
  }
  h3 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    font-family: "brandon-grotesque", sans-serif;
  }
  h4 {
    font-size: 30px;
    line-height: 43px;
    font-weight: 700;
    font-family: "brandon-grotesque", sans-serif;
  }
  h5 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Merriweather", sans-serif;
  }
  p, .gform_description {
    line-height: 24px;
  }
  .accordion-label h6 {
    width: 85%;
  }
  .background-off .faq-postings {
    padding-top: 0;
  }
  .footer-cta > .content-column {
    margin-top: 150px;
    padding-bottom: 110px;
    padding-top: 90px;
  }
  .page-template-_homepage .anvil-highlights .highlights-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=main-style.css.map */
