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

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

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

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

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

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

nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-ms-viewport {
  width: device-width;
}
/*
 |----------------------------------------------------------------
 |  Headings
 |----------------------------------------------------------------
 */
h1,
h2,
h3,
.post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a,
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a,
.page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a,
.loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a,
h4,
.loop-item.post h4 a,
.loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a,
.loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a,
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a,
.page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a,
h5,
h6,
.contact-form h6,
.contact-form .follow-us,
.contact-form label {
  margin: 0;
  padding-bottom: 20px;
  color: #212121;
}
h1 a,
h2 a,
h3 a,
.post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a a,
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a a,
.page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a a,
.loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a a,
h4 a,
.loop-item.post h4 a a,
.loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a a,
.loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a a,
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a a,
.page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a a,
h5 a,
h6 a,
.contact-form h6 a,
.contact-form .follow-us a,
.contact-form label 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,
.post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 p + a,
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a p + a,
.page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a p + a,
.loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a p + a,
.gform_description + h3,
.post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 .gform_description + a,
.loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a .gform_description + a,
ul:not([class]) + h3,
.post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 ul:not([class]) + a,
.loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a ul:not([class]) + a,
ol:not([class]) + h3,
.post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 ol:not([class]) + a,
.loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a ol:not([class]) + a,
p + h4,
.loop-item.post h4 p + a,
.loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a p + a,
.loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a p + a,
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 p + a,
.page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 p + a,
.gform_description + h4,
.loop-item.post h4 .gform_description + a,
.loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .gform_description + a,
.loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .gform_description + a,
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .gform_description + a,
.page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .gform_description + a,
ul:not([class]) + h4,
.loop-item.post h4 ul:not([class]) + a,
.loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a ul:not([class]) + a,
.loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a ul:not([class]) + a,
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 ul:not([class]) + a,
.page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 ul:not([class]) + a,
ol:not([class]) + h4,
.loop-item.post h4 ol:not([class]) + a,
.loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a ol:not([class]) + a,
.loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a ol:not([class]) + a,
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 ol:not([class]) + a,
.page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 ol:not([class]) + a,
p + h5,
.gform_description + h5,
ul:not([class]) + h5,
ol:not([class]) + h5,
p + h6,
.contact-form p + h6,
.contact-form p + .follow-us,
.contact-form p + label,
.gform_description + h6,
.contact-form .gform_description + .follow-us,
.contact-form .gform_description + label,
ul:not([class]) + h6,
.contact-form ul:not([class]) + .follow-us,
.contact-form ul:not([class]) + label,
ol:not([class]) + h6,
.contact-form ol:not([class]) + .follow-us,
.contact-form ol:not([class]) + label {
  padding-top: 20px;
}

h1 {
  font-size: calc(34px + (62 - 34) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (74 - 40) * (100vw - 320px) / (1200 - 320));
  font-family: open-sans, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 62px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    line-height: 74px;
  }
}

h2 {
  font-size: calc(34px + (52 - 34) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (62 - 40) * (100vw - 320px) / (1200 - 320));
  font-family: open-sans, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    line-height: 62px;
  }
}

h3, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a {
  font-size: calc(24px + (26 - 24) * (100vw - 320px) / (1200 - 320));
  line-height: calc(30px + (36 - 30) * (100vw - 320px) / (1200 - 320));
  font-family: open-sans, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  h3, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  h3, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a {
    line-height: 36px;
  }
}

h4, .loop-item.post h4 a, .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a {
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1200 - 320));
  line-height: calc(32px + (32 - 32) * (100vw - 320px) / (1200 - 320));
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.25px;
}
@media screen and (min-width: 1200px) {
  h4, .loop-item.post h4 a, .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h4, .loop-item.post h4 a, .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a {
    line-height: 32px;
  }
}

h5 {
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  line-height: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    line-height: 22px;
  }
}

h6, .contact-form h6, .contact-form .follow-us, .contact-form label {
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  line-height: calc(17px + (29 - 17) * (100vw - 320px) / (1200 - 320));
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
  letter-spacing: 1px;
}
@media screen and (min-width: 1200px) {
  h6, .contact-form h6, .contact-form .follow-us, .contact-form label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  h6, .contact-form h6, .contact-form .follow-us, .contact-form label {
    line-height: 29px;
  }
}

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

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

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

b,
strong {
  font-weight: 700;
}

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

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

pre {
  padding: 25px 20px;
}

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

/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
ul:not([class]),
ol:not([class]) {
  margin: 0 0 25px 0px;
  list-style: none;
  padding-left: 25px;
}
ul:not([class]) li,
ol:not([class]) li {
  line-height: 28px;
  position: relative;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-family: open-sans, sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width:767px) {
  ul:not([class]) li,
  ol:not([class]) li {
    margin: 0 auto 10px 0px;
  }
}
ul:not([class]) li:before,
ol:not([class]) li:before {
  color: #F35D1C;
  position: absolute;
  left: -25px;
}
ul:not([class]) ul:not([class]),
ul:not([class]) ol:not([class]),
ol:not([class]) ul:not([class]),
ol:not([class]) ol:not([class]) {
  list-style: none;
  padding-left: 25px;
}

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

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

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

/*
 |----------------------------------------------------------------
 |  Link
 |----------------------------------------------------------------
 */
a {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background-color, color, border, opacity, text-indent;
  transition-property: background-color, color, border, opacity, text-indent;
  text-decoration: none;
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 19px;
}
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 transparent;
  opacity: 1;
  font-weight: bold;
  color: #212121;
}
p a:hover, .gform_description a:hover, ul:not([class]) a:hover, ol:not([class]) a:hover {
  color: #F35D1C;
}
ul:not([class]) a, ol:not([class]) a {
  border-bottom: 2px solid transparent;
  opacity: 1;
  font-weight: bold;
  color: #F35D1C;
  opacity: 1;
}
ul:not([class]) a:hover, ol:not([class]) a:hover {
  opacity: 0.5;
}

/*
 |----------------------------------------------------------------
 |  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: #F35D1C;
  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 #F35D1C;
  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 {
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 35px;
  border-radius: 30px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  text-transform: uppercase;
  -webkit-transform: perspective(1px) rotate(0.0000000001deg);
          transform: perspective(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.button i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.button.default {
  background-color: #F35D1C;
}

/*
 |----------------------------------------------------------------
 |  Button Base/Mixin
 |----------------------------------------------------------------
 */
.one {
  color: white;
  background: #F35D1C;
}
.one:hover {
  background: #AF4416;
}

.two {
  color: white;
  background: #AECE2B;
}
.two:hover {
  background: #819721;
}

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

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

.read-more {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
}
.read-more:after {
  content: "";
  height: 2px;
  background: #F35D1C;
  width: 0%;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.read-more:hover {
  color: #F35D1C;
}
.read-more:hover:after {
  width: 100%;
}
.read-more i {
  margin-left: 8px;
}

.read-more-white {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
  color: white;
}
.read-more-white:after {
  content: "";
  height: 2px;
  background: #F35D1C;
  width: 0%;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.read-more-white:hover {
  color: #F35D1C;
}
.read-more-white:hover:after {
  width: 100%;
}
.read-more-white i {
  margin-left: 8px;
}
.read-more-white:hover {
  color: #AECE2B !important;
  border-bottom: 2px solid #AECE2B !important;
}

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

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

[type=text],
[type=url],
[type=email],
[type=tel],
[type=number],
[type=password],
[type=search],
select,
textarea {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  outline: none;
  border: 1px solid #BABCBF;
  background: white;
  padding: 5px 10px;
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1200 - 320));
  font-weight: 400;
  color: #000000;
}
@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: #F35D1C;
}
[type=text][disabled],
[type=url][disabled],
[type=email][disabled],
[type=tel][disabled],
[type=number][disabled],
[type=password][disabled],
[type=search][disabled],
select[disabled],
textarea[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

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

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

select[multiple] {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

.gfield_required {
  vertical-align: baseline;
}

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

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

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

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

.gform_hidden {
  display: none;
}

.gform_validation_container {
  display: none !important;
}

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

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

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

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

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

.gform_ajax_spinner {
  margin-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 |----------------------------------------------------------------
 |  Banner Structure
 |----------------------------------------------------------------
 */
.banner-wrapper:not(.blue-banner) {
  background-size: cover;
  background-position: center;
  z-index: 0;
  position: relative;
}
.banner-wrapper:not(.blue-banner):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}

.page-template-_login .resources-login-form {
  padding-bottom: calc(40px + (130 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-template-_login .resources-login-form {
    padding-bottom: 130px;
  }
}
.page-template-_login .resources-login-form .login-column {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.page-template-_login .resources-login-form a {
  color: #F35D1C;
}
.page-template-_login .resources-login-form a:hover {
  color: #212121;
}

.login-header .nav-menu {
  list-style: none;
  padding: 0px;
}
.login-header a {
  font-family: open-sans, sans-serif;
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  color: white;
}
.login-header i {
  margin-left: 20px;
}
.login-header span {
  color: white;
  margin: 0px 20px;
}

.page-template-_posts .banner-wrapper.banner-filter .post-filter {
  padding: 60px 0px 20px;
  margin-top: 0px;
  padding-top: calc(40px + (60 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-template-_posts .banner-wrapper.banner-filter .post-filter {
    padding-top: 60px;
  }
}
.page-template-_posts .banner-wrapper.banner-filter .post-filter {
  padding: 15px 0px 35px 20px;
  margin-top: 0px;
}
.page-template-_posts .banner-wrapper.banner-filter #page-banner .row {
  padding-bottom: 0px;
}

#page-banner {
  background-size: cover;
  background-position: center;
}
#page-banner .row {
  padding-top: calc(40px + (100 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(80px + (180 - 80) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  #page-banner .row {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #page-banner .row {
    padding-bottom: 180px;
  }
}
#page-banner h1, #page-banner p, #page-banner .gform_description {
  color: #ffffff;
}
#page-banner .button {
  margin-right: 20px;
}
#page-banner .content-container {
  z-index: 100;
  color: #ffffff;
  z-index: 10;
  position: relative;
}
@media screen and (max-width:767px) {
  #page-banner .button {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
#page-banner h6, #page-banner .contact-form .follow-us, .contact-form #page-banner .follow-us, #page-banner .contact-form label, .contact-form #page-banner label {
  color: #AECE2B;
}

.home #page-banner h6, .home #page-banner .contact-form .follow-us, .contact-form .home #page-banner .follow-us, .home #page-banner .contact-form label, .contact-form .home #page-banner label {
  font-size: calc(34px + (62 - 34) * (100vw - 320px) / (1200 - 320));
  font-weight: 300;
  letter-spacing: 0;
  line-height: 74px;
  text-transform: capitalize;
  color: white;
}
@media screen and (min-width: 1200px) {
  .home #page-banner h6, .home #page-banner .contact-form .follow-us, .contact-form .home #page-banner .follow-us, .home #page-banner .contact-form label, .contact-form .home #page-banner label {
    font-size: 62px;
  }
}
.home #page-banner h1 {
  color: #A8C741;
}
.home #page-banner .row.row-center.icon-post-wrapper {
  max-width: 100%;
  padding-top: calc(0px + (0 - 0) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .home #page-banner .row.row-center.icon-post-wrapper {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .home #page-banner .row.row-center.icon-post-wrapper {
    padding-bottom: 50px;
  }
}
.home #page-banner .row.row-center.icon-post-wrapper .columns-12.block-grid-5 {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (min-width:990px) {
  .home #page-banner .row.row-center.icon-post-wrapper .columns-12.block-grid-5 {
    margin-left: 0;
  }
}
.home #page-banner .row.row-center.icon-post-wrapper .block-grid-4 .icon-post {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}
.home #page-banner .row.row-center.icon-post-wrapper .block-grid-5 .icon-post {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  max-width: 20%;
}
.home #page-banner .row.row-center.icon-post-wrapper .block-grid-3 .icon-post {
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
  max-width: 33%;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post {
  margin: 0px;
  position: relative;
  padding: 30px 40px;
  text-align: center;
  color: white;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:before {
  position: absolute;
  content: "";
  left: 0%;
  top: -8%;
  width: 100%;
  height: 10%;
  opacity: 0.3;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post h4, .home #page-banner .row.row-center.icon-post-wrapper .icon-post .loop-item.post h4 a, .loop-item.post h4 .home #page-banner .row.row-center.icon-post-wrapper .icon-post a, .home #page-banner .row.row-center.icon-post-wrapper .icon-post .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .home #page-banner .row.row-center.icon-post-wrapper .icon-post a, .home #page-banner .row.row-center.icon-post-wrapper .icon-post .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .home #page-banner .row.row-center.icon-post-wrapper .icon-post a {
  color: white;
  font-size: 22px;
  padding-bottom: 30px;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(1) {
  background: #6ED2DD;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(1):before {
  background: #6ED2DD;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(2) {
  background: #E25D00;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(2):before {
  background: #E25D00;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(3) {
  background: #137297;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(3):before {
  background: #137297;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(4) {
  background: #A8C741;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(4):before {
  background: #A8C741;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(5) {
  background: #6ED2DD;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(5):before {
  background: #6ED2DD;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(6) {
  background: #E25D00;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(6):before {
  background: #E25D00;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(7) {
  background: #137297;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(7):before {
  background: #137297;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(8) {
  background: #A8C741;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(8):before {
  background: #A8C741;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(9) {
  background: #6ED2DD;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(9):before {
  background: #6ED2DD;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(10) {
  background: #E25D00;
}
.home #page-banner .row.row-center.icon-post-wrapper .icon-post:nth-child(10):before {
  background: #E25D00;
}
.home #page-banner .row {
  padding-top: calc(60px + (140 - 60) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(60px + (155 - 60) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .home #page-banner .row {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .home #page-banner .row {
    padding-bottom: 155px;
  }
}

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

.banner-wrapper.blue-banner {
  background: #314994;
}
.banner-wrapper.blue-banner .site-header, .banner-wrapper.blue-banner .site-utility, .banner-wrapper.blue-banner #page-banner {
  background: #314994;
}
.banner-wrapper.blue-banner #page-banner .row {
  padding-top: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (130 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .banner-wrapper.blue-banner #page-banner .row {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-wrapper.blue-banner #page-banner .row {
    padding-bottom: 130px;
  }
}
.banner-wrapper.blue-banner .subtitle {
  color: white;
}

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

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

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

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

.gallery_intro {
  padding-top: 40px;
}

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

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

.post-filter {
  padding: 0px 0px 60px;
  margin-top: -135px;
}

#searchinput {
  position: relative;
  max-width: 280px;
}
#searchinput:after {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f002";
  font-size: 17px;
  right: 7px;
  top: 10px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 40px;
  border: unset;
  color: white;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width:1199px) {
  #searchinput {
    width: 350px;
    max-width: 350px;
  }
}

.search .row.row-center {
  padding-top: calc(40px + (130 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (130 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .search .row.row-center {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .search .row.row-center {
    padding-bottom: 130px;
  }
}
.search .row.row-center .loop-item {
  padding-top: calc(10px + (20 - 10) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(10px + (20 - 10) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .search .row.row-center .loop-item {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .search .row.row-center .loop-item {
    padding-bottom: 20px;
  }
}

.banner-wrapper.blue-banner .post-filter {
  padding: 0px 0px 35px;
}

.filter-section {
  z-index: 10;
  padding: 10px 0px;
  width: 100%;
}
.filter-section .filter-container {
  min-height: unset;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0px !important;
}
.filter-section h6, .filter-section .contact-form .follow-us, .contact-form .filter-section .follow-us, .filter-section .contact-form label, .contact-form .filter-section label {
  padding-bottom: 0;
  margin-right: 15px;
  min-width: 110px;
  color: #AECE2B;
}
.filter-section .view-all {
  position: relative;
  color: white;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}
.filter-section .view-all:after {
  content: "";
  width: 10px;
  background: #AECE2B;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 25px;
  left: 0px;
}
.filter-section .view-all:hover {
  color: #F35D1C;
}
.filter-section .view-all:hover:after {
  background: #F35D1C;
}
.filter-section .filter-form-container, .filter-section .filter-form-container .search-form, .filter-section .filter-form-container .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-section .filter-form-container .flex-container {
  margin-right: 15px;
  width: 100%;
}
.filter-section .filter-form-container .flex-container .select-container {
  margin-right: 15px;
  width: 200px;
}
.filter-section .filter-form-container .search-form {
  pointer-events: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  font-size: 12px;
}
.filter-section .filter-form-container .search-form input {
  height: 50px;
  border-radius: 6px;
  background: transparent;
  color: white;
  border: 1px solid white;
  min-height: 60px;
}
.filter-section .filter-form-container .search-form select {
  background-image: none;
  border-radius: 6px;
  font-family: open-sans, sans-serif;
  color: #212121;
  min-height: 60px;
  color: white;
  background: transparent;
  border: 1px solid white;
}
.filter-section .filter-form-container .search-form .select-container {
  background: transparent;
  position: relative;
  border-radius: 6px;
}
.filter-section .filter-form-container .search-form .select-container i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  pointer-events: none;
}
.filter-section .filter-form-container .search-form .button {
  margin-right: 15px;
  min-width: 180px;
  border: 0px solid #AECE2B !important;
  border-radius: 50px;
  background: #AECE2B;
}
.filter-section .filter-form-container .search-form .button:hover {
  border: 0px solid #F35D1C !important;
  background: #F35D1C;
}
.filter-section .filter-form-container .search-container {
  min-width: 200px;
}
@media screen and (max-width:1199px) {
  .filter-section .filter-form-container, .filter-section .filter-form-container .search-form, .filter-section .filter-form-container .flex-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .filter-section .filter-form-container .select-container, .filter-section .filter-form-container .search-form .select-container, .filter-section .filter-form-container .flex-container .select-container {
    width: 350px;
  }
  .filter-section .filter-form-container h6, .filter-section .filter-form-container .contact-form .follow-us, .contact-form .filter-section .filter-form-container .follow-us, .filter-section .filter-form-container .contact-form label, .contact-form .filter-section .filter-form-container label, .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:989px) {
  .filter-section .filter-form-container .select-container {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.simple-filter-form h6, .simple-filter-form .contact-form .follow-us, .contact-form .simple-filter-form .follow-us, .simple-filter-form .contact-form label, .contact-form .simple-filter-form label {
  padding-bottom: 0;
}
.simple-filter-form form {
  margin: 0;
}

@media screen and (max-width:1199px) {
  .post-filter {
    padding-left: 20px;
  }
}
.pagination-container {
  width: 100%;
}
.pagination-container .wrapper a {
  color: #000000;
}
.pagination-container .pagination-column {
  padding-left: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column {
    padding-right: 30px;
  }
}
@media screen and (max-width:989px) {
  .pagination-container .pagination-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.pagination-container .pagination-column .fa-arrow-left {
  margin-right: 10px;
}
.pagination-container .pagination-column i {
  color: #F35D1C;
  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 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #F35D1C;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 29px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.pagination-container .pagination-column p:hover, .pagination-container .pagination-column .gform_description:hover,
.pagination-container .pagination-column a:hover {
  color: #212121;
}
.pagination-container .pagination-column p:hover i, .pagination-container .pagination-column .gform_description:hover i,
.pagination-container .pagination-column a:hover i {
  color: #212121;
}
.pagination-container .pagination-column .prev-disabled,
.pagination-container .pagination-column .next-disabled {
  opacity: 0.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-container .pagination-column .prev-disabled i,
.pagination-container .pagination-column .next-disabled i {
  font-size: 16px;
  color: #F35D1C;
}
.pagination-container .pagination-column .fa-arrow-right {
  margin-left: 12px;
  color: #AECE2B;
}
.pagination-container .pagination-column .fa-arrow-left {
  margin-right: 12px;
  color: #AECE2B;
}
.pagination-container .pagination-column .page-lists {
  padding-left: calc(20px + (100 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(20px + (100 - 20) * (100vw - 320px) / (1200 - 320));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column .page-lists {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column .page-lists {
    padding-right: 100px;
  }
}
.pagination-container .pagination-column .page-lists .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 8px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  color: #000000;
}
.pagination-container .pagination-column .page-lists .page-numbers:hover {
  color: #F35D1C;
}
.pagination-container .pagination-column .page-lists .current {
  border: 1px solid #F35D1C;
  color: #212121;
  border-radius: 50%;
}
.pagination-container .pagination-column .page-lists .dots {
  background: unset;
  color: #212121;
}
.pagination-container .pagination-column .page-lists a,
.pagination-container .pagination-column .page-lists span {
  color: #F35D1C;
  font-size: 16px;
  font-weight: 400;
}

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

.team-selector-wrapper.pictures-off article.team-slideout-content {
  background: #F4F5EE;
  min-height: 350px;
}

.slideout-item .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 10px;
}
.slideout-item .social-list li {
  margin-right: 10px;
  border: 1px solid #AECE2B;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
}
.slideout-item .social-list li i,
.slideout-item .social-list li a {
  color: #ffffff;
  font-size: 22px;
}
.slideout-item .social-list li:hover i,
.slideout-item .social-list li:hover a {
  color: #AECE2B;
}
.slideout-item .social-list li {
  border: 1px solid #ffffff;
}
.slideout-item .social-list li:hover {
  background: white;
}
.slideout-item .social-list li:hover i, .slideout-item .social-list li:hover a {
  color: #F35D1C !important;
}
.slideout-item .social-list li i,
.slideout-item .social-list li a {
  color: #ffffff;
}
.slideout-item .loop-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
}
.slideout-item .loop-content img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.slideout-item .loop-content::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -20px;
  width: 20px;
  height: 20px;
  border-bottom: 10px solid #F35D1C;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 2;
}
.slideout-item .loop-content h4, .slideout-item .loop-content .loop-item.post h4 a, .loop-item.post h4 .slideout-item .loop-content a, .slideout-item .loop-content .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .slideout-item .loop-content a, .slideout-item .loop-content .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .slideout-item .loop-content a, .slideout-item .loop-content .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .loop-item.post h4 .slideout-item .loop-content .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .slideout-item .loop-content a, .slideout-item .loop-content .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .loop-item.post h4 .slideout-item .loop-content .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .slideout-item .loop-content a {
  z-index: 1000;
  padding-bottom: 0px;
}
.slideout-item .loop-content h6, .slideout-item .loop-content .contact-form .follow-us, .contact-form .slideout-item .loop-content .follow-us, .slideout-item .loop-content .contact-form label, .contact-form .slideout-item .loop-content label {
  text-transform: uppercase;
  color: #F35D1C;
  line-height: 26px;
}
.slideout-item .loop-content .icon {
  z-index: 1000;
  height: 30px;
  width: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
}
.slideout-item .loop-content .icon:hover {
  cursor: pointer;
  color: #F35D1C;
}
.slideout-item .loop-content .icon:hover i {
  color: #F35D1C !important;
}
.slideout-item .loop-content .icon i {
  font-size: 25px;
}
.slideout-item .loop-content .minus {
  display: none;
}
.slideout-item .loop-content .show-icon {
  display: block;
}
.slideout-item .loop-content .hide-icon {
  display: none;
}
.slideout-item .loop-content.show-slideout::after {
  display: block;
}
.slideout-item .team-slideout-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 35px;
}
.slideout-item .team-slideout-hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width:767px) {
  .slideout-item .team-slideout-hidden {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slideout-item .team-slideout-hidden .columns-4,
  .slideout-item .team-slideout-hidden .columns-8 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width:769px) {
  .slideout-item .team-slideout-hidden .content-column {
    margin-right: 20px;
  }
}
.slideout-item .loop-hidden {
  display: none;
  position: relative;
  padding: 40px 100px 40px;
}
.slideout-item .loop-hidden .team-slideout-contact {
  padding-top: 10px;
}
.slideout-item .loop-hidden .team-slideout-contact a i {
  border-radius: 15px;
  border: solid 2px white;
  padding: 6px;
  margin-top: 10px;
  margin-right: 5px;
}
.slideout-item .loop-hidden h6, .slideout-item .loop-hidden .contact-form .follow-us, .contact-form .slideout-item .loop-hidden .follow-us, .slideout-item .loop-hidden .contact-form label, .contact-form .slideout-item .loop-hidden label {
  padding-bottom: 25px;
}
.slideout-item .loop-hidden .phone-link {
  margin-bottom: 30px;
  font-weight: bold;
}
.slideout-item .loop-hidden .phone-link::after {
  content: "";
  background: 3px;
  display: block;
  margin: 0 auto;
  width: 0;
  height: white;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.slideout-item .loop-hidden .phone-link:hover {
  opacity: 0.8;
}
.slideout-item .loop-hidden .phone-link:hover::after {
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.slideout-item .close {
  position: absolute;
  top: 8%;
  right: 3%;
}
@media screen and (max-width:767px) {
  .slideout-item .close {
    top: 4%;
  }
}
.slideout-item .close:hover {
  cursor: pointer;
}
.slideout-item .close i {
  font-size: 25px;
}

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

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

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

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

@media screen and (max-width:1199px) {
  /*
   |----------------------------------------------------------------
   | Slideout Component
   |----------------------------------------------------------------
   */
  .slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden {
    width: 310%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden {
    left: -105%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden {
    left: -210%;
  }
  .slideout-item .loop-hidden {
    padding: 40px;
  }
}
@media screen and (max-width:1199px) {
  .slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 204%;
  }
  .slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: -103%;
  }
}
@media screen and (max-width:767px) {
  .slideout-item .team-slideout-hidden .columns-8 {
    padding-top: 40px;
  }
  .slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden,
  .slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 203%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
  .slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
  .slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: -103%;
  }
  .slideout-container.block-grid-2 .slideout-item .loop-hidden {
    width: 100%;
  }
  .slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
    left: 0;
  }
}
@media screen and (max-width:639px) {
  .slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden, .slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 100%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden, .slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden, .slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: 0;
  }
  .slideout-item .loop-hidden {
    padding: 20px 10px;
  }
}
.page-nav {
  padding-top: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-nav {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-nav {
    padding-bottom: 50px;
  }
}
.page-nav .all-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-nav .all-posts .button {
  color: white;
  background: #F35D1C;
}
.page-nav .all-posts .button:hover {
  background: #AF4416;
}
.page-nav .prev-column,
.page-nav .next-column {
  position: relative;
}
.page-nav .prev-column::after,
.page-nav .next-column::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  color: #000000;
  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: #000000;
}
.page-nav .prev-column h4, .page-nav .prev-column .loop-item.post h4 a, .loop-item.post h4 .page-nav .prev-column a, .page-nav .prev-column .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .page-nav .prev-column a, .page-nav .prev-column .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .page-nav .prev-column a, .page-nav .prev-column .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .loop-item.post h4 .page-nav .prev-column .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .page-nav .prev-column a, .page-nav .prev-column .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .loop-item.post h4 .page-nav .prev-column .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .page-nav .prev-column a,
.page-nav .next-column h4,
.page-nav .next-column .loop-item.post h4 a,
.loop-item.post h4 .page-nav .next-column a,
.page-nav .next-column .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a,
.loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .page-nav .next-column a,
.page-nav .next-column .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a,
.loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .page-nav .next-column a,
.page-nav .next-column .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a,
.loop-item.post h4 .page-nav .next-column .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a,
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .page-nav .next-column a,
.page-nav .next-column .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a,
.loop-item.post h4 .page-nav .next-column .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a,
.page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .page-nav .next-column a {
  color: #F35D1C;
  padding-bottom: 10px;
}
.page-nav .prev-column {
  padding-left: 8%;
}
.page-nav .prev-column::after {
  left: 18%;
  content: "\f053";
}
.page-nav .next-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8%;
}
.page-nav .next-column::after {
  right: 18%;
  content: "\f054";
}
.page-nav .next-column .next-link > * {
  text-align: right;
}

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

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

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

.featured-testimonials .content {
  padding: 0px 30px;
}
.featured-testimonials .p-wrapper {
  font-weight: 600;
}
.featured-testimonials .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 170px;
  overflow: hidden;
}
.featured-testimonials .image img {
  height: 150px;
  width: 150px;
}
.featured-testimonials .testimonial-slider {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.featured-testimonials .testimonial-slider .slick-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  color: #F35D1C;
}
.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;
  }
}

.search-bar-nav {
  position: relative;
  z-index: 10001;
}
@media screen and (max-width:1199px) {
  .search-bar-nav {
    margin-top: -3.75rem;
    right: 0;
  }
}
@media screen and (max-width:989px) {
  .search-bar-nav {
    width: 75%;
    margin-left: auto;
  }
}
@media screen and (max-width:767px) {
  .search-bar-nav {
    width: 100%;
    margin-top: 20px;
  }
  .search-bar-nav .search-bar-nav__toggle {
    margin-left: unset;
    margin-right: auto;
  }
}
.search-bar-nav__form {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  display: none;
}
.search-bar-nav__form.active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (min-width:1200px) {
  .search-bar-nav__form {
    top: calc(100% + 1rem);
    right: 0;
  }
}
@media screen and (max-width:1199px) {
  .search-bar-nav__form {
    width: 100%;
    position: relative;
    margin-top: 1rem;
  }
}
.search-bar-nav__input {
  min-width: 285px;
  border-radius: 6px;
  background: transparent;
  color: white;
  border: 1px solid #F35D1C;
  padding-right: 2rem;
}
.search-bar-nav__input:valid + .search-bar-nav__submit {
  opacity: 1;
  cursor: pointer;
}
.search-bar-nav__input:valid + .search-bar-nav__submit:hover {
  background-color: #F35D1C;
}
@media screen and (max-width:1199px) {
  .search-bar-nav__input:valid + .search-bar-nav__submit:hover {
    color: #ffffff;
  }
}
@media screen and (max-width:1199px) {
  .search-bar-nav__input {
    width: 100%;
    color: #000000;
  }
}
.search-bar-nav__toggle {
  cursor: pointer;
  height: 60px;
  width: 60px;
  min-width: 60px;
  border: 1px solid #F35D1C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-left: 20px;
  position: relative;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.search-bar-nav__toggle:hover {
  background-color: #F35D1C;
}
@media screen and (max-width:1199px) {
  .search-bar-nav__toggle {
    margin-left: auto;
    color: #F35D1C;
  }
  .search-bar-nav__toggle:hover {
    color: #ffffff;
  }
}
.search-bar-nav .fa-search {
  color: currentColor;
  font-size: 20px;
  font-weight: 300;
}
.search-bar-nav__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2rem;
  border-radius: 0 6px 6px 0;
  border: none;
  background: transparent;
  color: #ffffff;
  opacity: 0.375;
  -webkit-transition: opacity 0.25s, color 0.25s, background-color 0.25s;
  transition: opacity 0.25s, color 0.25s, background-color 0.25s;
}
@media screen and (max-width:1199px) {
  .search-bar-nav__submit {
    color: #F35D1C;
  }
}

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

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

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

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

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

@media screen and (max-width:1199px) {
  .block-grid-4, .block-grid-3 {
    width: 100%;
  }
  .block-grid-4 > *, .block-grid-3 > * {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }
  .block-grid-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .block-grid-5 > * {
    margin: 0.5% 0.5% 1% 0.5%;
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    max-width: 32%;
  }
}
@media screen and (max-width:989px) {
  .block-grid-3 {
    width: 100%;
  }
  .block-grid-3 > * {
    -webkit-flex-basis: 98%;
        -ms-flex-preferred-size: 98%;
            flex-basis: 98%;
    max-width: 98%;
  }
}
@media screen and (max-width:767px) {
  .block-grid-2 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-2 > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .block-grid-4,
  .block-grid-5 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-4 > *,
  .block-grid-5 > * {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width:639px) {
  .block-grid-3, .block-grid-4 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-3 > *, .block-grid-4 > * {
    padding: 0px 10px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    margin: 0px;
  }
  .block-grid-2,
  .block-grid-3,
  .block-grid-4,
  .block-grid-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.banner-announcement-container {
  background: #F3F6F6;
  padding: 20px 0;
  position: relative;
  display: none;
}
.banner-announcement-container .banner_announcement {
  margin-bottom: 0;
}
.banner-announcement-container .button {
  min-width: 180px;
  min-height: 40px;
}
.banner-announcement-container .button:hover {
  background-color: #AECE2B;
  border: 2px solid #ffffff;
}
.banner-announcement-container .content-column {
  padding: 0;
}
.banner-announcement-container .text-container {
  padding: 0;
}
.banner-announcement-container .text-container .heading,
.banner-announcement-container .text-container p,
.banner-announcement-container .text-container .gform_description {
  color: #000000;
}
.banner-announcement-container .text-container .heading {
  font-size: 16px;
  padding-bottom: 5px;
}
.banner-announcement-container .text-container p, .banner-announcement-container .text-container .gform_description {
  font-size: 14px;
  line-height: 1.2;
}
.banner-announcement-container .cta-column {
  right: 0;
}
.banner-announcement-container .close-banner {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000000;
}
.banner-announcement-container .rotate {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
 |----------------------------------------------------------------
 |  Site Utility
 |----------------------------------------------------------------
 */
.site-utility {
  padding: 15px 0;
}
@media screen and (max-width:989px) {
  .site-utility {
    display: none;
  }
}
.site-utility .columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-utility a {
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}
.site-utility .util-search {
  margin-right: 20px;
}
.site-utility .util-search form {
  position: relative;
}
.site-utility .util-search form input {
  max-height: 25px;
}
.site-utility .util-search form input::-webkit-input-placeholder {
  font-size: 13px;
}
.site-utility .util-search form input::-moz-placeholder {
  font-size: 13px;
}
.site-utility .util-search form input:-ms-input-placeholder {
  font-size: 13px;
}
.site-utility .util-search form input::-ms-input-placeholder {
  font-size: 13px;
}
.site-utility .util-search form input::placeholder {
  font-size: 13px;
}
.site-utility .util-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  border: none;
}
.site-utility .util-search button:hover {
  cursor: pointer;
}

.utility-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.utility-menu li {
  display: inline-block;
}
.utility-menu li + li {
  margin-left: 15px;
}
.utility-menu a {
  color: white;
}
.utility-menu a:hover {
  color: #A8C741;
}

.login-header a:hover {
  color: #A8C741;
}
.login-header i {
  font-size: 11px;
  font-weight: 600;
}

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

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

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

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

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

.mobile-utility-wrapper {
  background: white;
  padding: 1rem 0;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:1199px) {
  .mobile-utility-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-utility-wrapper .main-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-utility-wrapper .main-menu-wrapper span {
  font-size: 20px;
  margin: 0 20px;
  margin-top: 5px;
}
.mobile-utility-wrapper a {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}

/*
 |----------------------------------------------------------------
 |  Navigation Column
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Menu
 |----------------------------------------------------------------
 */
@media screen and (min-width:990px) {
  .navigation-column.columns-12 {
    padding: 20px 0px;
  }
  .main-menu > li.event-btn {
    border: none;
    background: transparent;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
    transition-property: background-color, color, border, opacity, -webkit-transform;
    transition-property: background-color, color, border, opacity, transform;
    transition-property: background-color, color, border, opacity, transform, -webkit-transform;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 35px;
    border-radius: 30px;
    min-height: 60px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    outline: none;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) rotate(0.0000000001deg);
            transform: perspective(1px) rotate(0.0000000001deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    color: white;
    background: #F35D1C;
    min-height: 60px;
    -webkit-flex-basis: 180px;
        -ms-flex-preferred-size: 180px;
            flex-basis: 180px;
  }
  .main-menu > li.event-btn i {
    margin-left: 5px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    position: relative;
    top: 1px;
  }
  .main-menu > li.event-btn:hover {
    background: #AF4416;
  }
  .main-menu > li.event-btn a {
    font-size: 13px;
    text-align: center;
  }
  .fs-menu-trigger {
    display: none;
  }
}
.menu-nav-wrapper {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10000;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.main-menu > li {
  color: inherit;
}
.main-menu > li + li {
  margin-left: 25px;
}
.main-menu > li > a {
  display: block;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: open-sans, sans-serif;
  font-style: normal;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
}

/*
 |----------------------------------------------------------------
 |  Sub Menu
 |----------------------------------------------------------------
 */
@media screen and (min-width:990px) {
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children .sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 100;
    position: absolute;
    background: #F4F5EE;
  }
  .menu-item-has-children .sub-menu:before {
    position: relative;
    content: "\f0d8";
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    top: -21px;
    left: 47%;
    font-weight: bold;
    color: #F4F5EE;
  }
  .menu-item-has-children a {
    padding: 5px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    background: #F35D1C;
  }
  .menu-item-has-children a:hover {
    color: #AECE2B;
  }
}
.mobile-submenu-trigger {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  background: white;
  border-radius: 50%;
  -webkit-transition: 150ms;
  transition: 150ms;
  -webkit-transition-property: background, color, -webkit-transform;
  transition-property: background, color, -webkit-transform;
  transition-property: transform, background, color;
  transition-property: transform, background, color, -webkit-transform;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.mobile-submenu-trigger.opened {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/*
 |----------------------------------------------------------------
 |  None Mobile Menu
 |----------------------------------------------------------------
 */
@media screen and (min-width:990px) {
  .menu-nav-wrapper {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .menu-item-has-children a {
    background: unset !important;
  }
  .menu-item-has-children > a:after {
    content: "\f078";
    margin-left: 5px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    font-size: 11px;
    font-weight: 600;
  }
  .menu-item-has-children.opened > a:after {
    content: "\f077";
  }
  .menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 10;
    min-width: 400px;
    top: -100%;
    left: 50%;
    -webkit-transform: translate(-50%, 50px);
            transform: translate(-50%, 50px);
    -webkit-transition: 350ms;
    transition: 350ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    visibility: hidden;
    opacity: 1;
    padding: 10px 30px;
    border-radius: 3px;
  }
  .menu-item-has-children .sub-menu a {
    color: #212121;
    text-align: left;
    text-transform: uppercase;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid rgba(186, 188, 191, 0.5);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 42px;
  }
  .menu-item-has-children .sub-menu a:hover {
    color: #F35D1C;
  }
  .menu-item-has-children .sub-menu li.event-btn a {
    border: none;
  }
  .menu-item-has-children:last-child .sub-menu {
    right: 0;
    left: auto;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  .menu-item-has-children:hover .sub-menu {
    -webkit-transform: translate(-50%, 90px);
            transform: translate(-50%, 90px);
    visibility: visible;
    opacity: 1;
  }
  .menu-item-has-children:hover:last-child .sub-menu {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .nav-menu li:not(.menu-item-has-children) {
    margin-bottom: 3px;
  }
}
/*
 |----------------------------------------------------------------
 |  Mobile Menu
 |----------------------------------------------------------------
 */
@media screen and (max-width:989px) {
  .site-header {
    position: relative;
  }
  .site-header .logo-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header .container-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .site-header .container-mobile li:first-child {
    padding-right: 20px;
    border-right: 1px solid #212121;
  }
  .site-header .container-mobile li:nth-child(2) {
    padding-left: 20px;
  }
  .site-header .container-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .site-header .navigation-column {
    -webkit-flex-basis: calc(1 / 12 * 100%);
        -ms-flex-preferred-size: calc(1 / 12 * 100%);
            flex-basis: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width:989px) and (max-width:639px) {
  .site-header .navigation-column {
    -webkit-flex-basis: calc(3 / 12 * 100%);
        -ms-flex-preferred-size: calc(3 / 12 * 100%);
            flex-basis: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
}
@media screen and (max-width:989px) {
  #page-banner, .global-footer {
    position: relative;
    z-index: 1;
  }
  .menu-nav-wrapper {
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 100px;
    min-width: 100%;
    background: white;
    padding: 30px;
  }
  .menu-nav-wrapper .main-menu {
    display: block;
  }
  .menu-nav-wrapper .main-menu > li {
    display: block;
  }
  .menu-nav-wrapper .main-menu > li + li {
    margin-left: 0;
  }
  .menu-nav-wrapper .main-menu > li > a {
    background: white;
    font-size: 24px;
    line-height: 28px;
    color: #F35D1C;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
    letter-spacing: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(186, 188, 191, 0.5);
    text-align: left;
  }
  .menu-nav-wrapper .main-menu > li > a:hover {
    opacity: 0.6;
  }
  .menu-nav-wrapper .main-menu li.event-btn {
    border: none;
    background: transparent;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
    transition-property: background-color, color, border, opacity, -webkit-transform;
    transition-property: background-color, color, border, opacity, transform;
    transition-property: background-color, color, border, opacity, transform, -webkit-transform;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 35px;
    border-radius: 30px;
    min-height: 60px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    outline: none;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) rotate(0.0000000001deg);
            transform: perspective(1px) rotate(0.0000000001deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    color: white;
    background: #F35D1C;
    max-height: 60px;
  }
  .menu-nav-wrapper .main-menu li.event-btn i {
    margin-left: 5px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    position: relative;
    top: 1px;
  }
  .menu-nav-wrapper .main-menu li.event-btn:hover {
    background: #AF4416;
  }
  .menu-nav-wrapper .main-menu li.event-btn a {
    font-size: 13px;
    color: white;
    background: transparent;
    border-bottom: none;
    text-align: center;
  }
  .menu-nav-wrapper .main-menu li.moved-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .menu-nav-wrapper .main-menu li.moved-item a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    color: #000000;
    border-bottom: none;
  }
  .menu-nav-wrapper .main-menu > .current-menu-item > a {
    border-bottom: none;
  }
  .menu-item-has-children {
    display: block;
  }
  .menu-item-has-children > a {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .menu-item-has-children .sub-menu {
    padding-left: 0px;
    padding-top: 10px;
    display: none;
  }
  .menu-item-has-children .sub-menu li {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 20px;
  }
  .menu-item-has-children .sub-menu a {
    font-weight: 500;
    color: #000000;
  }
  .mobile-submenu-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-menu li.event-btn {
  padding: 0 !important;
}
.nav-menu li.event-btn a {
  padding: 20px 33px !important;
}

@media screen and (max-width:989px) {
  .navigation-column .nav-menu li.event-btn {
    position: relative;
    -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px;
    max-width: 200px;
    width: calc(100% - 60px);
    margin-top: 1.5rem;
  }
}
/*
 |----------------------------------------------------------------
 |  Site Page Content
 |----------------------------------------------------------------
 */
.no-image {
  -webkit-flex-basis: 83.3333333333% !important;
      -ms-flex-preferred-size: 83.3333333333% !important;
          flex-basis: 83.3333333333% !important;
  max-width: 83.3333333333% !important;
  padding-left: 0px !important;
}

.hidden {
  display: none;
}

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

div.post-selector-wrapper.service .block-grid-1 > * {
  margin-bottom: 0px;
}
div.post-selector-wrapper.service .block-grid-1 img {
  height: 100%;
}
div.post-selector-wrapper.service article > .row {
  padding-top: calc(20px + (70 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (70 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  div.post-selector-wrapper.service article > .row {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  div.post-selector-wrapper.service article > .row {
    padding-bottom: 70px;
  }
}
div.post-selector-wrapper.service > .row {
  max-width: 100%;
}
div.post-selector-wrapper.service > .row article.service:first-of-type {
  padding-top: calc(20px + (30 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  div.post-selector-wrapper.service > .row article.service:first-of-type {
    padding-top: 30px;
  }
}
div.post-selector-wrapper.service > .row article.service:last-of-type {
  padding-bottom: calc(30px + (60 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  div.post-selector-wrapper.service > .row article.service:last-of-type {
    padding-bottom: 60px;
  }
}
div.post-selector-wrapper.service > .row article.service:nth-child(2n) {
  background: #F4F5EE;
}
div.post-selector-wrapper.service > .row article.service:nth-child(2n) .row .content-image-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

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

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

.post-selector-wrapper article:not(.service) .cta-container {
  padding: 50px 20px;
}

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

/*
 |----------------------------------------------------------------
 |  Thank you / 404
 |----------------------------------------------------------------
 */
.entry-content.error {
  padding-top: calc(30px + (130 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (130 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .entry-content.error {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .entry-content.error {
    padding-bottom: 130px;
  }
}

.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 .site-content {
  padding-top: calc(30px + (130 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (130 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .error404 .site-content {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .error404 .site-content {
    padding-bottom: 130px;
  }
}
.error404 .column-center {
  text-align: center;
}

.no-results {
  padding: 60px 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-results form {
  position: relative;
  max-width: 250px;
}
.no-results form input {
  max-height: 40px;
  width: 100%;
  border: 1px solid #F35D1C;
  border-radius: 10px;
  padding-bottom: 10px;
}
.no-results form input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #F35D1C;
  opacity: 1;
}
.no-results form input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #F35D1C;
  opacity: 1;
}
.no-results form input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #F35D1C;
  opacity: 1;
}
.no-results form input::-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #F35D1C;
  opacity: 1;
}
.no-results form input::placeholder {
  font-size: 15px;
  font-style: italic;
  color: #F35D1C;
  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: #F35D1C;
}
.no-results button:hover {
  cursor: pointer;
}

.side-by-side-content {
  padding: 120px 100px 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  position: relative;
}
.side-by-side-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.side-by-side-content .content-column {
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  z-index: 3;
}
.side-by-side-content h2, .side-by-side-content p, .side-by-side-content .gform_description {
  color: white;
}

.footer-cta-single {
  position: relative;
}

@media screen and (max-width:767px) {
  .side-by-side-content, .tribe-events-page-template .side-by-side-content {
    padding: 70px 50px !important;
  }
  .side-by-side-content .columns-8, .tribe-events-page-template .side-by-side-content .columns-8 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .footer-cta {
    display: block;
    padding: 10px;
  }
  .footer-cta .side-by-side-content {
    margin: 2% 1%;
    padding: 70px 50px 40px;
  }
}
.tribe-common footer {
  margin: 30px auto !important;
}

.global-footer {
  margin: auto !important;
}

.footer-newsletter {
  position: relative;
  z-index: 100;
  border: none !important;
  margin: auto !important;
  padding: 60px 10px 10px !important;
  padding-top: calc(40px + (130 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .footer-newsletter {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-newsletter {
    padding-bottom: 60px;
  }
}
@media screen and (min-width:1200px) {
  .footer-newsletter .row {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.footer-newsletter .heading-row h2 {
  font-size: 32px;
  color: white;
}
.footer-newsletter .heading-row p, .footer-newsletter .heading-row .gform_description {
  color: white;
}
.footer-newsletter form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width:1200px) {
  .footer-newsletter form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-newsletter form .gfield {
    -webkit-flex-basis: 34%;
        -ms-flex-preferred-size: 34%;
            flex-basis: 34%;
    max-width: 34%;
  }
}
.footer-newsletter form .gfield {
  padding: 0px;
  margin: 0.5% 1.5% 0.5% 0.5%;
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  max-width: 31%;
}
.footer-newsletter form .gfield_label {
  text-transform: none !important;
  color: white;
}
.footer-newsletter form .gform_body {
  width: 79%;
}
.footer-newsletter form .gform_body label {
  display: none;
}
.footer-newsletter form .gform_body [type=email],
.footer-newsletter form .gform_body [type=number],
.footer-newsletter form .gform_body [type=password],
.footer-newsletter form .gform_body [type=search],
.footer-newsletter form .gform_body [type=tel],
.footer-newsletter form .gform_body [type=text],
.footer-newsletter form .gform_body [type=url],
.footer-newsletter form .gform_body select,
.footer-newsletter form .gform_body textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  padding: 0px;
  font-family: open-sans, sans-serif;
  color: #212121;
  color: white;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  opacity: 1;
}
.footer-newsletter form .gform_body ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-newsletter form .gform_body ul > * {
  width: 32%;
  max-width: 32%;
}
.footer-newsletter form .gfield_label {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer-newsletter form .gform_footer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-newsletter form .gform_footer .button {
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 35px;
  border-radius: 30px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  text-transform: uppercase;
  -webkit-transform: perspective(1px) rotate(0.0000000001deg);
          transform: perspective(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #F35D1C;
  position: relative;
  top: 12px;
  border: none !important;
  top: 8px;
  height: 50px;
  min-height: 50px;
}
.footer-newsletter form .gform_footer .button i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.footer-newsletter form .gform_footer .button:hover {
  background: #AF4416;
}
@media screen and (max-width:1199px) {
  .footer-newsletter form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-newsletter .gform_body,
  .footer-newsletter .gform_footer {
    width: 100% !important;
  }
}
@media screen and (max-width:767px) {
  .footer-newsletter .heading-row {
    display: block;
  }
  .footer-newsletter .heading-row h4, .footer-newsletter .heading-row .loop-item.post h4 a, .loop-item.post h4 .footer-newsletter .heading-row a, .footer-newsletter .heading-row .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .footer-newsletter .heading-row a, .footer-newsletter .heading-row .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .footer-newsletter .heading-row a, .footer-newsletter .heading-row .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .loop-item.post h4 .footer-newsletter .heading-row .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .footer-newsletter .heading-row a, .footer-newsletter .heading-row .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .loop-item.post h4 .footer-newsletter .heading-row .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .footer-newsletter .heading-row a,
  .footer-newsletter .heading-row .p-wrapper {
    width: 100%;
    text-align: center;
  }
  .footer-newsletter form ul {
    display: block !important;
  }
  .footer-newsletter form ul > * {
    max-width: 90% !important;
    width: 90% !important;
    margin: 0 auto 20px !important;
  }
}
@media screen and (min-width:1200px) {
  .footer-newsletter .gform_fields {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.global-footer {
  background: linear-gradient(133.31deg, #367DB5 0%, #314994 100%);
  position: relative;
}
.global-footer:after {
  content: "";
  width: 100%;
  background-image: url("../svg/footerbg_cropped2.svg");
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position-x: right;
}
.global-footer:before {
  content: "";
  width: 100%;
  background-image: url("../svg/footerbg_cropped.svg");
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
}

.site-footer {
  position: relative;
  z-index: 100;
  padding-top: 60px;
  /*
  |----------------------------------------------------------------
  |  Footer Menu
  |----------------------------------------------------------------
  */
}
.site-footer .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .footer-logo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 50px;
}
.site-footer .footer-logo-column p, .site-footer .footer-logo-column .gform_description {
  color: white;
}
.site-footer .footer-logo-column img {
  margin-bottom: 15px;
  max-width: 80%;
}
@media screen and (max-width:767px) {
  .site-footer .footer-logo-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
.site-footer .footer-logo-grid .block-grid-4 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-footer .footer-logo-grid .logo-container {
  border: 1px solid white;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer-logo-grid .logo-container img {
  max-height: 20px;
}
.site-footer .footer-menu {
  list-style: none;
}
.site-footer .footer-menu .footer-column {
  padding-right: 20px;
}
.site-footer .footer-menu .footer-column:nth-child(1) {
  margin-bottom: 30px;
}
.site-footer .footer-menu li {
  padding-bottom: 25px;
}
.site-footer .footer-menu ul {
  padding: 0px;
  margin: 0px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .footer-menu h5 {
  color: #A8C741;
}
.site-footer .footer-menu a, .site-footer .footer-menu p, .site-footer .footer-menu .gform_description {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 17px;
  padding-bottom: 5px;
}
.site-footer .footer-menu a:hover {
  opacity: 0.5;
}
.site-footer .additional_headline {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
  text-transform: uppercase;
  color: #273080;
  padding-bottom: 20px;
  padding-top: 50px;
}
.site-footer img.additional_image {
  max-width: 260px;
}
.site-footer .contact-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.site-footer .contact-item-wrapper p, .site-footer .contact-item-wrapper .gform_description,
.site-footer .contact-item-wrapper a {
  padding-bottom: 0px;
  padding-bottom: 30px;
  padding-top: 30px;
  color: white;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}
.site-footer .contact-item-wrapper a:hover {
  opacity: 0.5;
}
.site-footer .contact-item-wrapper i {
  margin-right: 10px;
}
.site-footer .footer-copyright .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.site-footer .footer-copyright .social-list li {
  margin-right: 10px;
  border: 1px solid white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
}
.site-footer .footer-copyright .social-list li i,
.site-footer .footer-copyright .social-list li a {
  color: white;
  font-size: 16px;
}
.site-footer .footer-copyright .social-list li:hover {
  background: white;
}
.site-footer .footer-copyright .social-list li:hover i,
.site-footer .footer-copyright .social-list li:hover a {
  color: #314994;
}

/*
 |----------------------------------------------------------------
 |  Copyrights
 |----------------------------------------------------------------
 */
.footer-copyright {
  padding-top: calc(40px + (100 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (130 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .footer-copyright {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-copyright {
    padding-bottom: 130px;
  }
}
.footer-copyright .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0px;
}
.footer-copyright .columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footer-copyright p, .footer-copyright .gform_description,
.footer-copyright a {
  color: white;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 400;
}

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

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

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

.site-credit {
  padding-top: 3px;
  padding-left: 20px;
}
.site-credit a {
  border-bottom: unset;
}

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

.post.post-selector-wrapper .block-3 {
  padding: 0px 0px;
}
.post.post-selector-wrapper .block-grid-3 {
  padding-bottom: calc(20px + (60 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .post.post-selector-wrapper .block-grid-3 {
    padding-bottom: 60px;
  }
}
.post.post-selector-wrapper .cta-container {
  padding-top: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .post.post-selector-wrapper .cta-container {
    padding-top: 50px;
  }
}

.post.post-selector-wrapper .image-column img, .page-template-_posts .post-selector-wrapper .image-column img {
  height: 100%;
}
.post.post-selector-wrapper .block-grid-3 img, .page-template-_posts .post-selector-wrapper .block-grid-3 img {
  max-height: 210px;
}
.post.post-selector-wrapper .block-3 article:nth-child(1), .post.post-selector-wrapper .block-5 article:nth-child(1), .post.post-selector-wrapper .block-4 article:nth-child(1), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(1), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(1), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(1) {
  grid-column: 1/6;
  grid-row: 1/5;
}
.post.post-selector-wrapper .block-3 article:nth-child(1) .image-column, .post.post-selector-wrapper .block-5 article:nth-child(1) .image-column, .post.post-selector-wrapper .block-4 article:nth-child(1) .image-column, .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(1) .image-column, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(1) .image-column, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(1) .image-column {
  height: 380px;
}
.post.post-selector-wrapper .block-3 article:nth-child(1) .content-column, .post.post-selector-wrapper .block-5 article:nth-child(1) .content-column, .post.post-selector-wrapper .block-4 article:nth-child(1) .content-column, .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(1) .content-column, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(1) .content-column, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(1) .content-column {
  padding: 20px 20px 20px 0px;
}
.post.post-selector-wrapper .block-3 article:nth-child(2), .post.post-selector-wrapper .block-5 article:nth-child(2), .post.post-selector-wrapper .block-4 article:nth-child(2), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(2), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(2), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(2) {
  grid-column: 6/13;
  grid-row: 1/3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post.post-selector-wrapper .block-3 article:nth-child(2) .content-column, .post.post-selector-wrapper .block-5 article:nth-child(2) .content-column, .post.post-selector-wrapper .block-4 article:nth-child(2) .content-column, .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(2) .content-column, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(2) .content-column, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(2) .content-column {
  padding: 0px 20px 20px;
}
.post.post-selector-wrapper .block-3 article:nth-child(3), .post.post-selector-wrapper .block-5 article:nth-child(3), .post.post-selector-wrapper .block-4 article:nth-child(3), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(3), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(3), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(3) {
  grid-column: 6/13;
  grid-row: 3/5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post.post-selector-wrapper .block-3 article:nth-child(3) .content-column, .post.post-selector-wrapper .block-5 article:nth-child(3) .content-column, .post.post-selector-wrapper .block-4 article:nth-child(3) .content-column, .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(3) .content-column, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(3) .content-column, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(3) .content-column {
  padding: 0px 20px 20px;
}
.post.post-selector-wrapper .block-3 article:nth-child(4), .post.post-selector-wrapper .block-5 article:nth-child(4), .post.post-selector-wrapper .block-4 article:nth-child(4), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(4), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(4), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(4) {
  grid-column: 1/4;
  grid-row: 7/10;
}
.post.post-selector-wrapper .block-3 article:nth-child(5), .post.post-selector-wrapper .block-5 article:nth-child(5), .post.post-selector-wrapper .block-4 article:nth-child(5), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(5), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(5), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(5) {
  grid-column: 1/4;
  grid-row: 10/13;
}
.post.post-selector-wrapper .block-3 article:nth-child(6), .post.post-selector-wrapper .block-5 article:nth-child(6), .post.post-selector-wrapper .block-4 article:nth-child(6), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(6), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(6), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(6) {
  grid-column: 4/11;
  grid-row: 7/13;
}
.post.post-selector-wrapper .block-3 article:nth-child(7), .post.post-selector-wrapper .block-5 article:nth-child(7), .post.post-selector-wrapper .block-4 article:nth-child(7), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(7), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(7), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(7) {
  grid-column: 1/8;
  grid-row: 13/19;
}
.post.post-selector-wrapper .block-3 article:nth-child(8), .post.post-selector-wrapper .block-5 article:nth-child(8), .post.post-selector-wrapper .block-4 article:nth-child(8), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(8), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(8), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(8) {
  grid-column: 8/11;
  grid-row: 13/16;
}
.post.post-selector-wrapper .block-3 article:nth-child(9), .post.post-selector-wrapper .block-5 article:nth-child(9), .post.post-selector-wrapper .block-4 article:nth-child(9), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(9), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(9), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(9) {
  grid-column: 8/11;
  grid-row: 16/19;
}
.post.post-selector-wrapper .block-3.images-5 div:nth-child(4), .post.post-selector-wrapper .block-5.images-5 div:nth-child(4), .post.post-selector-wrapper .block-4.images-5 div:nth-child(4), .page-template-_posts .post-selector-wrapper .block-3.images-5 div:nth-child(4), .page-template-_posts .post-selector-wrapper .block-5.images-5 div:nth-child(4), .page-template-_posts .post-selector-wrapper .block-4.images-5 div:nth-child(4) {
  grid-column: 1/6;
  grid-row: 7/12;
}
.post.post-selector-wrapper .block-3.images-5 div:nth-child(5), .post.post-selector-wrapper .block-5.images-5 div:nth-child(5), .post.post-selector-wrapper .block-4.images-5 div:nth-child(5), .page-template-_posts .post-selector-wrapper .block-3.images-5 div:nth-child(5), .page-template-_posts .post-selector-wrapper .block-5.images-5 div:nth-child(5), .page-template-_posts .post-selector-wrapper .block-4.images-5 div:nth-child(5) {
  grid-column: 6/13;
  grid-row: 7/12;
  padding-right: 20px;
}
.post.post-selector-wrapper .block-3.images-4 div:nth-child(4), .post.post-selector-wrapper .block-5.images-4 div:nth-child(4), .post.post-selector-wrapper .block-4.images-4 div:nth-child(4), .page-template-_posts .post-selector-wrapper .block-3.images-4 div:nth-child(4), .page-template-_posts .post-selector-wrapper .block-5.images-4 div:nth-child(4), .page-template-_posts .post-selector-wrapper .block-4.images-4 div:nth-child(4) {
  grid-column: 1/13;
  grid-row: 7/12;
  padding-right: 20px;
}
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]), .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  grid-gap: 10px;
  margin: auto;
}
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article {
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article:hover, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article:hover {
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.15) !important;
}
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4:hover a, .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a:hover a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a:hover a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4:hover a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a:hover a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a:hover a {
  color: #F35D1C;
}
.post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article .single-post-cat-link:hover h6, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article .single-post-cat-link:hover .contact-form .follow-us, .contact-form .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article .single-post-cat-link:hover .follow-us, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article .single-post-cat-link:hover .contact-form label, .contact-form .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article .single-post-cat-link:hover label, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article .single-post-cat-link:hover h6, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article .single-post-cat-link:hover .contact-form .follow-us, .contact-form .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article .single-post-cat-link:hover .follow-us, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article .single-post-cat-link:hover .contact-form label, .contact-form .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article .single-post-cat-link:hover label {
  color: #212121;
}
.post.post-selector-wrapper .block-6 article:nth-child(1), .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(1) {
  grid-column: 1/6;
  grid-row: 1/5;
}
.post.post-selector-wrapper .block-6 article:nth-child(1) .image-column, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(1) .image-column {
  height: 380px;
}
.post.post-selector-wrapper .block-6 article:nth-child(1) .content-column, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(1) .content-column {
  padding: 20px 20px 20px 0px;
}
.post.post-selector-wrapper .block-6 article:nth-child(2), .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(2) {
  grid-column: 6/13;
  grid-row: 1/3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post.post-selector-wrapper .block-6 article:nth-child(2) .content-column, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(2) .content-column {
  padding: 0px 20px 20px;
}
.post.post-selector-wrapper .block-6 article:nth-child(3), .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(3) {
  grid-column: 6/13;
  grid-row: 3/5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post.post-selector-wrapper .block-6 article:nth-child(3) .content-column, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(3) .content-column {
  padding: 0px 20px 20px;
}
.post.post-selector-wrapper .block-6 article:nth-child(4), .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(4) {
  grid-column: 1/5;
  grid-row: 6/10;
}
.post.post-selector-wrapper .block-6 article:nth-child(4) img, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(4) img {
  max-height: 250px;
}
.post.post-selector-wrapper .block-6 article:nth-child(5), .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(5) {
  grid-column: 5/9;
  grid-row: 6/10;
}
.post.post-selector-wrapper .block-6 article:nth-child(5) img, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(5) img {
  max-height: 250px;
}
.post.post-selector-wrapper .block-6 article:nth-child(6), .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(6) {
  grid-column: 9/13;
  grid-row: 6/10;
}
.post.post-selector-wrapper .block-6 article:nth-child(6) img, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(6) img {
  max-height: 250px;
}
.post.post-selector-wrapper .block-6 article:nth-child(7), .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(7) {
  grid-column: 9/13;
  grid-row: 6/10;
}
.post.post-selector-wrapper .block-5 article:nth-child(4), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(4) {
  grid-column: 1/7;
  grid-row: 6/10;
}
.post.post-selector-wrapper .block-5 article:nth-child(4) img, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(4) img {
  max-height: 250px;
}
.post.post-selector-wrapper .block-5 article:nth-child(5), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(5) {
  grid-column: 7/13;
  grid-row: 6/10;
}
.post.post-selector-wrapper .block-5 article:nth-child(5) img, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(5) img {
  max-height: 250px;
}
.post.post-selector-wrapper .block-4 article:nth-child(4), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(4) {
  grid-column: 1/13;
  grid-row: 6/10;
}
.post.post-selector-wrapper .block-4 article:nth-child(4) img, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(4) img {
  max-height: 350px;
}
.post.post-selector-wrapper .block-2 article:nth-child(2), .page-template-_posts .post-selector-wrapper .block-2 article:nth-child(2) {
  grid-column: 1/7;
  grid-row: 1/3;
}
.post.post-selector-wrapper .block-2 article:nth-child(2) img, .page-template-_posts .post-selector-wrapper .block-2 article:nth-child(2) img {
  max-height: 350px;
}
.post.post-selector-wrapper .block-2 article:nth-child(1), .page-template-_posts .post-selector-wrapper .block-2 article:nth-child(1) {
  grid-column: 7/13;
  grid-row: 1/3;
}
.post.post-selector-wrapper .block-2 article:nth-child(1) img, .page-template-_posts .post-selector-wrapper .block-2 article:nth-child(1) img {
  max-height: 350px;
}

@media screen and (max-width:989px) {
  .post.post-selector-wrapper, .page-template-_posts .post-selector-wrapper {
    padding: 40px 20px !important;
  }
  .post.post-selector-wrapper .block-3 article .image-column, .post.post-selector-wrapper .block-5 article .image-column, .post.post-selector-wrapper .block-4 article .image-column, .post.post-selector-wrapper .block-6 article .image-column, .page-template-_posts .post-selector-wrapper .block-3 article .image-column, .page-template-_posts .post-selector-wrapper .block-5 article .image-column, .page-template-_posts .post-selector-wrapper .block-4 article .image-column, .page-template-_posts .post-selector-wrapper .block-6 article .image-column {
    max-height: 280px;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(1), .post.post-selector-wrapper .block-5 article:nth-child(1), .post.post-selector-wrapper .block-4 article:nth-child(1), .post.post-selector-wrapper .block-6 article:nth-child(1), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(1), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(1), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(1), .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(1) {
    grid-column: 1/13;
    grid-row: 1/4;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(1) .image-column, .post.post-selector-wrapper .block-5 article:nth-child(1) .image-column, .post.post-selector-wrapper .block-4 article:nth-child(1) .image-column, .post.post-selector-wrapper .block-6 article:nth-child(1) .image-column, .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(1) .image-column, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(1) .image-column, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(1) .image-column, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(1) .image-column {
    height: 280px;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(1) .content-column, .post.post-selector-wrapper .block-5 article:nth-child(1) .content-column, .post.post-selector-wrapper .block-4 article:nth-child(1) .content-column, .post.post-selector-wrapper .block-6 article:nth-child(1) .content-column, .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(1) .content-column, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(1) .content-column, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(1) .content-column, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(1) .content-column {
    padding: 20px;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(2), .post.post-selector-wrapper .block-5 article:nth-child(2), .post.post-selector-wrapper .block-4 article:nth-child(2), .post.post-selector-wrapper .block-6 article:nth-child(2), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(2), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(2), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(2), .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(2) {
    grid-column: 1/13;
    grid-row: 4/7;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(2) .content-column, .post.post-selector-wrapper .block-5 article:nth-child(2) .content-column, .post.post-selector-wrapper .block-4 article:nth-child(2) .content-column, .post.post-selector-wrapper .block-6 article:nth-child(2) .content-column, .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(2) .content-column, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(2) .content-column, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(2) .content-column, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(2) .content-column {
    padding: 20px;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(3), .post.post-selector-wrapper .block-5 article:nth-child(3), .post.post-selector-wrapper .block-4 article:nth-child(3), .post.post-selector-wrapper .block-6 article:nth-child(3), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(3), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(3), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(3), .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(3) {
    grid-column: 1/13;
    grid-row: 7/10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(3) .content-column, .post.post-selector-wrapper .block-5 article:nth-child(3) .content-column, .post.post-selector-wrapper .block-4 article:nth-child(3) .content-column, .post.post-selector-wrapper .block-6 article:nth-child(3) .content-column, .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(3) .content-column, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(3) .content-column, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(3) .content-column, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(3) .content-column {
    padding: 20px;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(4), .post.post-selector-wrapper .block-5 article:nth-child(4), .post.post-selector-wrapper .block-4 article:nth-child(4), .post.post-selector-wrapper .block-6 article:nth-child(4), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(4), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(4), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(4), .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(4) {
    grid-column: 1/13;
    grid-row: 10/13;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(4) img, .post.post-selector-wrapper .block-5 article:nth-child(4) img, .post.post-selector-wrapper .block-4 article:nth-child(4) img, .post.post-selector-wrapper .block-6 article:nth-child(4) img, .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(4) img, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(4) img, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(4) img, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(4) img {
    max-height: 280px;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(4) .content-column, .post.post-selector-wrapper .block-5 article:nth-child(4) .content-column, .post.post-selector-wrapper .block-4 article:nth-child(4) .content-column, .post.post-selector-wrapper .block-6 article:nth-child(4) .content-column, .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(4) .content-column, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(4) .content-column, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(4) .content-column, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(4) .content-column {
    padding: 20px;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(5), .post.post-selector-wrapper .block-5 article:nth-child(5), .post.post-selector-wrapper .block-4 article:nth-child(5), .post.post-selector-wrapper .block-6 article:nth-child(5), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(5), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(5), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(5), .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(5) {
    grid-column: 1/13;
    grid-row: 13/16;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(5) .content-column, .post.post-selector-wrapper .block-5 article:nth-child(5) .content-column, .post.post-selector-wrapper .block-4 article:nth-child(5) .content-column, .post.post-selector-wrapper .block-6 article:nth-child(5) .content-column, .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(5) .content-column, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(5) .content-column, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(5) .content-column, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(5) .content-column {
    padding: 20px;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(5) img, .post.post-selector-wrapper .block-5 article:nth-child(5) img, .post.post-selector-wrapper .block-4 article:nth-child(5) img, .post.post-selector-wrapper .block-6 article:nth-child(5) img, .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(5) img, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(5) img, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(5) img, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(5) img {
    max-height: 280px;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(6), .post.post-selector-wrapper .block-5 article:nth-child(6), .post.post-selector-wrapper .block-4 article:nth-child(6), .post.post-selector-wrapper .block-6 article:nth-child(6), .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(6), .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(6), .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(6), .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(6) {
    grid-column: 1/13;
    grid-row: 16/19;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(6) .content-column, .post.post-selector-wrapper .block-5 article:nth-child(6) .content-column, .post.post-selector-wrapper .block-4 article:nth-child(6) .content-column, .post.post-selector-wrapper .block-6 article:nth-child(6) .content-column, .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(6) .content-column, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(6) .content-column, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(6) .content-column, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(6) .content-column {
    padding: 20px;
  }
  .post.post-selector-wrapper .block-3 article:nth-child(6) img, .post.post-selector-wrapper .block-5 article:nth-child(6) img, .post.post-selector-wrapper .block-4 article:nth-child(6) img, .post.post-selector-wrapper .block-6 article:nth-child(6) img, .page-template-_posts .post-selector-wrapper .block-3 article:nth-child(6) img, .page-template-_posts .post-selector-wrapper .block-5 article:nth-child(6) img, .page-template-_posts .post-selector-wrapper .block-4 article:nth-child(6) img, .page-template-_posts .post-selector-wrapper .block-6 article:nth-child(6) img {
    max-height: 280px;
  }
}
@media screen and (max-width:639px) {
  .post.post-selector-wrapper .block-3, .page-template-_posts .post-selector-wrapper .block-3 {
    grid-auto-rows: 200px;
  }
  .post.post-selector-wrapper .block-2 article:nth-child(2), .page-template-_posts .post-selector-wrapper .block-2 article:nth-child(2) {
    grid-column: 1/13;
    grid-row: 3/6;
  }
  .post.post-selector-wrapper .block-2 article:nth-child(1), .page-template-_posts .post-selector-wrapper .block-2 article:nth-child(1) {
    grid-column: 1/13;
    grid-row: 1/3;
  }
  .post.post-selector-wrapper .post.post-selector-wrapper, .page-template-_posts .post-selector-wrapper .post.post-selector-wrapper {
    padding: 20px 10px !important;
  }
}
.ie11 * {
  min-width: 1px;
}
.ie11 body {
  width: 100%;
}
.ie11 body > * {
  min-width: 1px;
}
.ie11 html {
  width: 100%;
}
.ie11 html > * {
  min-width: 1px;
}
.ie11 .banner-content-box {
  width: 100%;
}
.ie11 select:not([multiple]) {
  background-image: none;
  padding-right: 0px;
}
.ie11 .button {
  max-width: 300px;
}
.ie11 .translation_cta .button, .ie11 .donate_now_cta .button {
  margin: 0 auto;
}
.ie11 .item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ie11 .row {
  width: 100%;
}
.ie11 .row > * {
  width: 100%;
}
.ie11 .banner-wrapper {
  width: 100%;
}
.ie11 p, .ie11 .gform_description {
  width: 100%;
}
.ie11 .block-grid-2,
.ie11 .block-grid-3,
.ie11 .block-grid-4 {
  width: 100%;
}
.ie11 .accordion-holder {
  width: 100%;
}
.ie11 .accordion-holder .type {
  text-align: right;
}
.ie11 .accordion-label p, .ie11 .accordion-label .gform_description {
  width: auto;
}
.ie11 .compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.ie11 .compat-object-fit img {
  opacity: 0;
}
.ie11 .read-more {
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: auto;
  max-width: auto;
  min-height: auto;
  max-height: auto;
  width: auto;
  padding: 0;
}
.ie11 .label {
  max-width: auto;
  width: auto;
}
.ie11 select::-ms-expand {
  display: none;
}
.ie11 .single-post-cat-list a, .ie11 .single-post-cat-list p, .ie11 .single-post-cat-list .gform_description {
  width: auto;
  text-align: left;
}
.ie11 .single-post-cat-list .divider {
  width: 20px;
}
.ie11 .get_in_touch_form {
  height: 900px;
}
.ie11 .get_in_touch_form .contact-form-container .gform_fields .gfield {
  -webkit-flex-basis: 47% !important;
      -ms-flex-preferred-size: 47% !important;
          flex-basis: 47% !important;
}
.ie11 .get_in_touch_form .contact-form-container .gform_fields .gfield:last-of-type {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
}
.ie11 .single-map-wrapper .content-column > * {
  max-height: 60px;
}
.ie11 #menu-item-1141 a {
  padding-top: 22px;
}
.ie11 .logo-grid .block-grid-3 .logo-container {
  max-width: 28%;
  -webkit-flex-basis: 28%;
      -ms-flex-preferred-size: 28%;
          flex-basis: 28%;
}
.ie11 .icon-post-wrapper .block-grid-2 .icon-post {
  max-width: 47%;
  -webkit-flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
          flex-basis: 47%;
}

.wp-block-image {
  margin-bottom: 0px !important;
}

@media screen and (min-width:1200px) {
  .center-text-content .content-column {
    padding-top: 100px !important;
  }
}

.wpa-test-msg {
  display: none;
}

.home .icon-post-wrapper .icon-post:nth-child(2) .post-content a.read-more:hover {
  color: white;
}
.home .icon-post-wrapper .icon-post:nth-child(2) .post-content a.read-more:hover:after {
  background: white;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
  border: 1px solid #C5CECE;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta abbr {
  color: #212121;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none !important;
}

.tribe-common .tribe-common-c-btn-border {
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 35px;
  border-radius: 30px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  text-transform: uppercase;
  -webkit-transform: perspective(1px) rotate(0.0000000001deg);
          transform: perspective(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #F35D1C;
}
.tribe-common .tribe-common-c-btn-border i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.tribe-common .tribe-common-c-btn-border:hover {
  background: #AF4416;
}
.tribe-common .tribe-common-c-btn-border:hover {
  background: #AF4416 !important;
}
.tribe-common .tribe-common-c-btn-border button {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
}
.tribe-common .tribe-common-c-btn-border svg {
  color: white !important;
}

.tribe-events-back a {
  font-family: open-sans, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
}

.single-tribe_events {
  background-color: white !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop {
  font-family: open-sans, sans-serif;
  color: #212121;
  color: #F35D1C;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
  text-align: center;
}

.tribe-events-calendar-month__multiday-event-bar, .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner, .tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  background: #F35D1C !important;
  color: white !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
  color: #F35D1C !important;
}

.tribe-events-page-template .side-by-side-content {
  padding: 120px 100px 170px;
}
.tribe-events-page-template .side-by-side-content h2 {
  padding-bottom: 20px;
}
.tribe-events-page-template .tribe-common a.one {
  background: #F35D1C !important;
  color: white !important;
  padding: 12px 25px;
  margin-top: 20px;
}

tribe-events-c-view-selector__list-item-text {
  font-family: open-sans, sans-serif;
  color: #212121;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list {
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 19px;
}

.tribe-common .filter-events {
  padding: 0 10px;
  margin-bottom: 1rem;
}
.tribe-common .filter-events__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
}
.tribe-common .filter-events__lists li:first-child a, .tribe-common .filter-events__lists li:nth-child(4) a, .tribe-common .filter-events__lists li:nth-child(7) a {
  color: #F35D1C !important;
}
.tribe-common .filter-events__lists li:nth-child(2) a, .tribe-common .filter-events__lists li:nth-child(5) a, .tribe-common .filter-events__lists li:nth-child(8) a {
  color: #A8C741 !important;
}
.tribe-common .filter-events__lists li:nth-child(3) a, .tribe-common .filter-events__lists li:nth-child(6) a, .tribe-common .filter-events__lists li:nth-child(9) a {
  color: #314994 !important;
}
.tribe-common .filter-events__list-item {
  padding: 10px;
  margin: 0;
  display: block;
}
.tribe-common .filter-events__pill {
  height: 40px;
  min-width: 140px;
  padding: 0 1.5rem;
  border: 1px solid currentColor;
  border-radius: 2rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 500;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input,
.tribe-common .tribe-common-form-control-text__input,
.tribe-events-c-view-selector__list span,
.tribe-events-calendar-latest-past__event-venue span, .tribe-events-event-meta dt {
  font-family: open-sans, sans-serif !important;
  font-weight: bold;
  font-size: 18px !important;
  letter-spacing: 0 !important;
  line-height: 28px !important;
}

.tribe-events-back {
  margin-left: 25px;
  position: relative;
  text-transform: uppercase;
  font-family: open-sans, sans-serif;
  color: #212121;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
}
.tribe-events-back:before {
  color: #F35D1C;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f053";
  position: absolute;
  top: 0px;
  left: -25px;
}

.tribe-common .tribe-common-b3 {
  font-size: 13px;
  font-family: open-sans, sans-serif;
  color: #212121;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000000 !important;
}

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

#tribe-events-footer {
  padding-bottom: calc(30px + (110 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  #tribe-events-footer {
    padding-bottom: 110px;
  }
}

#tribe-events-pg-template {
  padding-top: calc(30px + (80 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (130 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  #tribe-events-pg-template {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  #tribe-events-pg-template {
    padding-bottom: 130px;
  }
}

.tribe-common .tribe-common-h3,
.tribe-common .tribe-common-h4, .tribe-events-single-section-title {
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 29px !important;
  color: #000000 !important;
  text-transform: none !important;
}

.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small {
  border: 1px solid black;
  font-family: open-sans, sans-serif;
  color: #212121;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 28px !important;
  color: #000000 !important;
}

a.tribe-common-c-btn-border-small {
  padding: 6px 60px 6px 10px !important;
}

.tribe-events .tribe-events-c-ical {
  margin-top: 40px !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col {
  padding-right: 0px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
  width: 53% !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 47% !important;
  max-height: 360px;
  overflow: hidden;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-events .tribe-events-c-ical__link,
.tribe-events .tribe-events-c-ical__link:visited {
  background-color: #F35D1C !important;
  color: #ffffff !important;
  border: 1px solid #F35D1C !important;
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 35px;
  border-radius: 30px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  text-transform: uppercase;
  -webkit-transform: perspective(1px) rotate(0.0000000001deg);
          transform: perspective(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #F35D1C;
}
.tribe-common .tribe-common-c-btn i,
.tribe-common a.tribe-common-c-btn i,
.tribe-events .tribe-events-c-ical__link i,
.tribe-events .tribe-events-c-ical__link:visited i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-events .tribe-events-c-ical__link:hover,
.tribe-events .tribe-events-c-ical__link:visited:hover {
  background: #AF4416;
}
.tribe-common .tribe-common-c-btn svg path,
.tribe-common a.tribe-common-c-btn svg path,
.tribe-events .tribe-events-c-ical__link svg path,
.tribe-events .tribe-events-c-ical__link:visited svg path {
  stroke: #ffffff !important;
}
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-events .tribe-events-c-ical__link:hover,
.tribe-events .tribe-events-c-ical__link:visited:hover {
  background-color: white !important;
  color: #F35D1C !important;
}
.tribe-common .tribe-common-c-btn:hover svg path,
.tribe-common a.tribe-common-c-btn:hover svg path,
.tribe-events .tribe-events-c-ical__link:hover svg path,
.tribe-events .tribe-events-c-ical__link:visited:hover svg path {
  stroke: #F35D1C !important;
}

.tribe-common .tribe-common-c-svgicon {
  color: #000000 !important;
}

.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
  font-family: open-sans, sans-serif;
}

.tribe-events-event-image {
  width: 80% !important;
  max-height: 520px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 40px;
}
.tribe-events-event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tribe-common-g-row .tribe-event-date-start, .tribe-common-g-row .tribe-events-calendar-list__event-datetime {
  text-transform: uppercase;
  font-family: open-sans, sans-serif;
  color: #212121;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
}
.tribe-common-g-row .tribe-events-calendar-list__event-title-link {
  color: #212121;
  font-family: open-sans, sans-serif;
  color: #212121;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
}
.tribe-common-g-row .tribe-events-c-small-cta__price {
  color: #212121;
  font-family: open-sans, sans-serif;
  color: #212121;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}
.tribe-common-g-row .tribe-events-calendar-list__event-venue-title, .tribe-common-g-row .tribe-events-calendar-list__event-venue-address {
  color: #212121;
  font-family: open-sans, sans-serif;
  color: #212121;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
}

.tribe-common-g-row:nth-child(3n) .tribe-event-date-start, .tribe-common-g-row:nth-child(3n) .tribe-events-calendar-list__event-datetime {
  color: #314994 !important;
}
.tribe-common-g-row:nth-child(3n) .tribe-events-calendar-list__event-date-tag {
  border-right: 2px solid #314994 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
  margin: 70px 0px !important;
}

.tribe-common-g-row:nth-child(4n) .tribe-event-date-start, .tribe-common-g-row:nth-child(4n) .tribe-events-calendar-list__event-datetime {
  color: #137297 !important;
}
.tribe-common-g-row:nth-child(4n) .tribe-events-calendar-list__event-date-tag {
  border-right: 2px solid #137297 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
  color: #212121;
  font-family: open-sans, sans-serif;
  color: #212121;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 29px;
}

.tribe-common svg:not(:root) path {
  fill: #F35D1C !important;
}

.tribe-events .tribe-events-calendar-list-nav {
  border-top: 1px solid #555959 !important;
}

.tribe-common-g-row:nth-child(2) .tribe-event-date-start, .tribe-common-g-row:nth-child(2) .tribe-events-calendar-list__event-datetime, .tribe-common-g-row:nth-child(5) .tribe-event-date-start, .tribe-common-g-row:nth-child(5) .tribe-events-calendar-list__event-datetime, .tribe-common-g-row:nth-child(8) .tribe-event-date-start, .tribe-common-g-row:nth-child(8) .tribe-events-calendar-list__event-datetime, .tribe-common-g-row:nth-child(11) .tribe-event-date-start, .tribe-common-g-row:nth-child(11) .tribe-events-calendar-list__event-datetime {
  color: #F35D1C !important;
}
.tribe-common-g-row:nth-child(2) .tribe-events-calendar-latest-past__event-details, .tribe-common-g-row:nth-child(5) .tribe-events-calendar-latest-past__event-details, .tribe-common-g-row:nth-child(8) .tribe-events-calendar-latest-past__event-details, .tribe-common-g-row:nth-child(11) .tribe-events-calendar-latest-past__event-details {
  border-left: 2px solid #F35D1C;
}
.tribe-common-g-row:nth-child(2) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common-g-row:nth-child(2) time, .tribe-common-g-row:nth-child(5) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common-g-row:nth-child(5) time, .tribe-common-g-row:nth-child(8) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common-g-row:nth-child(8) time, .tribe-common-g-row:nth-child(11) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common-g-row:nth-child(11) time {
  color: #F35D1C !important;
}
.tribe-common-g-row:nth-child(2) .tribe-events-calendar-list__event-date-tag, .tribe-common-g-row:nth-child(5) .tribe-events-calendar-list__event-date-tag, .tribe-common-g-row:nth-child(8) .tribe-events-calendar-list__event-date-tag, .tribe-common-g-row:nth-child(11) .tribe-events-calendar-list__event-date-tag {
  border-right: 2px solid #F35D1C !important;
}

.tribe-events-c-ical__link {
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 35px;
  border-radius: 30px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  text-transform: uppercase;
  -webkit-transform: perspective(1px) rotate(0.0000000001deg);
          transform: perspective(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #F35D1C;
  border-radius: 30px !important;
  color: white;
}
.tribe-events-c-ical__link i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.tribe-events-c-ical__link:hover {
  background: #AF4416;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-common-h5 {
  color: #212121;
  font-family: open-sans, sans-serif;
  color: #212121;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 57px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 14px;
  font-weight: bold;
  color: #212121;
  font-family: open-sans, sans-serif;
  color: #212121;
  letter-spacing: 1px;
  line-height: 29px;
}

.tribe-common-g-row:nth-child(4):nth-child(7):nth-child(10):nth-child(13) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common-g-row:nth-child(4):nth-child(7):nth-child(10):nth-child(13) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common-g-row:nth-child(4):nth-child(7):nth-child(10):nth-child(13) .tribe-events-calendar-latest-past__event-datetime {
  color: #15BE00;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(4) .tribe-events-calendar-latest-past__event-details, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(7) .tribe-events-calendar-latest-past__event-details, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(10) .tribe-events-calendar-latest-past__event-details, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(13) .tribe-events-calendar-latest-past__event-details {
  border-left: 2px solid #137297;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(4) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(7) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(10) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(13) .tribe-events-calendar-latest-past__event-datetime span {
  color: #137297;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(4) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(4) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(4) .tribe-events-calendar-latest-past__event-datetime, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(7) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(7) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(7) .tribe-events-calendar-latest-past__event-datetime, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(10) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(10) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(10) .tribe-events-calendar-latest-past__event-datetime, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(13) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(13) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(13) .tribe-events-calendar-latest-past__event-datetime {
  color: #137297;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(3) .tribe-events-calendar-latest-past__event-details, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(6) .tribe-events-calendar-latest-past__event-details, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(9) .tribe-events-calendar-latest-past__event-details, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(12) .tribe-events-calendar-latest-past__event-details {
  border-left: 2px solid #137297;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(3) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(6) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(9) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(12) .tribe-events-calendar-latest-past__event-datetime span {
  color: #137297;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(3) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(3) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(3) .tribe-events-calendar-latest-past__event-datetime, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(6) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(6) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(6) .tribe-events-calendar-latest-past__event-datetime, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(9) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(9) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(9) .tribe-events-calendar-latest-past__event-datetime, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(12) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(12) .tribe-events-calendar-latest-past__event-datetime span, .tribe-common--breakpoint-medium.tribe-events .tribe-common-g-row:nth-child(12) .tribe-events-calendar-latest-past__event-datetime {
  color: #137297;
}

.tribe-events .tribe-events-calendar-latest-past__event-featured-image-link {
  height: 300px;
}
.tribe-events .tribe-events-calendar-latest-past__event-title-link {
  color: #212121;
  font-family: open-sans, sans-serif;
  color: #212121;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
}
.tribe-events .tribe-events-calendar-latest-past__event-title-link:hover {
  border: none;
  color: #F35D1C;
}

.tribe-events .tribe-events-calendar-latest-past__event-featured-image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.tribe-events-calendar-month__calendar-event-details a,
.tribe-events-calendar-month__calendar-event-details p,
.tribe-events-calendar-month__calendar-event-details .gform_description,
.tribe-events-calendar-month__calendar-event-details span {
  font-family: open-sans, sans-serif;
  color: #212121;
  font-size: 11px !important;
  letter-spacing: 0 !important;
  line-height: 20px !important;
  color: #000000 !important;
}

.tribe-events-calendar-month__multiday-event-wrapper h3, .tribe-events-calendar-month__multiday-event-wrapper .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 .tribe-events-calendar-month__multiday-event-wrapper a, .tribe-events-calendar-month__multiday-event-wrapper .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .tribe-events-calendar-month__multiday-event-wrapper a, .tribe-events-calendar-month__multiday-event-wrapper .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .tribe-events-calendar-month__multiday-event-wrapper a, .tribe-events-calendar-month__multiday-event-wrapper .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a .tribe-events-calendar-month__multiday-event-wrapper a {
  background: #F35D1C !important;
  font-family: open-sans, sans-serif;
  color: #212121;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 28px !important;
  color: #000000 !important;
}

.tribe-events .tribe-events-calendar-month__multiday-event-wrapper + .tribe-events-calendar-month__calendar-event {
  margin-top: 20px;
}

:root {
  --tec-color-background-secondary-multiday: #FFCF00 !important;
  --tec-color-background-secondary-multiday-hover: #FFCF00 !important;
}

.tribe-events-calendar-latest-past__event-datetime span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
}

.tribe-events-calendar-latest-past__event-date-tag-datetime .tribe-common-h5 {
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-size: 52px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 61px !important;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month,
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-year, .tribe-events-schedule h2, .tribe-events-schedule span, .tribe-events-cost {
  font-family: open-sans, sans-serif;
  color: #212121;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
  line-height: 29px !important;
  color: #F35D1C !important;
}

.tribe-events-event-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tribe-events-view {
  background: F4F5EE !important;
}

.tribe-events-single-event-title {
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-size: 52px !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  line-height: 61px !important;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
  width: 100%;
}

.tribe-events-venue-map {
  height: 500px;
  width: 500px;
}
.tribe-events-venue-map iframe {
  max-height: 100%;
}

.single-tribe_events {
  background: #f0f5f9;
}

.tribe-events-event-url a, .tribe-venue-url a, .tribe-organizer-url a {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
}
.tribe-events-event-url a:after, .tribe-venue-url a:after, .tribe-organizer-url a:after {
  content: "";
  height: 2px;
  background: #F35D1C;
  width: 0%;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tribe-events-event-url a:hover, .tribe-venue-url a:hover, .tribe-organizer-url a:hover {
  color: #F35D1C;
}
.tribe-events-event-url a:hover:after, .tribe-venue-url a:hover:after, .tribe-organizer-url a:hover:after {
  width: 100%;
}
.tribe-events-event-url a i, .tribe-venue-url a i, .tribe-organizer-url a i {
  margin-left: 8px;
}

.tribe-events-c-nav__prev-label, .tribe-events-c-nav__next-label {
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.tribe-events-c-nav__prev-label:hover, .tribe-events-c-nav__next-label:hover {
  color: #F35D1C;
}

.tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag-datetime:after {
  display: none;
}

.tribe-common-c-btn-icon__icon-svg {
  width: 8px !important;
}

.loop-content.background-post {
  height: 490px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: white;
  z-index: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.loop-content.background-post:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.loop-content.background-post:hover {
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
}
.loop-content.background-post h3, .loop-content.background-post .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 .loop-content.background-post a, .loop-content.background-post .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .loop-content.background-post a, .loop-content.background-post .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .loop-content.background-post a, .loop-content.background-post .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a .loop-content.background-post a, .loop-content.background-post p, .loop-content.background-post .gform_description, .loop-content.background-post a {
  color: white;
}
.loop-content.background-post h3:hover, .loop-content.background-post .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a:hover, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 .loop-content.background-post a:hover, .loop-content.background-post .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a:hover, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .loop-content.background-post a:hover, .loop-content.background-post .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a:hover, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .loop-content.background-post a:hover, .loop-content.background-post .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a:hover, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a .loop-content.background-post a:hover, .loop-content.background-post a:hover {
  color: #F35D1C;
}
.loop-content.background-post p, .loop-content.background-post .gform_description {
  font-weight: 400;
}
.loop-content.background-post .content-column {
  padding: 30px 50px;
}

.post-selector-wrapper .loop-item.publication .content-column h4:hover, .post-selector-wrapper .loop-item.publication .content-column .loop-item.post h4 a:hover, .loop-item.post h4 .post-selector-wrapper .loop-item.publication .content-column a:hover, .post.post-selector-wrapper .loop-item.publication .content-column [class*=block-]:not([class*=block-grid]) article h4 a:hover, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .loop-item.publication .content-column a:hover, .page-template-_posts .post-selector-wrapper .loop-item.publication .content-column [class*=block-]:not([class*=block-grid]) article h4 a:hover, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .loop-item.publication .content-column a:hover {
  color: #F35D1C;
}

.loop-item.publication img {
  border-radius: 3px;
}
.loop-item.publication h4, .loop-item.publication .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .loop-item.publication a, .loop-item.publication .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .loop-item.publication a, .loop-item.publication .loop-item.post h4 a, .loop-item.post h4 .loop-item.publication a, .loop-item.publication .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .loop-item.publication a, .loop-item.publication .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .loop-item.publication a {
  color: #F35D1C;
}
.loop-item.publication h4:hover, .loop-item.publication .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a:hover, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .loop-item.publication a:hover, .loop-item.publication .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a:hover, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .loop-item.publication a:hover, .loop-item.publication .loop-item.post h4 a:hover, .loop-item.post h4 .loop-item.publication a:hover {
  color: #F35D1C;
}
.loop-item.publication h3, .loop-item.publication .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 .loop-item.publication a, .loop-item.publication .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .loop-item.publication a, .loop-item.publication .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .loop-item.publication a, .loop-item.publication .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a .loop-item.publication a {
  padding-bottom: 10px;
}
.loop-item.publication h3 a, .loop-item.publication .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a a, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 .loop-item.publication a a, .loop-item.publication .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .loop-item.publication a a, .loop-item.publication .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .loop-item.publication a a, .loop-item.publication .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a a, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a .loop-item.publication a a {
  font-size: 26px;
  font-family: open-sans, sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 36px;
}
.loop-item.publication h3 a:hover, .loop-item.publication .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a a:hover, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 .loop-item.publication a a:hover, .loop-item.publication .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a a:hover, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .loop-item.publication a a:hover, .loop-item.publication .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a a:hover, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .loop-item.publication a a:hover, .loop-item.publication .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a a:hover, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a .loop-item.publication a a:hover {
  color: #F35D1C;
}

.blog-top-three-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-height: 780px;
  width: 100%;
}
.blog-top-three-posts .loop-item:nth-child(1) {
  height: 760px;
  padding-right: 20px;
  width: 50%;
}
.blog-top-three-posts .loop-item:nth-child(2), .blog-top-three-posts .loop-item:nth-child(3) {
  height: 280px;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.blog-top-three-posts .loop-item:nth-child(2) .content-column, .blog-top-three-posts .loop-item:nth-child(2) .image-column, .blog-top-three-posts .loop-item:nth-child(3) .content-column, .blog-top-three-posts .loop-item:nth-child(3) .image-column {
  -webkit-flex-basis: calc(6 / 12 * 100%);
      -ms-flex-preferred-size: calc(6 / 12 * 100%);
          flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}
.blog-top-three-posts .loop-item:nth-child(2) .content-column img, .blog-top-three-posts .loop-item:nth-child(2) .image-column img, .blog-top-three-posts .loop-item:nth-child(3) .content-column img, .blog-top-three-posts .loop-item:nth-child(3) .image-column img {
  height: 100%;
}

.post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column {
  padding: 5px 40px 5px;
}
.post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h6, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column .contact-form h6, .contact-form .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h6, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column .contact-form .follow-us, .contact-form .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column .follow-us, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column .contact-form label, .contact-form .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column label {
  margin-right: 10px;
}
.post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column .loop-title:hover a {
  color: #F35D1C;
}
.post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column .single-post-cat-list a:hover h6, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column .single-post-cat-list a:hover .contact-form .follow-us, .contact-form .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column .single-post-cat-list a:hover .follow-us, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column .single-post-cat-list a:hover .contact-form label, .contact-form .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column .single-post-cat-list a:hover label {
  color: #212121;
}
@media screen and (min-width:1200px) {
  .post-selector-wrapper .block-grid-1 article:not(.service) .cta-container {
    padding-left: 50px;
  }
}

.single-post-cat-list {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single-post-cat-list .divider {
  margin-left: 5px;
  margin-right: 5px;
  color: #F35D1C;
}
.single-post-cat-list h6, .single-post-cat-list .contact-form .follow-us, .contact-form .single-post-cat-list .follow-us, .single-post-cat-list .contact-form label, .contact-form .single-post-cat-list label {
  padding: 5px 0;
  color: #F35D1C;
  line-height: 34px;
}
.single-post-cat-list .single-post-cat-link {
  padding-right: 1rem;
}
.single-post-cat-list .single-post-date {
  position: relative;
  padding-left: 10px;
  min-height: 34px;
}
.single-post-cat-list .single-post-date:after {
  content: "";
  height: 60%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 20%;
  background-color: #F35D1C;
}
.single-post-cat-list .single-post-date:empty {
  display: none;
}

@media screen and (min-width:1200px) {
  .post-selector-wrapper .block-grid-1 {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
}
.post-selector-wrapper .press-release {
  margin-bottom: 50px;
}
.post-selector-wrapper .content-column {
  padding: 20px 10px 35px;
}
.post-selector-wrapper .content-column h4:hover, .post.post-selector-wrapper .content-column [class*=block-]:not([class*=block-grid]) article h4 a:hover, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .content-column a:hover, .page-template-_posts .post-selector-wrapper .content-column [class*=block-]:not([class*=block-grid]) article h4 a:hover, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .content-column a:hover, .post-selector-wrapper .content-column .loop-item.post h4 a:hover, .loop-item.post h4 .post-selector-wrapper .content-column a:hover {
  color: #212121;
}
.post-selector-wrapper .image-column img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.post-selector-wrapper .loop-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.post-selector-wrapper .loop-item:hover {
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2);
  color: red;
}
@media screen and (min-width:1200px) {
  .post-selector-wrapper .block-grid-1 .loop-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .post-selector-wrapper .block-grid-1 .loop-item .image-column h4, .post.post-selector-wrapper .block-grid-1 .loop-item .image-column [class*=block-]:not([class*=block-grid]) article h4 a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item .image-column a, .page-template-_posts .post-selector-wrapper .block-grid-1 .loop-item .image-column [class*=block-]:not([class*=block-grid]) article h4 a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item .image-column a, .post-selector-wrapper .block-grid-1 .loop-item.post .image-column h4 a, .post-selector-wrapper .block-grid-1 .loop-item.post h4 .image-column a, .post.post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article h4 .loop-item.post .image-column a a, .post.post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article h4 .loop-item.post a .image-column a, .page-template-_posts .post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article h4 .loop-item.post .image-column a a, .page-template-_posts .post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article h4 .loop-item.post a .image-column a, .loop-item.post h4 .post.post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article a .loop-item.post .image-column a a, .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .block-grid-1 .loop-item.post .image-column a a, .loop-item.post h4 .post.post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article a .loop-item.post a .image-column a, .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .block-grid-1 .loop-item.post a .image-column a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article a .loop-item.post .image-column a a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .block-grid-1 .loop-item.post .image-column a a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article a .loop-item.post a .image-column a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .block-grid-1 .loop-item.post a .image-column a,
  .post-selector-wrapper .block-grid-1 .loop-item .content-column h4,
  .post.post-selector-wrapper .block-grid-1 .loop-item .content-column [class*=block-]:not([class*=block-grid]) article h4 a,
  .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item .content-column a,
  .page-template-_posts .post-selector-wrapper .block-grid-1 .loop-item .content-column [class*=block-]:not([class*=block-grid]) article h4 a,
  .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item .content-column a,
  .post-selector-wrapper .block-grid-1 .loop-item.post .content-column h4 a,
  .post-selector-wrapper .block-grid-1 .loop-item.post h4 .content-column a,
  .post.post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article h4 .loop-item.post .content-column a a,
  .post.post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article h4 .loop-item.post a .content-column a,
  .page-template-_posts .post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article h4 .loop-item.post .content-column a a,
  .page-template-_posts .post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article h4 .loop-item.post a .content-column a,
  .loop-item.post h4 .post.post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article a .loop-item.post .content-column a a,
  .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .block-grid-1 .loop-item.post .content-column a a,
  .loop-item.post h4 .post.post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article a .loop-item.post a .content-column a,
  .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .block-grid-1 .loop-item.post a .content-column a,
  .loop-item.post h4 .page-template-_posts .post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article a .loop-item.post .content-column a a,
  .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .block-grid-1 .loop-item.post .content-column a a,
  .loop-item.post h4 .page-template-_posts .post-selector-wrapper .block-grid-1 [class*=block-]:not([class*=block-grid]) article a .loop-item.post a .content-column a,
  .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .block-grid-1 .loop-item.post a .content-column a {
    font-size: 32px;
    line-height: 44px;
  }
  .post-selector-wrapper .block-grid-1 .loop-item .image-column {
    height: 420px;
  }
  .post-selector-wrapper .block-grid-1 .loop-item .image-column img {
    height: 420px;
    width: 100%;
  }
  .post-selector-wrapper .block-grid-1 .content-column {
    padding: 40px;
  }
  .post-selector-wrapper .block-grid-1 img {
    height: 520px;
  }
  .post-selector-wrapper .block-grid-2 img {
    height: 320px;
  }
  .post-selector-wrapper .block-grid-3 img {
    height: 220px;
  }
  .post-selector-wrapper .block-grid-4 img {
    height: 180px;
  }
}

.post-selector-wrapper.publication img {
  max-height: 240px;
}

.related-posts .centered_intro {
  text-align: center;
  padding-bottom: 20px;
}
.related-posts .centered_intro .row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.related-posts .post-selector-wrapper {
  padding-bottom: 50px;
}

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

.news-post .block-3 .loop-item:first-of-type .image-column, .post-selector-wrapper .block-3 .loop-item:first-of-type .image-column {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
  max-width: 100% !important;
}
.news-post .block-3 .loop-item:first-of-type .content-column, .post-selector-wrapper .block-3 .loop-item:first-of-type .content-column {
  padding-left: 20px !important;
}
@media screen and (max-width:989px) {
  .news-post .block-3 .image-column, .post-selector-wrapper .block-3 .image-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

.post-selector-wrapper .block-grid-3 .loop-item .image-column {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

.blog .post-selector-wrapper, .page-template-_posts .post-selector-wrapper, .page-template-_affiliates .post-selector-wrapper {
  padding-top: calc(40px + (130 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (130 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .blog .post-selector-wrapper, .page-template-_posts .post-selector-wrapper, .page-template-_affiliates .post-selector-wrapper {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .blog .post-selector-wrapper, .page-template-_posts .post-selector-wrapper, .page-template-_affiliates .post-selector-wrapper {
    padding-bottom: 130px;
  }
}

.author .pagination-row {
  width: 100%;
}

.related-posts .cta-container {
  padding-bottom: calc(40px + (130 - 40) * (100vw - 320px) / (1200 - 320));
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .related-posts .cta-container {
    padding-bottom: 130px;
  }
}

.single-blog-banner {
  padding-top: calc(40px + (65 - 40) * (100vw - 320px) / (1200 - 320));
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .single-blog-banner {
    padding-top: 65px;
  }
}
.single-blog-banner .content-column {
  color: #ffffff;
  padding: 0px 0px 40px;
}
.single-blog-banner .content-column h6, .single-blog-banner .content-column .contact-form .follow-us, .contact-form .single-blog-banner .content-column .follow-us, .single-blog-banner .content-column .contact-form label, .contact-form .single-blog-banner .content-column label {
  color: #F35D1C;
  padding-bottom: 10px;
}
.single-blog-banner .content-column h1 {
  padding-bottom: 20px;
}
.single-blog-banner .content-column p, .single-blog-banner .content-column .gform_description {
  padding-bottom: 5px;
}
.single-blog-banner .image-banner {
  height: 530px;
  width: 100%;
  background-size: cover;
}

.single-resolution .entry-content {
  padding-bottom: calc(40px + (130 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-resolution .entry-content {
    padding-bottom: 130px;
  }
}
.single-resolution .single-blog-banner {
  padding-top: calc(30px + (55 - 30) * (100vw - 320px) / (1200 - 320));
  margin-bottom: 0px;
}
@media screen and (min-width: 1200px) {
  .single-resolution .single-blog-banner {
    padding-top: 55px;
  }
}
.single-resolution .content-column {
  padding: 0px;
}
.single-resolution .content-column h1 {
  padding-bottom: 20px;
}
.single-resolution .content-column h6, .single-resolution .content-column .contact-form .follow-us, .contact-form .single-resolution .content-column .follow-us, .single-resolution .content-column .contact-form label, .contact-form .single-resolution .content-column label {
  padding-bottom: 10px;
}

.single-post .site-utility, .single-press-release .site-utility {
  background: #314994;
}
.single-post .author, .single-press-release .author {
  padding: 40px 0px;
  margin: auto;
  margin-bottom: 50px;
  max-width: 990px;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(255, 255, 255, 0)), color-stop(8%, rgb(244, 245, 238)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 8%, rgb(244, 245, 238) 8%);
  margin-top: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320));
  margin-bottom: calc(40px + (130 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-post .author, .single-press-release .author {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .single-post .author, .single-press-release .author {
    margin-bottom: 130px;
  }
}
.single-post .author img, .single-press-release .author img {
  width: 180px;
}
.single-post .author .written-by, .single-press-release .author .written-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.single-post .author .written-by h6, .single-post .author .written-by .contact-form .follow-us, .contact-form .single-post .author .written-by .follow-us, .single-post .author .written-by .contact-form label, .contact-form .single-post .author .written-by label, .single-press-release .author .written-by h6, .single-press-release .author .written-by .contact-form .follow-us, .contact-form .single-press-release .author .written-by .follow-us, .single-press-release .author .written-by .contact-form label, .contact-form .single-press-release .author .written-by label {
  margin-right: 10px;
  color: #F35D1C;
  letter-spacing: 2px;
  line-height: 32px;
}
.single-post .author .content-column, .single-press-release .author .content-column {
  padding-left: 30px;
}
.single-post .site-header, .single-press-release .site-header {
  background: #314994;
  padding: 45px 10px;
}
.single-post .social-share, .single-press-release .social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
.single-post .social-share h6, .single-post .social-share .contact-form .follow-us, .contact-form .single-post .social-share .follow-us, .single-post .social-share .contact-form label, .contact-form .single-post .social-share label, .single-press-release .social-share h6, .single-press-release .social-share .contact-form .follow-us, .contact-form .single-press-release .social-share .follow-us, .single-press-release .social-share .contact-form label, .contact-form .single-press-release .social-share label {
  padding-bottom: 0px;
  margin-right: 10px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  color: #212121;
}
.single-post .social-list, .single-press-release .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 10px;
}
.single-post .social-list li, .single-press-release .social-list li {
  margin-right: 10px;
  border: 1px solid #AECE2B;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
}
.single-post .social-list li i,
.single-post .social-list li a, .single-press-release .social-list li i,
.single-press-release .social-list li a {
  color: #ffffff;
  font-size: 22px;
}
.single-post .social-list li:hover i,
.single-post .social-list li:hover a, .single-press-release .social-list li:hover i,
.single-press-release .social-list li:hover a {
  color: #AECE2B;
}
.single-post .social-list li, .single-press-release .social-list li {
  border: 1px solid #F35D1C;
}
.single-post .social-list li:hover, .single-press-release .social-list li:hover {
  color: white;
  background: #F35D1C;
}
.single-post .social-list li:hover i, .single-post .social-list li:hover a, .single-press-release .social-list li:hover i, .single-press-release .social-list li:hover a {
  color: white;
}
.single-post .social-list li i, .single-post .social-list li a, .single-press-release .social-list li i, .single-press-release .social-list li a {
  color: #F35D1C;
}
.single-post .blog_related_posts_intro, .single-press-release .blog_related_posts_intro {
  padding-bottom: 15px;
  padding-top: calc(30px + (80 - 30) * (100vw - 320px) / (1200 - 320));
  background: #F4F5EE;
}
@media screen and (min-width: 1200px) {
  .single-post .blog_related_posts_intro, .single-press-release .blog_related_posts_intro {
    padding-top: 80px;
  }
}
.single-post .related-posts, .single-press-release .related-posts {
  background: #F4F5EE;
}

.event-page-wrapper {
  background: #F3F6F6;
}
.event-page-wrapper #locations-map {
  width: 100%;
  top: 50px;
  height: 800px;
  right: -30px;
}
.event-page-wrapper .columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.event-page-wrapper .columns-12 .wyswyg {
  padding-right: 40px;
}
.event-page-wrapper .columns-12 .details {
  border-radius: 3px;
  padding: 30px 60px 60px 160px;
}
.event-page-wrapper .columns-12 .details i {
  color: #137297;
}
.event-page-wrapper .columns-12 .details p, .event-page-wrapper .columns-12 .details .gform_description, .event-page-wrapper .columns-12 .details h4, .event-page-wrapper .columns-12 .details .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .event-page-wrapper .columns-12 .details a, .event-page-wrapper .columns-12 .details .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .event-page-wrapper .columns-12 .details a, .event-page-wrapper .columns-12 .details h5, .event-page-wrapper .columns-12 .details a {
  color: black;
}
.event-page-wrapper .columns-12 .details .item-title {
  font-family: open-sans, sans-serif;
  color: #212121;
  margin-right: 15px;
}
.event-page-wrapper .columns-12 .details h4, .event-page-wrapper .columns-12 .details .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .event-page-wrapper .columns-12 .details a, .event-page-wrapper .columns-12 .details .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .event-page-wrapper .columns-12 .details a, .event-page-wrapper .columns-12 .details .loop-item.post h4 a, .loop-item.post h4 .event-page-wrapper .columns-12 .details a {
  padding-bottom: 10px;
  margin-bottom: 14px;
}
.event-page-wrapper .columns-12 .details h5, .event-page-wrapper .columns-12 .details a {
  padding-bottom: 20px;
}
.event-page-wrapper .columns-12 .details .detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.event-page-wrapper .columns-12 .details .detail-item i {
  width: 20px;
  position: relative;
  top: 9px;
  margin-right: 5px;
}
.event-page-wrapper .columns-12 .details .organizer a {
  padding-bottom: 0px;
}
.event-page-wrapper .columns-12 .details .organizer p, .event-page-wrapper .columns-12 .details .organizer .gform_description {
  padding-bottom: 5px;
}
.event-page-wrapper .columns-12 .details .registration {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.event-page-wrapper .columns-12 .details .registration .item-title {
  padding-bottom: 5px;
}
.event-page-wrapper .button {
  margin-top: 40px;
  width: 100%;
}

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

.single-tribe_events .page-banner, .tribe-events-page-template .page-banner {
  padding-top: calc(20px + (30 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (115 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-tribe_events .page-banner, .tribe-events-page-template .page-banner {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .single-tribe_events .page-banner, .tribe-events-page-template .page-banner {
    padding-bottom: 115px;
  }
}
.single-tribe_events .page-banner h1, .single-tribe_events .page-banner p, .single-tribe_events .page-banner .gform_description, .tribe-events-page-template .page-banner h1, .tribe-events-page-template .page-banner p, .tribe-events-page-template .page-banner .gform_description {
  color: white;
}

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

.intro .content-container {
  padding-top: calc(40px + (80 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(0px + (60 - 0) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .intro .content-container {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .intro .content-container {
    padding-bottom: 60px;
  }
}

.wp-block-acf-intro-two-columns.left-aligned-intro .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wp-block-acf-intro-two-columns.left-aligned-intro h6.sub, .wp-block-acf-intro-two-columns.left-aligned-intro .contact-form .sub.follow-us, .contact-form .wp-block-acf-intro-two-columns.left-aligned-intro .sub.follow-us, .wp-block-acf-intro-two-columns.left-aligned-intro .contact-form label.sub, .contact-form .wp-block-acf-intro-two-columns.left-aligned-intro label.sub {
  color: #F35D1C !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
}
.wp-block-acf-intro-two-columns.left-aligned-intro .columns-6:first-of-type p, .wp-block-acf-intro-two-columns.left-aligned-intro .columns-6:first-of-type .gform_description {
  padding-right: 15px;
}

.wp-block-columns.has-background {
  padding: 0px !important;
}

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

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

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

.content-image {
  overflow: hidden;
}
.content-image .content-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
.content-image .image-column {
  height: 580px;
  width: 580px;
}
.content-image img {
  z-index: 100;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.content-image h6, .content-image .contact-form .follow-us, .contact-form .content-image .follow-us, .content-image .contact-form label, .contact-form .content-image label {
  color: #AECE2B;
}

.top-align-content .content-image-container .content-column {
  padding: 0 40px 80px 40px !important;
}

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

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

.left-image-content .content-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.left-image-content .content-image-container .content-column {
  padding: 130px 40px 80px 40px;
}
.left-image-content .image-column {
  position: relative;
}
.left-image-content .image-column .secondary-image {
  height: 400px;
  width: 400px;
  position: absolute;
  left: -40%;
  top: 10%;
}
@media screen and (max-width:767px) {
  .left-image-content .image-column .secondary-image {
    left: -5%;
    top: 18%;
    width: 50%;
    height: 70%;
  }
}
@media screen and (max-width:989px) {
  .left-image-content .image-column .secondary-image {
    left: -11%;
    top: 14%;
    width: 50%;
    height: 73%;
  }
}

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

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

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

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

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

.background-image-content.right-shaped-overlay:not(.faq-postings) {
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}
.background-image-content.right-shaped-overlay:not(.faq-postings):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-image-content.right-shaped-overlay:not(.faq-postings):after {
  -webkit-clip-path: polygon(50% 0, 100% 0%, 100% 100%, 26% 100%);
          clip-path: polygon(50% 0, 100% 0%, 100% 100%, 26% 100%);
}
.background-image-content.right-shaped-overlay:not(.faq-postings) .row {
  padding: 0px 60px 0px 20px;
}
.background-image-content.right-shaped-overlay:not(.faq-postings) .row .content-column {
  z-index: 100;
  padding: 20px;
}

.background-image-content.left-shaped-overlay:not(.faq-postings) {
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}
.background-image-content.left-shaped-overlay:not(.faq-postings):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-image-content.left-shaped-overlay:not(.faq-postings):after {
  -webkit-clip-path: polygon(0% 0, 60% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(0% 0, 60% 0%, 80% 100%, 0% 100%);
}
.background-image-content.left-shaped-overlay:not(.faq-postings) .row {
  padding: 0px 60px 0px 20px;
}
.background-image-content.left-shaped-overlay:not(.faq-postings) .row .content-column {
  z-index: 100;
  padding: 20px;
}

.background-image-content.full-overlay:not(.faq-postings) {
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}
.background-image-content.full-overlay:not(.faq-postings):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-image-content.full-overlay:not(.faq-postings) .row {
  padding: 0px 60px 0px 20px;
}
.background-image-content.full-overlay:not(.faq-postings) .row .content-column {
  z-index: 100;
  padding: 20px;
}

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

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

@media screen and (min-width:480px) {
  .background-image-content .cta-container, .intro .cta-container {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width:480px) {
  .background-image-content .cta-container, .intro .cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width:480px) {
  .background-image-content .cta-container a.button:first-of-type, .intro .cta-container a.button:first-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (min-width:640px) {
  .background-image-content .cta-container a.button:first-of-type, .intro .cta-container a.button:first-of-type {
    margin-right: 20px;
  }
}

@media screen and (min-width:480px) {
  .background-image-content .cta-container {
    display: block;
    text-align: left;
  }
}

.icon-post {
  z-index: 10;
  padding: 60px 20px;
}
.icon-post img {
  margin-bottom: 30px;
  padding-top: 10px;
  max-width: 160px;
  height: auto;
  min-height: 55px;
}
.icon-post h3, .icon-post .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 .icon-post a, .icon-post .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a .icon-post a, .icon-post h4, .icon-post .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .icon-post a, .icon-post .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .icon-post a, .icon-post .loop-item.post h4 a, .loop-item.post h4 .icon-post a, .icon-post .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .icon-post a, .icon-post .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .icon-post a, .icon-post h5, .icon-post h6, .icon-post .contact-form .follow-us, .contact-form .icon-post .follow-us, .icon-post .contact-form label, .contact-form .icon-post label {
  padding-bottom: 0px;
  padding-top: 0px;
}
.icon-post a {
  margin-bottom: 10px;
}
.icon-post a i {
  margin-left: 10px;
}
.icon-post.left-aligned-icon img {
  margin-bottom: 20px;
}

.icon-posts .icon-post {
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.icon-posts .icon-post:hover {
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
}
.icon-posts .cta-container {
  margin: auto;
  padding-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon-posts .cta-container.icon {
  padding-top: calc(20px + (30 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .icon-posts .cta-container.icon {
    padding-top: 30px;
  }
}
.icon-posts .cta-container.left-aligned-icon {
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.left-aligned-icon {
  text-align: left;
}

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

.highlights-posts-wrapper .split-highlights-wrapper {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
  max-width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.highlights-posts-wrapper .cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.highlights-posts-wrapper p, .highlights-posts-wrapper .gform_description {
  padding-bottom: 0px;
}
.highlights-posts-wrapper .block-grid-2.columns-8 .highlight-post {
  padding: 0px 20px 23px;
}
.highlights-posts-wrapper .block-grid-2.columns-8 .highlight-post h4, .highlights-posts-wrapper .block-grid-2.columns-8 .highlight-post .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .highlights-posts-wrapper .block-grid-2.columns-8 .highlight-post a, .highlights-posts-wrapper .block-grid-2.columns-8 .highlight-post .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .highlights-posts-wrapper .block-grid-2.columns-8 .highlight-post a, .highlights-posts-wrapper .block-grid-2.columns-8 .highlight-post .loop-item.post h4 a, .loop-item.post h4 .highlights-posts-wrapper .block-grid-2.columns-8 .highlight-post a {
  font-size: 22px;
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  line-height: 33px;
}
@media screen and (min-width:990px) {
  .highlights-posts-wrapper .highlights-intro.columns-4 {
    padding-right: 40px;
  }
}
.highlights-posts-wrapper .highlight-post {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.highlights-posts-wrapper .highlight-post img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.highlights-posts-wrapper .highlight-post h4, .highlights-posts-wrapper .highlight-post .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .highlights-posts-wrapper .highlight-post a, .highlights-posts-wrapper .highlight-post .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .highlights-posts-wrapper .highlight-post a, .highlights-posts-wrapper .highlight-post .loop-item.post h4 a, .loop-item.post h4 .highlights-posts-wrapper .highlight-post a, .highlights-posts-wrapper .highlight-post .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .highlights-posts-wrapper .highlight-post a, .highlights-posts-wrapper .highlight-post .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .highlights-posts-wrapper .highlight-post a, .highlights-posts-wrapper .highlight-post h3, .highlights-posts-wrapper .highlight-post .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 .highlights-posts-wrapper .highlight-post a, .highlights-posts-wrapper .highlight-post .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a .highlights-posts-wrapper .highlight-post a, .highlights-posts-wrapper .highlight-post h5 {
  padding-bottom: 10px;
}
.highlights-posts-wrapper .highlight-post .highlights-content {
  padding-left: 20px;
}
@media screen and (max-width:989px) {
  .highlights-posts-wrapper .split-highlights-wrapper {
    display: block;
  }
  .highlights-posts-wrapper .split-highlights-wrapper div {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
}
@media screen and (max-width:989px) and (max-width:767px) {
  .highlights-posts-wrapper .split-highlights-wrapper div {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.highlights-posts-wrapper .highlights-content h4, .highlights-posts-wrapper .highlights-content .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .highlights-posts-wrapper .highlights-content a, .highlights-posts-wrapper .highlights-content .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .highlights-posts-wrapper .highlights-content a, .highlights-posts-wrapper .highlights-content .loop-item.post h4 a, .loop-item.post h4 .highlights-posts-wrapper .highlights-content a, .highlights-posts-wrapper .highlights-content .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .highlights-posts-wrapper .highlights-content a, .highlights-posts-wrapper .highlights-content .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .highlights-posts-wrapper .highlights-content a {
  font-size: 26px;
  letter-spacing: 0;
}
.highlights-posts-wrapper .highlights-content .cta-container {
  margin-top: 20px;
}

.highlights-posts-wrapper .block-grid-1 .highlight-post {
  padding: 40px 0px 20px;
  border-bottom: 1px solid #F35D1C;
}
.highlights-posts-wrapper .block-grid-2 .highlight-post {
  padding: 30px 20px 0px;
}
.highlights-posts-wrapper .block-grid-3 .highlight-post {
  padding: 30px 20px 0px;
}
.highlights-posts-wrapper .block-grid-4 {
  padding: 30px 20px 0px;
}

.statistics-wrapper .statistic {
  z-index: 10;
  text-align: center;
}
.statistics-wrapper .statistic img {
  margin-bottom: 10px;
  height: 60px;
  max-width: 60px;
}
.statistics-wrapper .statistic h1 {
  color: #AECE2B;
  letter-spacing: 0;
  line-height: 84px;
  padding-bottom: 5px;
  font-size: 62px;
}
.statistics-wrapper .statistic h4, .statistics-wrapper .statistic .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .statistics-wrapper .statistic a, .statistics-wrapper .statistic .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .statistics-wrapper .statistic a, .statistics-wrapper .statistic .loop-item.post h4 a, .loop-item.post h4 .statistics-wrapper .statistic a, .statistics-wrapper .statistic .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .statistics-wrapper .statistic a, .statistics-wrapper .statistic .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a a, .loop-item.post h4 .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article a .statistics-wrapper .statistic a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 24px;
}
.statistics-wrapper .statistic h3, .statistics-wrapper .statistic .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 .statistics-wrapper .statistic a, .statistics-wrapper .statistic .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .statistics-wrapper .statistic a, .statistics-wrapper .statistic .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .statistics-wrapper .statistic a, .statistics-wrapper .statistic .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a .statistics-wrapper .statistic a {
  font-size: 22px;
  font-weight: 600;
  color: #AECE2B;
}
.statistics-wrapper .statistic .stat-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.statistics-wrapper .statistic .stat-container h3, .statistics-wrapper .statistic .stat-container .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 .statistics-wrapper .statistic .stat-container a, .statistics-wrapper .statistic .stat-container .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .statistics-wrapper .statistic .stat-container a, .statistics-wrapper .statistic .stat-container .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .block-grid-1 .loop-item.press-release .content-column a .statistics-wrapper .statistic .stat-container a, .statistics-wrapper .statistic .stat-container .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a .statistics-wrapper .statistic .stat-container a {
  margin-right: 8px;
}
@media screen and (max-width:639px) {
  .statistics-wrapper .statistic {
    margin-bottom: 45px;
  }
}

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

@media screen and (max-width:1799px) {
  .psuedo-wrapper {
    overflow-x: hidden;
  }
}
.contact-form h6, .contact-form .follow-us, .contact-form label {
  color: #F35D1C;
}
.contact-form .contents {
  padding-bottom: 10px;
}
.contact-form .contact-layout-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-form .contact-layout-wrapper .contact-info {
  padding-right: 30px;
}
.contact-form .contact-layout-wrapper .contact-info .contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-form .contact-layout-wrapper .contact-info .contact-item p, .contact-form .contact-layout-wrapper .contact-info .contact-item .gform_description,
.contact-form .contact-layout-wrapper .contact-info .contact-item a {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  padding-bottom: 10px;
  font-weight: bold;
}
.contact-form .contact-layout-wrapper .contact-info .contact-item i {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 20px;
}
.contact-form .contact-layout-wrapper .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-form .contact-layout-wrapper .social-list li {
  margin-right: 10px;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #F35D1C;
  border-radius: 50%;
}
.contact-form .contact-layout-wrapper .social-list li i {
  font-size: 19px;
}
.contact-form .contact-layout-wrapper .social-list li:hover {
  background: #F35D1C;
}
.contact-form .contact-layout-wrapper .social-list li:hover i {
  color: white !important;
}

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

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

@media screen and (max-width:1199px) {
  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:989px) {
  .contact-form .contact-layout-wrapper {
    display: block;
  }
  .contact-form .contact-layout-wrapper .contact-info,
  .contact-form .contact-layout-wrapper .form-wrapper {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    margin: 0 auto;
  }
  .contact-form .contact-layout-wrapper .contact-info {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:639px) {
  .contact-form .contact-layout-wrapper .gform_fields li {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}
.map-block .single-map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo-grid img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 120px;
  height: 100%;
}
.logo-grid .floating-posts {
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.logo-grid .floating-posts:hover {
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
}
.logo-grid .logo-grid-post {
  padding-top: 10px;
  margin: 0px;
}
.logo-grid .logo-grid-post .logo-grid-content {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 60px;
  border: 1px solid #F35D1C;
}
@media screen and (max-width:989px) {
  .logo-grid .logo-grid-post {
    padding: 20px;
    margin: 0 auto;
  }
}
.logo-grid .block-grid-4 img {
  width: auto;
}
.logo-grid .block-grid-3 img {
  width: auto;
}

@media screen and (max-width:639px) {
  .logo-grid-content {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:989px) {
  .anvil-wyswyg .content-container {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .anvil-wyswyg li {
    width: 100%;
  }
}
.anvil-wyswyg {
  padding: 40px 30px !important;
}
.anvil-wyswyg .content-container h2 a, .anvil-wyswyg .content-container h3 a, .anvil-wyswyg .content-container .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a a, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 .anvil-wyswyg .content-container a a, .anvil-wyswyg .content-container .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a a, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a .anvil-wyswyg .content-container a a, .anvil-wyswyg .content-container h4 a, .anvil-wyswyg .content-container .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .anvil-wyswyg .content-container a a, .anvil-wyswyg .content-container .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .anvil-wyswyg .content-container a a, .loop-item.post h4 .anvil-wyswyg .content-container a a, .anvil-wyswyg .content-container h5 a {
  font-size: unset;
}

.background-color {
  background-color: #76bebf;
}

.full_width.testimonial-slider.slick-dotted ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 15px;
  padding-top: 45px;
}
@media screen and (max-width:989px) {
  .full_width.testimonial-slider.slick-dotted ul {
    padding-top: 0px;
  }
}
.full_width.testimonial-slider.slick-dotted ul li:first-child {
  margin-left: 10px;
}
.full_width.testimonial-slider.slick-dotted ul li.slick-active {
  color: #F35D1C;
}
.full_width.testimonial-slider.slick-dotted ul li {
  font-size: 22px;
}
.full_width.testimonial-slider.slick-dotted ul li button {
  background-color: transparent;
  color: transparent;
  border: none;
  border-radius: 50%;
  height: 11px;
  width: 0px;
  position: relative;
  top: 10px;
  left: -22px;
  margin-right: 5px;
}
.full_width.testimonial-slider .metadata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:989px) {
  .full_width.testimonial-slider .metadata {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.full_width.testimonial-slider .quote {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 36px;
}
.full_width.testimonial-slider .image-column {
  max-width: 130px;
  max-height: 130px;
}
@media screen and (max-width:989px) {
  .full_width.testimonial-slider .image-column {
    -webkit-flex-basis: calc(3 / 12 * 100%);
        -ms-flex-preferred-size: calc(3 / 12 * 100%);
            flex-basis: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
}
.full_width.testimonial-slider img {
  max-width: 120px;
  margin-bottom: 30px;
}
@media screen and (max-width:639px) {
  .full_width.testimonial-slider {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .full_width.testimonial-slider .metadata {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    text-align: left;
  }
  .full_width.testimonial-slider .source {
    width: 100%;
  }
  .full_width.testimonial-slider .image-column {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    margin: 0px auto 20px;
    max-height: 150px;
  }
}

@media screen and (max-width:989px) {
  .testimonials-wrapper {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
}
@media screen and (max-width:989px) {
  .testimonials-wrapper .image-column.columns-1 {
    -webkit-flex-basis: calc(2 / 12 * 100%);
        -ms-flex-preferred-size: calc(2 / 12 * 100%);
            flex-basis: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
}
@media screen and (max-width:639px) {
  .testimonials-wrapper {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .testimonials-wrapper .row {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .testimonials-wrapper .row .content {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .testimonials-wrapper .source {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.testimonials-wrapper .left_align .content-column {
  position: relative;
}
.testimonials-wrapper .left_align .content-column:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -3%;
  width: 2px;
}
@media screen and (max-width:480px) {
  .testimonials-wrapper .left_align .content-column:after {
    left: -10%;
  }
}
.testimonials-wrapper .center_align .testimonial {
  padding-left: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .testimonials-wrapper .center_align .testimonial {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-wrapper .center_align .testimonial {
    padding-right: 40px;
  }
}
.testimonials-wrapper .center_align .metadata {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .testimonials-wrapper .center_align .source.columns-4 {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
}
@media screen and (max-width:480px) {
  .testimonials-wrapper .center_align .source.columns-4 {
    text-align: center;
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
}
.testimonials-wrapper .center_align .content-column {
  margin: auto;
  text-align: center;
}

.testimonial {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:989px) {
  .testimonial {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 20px !important;
    padding-left: 0px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}
.testimonial .content-column p, .testimonial .content-column .gform_description {
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .testimonial .content-column p, .testimonial .content-column .gform_description {
    font-size: 18px;
  }
}
.testimonial .metadata {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:480px) {
  .testimonial .metadata {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonial .image-column.columns-1 {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
    margin-right: 0px;
  }
  .testimonial .image-column.columns-1 img {
    margin-bottom: 20px;
  }
}
.testimonial .source p, .testimonial .source .gform_description {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0px;
}
.testimonial .image-column {
  margin-right: calc(20px + (30 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .testimonial .image-column {
    margin-right: 30px;
  }
}
.testimonial .image-column.square img {
  border-radius: 6px;
}
.testimonial .round img {
  border-radius: 50%;
}

.wp-block-columns.large.has-background {
  padding: 0px 200px !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width:1199px) {
  .wp-block-columns.large.has-background {
    padding: 0px 20px !important;
  }
}
@media screen and (max-width:639px) {
  .wp-block-columns.large.has-background {
    padding: 0px !important;
  }
}

@media screen and (max-width:1199px) {
  .wp-block-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-block-columns .body .cta-column {
    margin: auto;
  }
}
@media screen and (max-width:639px) {
  .wp-block-columns {
    padding: 0px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.timeline {
  width: 100%;
}

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

@media screen and (max-width:989px) {
  .toolbox-section {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (max-width:767px) {
  .toolbox-item:nth-of-type(even)::after {
    left: 0;
  }
  .timeline {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .timeline .toolbox-section {
    padding: 0px 10px;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
    margin-bottom: 40px !important;
  }
  .timeline .toolbox-section::after {
    display: none;
  }
  .timeline .toolbox-section .toolbox-item {
    width: 100%;
  }
  .timeline .toolbox-section .toolbox-item::before, .timeline .toolbox-section .toolbox-item::after {
    display: none;
  }
  .timeline .toolbox-section .toolbox-item:nth-of-type(odd), .timeline .toolbox-section .toolbox-item:nth-of-type(even) {
    left: 0;
    right: 0;
  }
  .timeline .toolbox-section .toolbox-item .wrapper {
    width: 100%;
  }
}
@media screen and (max-width:1199px) {
  .slideout-item .team-slideout-hidden {
    padding: 20px;
  }
  .right-image-content .image-column .secondary-image {
    display: none;
  }
  .centered-intro.contact-form {
    padding: 60px 20px !important;
  }
  .centered-intro.contact-form .columns-4 {
    -webkit-flex-basis: calc(5 / 12 * 100%);
        -ms-flex-preferred-size: calc(5 / 12 * 100%);
            flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .centered-intro.contact-form .columns-6 {
    -webkit-flex-basis: calc(8 / 12 * 100%);
        -ms-flex-preferred-size: calc(8 / 12 * 100%);
            flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .centered-intro.gravity-form {
    padding: 40px 0px !important;
  }
  .content-image .image-column {
    height: 100%;
  }
  .icon-posts .icon-post {
    padding: 5px 30px !important;
  }
  .page-template-_posts .post-selector-wrapper .block-3, .post.post-selector-wrapper .block-3 {
    grid-auto-rows: 170px;
  }
  .global-footer {
    overflow: clip;
  }
  .global-footer .columns-10 {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .wp-block-acf-intro-two-columns.left-aligned-intro .columns-6, .wp-block-acf-intro-two-columns.left-aligned-intro .columns-10 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .wp-block-acf-intro-two-columns.left-aligned-intro .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-selector-wrapper:not(.service) {
    padding: 30px 50px !important;
  }
  .post-selector-wrapper:not(.service) .cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home #page-banner .row.row-center.icon-post-wrapper .block-grid-3 .icon-post, .home #page-banner .row.row-center.icon-post-wrapper .block-grid-4 .icon-post, .home #page-banner .row.row-center.icon-post-wrapper .block-grid-5 .icon-post {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    max-width: 33%;
  }
  .menu-item.login span {
    display: none;
  }
  .menu-item.login i {
    margin-left: 10px;
  }
  .button-block.centered-intro:not(.content-container):not(.contact-form):not(.gravity-form), .button-block.left-aligned-intro:not(.content-container), .button-block.split-intro:not(.content-container) {
    padding: 0px 0px 50px !important;
  }
  .highlights-posts-wrapper .split-highlights-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .accordion-holder {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .centered-intro:not(.content-container):not(.contact-form):not(.gravity-form), .split-intro:not(.content-container), .left-aligned-intro:not(.content-container) {
    padding: 40px 0px 0px !important;
  }
  .left-image-content, .right-image-content {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #page-banner .content-container {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    padding-left: 20px;
  }
  .banner-wrapper .post-filter {
    padding: 0px 20px 35px;
  }
  .logo-grid .block-grid-4 img {
    width: auto;
    max-width: 170px;
  }
  .footer-cta-single .columns-6 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .related-posts-block {
    padding-left: 20px;
  }
  .event-page-wrapper .columns-12 .details {
    padding: 40px;
  }
  .event-page-wrapper #locations-map {
    right: 0px;
  }
  .left_intro {
    padding-left: 20px;
  }
}
@media screen and (max-width:989px) {
  .wp-block-column:not(:only-child) {
    -webkit-flex-basis: calc(100% - 1em) !important;
        -ms-flex-preferred-size: calc(100% - 1em) !important;
            flex-basis: calc(100% - 1em) !important;
  }
  .team-selector-wrapper.pictures-off article.team-slideout-content {
    min-height: 250px;
  }
  .background-image-content .cta-container {
    max-width: 200px;
    margin: auto;
  }
  .centered-intro.contact-form {
    padding: 40px 20px !important;
  }
  .centered-intro.contact-form .columns-4 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .centered-intro.contact-form .columns-6 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding-top: 40px;
  }
  .banner-wrapper:not(.blue-banner) {
    z-index: 50;
    position: relative;
  }
  div.post-selector-wrapper.service .block-grid-1 img {
    height: 100%;
  }
  .anvil-wyswyg {
    padding: 40px 30px !important;
  }
  .anvil-wyswyg .content-container h2 a, .anvil-wyswyg .content-container h3 a, .anvil-wyswyg .content-container .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 a a, .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column h4 .anvil-wyswyg .content-container a a, .anvil-wyswyg .content-container .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a a a, .loop-item.post h4 .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column a .anvil-wyswyg .content-container a a, .anvil-wyswyg .content-container h4 a, .anvil-wyswyg .content-container .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a a, .post.post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .anvil-wyswyg .content-container a a, .anvil-wyswyg .content-container .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 a a, .page-template-_posts .post-selector-wrapper [class*=block-]:not([class*=block-grid]) article h4 .anvil-wyswyg .content-container a a, .loop-item.post h4 .anvil-wyswyg .content-container a a, .anvil-wyswyg .content-container h5 a {
    font-size: unset;
  }
  .post-selector-wrapper.press_release .columns-11, .post-selector-wrapper.press_release .columns-10 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .post-selector-wrapper:not(.service) {
    padding: 0px 20px 30px 20px !important;
  }
  .highlights-posts-wrapper {
    padding: 0px 20px 40px !important;
    margin: 0px !important;
  }
  .highlights-posts-wrapper .split-highlights-wrapper {
    padding-top: 40px;
  }
  .single-post .author .content-column {
    padding-left: 20px;
  }
  .single-post .author img {
    height: auto;
    margin-right: 20px;
    width: auto;
  }
  .accordion-holder {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .accordion-holder h5 {
    width: 70%;
  }
  .loop-content.background-post .content-column {
    padding: 30px 20px;
  }
  .post-selector-wrapper {
    padding: 20px 0px 40px !important;
  }
  .statistics-wrapper {
    padding: 10px 0px 40px !important;
  }
  .centered-intro:not(.content-container):not(.contact-form):not(.gravity-form), .split-intro:not(.content-container), .left-aligned-intro:not(.content-container) {
    padding: 40px 0px 0px !important;
  }
  .home #page-banner .row.row-center.icon-post-wrapper .block-grid-3 .icon-post, .home #page-banner .row.row-center.icon-post-wrapper .block-grid-4 .icon-post, .home #page-banner .row.row-center.icon-post-wrapper .block-grid-5 .icon-post {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .gravity-form .contact-layout-wrapper {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .home #page-banner .row.row-center.icon-post-wrapper .icon-post {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .icon-posts-wrapper {
    padding: 40px 0px !important;
  }
  .icon-posts-wrapper .icon-post {
    padding: 30px 20px !important;
  }
  .wp-block-acf-intro-two-columns.left-aligned-intro {
    padding: 60px 0px 40px !important;
  }
  .background-image-content.right-shaped-overlay:not(.faq-postings):after {
    -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .background-image-content.left-shaped-overlay:not(.faq-postings):after {
    -webkit-clip-path: polygon(0% 0, 80% 0%, 94% 100%, 0% 100%);
            clip-path: polygon(0% 0, 80% 0%, 94% 100%, 0% 100%);
  }
  .background-image-content .row {
    padding: 0px 20px 0px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .background-image-content .row .content-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    text-align: center;
  }
  .highlights-posts-wrapper .split-highlights-wrapper .highlights-intro.columns-4 {
    margin: auto;
    text-align: center;
  }
  .highlights-posts-wrapper .split-highlights-wrapper .columns-8.block-grid-2 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding-top: 10px;
    margin: 0px;
  }
  .highlights-posts-wrapper .split-highlights-wrapper .columns-8.block-grid-2 div {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .post-selector-wrapper .cta-container {
    padding: 25px 10px;
  }
  .left-image-content, .right-image-content {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .background-image-content .row .content-column {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    position: initial !important;
  }
  .footer-newsletter .columns-12 {
    display: block;
  }
  .footer-newsletter .columns-12 .heading-row, .footer-newsletter .columns-12 .form-row {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    margin: 0 auto;
  }
  .footer-newsletter .columns-12 .heading-row {
    text-align: center;
  }
  .footer-newsletter .columns-12 .gform_footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767px) {
  .page-banner .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .page-banner .row .content-container {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .footer-newsletter form .gform_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .footer-newsletter form .gfield {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 101%;
  }
  .gravity-form .contact-layout-wrapper {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding: 0px 10px;
  }
  .get_in_touch_form .gform_fields,
  .form-wrapper .gform_wrapper .gform_fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .get_in_touch_form .gform_fields li,
  .form-wrapper .gform_wrapper .gform_fields li {
    margin-right: 10px;
  }
  .get_in_touch_form .gform_fields li:nth-of-type(-n+5),
  .form-wrapper .gform_wrapper .gform_fields li:nth-of-type(-n+5) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .global-footer {
    text-align: center;
  }
  .designby-column {
    width: 100%;
    text-align: center;
  }
  .designby-column ul li:nth-child(2) {
    margin-left: 0px;
  }
  footer .columns-5 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .banner-wrapper {
    padding: 0px 0px 20px;
  }
  .site-footer .footer-logo-column, .site-footer .footer-menu-wrapper {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding-right: 0px;
  }
  .post-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-filter a {
    margin-bottom: 10px;
  }
  .event-page-wrapper .columns-12 {
    display: block;
  }
  .event-page-wrapper .columns-12 .columns-6 {
    padding: 20px;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (max-width:639px) {
  #page-banner .content-container {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding-left: 10px;
    text-align: center;
    padding-right: 10px;
  }
  .logo-column img {
    max-width: 50%;
  }
  .page-template-login .resources-login-form .login-column {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .global-footer:before {
    left: 0px;
  }
  .tribe-events-meta-group {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .fs-menu-trigger .fs-burger-menu {
    top: 22%;
  }
  .left-aligned-intro .row {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .content-image .image-column {
    min-height: 350px;
  }
  .centered-intro.contact-form {
    padding: 40px 10px !important;
  }
  .centered-intro.contact-form .contents, .centered-intro.contact-form .headings {
    text-align: center;
  }
  .centered-intro.contact-form .columns-4 {
    padding-right: 0px;
    text-align: center;
  }
  .tribe-events .tribe-events-calendar-list__event-wrapper {
    padding: 0px 20px;
  }
  .form-wrapper .gform_wrapper .gform_fields li, .get_in_touch_form .gform_fields li {
    margin-right: 0px;
  }
  .contact-form .contact-layout-wrapper .contact-info .contact-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-basis: calc(9 / 12 * 100%);
        -ms-flex-preferred-size: calc(9 / 12 * 100%);
            flex-basis: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
    margin: auto;
  }
  .contact-form .contact-layout-wrapper .contact-info .contact-item i {
    margin-right: 5px;
  }
  .contact-form .contact-layout-wrapper h6, .contact-form .contact-layout-wrapper .follow-us, .contact-form .contact-layout-wrapper label, .contact-form .contact-layout-wrapper p.follow-us {
    padding-top: 10px;
  }
  .contact-form .contact-layout-wrapper .social-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .post-filter {
    margin-top: -15px;
  }
  .icon-posts-wrapper .icon-post {
    margin-bottom: 20px;
  }
  .post-selector-wrapper .block-grid-1 .loop-item.press-release .content-column {
    padding: 20px 10px;
  }
  .page-template-_posts .post-selector-wrapper .block-3, .post.post-selector-wrapper .block-3 {
    grid-auto-rows: auto;
  }
  div.post-selector-wrapper.service > .row article.service:nth-child(2n) .row .content-image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .highlights-posts-wrapper .split-highlights-wrapper .columns-8.block-grid-2 div {
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .highlights-posts-wrapper .cta-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .left-aligned-intro .body .cta-column .cta-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .left-aligned-intro .body .cta-column .cta-container a {
    margin-bottom: 20px;
  }
  .background-image-content.full-overlay:not(.faq-postings) .row, .background-image-content.right-shaped-overlay:not(.faq-postings) .row, .background-image-content.left-shaped-overlay:not(.faq-postings) .row {
    padding: 0px;
  }
  .background-image-content.left-shaped-overlay:not(.faq-postings):after, .background-image-content.right-shaped-overlay:not(.faq-postings):after {
    -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .testimonials-wrapper {
    padding: 0px 30px !important;
    margin: 0px !important;
  }
  .testimonials-wrapper .row {
    padding: 0px 20px;
  }
  .home #page-banner .row.row-center.icon-post-wrapper .icon-post {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .single-blog-banner .content-column > h6, .single-blog-banner .contact-form .content-column > .follow-us, .contact-form .single-blog-banner .content-column > .follow-us, .single-blog-banner .contact-form .content-column > label, .contact-form .single-blog-banner .content-column > label, .single-blog-banner .content-column > h1 {
    padding-bottom: 20px;
  }
  #page-banner p, #page-banner .gform_description {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .filter-section .filter-form-container h6, .filter-section .filter-form-container .contact-form .follow-us, .contact-form .filter-section .filter-form-container .follow-us, .filter-section .filter-form-container .contact-form label, .contact-form .filter-section .filter-form-container label {
    margin: 0px auto 15px;
  }
  .filter-section .filter-form-container .flex-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0px;
  }
  .filter-section .filter-form-container .flex-container .select-container {
    margin-bottom: 15px;
  }
  .filter-section .filter-form-container .search-form .select-container.search-container {
    margin: auto;
  }
  .single-blog-banner .image-banner {
    height: 380px;
  }
  .banner-wrapper {
    padding: 0px;
  }
  .testimonial {
    padding: 0px !important;
  }
  .single-post .columns-8, .single-post .author {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .single-post .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    background: #F4F5EE;
  }
  .single-post .author .read-more {
    text-align: left;
  }
  .single-post .author img {
    margin-bottom: 20px;
  }
  .single-post .author .columns-2 {
    -webkit-flex-basis: calc(5 / 12 * 100%);
        -ms-flex-preferred-size: calc(5 / 12 * 100%);
            flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .single-post .author .content-column {
    padding-left: 0px;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .single-post .column-center .social-share.vertical {
    display: none;
  }
  .accordion-holder .accordion-entry {
    margin-bottom: 20px;
  }
  .faq-postings.background-image-content {
    margin: 0px !important;
  }
  .faq-postings.background-image-content .row {
    padding: 0px;
  }
  .accordion-holder .accordion-content {
    display: none;
    padding: 20px;
  }
  .post-selector-wrapper .cta-container {
    padding: 0px 10px;
  }
  .highlights-posts-wrapper .highlight-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px 20px !important;
  }
  .highlights-posts-wrapper .highlight-post .highlights-content {
    padding-left: 0px;
    padding-top: 20px;
    text-align: center;
  }
  .highlights-posts-wrapper .highlight-post img {
    margin: auto;
  }
  .loop-content.background-post {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .accordion-entry {
    margin-bottom: 0px;
  }
  .centered-intro, .split-intro, .left-aligned-intro {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
    padding: 0px;
  }
  .post-selector-wrapper {
    padding: 0 !important;
  }
  .icon-posts-wrapper {
    padding: 20px 0px !important;
  }
  .background-image-content {
    padding: 20px 0px !important;
  }
  .background-image-content .row .content-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    position: initial !important;
  }
  .global-footer:after {
    left: 0px;
  }
  .home #page-banner .row.row-center.icon-post-wrapper .block-grid-3 .icon-post, .home #page-banner .row.row-center.icon-post-wrapper .block-grid-4 .icon-post, .home #page-banner .row.row-center.icon-post-wrapper .block-grid-5 .icon-post {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  #searchinput {
    position: relative;
    margin: auto;
    left: -8px;
    width: 100%;
  }
  .statistics-wrapper {
    padding: 60px 0px 20px !important;
  }
  .left-image-content, .right-image-content {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .centered-intro:not(.content-container):not(.contact-form):not(.gravity-form), .split-intro:not(.content-container) {
    padding: 20px 20px 0px !important;
  }
}
@media screen and (max-width:480px) {
  .filter-section .filter-form-container .select-container, .filter-section .filter-form-container .search-form .select-container, .filter-section .filter-form-container .flex-container .select-container {
    max-width: 300px;
    width: 250px;
    margin-right: 0px;
  }
  .filter-section .filter-form-container .search-form input {
    max-width: 300px;
    width: 250px;
  }
  #searchinput:after {
    right: 47px;
  }
  .filter-section .filter-form-container, .filter-section .filter-form-container .flex-container, .filter-section .filter-form-container .search-form {
    -webkit-flex-wrap: initial;
        -ms-flex-wrap: initial;
            flex-wrap: initial;
  }
  .page-template-_posts .banner-wrapper.banner-filter .post-filter {
    padding: 15px 0px;
    padding-bottom: 50px;
  }
}
.placeholder-text {
  display: none;
}
/*# sourceMappingURL=main-style.css.map */
