/*
Theme Name: Ace
Theme URI: https://appliedimagination.com/
Description: A custom theme built by the team at Applied Imagination.
Author: Applied Imagination
Version: 2.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

.left-align {
  text-align: left !important;
}

.center-align {
  text-align: center !important;
}

.right-align {
  text-align: right !important;
}

.justify-align {
  text-align: justify !important;
}

.top-align {
  vertical-align: top !important;
}

.middle-align {
  vertical-align: middle !important;
}

.bottom-align {
  vertical-align: bottom !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

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

.no-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "Lato";
  src: url("./assets/fonts/Lato-Medium.woff2") format("woff2"), url("./assets/fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ehe-icons";
  src: url("./assets/fonts/ehe-icons.eot?al7rt9");
  src: url("./assets/fonts/ehe-icons.eot?al7rt9#iefix") format("embedded-opentype"), url("./assets/fonts/ehe-icons.ttf?al7rt9") format("truetype"), url("./assets/fonts/ehe-icons.woff?al7rt9") format("woff"), url("./assets/fonts/ehe-icons.svg?al7rt9#ehe-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ehe-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e901";
}

.icon-target:before {
  content: "\e902";
}

.icon-arrow-down:before {
  content: "\e903";
}

.icon-arrow-left:before {
  content: "\e904";
}

.icon-arrow-right:before {
  content: "\e905";
}

.icon-arrow-up:before {
  content: "\e906";
}

.icon-chevron-left:before {
  content: "\e90b";
}

.icon-chevron-right:before {
  content: "\e90c";
}

.icon-chevron-up:before {
  content: "\e90d";
}

.icon-chevron-down:before {
  content: "\e90e";
}

.icon-close:before {
  content: "\e90f";
}

.icon-prev:before {
  content: "\e910";
}

.icon-next:before {
  content: "\e911";
}

.icon-email:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-linkedin:before {
  content: "\e909";
}

.icon-twitter:before {
  content: "\e90a";
}

.gform_wrapper.gravity-theme {
  background-color: #f4f4f4;
  padding: 50px;
}
.gform_wrapper.gravity-theme img.gform_ajax_spinner {
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme form {
  position: relative;
}
.gform_wrapper.gravity-theme form input,
.gform_wrapper.gravity-theme form input[type=color],
.gform_wrapper.gravity-theme form input[type=date],
.gform_wrapper.gravity-theme form input[type=datetime-local],
.gform_wrapper.gravity-theme form input[type=datetime],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=month],
.gform_wrapper.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme form input[type=password],
.gform_wrapper.gravity-theme form input[type=search],
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=time],
.gform_wrapper.gravity-theme form input[type=url],
.gform_wrapper.gravity-theme form input[type=week],
.gform_wrapper.gravity-theme form select,
.gform_wrapper.gravity-theme form textarea {
  border: solid 1px #e3e7ea !important;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #27292b;
  line-height: 1 !important;
  min-height: auto !important;
  padding: 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
}
.gform_wrapper.gravity-theme form input::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input::-moz-placeholder,
.gform_wrapper.gravity-theme form textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input::-ms-input-placeholder,
.gform_wrapper.gravity-theme form textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input::placeholder,
.gform_wrapper.gravity-theme form textarea::placeholder {
  color: inherit;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input {
  height: 55px;
}
.gform_wrapper.gravity-theme form textarea {
  min-height: 200px !important;
}
.gform_wrapper.gravity-theme form select {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}
.gform_wrapper.gravity-theme form .gchoice {
  margin-bottom: 5px;
}
.gform_wrapper.gravity-theme form input[type=radio] {
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Chrome, Safari, Opera */
  transform: scale(1.5);
  margin-left: 2px;
  margin-right: 8px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  height: auto;
}
.gform_wrapper.gravity-theme form input[type=checkbox] {
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Chrome, Safari, Opera */
  transform: scale(1.5);
  margin-left: 2px;
  margin-right: 8px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  height: auto;
}
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  display: none;
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-top: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #741445;
  color: #741445;
  background-color: #fff9f9;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  color: #741445;
  margin: 0 0 16px;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px;
  font-weight: 700;
  color: #741445;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 span {
  display: none;
}
.gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}
.gform_wrapper.gravity-theme .gform_footer .button {
  border: none;
}

.subscription-form {
  background-color: transparent;
  padding: 0;
  margin: 80px 0;
}
.subscription-form .inner-content {
  background-color: #741445;
  max-width: 700px;
  padding: 32px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscription-form .inner-content > * {
  width: 50%;
}
.subscription-form .inner-content h4 {
  font-weight: 400;
  font-size: 24px;
  padding-right: 40px;
  color: #fff;
  line-height: 1.2;
  margin-top: 10px;
  text-transform: none;
}
.subscription-form .inner-content h4 br {
  display: none;
}
.subscription-form .inner-content .gform_wrapper {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 50%;
}
.subscription-form .inner-content .gform_wrapper.gravity-theme {
  background-color: transparent;
}
.subscription-form .inner-content .gform_wrapper .gform_body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.subscription-form .inner-content .gform_wrapper form {
  border-radius: 3px;
  margin: 0;
  padding: 0;
}
.subscription-form .inner-content .gform_wrapper .gform_validation_errors {
  display: none;
}
.subscription-form .inner-content .gform_wrapper .gfield--type-html {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-left: -100%;
}
.subscription-form .inner-content .gform_wrapper .gfield--type-html a {
  color: #fff;
  text-decoration: underline;
}
.subscription-form .inner-content .gform_wrapper .gfield--type-html a:hover {
  text-decoration: none;
}
.subscription-form .inner-content .gform_wrapper .gform_footer {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.subscription-form .inner-content .gform_wrapper .gform_footer .button {
  margin: 0;
  font-size: 0em;
  color: transparent;
  display: block;
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.subscription-form .inner-content .gform_wrapper .gform_footer .button:after {
  content: "\e90c";
  font-family: "ehe-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  height: 55px;
  line-height: 55px;
  width: 55px;
  color: #007c88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.subscription-form .inner-content .gform_wrapper .gform_footer .button:hover:after {
  color: #3eaf8d;
}
@media (max-width: 767px) {
  .subscription-form {
    margin: 50px 0;
  }
  .subscription-form .inner-content {
    padding: 30px 40px;
  }
}
@media (max-width: 575px) {
  .subscription-form .inner-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 30px;
  }
  .subscription-form .inner-content > * {
    width: 100%;
  }
  .subscription-form .inner-content .gform_wrapper {
    width: 100%;
  }
  .subscription-form .inner-content .gform_wrapper .gfield--type-html {
    margin-left: 0;
  }
  .subscription-form .inner-content .title {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

html {
  line-height: 1.55;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #27292b;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  min-width: 320px;
  padding-top: 112px;
}
@media (max-width: 1279px) {
  body {
    padding-top: 88px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  body {
    padding-top: 70px;
  }
}
.nav-on body {
  overflow: hidden;
}

#page {
  max-width: 100%;
  overflow: hidden;
}

section,
.module {
  margin: 100px 0;
}
@media (max-width: 1439px) {
  section,
.module {
    margin: 60px 0;
  }
}
@media (max-width: 1079px) {
  section,
.module {
    margin: 45px 0;
  }
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 80px;
  width: 100%;
}
@media (max-width: 1079px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Lato", sans-serif;
  color: #3cae8d;
  font-weight: 400;
  margin: 1em 0 0.5em;
  line-height: 1.2;
  letter-spacing: 0em;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1, .h1 {
  color: #0c4266;
  font-size: 40px;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  color: #0c4266;
  font-size: 24px;
  font-weight: 600;
  margin-top: 2em;
}
h2 a, .h2 a {
  color: inherit;
}
h2 a:hover, .h2 a:hover {
  text-decoration: none;
  color: #3cae8d;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 20px;
  }
}

h3, .h3 {
  font-size: 22px;
  color: #007c88;
  margin-top: 2em;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 18px;
  }
}

h4, .h4 {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #741445;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2.5em;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 16px;
  }
}

h5, .h5 {
  font-size: 20px;
  color: #007c88;
  line-height: 1.6em;
  margin-top: 2em;
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  color: #007c88;
  font-size: 25px;
  line-height: 1.44em;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 22px;
  }
}

p {
  margin: 0 0 1.55em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #007c88;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  color: #3eaf8d;
  outline: none;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.button {
  background-color: #3cae8d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0 0 0 20px;
  display: inline-block;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  will-change: transform;
}
.button:hover, .button:focus {
  text-decoration: none;
  background-color: #0c4266;
  color: #fff;
}
.button.primary {
  background-color: #3cae8d;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #0c4266;
  color: #fff;
}
.button.secondary {
  background-color: #0c4266;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #3cae8d;
  color: #fff;
}
.button.secondary-alt {
  background-color: #fff;
  color: #007c88;
}
.button.secondary-alt:hover, .button.secondary-alt:focus {
  background-color: #fff;
  color: #3eaf8d;
}
.button.tertiary {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  color: #27292b;
}
.button.tertiary:hover, .button.tertiary:focus {
  background-color: transparent;
  color: #0c4266;
}
.button.tertiary-alt {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
}
.button.tertiary-alt:hover, .button.tertiary-alt:focus {
  background-color: transparent;
  color: #71f3cd;
}

hr {
  margin: 70px 0;
  height: 2px;
  background-color: #e5e5e5;
  border: 0;
}
@media (max-width: 1279px) {
  hr {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  hr {
    margin: 40px 0;
  }
}

blockquote {
  color: #007c88;
  font-weight: 400;
  margin: 2.2em 0;
  font-size: 24px;
  line-height: 1.5em;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote strong {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  color: #0c4266;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}
blockquote strong:before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  margin-bottom: 20px;
  background-color: #e5e5e5;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 100%;
  font-style: italic;
  font-size: 15px;
}

.wp-caption.alignnone {
  margin: 70px 0 70px 0;
}
@media (max-width: 1279px) {
  .wp-caption.alignnone {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wp-caption.alignnone {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 15px;
  margin-top: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.site-content ul, .site-content ol {
  padding: 0 0 0 1em;
  margin: 0 0 2em;
}
.site-content ul li, .site-content ol li {
  margin-bottom: 0.7em;
}
.site-content ul li:last-child, .site-content ol li:last-child {
  margin-bottom: 0;
}
.site-content ul ul, .site-content ul ol, .site-content ol ul, .site-content ol ol {
  margin: 0.7em 0 0;
}
.site-content .youtube-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
}
.site-content .youtube-video iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
  pointer-events: none;
}
.site-content .google-maps {
  position: relative;
  height: 40vw;
  display: block;
  margin: 90px calc(50% - 50vw) 0;
  max-width: 100vw;
  width: 100vw;
}
.site-content .google-maps iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 1079px) {
  .site-content .google-maps {
    height: 56.25vw;
  }
}
.site-content .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin: 0 0 1.55em;
}
.site-content .wysiwyg-columns h5 {
  margin-bottom: 0.4em;
}
.site-content .wysiwyg-columns.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.site-content .wysiwyg-columns.three img {
  width: 100%;
}
@media (max-width: 1279px) {
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-content .wysiwyg-columns {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three img {
    width: unset;
  }
}

.background-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}

.background-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.inner-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1079px) {
  .inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 374px) {
  .inner-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.social a {
  text-decoration: none;
}

.social-share .h4 {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  color: #27292b;
  line-height: 1.2em;
}
.social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 25px;
}
.social-share .icons > a {
  background-color: #3cae8d;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  min-width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-share .icons > a:hover {
  background-color: #0c4266;
}
.social-share .icons > a.pdf {
  background-color: #741445;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0 20px;
  white-space: no-wrap;
}
.social-share .icons > a.pdf:hover {
  background-color: #0c4266;
}

.small-header {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.eyebrow {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #71f3cd;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}

.tags {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #007c88;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.tags > *::after {
  content: ", ";
}
.tags > *:last-child::after {
  display: none;
}

figure.image {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
figure.image .display {
  background-color: #898989;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
figure.image .display img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.slick-arrow {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border: solid 2px #71f3cd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #3cae8d;
  cursor: pointer;
  z-index: 200;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.slick-arrow.slick-prev {
  left: -60px;
}
.slick-arrow.slick-next {
  right: -60px;
}
.slick-arrow.slick-disabled {
  color: #e9e9e9;
  border-color: #e9e9e9;
  pointer-events: none;
}
.slick-arrow.slick-disabled:hover {
  background-color: transparent;
  color: #e9e9e9;
  border-color: #e9e9e9;
  cursor: default;
}
.slick-arrow:hover {
  background-color: #71f3cd;
}
@media (max-width: 1079px) {
  .slick-arrow.slick-prev {
    left: -40px;
  }
  .slick-arrow.slick-next {
    right: -40px;
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.slick-dots li {
  padding: 0 !important;
  margin: 0 !important;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 13px;
  height: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 2px #3cae8d;
  border-radius: 13px;
  outline: none;
  font-size: 0;
  color: transparent;
  display: block;
  background-color: transparent;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #3cae8d;
}

.ripples-icon {
  background-image: url("./assets/images/ripplesicon.gif");
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
}
.ripples-icon-blue {
  background-image: url("./assets/images/ripplesicon-blue.gif");
}

.site-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #eee;
}
.site-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  padding-top: 27px;
  padding-bottom: 27px;
  height: 112px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .logo {
  background: url("./assets/images/logo.svg") no-repeat center/100% auto;
  font: 0/0 a;
  text-shadow: none;
  text-decoration: none;
  color: transparent;
  width: 255px;
  height: 59px;
  display: block;
  will-change: transform;
  margin: 0;
}
.site-header .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
}
.site-header .right-side a {
  text-decoration: none;
}
.site-header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
.site-header nav > .nav-element > a {
  font-size: 15px;
  font-weight: bold;
  color: #686868;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-decoration: none;
}
.site-header nav > .nav-element.highlight > a {
  border-radius: 50px;
  color: #fff;
  background-color: #3cae8d;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  padding: 11px 18px;
  display: block;
  white-space: nowrap;
}
.site-header nav > .nav-element.highlight > a:hover {
  background-color: #007c88;
}
.site-header .search-toggle {
  font-size: 20px;
}
.site-header .search-form {
  width: 350px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .search-form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.site-header .search-form .field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.site-header .search-form .field input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #000;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 1;
}
.site-header .search-form .field input::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.site-header .search-form .field input::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.site-header .search-form .field input::-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
.site-header .search-form .field input::placeholder {
  color: #737373;
  opacity: 1;
}
.site-header .search-form button {
  background-color: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  color: #686868;
  cursor: pointer;
  line-height: 1;
}
.site-header.sticky .wrapper {
  height: 80px;
}
.site-header.sticky .search-form-wrapper {
  height: 62px;
}
.site-header.sticky .logo {
  width: 200px;
  height: 46px;
}
@media (min-width: 1280px) {
  .site-header .search-form-wrapper {
    position: relative;
    height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site-header .search-toggle {
    color: #686868;
    cursor: pointer;
  }
  .search-on .site-header .search-toggle:before {
    content: "\e90f";
  }
  .site-header .search-form {
    background-color: #f4f4f4;
    border-radius: 0 0 0 20px;
    position: absolute;
    top: 100%;
    right: -30px;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    padding: 24px 30px;
    width: 350px;
  }
  .search-on .site-header .search-form {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
  }
  .site-header .right-side {
    margin-top: 18px;
  }
  .site-header nav > .nav-element:not(.highlight) > a {
    display: block;
    line-height: 1.2;
    position: relative;
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .site-header nav > .nav-element:not(.highlight) > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #3cae8d;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  .site-header nav > .nav-element:not(.highlight) > a i {
    display: none;
  }
  .site-header nav > .nav-element:not(.highlight) > a.hover::after, .site-header nav > .nav-element:not(.highlight) > a:hover::after {
    opacity: 1;
  }
  .site-header nav > .nav-element > .sub-menu {
    background-color: #e5e5e5;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  .site-header nav > .nav-element > .sub-menu .sub-menu {
    padding-left: 20px !important;
  }
  .site-header nav > .nav-element .mega-menu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-header nav > .nav-element .mega-menu .mega-menu-grid {
    padding-right: 80px;
    max-width: 860px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .site-header nav > .nav-element .mega-menu .mega-menu-column {
    width: 100%;
    max-width: 375px;
  }
  .site-header nav > .nav-element .mega-menu .mega-menu-column .nav-element {
    padding: 8px 0;
  }
  .site-header nav > .nav-element .mega-menu .mega-menu-column .nav-element a {
    font-size: 15px;
    font-weight: 700;
    display: block;
    line-height: 1.333;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #686868;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .site-header nav > .nav-element .mega-menu .mega-menu-column .nav-element a i {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-size: 15px;
    color: #3cae8d;
    top: 0.165em;
    position: relative;
  }
  .site-header nav > .nav-element .mega-menu .mega-menu-column .nav-element a:hover, .site-header nav > .nav-element .mega-menu .mega-menu-column .nav-element a.hover {
    color: #0c4266;
  }
  .site-header nav > .nav-element .mega-menu .mega-menu-column .nav-element a:hover i, .site-header nav > .nav-element .mega-menu .mega-menu-column .nav-element a.hover i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .site-header nav > .nav-element .mega-menu .mega-menu-column .nav-element .sub-menu {
    padding-bottom: 25px;
    padding-top: 8px;
  }
  .site-header nav > .nav-element .mega-menu .mega-menu-column .nav-element .nav-element {
    padding: 5px 0;
  }
  .site-header nav > .nav-element .mega-menu .mega-menu-column .nav-element .nav-element a {
    font-weight: 500;
  }
  .site-header.sticky nav > .nav-element:not(.highlight) > a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (max-width: 1439px) {
  .site-header .right-side {
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
  .site-header nav {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
@media (max-width: 1279px) {
  .site-header .wrapper {
    height: 88px;
  }
  .site-header .logo {
    width: 218px;
    height: 50px;
  }
  .site-header .right-side {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    background-color: #e5e5e5;
    top: 88px;
    height: calc(100vh - 88px);
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 80px;
  }
  .nav-on .site-header .right-side {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  .site-header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }
  .site-header nav > .nav-element {
    margin-bottom: 10px;
  }
  .site-header nav > .nav-element:last-child {
    margin-bottom: 0;
  }
  .site-header nav > .nav-element > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .site-header nav > .nav-element > a i {
    font-size: 15px;
    color: #007c88;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header nav > .nav-element > a i.on {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .site-header nav > .nav-element:not(.highlight) {
    width: 100%;
  }
  .site-header nav > .nav-element:not(.highlight) > a {
    padding: 5px 0;
  }
  .site-header nav > .nav-element.highlight {
    margin-top: 10px;
    width: 100%;
  }
  .site-header nav > .nav-element.highlight > a {
    display: block;
    text-align: center;
  }
  .site-header nav .sub-menu {
    display: none;
    padding-top: 5px;
  }
  .site-header nav .mega-menu-column .nav-element {
    width: 100%;
    display: block;
    padding-left: 20px;
  }
  .site-header nav .mega-menu-column .nav-element a {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.333;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    color: #686868;
  }
  .site-header nav .mega-menu-column .nav-element a i {
    font-size: 15px;
    color: #3cae8d;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header nav .mega-menu-column .nav-element a i.on {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .site-header nav .mega-menu-column .nav-element .sub-menu {
    padding: 5px 0 20px;
    display: none;
  }
  .site-header nav .mega-menu-column .nav-element .sub-menu .nav-element {
    padding-left: 20px;
  }
  .site-header nav .mega-menu-column .nav-element .sub-menu .nav-element a {
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .site-header .search-form-wrapper {
    background-color: #fff;
    padding: 10px;
    width: 100%;
  }
  .site-header .search-toggle {
    display: none;
  }
  .site-header .search-form {
    width: 100%;
  }
  .site-header.sticky .wrapper {
    height: 88px;
  }
  .site-header.sticky .logo {
    width: 218px;
    height: 50px;
  }
}
@media (max-width: 1079px) {
  .site-header .right-side {
    padding: 20px 40px;
  }
}
@media (max-width: 575px) {
  .site-header .wrapper {
    height: 70px;
  }
  .site-header .logo {
    width: 200px;
    height: 46px;
  }
  .site-header .right-side {
    max-width: none;
    top: 70px;
    height: calc(100vh - 70px);
    padding: 20px;
  }
  .site-header.sticky .wrapper {
    height: 70px;
  }
  .site-header.sticky .logo {
    width: 200px;
    height: 46px;
  }
}

.nav-toggle {
  display: none;
  width: 33px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-toggle i,
.nav-toggle i:before,
.nav-toggle i:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  height: 3px;
  width: 33px;
  top: 9px;
  left: 0;
  background-color: #3cae8d;
}
.nav-toggle i:before {
  content: "";
  top: -9px;
}
.nav-toggle i:after {
  content: "";
  top: 9px;
}
.nav-on .nav-toggle i {
  background: transparent;
}
.nav-on .nav-toggle i:before {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) translate(6.5px, 6.5px);
}
.nav-on .nav-toggle i:after {
  -webkit-transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  transform: rotateZ(-45deg) translate(6.5px, -6.5px);
}
@media (max-width: 1279px) {
  .nav-toggle {
    display: block;
  }
}
@media (max-width: 1079px) {
  .nav-toggle {
    right: 40px;
  }
}
@media (max-width: 575px) {
  .nav-toggle {
    right: 20px;
  }
}

.site-footer {
  background-color: #27292b;
  color: #fff;
  padding: 60px 0 70px;
}
.site-footer .wrapper {
  max-width: 1360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.site-footer .wrapper .logo {
  background: url("./assets/images/badge.svg") no-repeat center/100% auto;
  font: 0/0 a;
  text-shadow: none;
  text-decoration: none;
  color: transparent;
  width: 88px;
  min-width: 88px;
  height: 88px;
  display: block;
  margin: 0;
}
.site-footer .wrapper > aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.site-footer .wrapper > aside hr {
  background-color: #474b4f;
  height: 2px;
  margin: 15px 0;
}
.site-footer .wrapper .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.site-footer .wrapper .subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer .wrapper .subscribe h4 {
  color: #3cae8d;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 0;
}
.site-footer .wrapper .subscribe .gform_wrapper {
  padding: 0;
  background-color: transparent;
  width: 380px;
}
.site-footer .wrapper .subscribe .gform_wrapper form {
  max-width: 380px;
}
.site-footer .wrapper .subscribe .gform_wrapper .gform_body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.site-footer .wrapper .subscribe .gform_wrapper .gform_required_legend {
  display: none !important;
}
.site-footer .wrapper .subscribe .gform_wrapper .gfield--type-html {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.site-footer .wrapper .subscribe .gform_wrapper .gfield--type-html a {
  color: #fff;
  text-decoration: underline;
}
.site-footer .wrapper .subscribe .gform_wrapper .gfield--type-html a:hover {
  text-decoration: none;
}
.site-footer .wrapper .subscribe .gform_wrapper .gfield input,
.site-footer .wrapper .subscribe .gform_wrapper .gfield input[type=color],
.site-footer .wrapper .subscribe .gform_wrapper .gfield input[type=date],
.site-footer .wrapper .subscribe .gform_wrapper .gfield input[type=datetime-local],
.site-footer .wrapper .subscribe .gform_wrapper .gfield input[type=datetime],
.site-footer .wrapper .subscribe .gform_wrapper .gfield input[type=email],
.site-footer .wrapper .subscribe .gform_wrapper .gfield input[type=month],
.site-footer .wrapper .subscribe .gform_wrapper .gfield input[type=number],
.site-footer .wrapper .subscribe .gform_wrapper .gfield input[type=password],
.site-footer .wrapper .subscribe .gform_wrapper .gfield input[type=search],
.site-footer .wrapper .subscribe .gform_wrapper .gfield input[type=tel],
.site-footer .wrapper .subscribe .gform_wrapper .gfield input[type=text],
.site-footer .wrapper .subscribe .gform_wrapper .gfield input[type=time],
.site-footer .wrapper .subscribe .gform_wrapper .gfield input[type=url],
.site-footer .wrapper .subscribe .gform_wrapper .gfield input[type=week] {
  border: 0 !important;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #27292b;
  line-height: 1 !important;
  min-height: auto !important;
  padding: 13px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  height: 34px;
  display: block;
  width: 100%;
}
.site-footer .wrapper .subscribe .gform_wrapper .gform_validation_errors {
  display: none;
}
.site-footer .wrapper .subscribe .gform_wrapper .gform_footer {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 34px;
}
.site-footer .wrapper .subscribe .gform_wrapper .gform_footer .button {
  margin: 0;
  font-size: 0;
  color: transparent;
  border-radius: 0;
  width: 34px;
  height: 34px;
  background-color: #fff;
  position: relative;
  padding: 0;
}
.site-footer .wrapper .subscribe .gform_wrapper .gform_footer .button:after {
  content: "\e90c";
  font-family: "ehe-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  width: 34px;
  color: #007c88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-footer .wrapper .subscribe .gform_wrapper .gform_footer .button:hover:after {
  color: #3eaf8d;
}
.site-footer .wrapper .social {
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.site-footer .wrapper .social a {
  color: #e3e7ea;
  font-size: 26px;
}
.site-footer .wrapper .social a:hover {
  color: #fff;
}
.site-footer .wrapper .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.site-footer .wrapper .info p {
  margin: 0;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #f4f4f4;
}
.site-footer .wrapper .info .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.site-footer .wrapper .info .nav a {
  color: #fff;
  text-decoration: none;
}
.site-footer .wrapper .info .nav a:hover {
  color: #71f3cd;
}
@media (max-width: 1079px) {
  .site-footer .wrapper .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .site-footer .wrapper .subscribe .gform_wrapper {
    width: 280px;
  }
  .site-footer .wrapper .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 40px 0 60px;
  }
  .site-footer .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .site-footer .wrapper .logo {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
  .site-footer .wrapper .info .nav {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .site-footer .wrapper .subscribe {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    width: 100%;
  }
  .site-footer .wrapper .subscribe .gform_wrapper {
    width: 100%;
  }
}

.filters {
  margin: 60px 0 70px 0;
}
.filters .searchandfilter li:before {
  display: none !important;
}
.filters .searchandfilter > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 15px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.filters .searchandfilter > ul > li {
  margin: 0;
  padding: 0;
  width: 240px;
}
.filters .searchandfilter > ul > li.sf-field-reset {
  padding-left: 25px;
  width: auto;
  line-height: 1.2;
  white-space: nowrap;
}
.filters .searchandfilter > ul > li.sf-field-search label:after {
  width: 54px;
  height: 100%;
  content: "\e901";
  font-family: "ehe-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 20px;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 0;
  color: #741445;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filters .searchandfilter > ul > li[data-sf-field-input-type=select] label {
  position: relative;
}
.filters .searchandfilter > ul > li[data-sf-field-input-type=select] label:after {
  width: 60px;
  height: 100%;
  content: "\e90e";
  font-family: "ehe-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #fff;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filters .searchandfilter > ul > li label {
  display: block;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.filters .searchandfilter > ul > li .sf-input-text, .filters .searchandfilter > ul > li .sf-input-select {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #27292b;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: #e9e9e9;
  height: 55px;
  border-radius: 3px;
}
.filters .searchandfilter > ul > li .sf-input-select {
  background-color: #741445;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 60px 8px 25px;
  margin: 0;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  z-index: 2;
  line-height: 1.5 !important;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filters .searchandfilter > ul > li .sf-input-select option {
  background-color: #fff;
  color: #000;
  text-transform: none;
}
.filters .searchandfilter > ul > li .sf-input-select::-ms-expand {
  display: none;
}
.filters .searchandfilter > ul > li .sf-input-text {
  padding: 17px 60px 17px 20px;
  line-height: 1em;
}
.filters .searchandfilter > ul > li .sf-input-text::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.filters .searchandfilter > ul > li .sf-input-text::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.filters .searchandfilter > ul > li .sf-input-text::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.filters .searchandfilter > ul > li .sf-input-text::placeholder {
  color: #000;
  opacity: 1;
}
.filters .searchandfilter > ul > li .search-filter-reset {
  font-size: 16px;
  text-decoration: none;
  position: relative;
  color: #27292b;
  line-height: 1;
  display: inline-block;
}
.filters .searchandfilter > ul > li .search-filter-reset:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #27292b;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.filters .searchandfilter > ul > li .search-filter-reset:hover {
  color: #007fc9;
}
.filters .searchandfilter > ul > li .search-filter-reset:hover::after {
  background-color: #007fc9;
}
.filters.team-filters, .filters.projects-filters {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1280px) {
  .filters .searchandfilter > ul > li.sf-field-reset {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .filters .searchandfilter > ul > li .search-filter-reset {
    display: inline-block;
  }
}
@media (max-width: 1079px) {
  .filters .searchandfilter > ul > li {
    width: calc(50% - 10px) !important;
  }
}
@media (max-width: 575px) {
  .filters .searchandfilter > ul > li {
    width: 100% !important;
  }
}

.pagination {
  margin: 70px 0 0;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.pagination .nav-links .page-numbers {
  text-decoration: none;
  padding: 0 20px;
  position: relative;
  color: #27292b;
}
.pagination .nav-links .page-numbers:hover {
  color: #3cae8d;
}
.pagination .nav-links .page-numbers:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  bottom: 0;
  width: 2px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #27292b;
}
.pagination .nav-links .page-numbers:nth-last-child(2):after {
  display: none;
}
.pagination .nav-links .page-numbers.dots {
  padding: 0 16px;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  padding: 0;
  font-size: 23px;
  font-weight: normal;
  color: #3cae8d;
  line-height: 1;
}
.pagination .nav-links .page-numbers.prev:after, .pagination .nav-links .page-numbers.next:after {
  display: none;
}
.pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.next:hover {
  color: #27292b;
}
.pagination .nav-links .page-numbers.next {
  padding-left: 5px;
}
.pagination .nav-links .page-numbers.prev {
  padding-right: 5px;
}
.pagination .nav-links .page-numbers.current {
  color: #3cae8d;
}
.pagination .nav-links .page-numbers.inactive {
  opacity: 0;
}
@media (max-width: 575px) {
  .pagination {
    margin: 50px 0 0;
  }
  .pagination .nav-links {
    font-size: 16px;
  }
  .pagination .nav-links .page-numbers {
    padding: 0 20px;
  }
  .pagination .nav-links .page-numbers.dots {
    padding: 0 15px;
  }
  .pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
    font-size: 12px;
  }
  .pagination .nav-links .page-numbers:after {
    height: 14px;
  }
}

.homepage-hero {
  margin: 0;
}
.homepage-hero .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.homepage-hero .carousel .slick-slide {
  height: auto;
}
.homepage-hero .carousel .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 112px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.homepage-hero .carousel .inner .wrapper {
  position: relative;
  z-index: 5;
}
.homepage-hero .carousel .inner .content {
  max-width: 545px;
  padding-left: 80px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.homepage-hero .carousel .inner .h1 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -80px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.25em;
}
.homepage-hero .carousel .inner .h1 i {
  font-size: 60px;
}
.homepage-hero .carousel .inner hr {
  background-color: #fff;
  opacity: 0.2;
  max-width: 296px;
  margin: 30px 0;
}
.homepage-hero .carousel .inner .description {
  margin: 0 0 50px;
}
.homepage-hero .carousel .inner .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 30px;
}
.homepage-hero .carousel .inner .button-container .slick-dots {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.homepage-hero .carousel .inner .button-container .button.primary:hover {
  background-color: #fff;
  color: #3cae8d;
}
@media (max-width: 1279px) {
  .homepage-hero .carousel .inner {
    min-height: calc(100vh - 88px);
  }
}
@media (min-width: 1080px) {
  .homepage-hero .carousel .inner video + .background-image {
    display: none;
  }
}
@media (max-width: 1079px) {
  .homepage-hero .carousel .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .homepage-hero .carousel .inner video + .background-image:before {
    content: "";
    background: linear-gradient(115deg, #005676 0%, #005676 20%, rgba(0, 86, 118, 0.7) 35%, rgba(0, 86, 118, 0) 100%);
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .homepage-hero .carousel .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .homepage-hero .carousel .inner .content {
    font-size: 16px;
  }
  .homepage-hero .carousel .inner .h1 {
    font-size: 32px;
  }
  .homepage-hero .carousel .inner hr {
    margin: 25px 0;
  }
  .homepage-hero .carousel .inner .description {
    margin-bottom: 2em;
  }
  .homepage-hero .carousel .inner .button-container .slick-dots {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media (max-width: 575px) {
  .homepage-hero .carousel .inner {
    min-height: calc(100vh - 70px);
  }
}

.subpage-hero {
  margin: 0;
  position: relative;
  min-height: 238px;
}
@media (max-width: 1079px) {
  .subpage-hero {
    min-height: 200px;
  }
}
@media (max-width: 575px) {
  .subpage-hero {
    min-height: 160px;
  }
}

.breadcrumbs {
  margin: 50px 0;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumbs .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs i {
  margin: 0 7px;
}
.breadcrumbs a {
  color: #27292b;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #3cae8d;
}

.quick-hit {
  background-color: #f4f4f4;
  margin: 0;
  padding: 88px 0;
}
.quick-hit .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
.quick-hit .inner-content aside {
  min-width: 30%;
  max-width: 340px;
}
.quick-hit .inner-content aside img {
  display: block;
  width: 100%;
}
.quick-hit .inner-content .content {
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 1279px) {
  .quick-hit .inner-content {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 1079px) {
  .quick-hit {
    padding: 75px 0;
  }
  .quick-hit .inner-content {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 575px) {
  .quick-hit {
    padding: 50px 0;
  }
  .quick-hit .inner-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .quick-hit .inner-content aside {
    min-width: none;
  }
}

.standard-subpage-text {
  margin: 50px 0 90px;
}
.standard-subpage-text .inner-content {
  max-width: 1040px;
}
.standard-subpage-text + .team-post-grid, .standard-subpage-text + .projects-post-grid {
  margin-top: -20px;
}
.standard-subpage-text + .featured-post-carousel-wide {
  margin-top: -30px;
}

.accordion {
  margin: 90px 0;
}
.accordion .inner-content {
  max-width: 1040px;
}
.accordion .h1 {
  margin-bottom: 1.33em;
}
.accordion dl {
  margin: 0;
  padding: 0;
}
.accordion dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #0c4266;
  margin-top: 3px;
  color: #fff;
  cursor: pointer;
  padding: 24px 0 24px 35px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.accordion dl dt i {
  font-size: 28px;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
  margin: 0 30px;
  color: #3cae8d;
}
.accordion dl dt:first-child {
  margin-top: 0;
}
.accordion dl dt.on {
  background-color: #3cae8d;
}
.accordion dl dt.on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #0c4266;
}
.accordion dl dd {
  margin: 0;
  padding: 24px 88px 44px 35px;
  background-color: #f4f4f4;
  display: none;
  color: #000;
}
.accordion dl dd p {
  margin-bottom: 1em;
}
.accordion dl dd > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1079px) {
  .accordion {
    margin: 70px 0;
  }
}
@media (max-width: 575px) {
  .accordion {
    margin: 50px 0;
  }
  .accordion dl dt {
    font-size: 18px;
    padding: 20px 0 20px 25px;
  }
  .accordion dl dt i {
    font-size: 20px;
    margin: 0 15px;
  }
  .accordion dl dd {
    padding: 20px 50px 35px 25px;
  }
}

.pathways-list {
  margin: 0;
  padding: 80px 0 90px;
  background-color: #ececec;
}
.pathways-list .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.pathways-list .h1 i {
  color: #b9b9b9;
  font-size: 60px;
}
.pathways-list .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
  row-gap: 22px;
}
.pathways-list .item {
  position: relative;
  background: linear-gradient(115deg, #005676 0%, #005676 15%, rgba(0, 86, 118, 0.7) 30%, rgba(0, 86, 118, 0) 100%);
  background-color: #3bad8d;
  border-radius: 0 0 0 20px;
  overflow: hidden;
  padding: 30px 20px;
  min-height: 120px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pathways-list .item:not([href]), .pathways-list .item[href=""] {
  pointer-events: none;
}
.pathways-list .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  min-height: 48px;
}
.pathways-list .item .icon {
  max-width: 48px;
  max-height: 48px;
  min-width: 48px;
  margin-top: -6px;
}
.pathways-list .item .icon svg {
  width: 100%;
}
.pathways-list .item:hover {
  background: linear-gradient(115deg, #434343 0%, #434343 15%, rgba(67, 67, 67, 0.7) 30%, rgba(0, 86, 118, 0) 100%);
  background-color: #000;
}
@media (max-width: 1279px) {
  .pathways-list .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1079px) {
  .pathways-list .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pathways-list .grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.pathways-image {
  margin: 0;
}
.pathways-image .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.pathways-image .h1 i {
  color: #b9b9b9;
  font-size: 60px;
}
.pathways-image .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
}
.pathways-image .item {
  background-color: #fff;
  position: relative;
  border-radius: 0 0 0 20px;
  overflow: hidden;
  min-height: 250px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-size: 16px;
}
.pathways-image .item:not([href]), .pathways-image .item[href=""] {
  pointer-events: none;
}
.pathways-image .item:before {
  content: "";
  background: linear-gradient(115deg, #005676 0%, #005676 20%, rgba(0, 86, 118, 0.7) 35%, rgba(0, 86, 118, 0) 100%);
  background-color: #3bad8d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.8;
}
.pathways-image .item::after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pathways-image .item .background-image {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pathways-image .item .content {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 35px 35px 70px;
}
.pathways-image .item .content:after {
  background: linear-gradient(115deg, #258d84 0%, #258d84 25%, rgba(37, 141, 132, 0.7) 40%, rgba(37, 141, 132, 0) 100%);
  background-color: #005676;
  content: "Learn More";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.pathways-image .item .title {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin: 0 0 1em;
  position: relative;
}
.pathways-image .item .description {
  color: #000;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pathways-image .item:hover:before {
  background: #fff;
}
.pathways-image .item:hover:after {
  opacity: 0;
}
.pathways-image .item:hover .background-image {
  opacity: 0;
}
.pathways-image .item:hover .content:after {
  opacity: 1;
}
.pathways-image .item:hover .title {
  color: #0c4266;
}
.pathways-image .item:hover .description {
  opacity: 1;
}
.pathways-image.theme-white {
  margin: 80px 0 90px;
}
.pathways-image.theme-white .item:hover::before {
  background-color: #f4f4f4;
}
.pathways-image.theme-gray {
  padding: 80px 0 90px;
  background-color: #f4f4f4;
}
@media (max-width: 1279px) {
  .pathways-image .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1079px) {
  .pathways-image .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pathways-image .grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.stats {
  margin: 65px 0 80px;
  position: relative;
  overflow: hidden;
}
.stats .wrapper {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
.stats .wrapper > aside .description {
  margin-left: 80px;
}
.stats .wrapper > aside hr {
  margin: 40px 0 20px;
}
.stats .wrapper > aside .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.stats .wrapper > aside .h1 i {
  color: #b9b9b9;
  font-size: 60px;
}
.stats .wrapper > aside p {
  margin: 0 0 40px;
}
.stats .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 80px;
  margin-right: 80px;
}
.stats .item hr {
  margin: 40px 0 30px;
}
.stats .item .stat {
  color: #3cae8d;
  font-weight: 300;
  font-size: 100px;
  line-height: 1;
  margin: 0;
  opacity: 0;
  -webkit-transition: 3s opacity ease;
  transition: 3s opacity ease;
  display: block;
  text-align: left;
}
.stats .item .stat small {
  font-size: 0.75em;
}
.stats .item p {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}
.stats .item.on .stat {
  opacity: 1;
}
@media (max-width: 1439px) {
  .stats .wrapper {
    gap: 50px;
  }
  .stats .grid {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 50px;
    margin-right: 40px;
  }
}
@media (max-width: 1279px) {
  .stats {
    margin: 60px 0;
  }
  .stats .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 50px;
  }
  .stats .grid {
    margin-left: 80px;
    margin-right: 0;
  }
}
@media (max-width: 1079px) {
  .stats .item .stat {
    font-size: 80px;
  }
  .stats .item hr {
    margin: 30px 0 20px;
  }
}
@media (max-width: 575px) {
  .stats .grid {
    grid-template-columns: 1fr;
  }
  .stats .item .stat {
    font-size: 70px;
    width: auto !important;
  }
}

.offers-blocks {
  margin: 0;
  color: #fff;
}
.offers-blocks .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.offers-blocks .item {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 470px;
}
.offers-blocks .item .image {
  width: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.offers-blocks .item .image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(12, 66, 102, 0.9);
  z-index: 3;
}
.offers-blocks .item .image .placeholder {
  padding-bottom: 0;
}
.offers-blocks .item .content {
  position: relative;
  z-index: 4;
  padding: 70px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.offers-blocks .item .content .eyebrow {
  color: #fff;
}
.offers-blocks .item .content .title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.333;
  margin-bottom: 0.8em;
}
.offers-blocks .item .content .description {
  font-size: 20px;
  margin: 0 0 1.5em;
}
.offers-blocks .item .content .button-container {
  margin-top: auto;
}
.offers-blocks .item .content .button.primary:hover {
  background-color: #fff;
  color: #3cae8d;
}
.offers-blocks .item .content .button.secondary:hover {
  background-color: #fff;
  color: #0c4266;
}
.offers-blocks .item:nth-child(odd) .content {
  margin-left: -70px;
}
.offers-blocks .item:nth-child(even) .image {
  left: 0;
  right: auto;
}
.offers-blocks .item:nth-child(even) .image::before {
  background-color: rgba(0, 124, 136, 0.9);
}
@media (max-width: 1079px) {
  .offers-blocks .item {
    min-height: auto;
  }
  .offers-blocks .item .content {
    padding: 60px 0;
  }
  .offers-blocks .item .content .title {
    font-size: 32px;
  }
  .offers-blocks .item:nth-child(odd) .content {
    padding-right: 45px;
    margin-left: 0;
  }
  .offers-blocks .item:nth-child(even) .content {
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .offers-blocks .wrapper {
    grid-template-columns: 1fr;
  }
  .offers-blocks .item .image {
    width: 100vw;
    right: -40px;
  }
  .offers-blocks .item:nth-child(odd) .content {
    padding-right: 0;
  }
  .offers-blocks .item:nth-child(even) .image {
    left: -40px;
  }
  .offers-blocks .item:nth-child(even) .content {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .offers-blocks .item .image {
    right: -20px;
  }
  .offers-blocks .item .content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .offers-blocks .item .content .title {
    font-size: 30px;
  }
  .offers-blocks .item:nth-child(even) .image {
    left: -20px;
  }
}

.offers-cta-bar {
  margin: 0;
  color: #fff;
  padding: 85px 0;
}
.offers-cta-bar .item .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offers-cta-bar .item .content {
  max-width: 710px;
}
.offers-cta-bar .item .eyebrow {
  color: #fff;
}
.offers-cta-bar .item .h1 {
  color: #fff;
  margin: 0 0 0.75em;
}
.offers-cta-bar .item .description {
  font-size: 20px;
  line-height: 1.5em;
}
.offers-cta-bar .item .button {
  background-color: #fff;
  color: #007c88;
}
.offers-cta-bar .item .button:hover {
  color: #3cae8d;
}
.offers-cta-bar.theme-image {
  background: url("./assets/images/bg-cta-bar.jpg") no-repeat center bottom/cover #0c4266;
}
.offers-cta-bar.theme-blue {
  background: #0c4266;
}
.offers-cta-bar.theme-teal {
  background: #007c88;
}
@media (max-width: 1079px) {
  .offers-cta-bar {
    padding: 70px 0;
  }
  .offers-cta-bar .item .inner-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .offers-cta-bar .item .content {
    max-width: none;
  }
}
@media (max-width: 575px) {
  .offers-cta-bar {
    padding: 50px 0;
  }
}

.offers-featured {
  margin: 0;
  color: #fff;
  position: relative;
}
.offers-featured .inner-content {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 606px;
}
.offers-featured .content {
  width: 71.4285714286%;
  padding-top: 90px;
  padding-bottom: 90px;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 20px;
}
.offers-featured .content .title {
  font-size: 43px;
  font-weight: 400;
  line-height: 1.395em;
  letter-spacing: 0;
  margin-bottom: 25px;
  position: relative;
}
.offers-featured .content hr {
  width: 298px;
  height: 2px;
  background-color: #e5e5e5;
  margin: 25px 0 40px;
}
.offers-featured .content .description {
  margin-bottom: 1.5em;
}
.offers-featured .image-wrapper {
  width: 28.5714285714%;
  position: relative;
}
.offers-featured .image {
  width: calc((100vw - 350%) / 2 + 100%);
  position: absolute;
  top: 0;
  bottom: 0;
}
.offers-featured .image .placeholder {
  padding-bottom: 0;
}
.offers-featured.theme-blue {
  background-color: #0c4266;
}
.offers-featured.theme-blue .eyebrow {
  color: #6fb3d7;
}
.offers-featured.theme-blue hr {
  background-color: #1b6799;
}
.offers-featured.theme-blue .button:hover {
  background-color: #fff;
  color: #007c88;
}
.offers-featured.theme-gray {
  background-color: #f4f4f4;
  color: #000;
}
.offers-featured.theme-gray .eyebrow {
  color: #686868;
}
.offers-featured.theme-gray .title {
  color: #114e6f;
}
.offers-featured.image-left .image {
  right: 0;
}
.offers-featured.image-left .content {
  padding-left: 70px;
}
.offers-featured.image-right .image-wrapper {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.offers-featured.image-right .image {
  left: 0;
}
.offers-featured.image-right .content {
  padding-right: 100px;
}
@media (max-width: 1079px) {
  .offers-featured .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .offers-featured.image-left .content {
    padding-left: 50px;
  }
  .offers-featured.image-right .content {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .offers-featured .inner-content {
    display: block;
    min-height: 0;
  }
  .offers-featured .content {
    width: 100%;
  }
  .offers-featured .image-wrapper {
    width: 100vw;
    margin-left: -60px;
  }
  .offers-featured .image-wrapper .image {
    position: relative;
    width: 100%;
  }
  .offers-featured .image-wrapper .image .placeholder {
    padding-bottom: 56.25%;
  }
  .offers-featured.image-left .content {
    padding-left: 0;
  }
  .offers-featured.image-right .content {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .offers-featured .image-wrapper {
    margin-left: -40px;
  }
}

.featured-team-carousel {
  margin: 75px 0 85px;
}
.featured-team-carousel .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.featured-team-carousel .h1 i {
  color: #b9b9b9;
  font-size: 60px;
}
.featured-team-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto 0 0;
}
.featured-team-carousel .slick-slide {
  height: auto;
  margin-right: 65px;
}
.featured-team-carousel .slick-arrow {
  top: 164px;
}
.featured-team-carousel .slick-arrow.slick-prev {
  left: -20px;
}
.featured-team-carousel .slick-arrow.slick-next {
  right: -20px;
}
.featured-team-carousel .inner-content {
  position: relative;
}
.featured-team-carousel .carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featured-team-carousel .carousel-controls .slick-dots {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.featured-team-carousel .carousel {
  position: static;
  margin: 0 -65px 50px 0;
}
.featured-team-carousel .carousel .item .image .placeholder {
  padding-bottom: 124%;
}
.featured-team-carousel .carousel .item .name {
  font-size: 24px;
}
.featured-team-carousel .carousel .item .job-title {
  font-size: 14px;
}
.featured-team-carousel .button.tertiary {
  color: #007c88;
}
.featured-team-carousel .button.tertiary:hover {
  color: #0c4266;
}
@media (max-width: 1439px) {
  .featured-team-carousel .carousel {
    margin-right: -40px;
  }
  .featured-team-carousel .slick-slide {
    margin-right: 40px;
  }
}
@media (max-width: 1079px) {
  .featured-team-carousel .slick-arrow.slick-prev {
    left: -30px;
  }
  .featured-team-carousel .slick-arrow.slick-next {
    right: -30px;
  }
}
@media (max-width: 575px) {
  .featured-team-carousel {
    margin: 65px 0;
  }
  .featured-team-carousel .slick-arrow.slick-prev {
    left: -20px;
  }
  .featured-team-carousel .slick-arrow.slick-next {
    right: -20px;
  }
  .featured-team-carousel .slick-dots {
    display: none;
  }
}

.featured-post-carousel {
  position: relative;
  margin: 0;
  padding: 100px 0;
  background-color: #fff;
  color: #0c1a23;
  overflow: hidden;
}
.featured-post-carousel .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  color: #0c4266;
}
.featured-post-carousel .h1 i {
  color: #b9b9b9;
  font-size: 60px;
}
.featured-post-carousel .inner-content {
  position: relative;
}
.featured-post-carousel .carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
.featured-post-carousel .carousel-controls .slick-dots {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.featured-post-carousel .carousel {
  position: static;
  margin-right: -75px;
}
.featured-post-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto 0 0;
}
.featured-post-carousel .slick-slide {
  height: auto;
  margin-right: 75px;
}
.featured-post-carousel .slick-arrow {
  top: 124px;
}
.featured-post-carousel .slick-arrow.slick-prev {
  left: -20px;
}
.featured-post-carousel .slick-arrow.slick-next {
  right: -20px;
}
.featured-post-carousel .item {
  text-decoration: none;
}
.featured-post-carousel .item .image {
  margin: 0 0 30px;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.featured-post-carousel .item .image .placeholder {
  padding-bottom: 62.85%;
}
.featured-post-carousel .item .image .display {
  border-radius: 0 0 0 22px;
  overflow: hidden;
}
.featured-post-carousel .item .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
.featured-post-carousel .item:hover .image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.featured-post-carousel.theme-img {
  background: url("./assets/images/bg-featured-post-carousel.jpg") no-repeat center bottom/cover #0c4266;
  color: #fff;
}
.featured-post-carousel.theme-img .h1 i {
  color: #6fb3d7;
}
.featured-post-carousel.theme-img .h1, .featured-post-carousel.theme-img .item {
  color: #fff;
}
.featured-post-carousel.theme-teal {
  background-color: #007c88;
  color: #fff;
}
.featured-post-carousel.theme-teal .h1 i {
  color: #fff;
}
.featured-post-carousel.theme-teal .h1, .featured-post-carousel.theme-teal .item {
  color: #fff;
}
.featured-post-carousel.theme-teal .slick-dots li button {
  border-color: #fff;
}
.featured-post-carousel.theme-teal .slick-dots li.slick-active button {
  background-color: #fff;
}
.featured-post-carousel.theme-teal .slick-arrow {
  border-color: #fff;
}
.featured-post-carousel.theme-teal .slick-arrow:before {
  color: #fff;
}
.featured-post-carousel.theme-teal .slick-arrow:hover {
  border-color: #71f3cd;
}
.featured-post-carousel.theme-teal .slick-arrow:hover:before {
  color: #3cae8d;
}
.featured-post-carousel.theme-white {
  padding: 0;
  margin: 100px 0;
}
.featured-post-carousel.theme-white .item {
  color: #0c1a23;
}
@media (max-width: 1279px) {
  .featured-post-carousel .carousel {
    margin-right: -40px;
  }
  .featured-post-carousel .slick-slide {
    margin-right: 40px;
  }
}
@media (max-width: 575px) {
  .featured-post-carousel {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .featured-post-carousel.theme-white {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

.featured-post-carousel-wide {
  margin: 55px 0 100px;
  overflow: hidden;
}
.featured-post-carousel-wide .inner-content {
  max-width: 1040px;
}
.featured-post-carousel-wide .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.featured-post-carousel-wide .slick-slide {
  height: auto;
}
.featured-post-carousel-wide .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  background-color: #0c4266;
  border-radius: 0 0 0 22px;
  overflow: hidden;
  min-height: 300px;
}
.featured-post-carousel-wide .item .image {
  height: 100%;
  width: 31.25%;
  min-width: 31.25%;
}
.featured-post-carousel-wide .item .image .placeholder {
  padding-bottom: 0;
}
.featured-post-carousel-wide .item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 35px 30px 30px;
  padding-bottom: 30px;
}
.featured-post-carousel-wide .item .content .eyebrow {
  margin-bottom: 2.75em;
}
.featured-post-carousel-wide .item .content .h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.4em;
  max-width: 510px;
}
.featured-post-carousel-wide .item .content .h2:nth-last-child(2) {
  margin-bottom: 1.5em;
}
.featured-post-carousel-wide .item .content .meta {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
.featured-post-carousel-wide .item .content .meta > * {
  display: inline;
}
.featured-post-carousel-wide .item .content .meta > *::after {
  content: " / ";
  padding: 0 5px;
}
.featured-post-carousel-wide .item .content .meta > *:last-child::after {
  display: none;
}
.featured-post-carousel-wide .item .content .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 20px;
  margin-top: auto;
}
.featured-post-carousel-wide .item .content .button-container .button:hover {
  background-color: #fff;
  color: #007c88;
}
@media (max-width: 1079px) {
  .featured-post-carousel-wide .slick-arrow.slick-prev {
    left: -30px;
  }
  .featured-post-carousel-wide .slick-arrow.slick-next {
    right: -30px;
  }
  .featured-post-carousel-wide .item .image {
    width: 35%;
    min-width: 35%;
  }
}
@media (max-width: 767px) {
  .featured-post-carousel-wide .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
  }
  .featured-post-carousel-wide .item .image {
    width: 100%;
    min-width: none;
    height: auto;
  }
  .featured-post-carousel-wide .item .image .placeholder {
    padding-bottom: 56.25%;
  }
  .featured-post-carousel-wide .item .content {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .featured-post-carousel-wide .slick-arrow.slick-prev {
    left: -20px;
  }
  .featured-post-carousel-wide .slick-arrow.slick-next {
    right: -20px;
  }
  .featured-post-carousel-wide .slick-dots {
    display: none;
  }
}

.team-post-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 60px;
}
.team-post-grid .item {
  text-decoration: none;
  position: relative;
}
.team-post-grid .item:not([href]), .team-post-grid .item[href=""] {
  pointer-events: none;
}
.team-post-grid .item .image {
  margin: 0 0 24px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-radius: 0 0 0 20px;
  overflow: hidden;
}
.team-post-grid .item .image .placeholder {
  padding-bottom: 120%;
}
.team-post-grid .item .name {
  font-size: 22px;
  font-weight: 400;
  color: #3cae8d;
  line-height: 1.2;
  margin-bottom: 0.2em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.team-post-grid .item .name:last-child {
  margin-bottom: 0;
}
.team-post-grid .item .job-title {
  font-size: 13px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  letter-spacing: -0.01em;
  color: #0c1a23;
}
.team-post-grid .item:hover .image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.team-post-grid .item:hover .name {
  color: #0c4266;
}
@media (max-width: 1439px) {
  .team-post-grid .grid {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}
@media (max-width: 1079px) {
  .team-post-grid {
    margin-bottom: 100px;
  }
  .team-post-grid .grid {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .team-post-grid .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .team-post-grid {
    margin-bottom: 75px;
  }
  .team-post-grid .grid {
    grid-template-columns: 1fr;
  }
}

.default-post-grid {
  margin: 70px 0 90px;
}
.default-post-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 65px;
  -moz-column-gap: 65px;
  column-gap: 65px;
  row-gap: 80px;
}
.default-post-grid .item {
  color: #27292b;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}
.default-post-grid .item .image {
  margin: 0 0 20px;
  border-radius: 0 0 0 22px;
  overflow: hidden;
}
.default-post-grid .item .image .placeholder {
  padding-bottom: 64%;
}
.default-post-grid .item .content .tags {
  margin-bottom: 5px;
}
.default-post-grid .item:hover {
  color: #007c88;
}
.default-post-grid.related {
  margin: 160px 0 80px;
}
.default-post-grid.related h4, .default-post-grid.related .h4 {
  color: #27292b;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
.default-post-grid.related .item .title {
  margin-bottom: 0.1em;
}
.default-post-grid.related .item time, .default-post-grid.related .item .author {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: #007c88;
}
@media (max-width: 1439px) {
  .default-post-grid .grid {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}
@media (max-width: 1079px) {
  .default-post-grid .grid {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
@media (max-width: 767px) {
  .default-post-grid .grid {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 50px;
  }
}
@media (max-width: 575px) {
  .default-post-grid {
    margin: 50px 0 70px;
  }
  .default-post-grid .grid {
    grid-template-columns: 1fr;
  }
}

.projects-post-grid {
  margin: 70px 0 90px;
}
.projects-post-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 65px;
  -moz-column-gap: 65px;
  column-gap: 65px;
  row-gap: 80px;
}
.projects-post-grid .item {
  color: #27292b;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}
.projects-post-grid .item .image {
  margin: 0 0 20px;
  border-radius: 0 0 0 22px;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.projects-post-grid .item .image .placeholder {
  padding-bottom: 64%;
}
.projects-post-grid .item .content .title {
  margin-bottom: 5px;
}
.projects-post-grid .item:hover .image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media (max-width: 1439px) {
  .projects-post-grid .grid {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}
@media (max-width: 1079px) {
  .projects-post-grid .grid {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
@media (max-width: 767px) {
  .projects-post-grid .grid {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 50px;
  }
}
@media (max-width: 575px) {
  .projects-post-grid {
    margin: 50px 0 70px;
  }
  .projects-post-grid .grid {
    grid-template-columns: 1fr;
  }
}

.news-post-list {
  margin: 70px 0 120px;
}
.news-post-list .inner-content {
  max-width: 1040px;
}
.news-post-list .accordion dt {
  font-size: 40px;
  font-weight: normal;
  color: #3eaf8d;
  padding: 35px 0 75px;
  border-top: solid 3px #e5e5e5;
  margin: 0;
  background: transparent;
  letter-spacing: 0;
}
.news-post-list .accordion dt i {
  margin-right: 0;
  color: #3eaf8d;
}
.news-post-list .accordion dt.on {
  background: transparent;
}
.news-post-list .accordion dt.on i {
  color: #3eaf8d;
}
.news-post-list .accordion dd {
  padding: 0 60px 80px 0;
  background: transparent;
  margin-top: -35px;
}
.news-post-list .item {
  text-decoration: none;
  margin: 0 0 40px;
  display: block;
}
.news-post-list .item:last-child {
  margin-bottom: 0;
}
.news-post-list .item .title {
  font-size: 26px;
  font-weight: 600;
  color: #27292b;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  line-height: 1.2em;
  margin: 0 0 8px;
}
.news-post-list .item .title:last-child {
  margin-bottom: 0;
}
.news-post-list .item .date {
  text-transform: uppercase;
  display: block;
  font-family: "Lato", sans-serif;
  color: #007c88;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.news-post-list .item:hover .title {
  color: #3cae8d;
}
@media (max-width: 575px) {
  .news-post-list .accordion dt {
    font-size: 34px;
  }
  .news-post-list .item .title {
    font-size: 20px;
  }
}

.template {
  margin: 50px 0 75px;
}
.template .inner-content {
  max-width: 1040px;
}
.template .inner-content > .image {
  border-radius: 0 0 0 22px !important;
  overflow: hidden;
}
.template .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 70px;
  color: #0c4266;
}
.template .date span::before {
  content: "|";
  padding: 0 10px;
}
.template .meta {
  margin: 0 0 85px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #27292b;
}
.template .meta a {
  text-decoration: none;
  color: #27292b;
}
.template .meta > * {
  display: inline;
}
.template .meta > *:after {
  content: " / ";
  padding: 0 10px;
}
.template .meta > *:last-child::after {
  display: none;
}
.template .meta time {
  text-transform: uppercase;
}
.template .meta-tags {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.template .meta-tags .h4 {
  font-size: 14px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  margin: 0;
  color: #27292b;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.template .meta-tags aside {
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.template .meta-tags aside > *:after {
  content: ",";
  margin-right: 5px;
}
.template .meta-tags aside > *:last-child::after {
  display: none;
}
.template .meta-tags aside > * a {
  text-decoration: none;
  color: #27292b;
}
.template .meta-tags aside > * a:hover {
  color: #3cae8d;
}
.template .bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  margin: 0 0 55px;
}
.template .bio .image {
  min-width: 272px;
  max-width: 272px;
  width: 272px;
  border-radius: 0 0 0 22px;
  overflow: hidden;
}
.template .bio .image .placeholder {
  padding-bottom: 121%;
}
.template .bio > aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.template .bio .name {
  font-size: 40px;
  font-weight: normal;
  font-family: "Lato", sans-serif;
  color: #0c4266;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.template .bio .name:last-child {
  margin-bottom: 0;
}
.template .bio .job-title {
  color: #0c4266;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.template .bio hr {
  margin-top: auto;
  margin-bottom: 40px;
}
.template .bio .social-share {
  margin-bottom: 40px;
}
.template .gallery {
  margin: 0 0 40px;
  text-align: center;
  min-width: 100%;
  width: 0;
}
.template .gallery .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.template .gallery .slick-slide {
  height: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.template .gallery .slick-dots {
  margin-top: 20px !important;
}
.template .gallery figure {
  border-radius: 0 0 0 22px;
  overflow: hidden;
}
.template .gallery figure img {
  display: block;
  width: 100%;
  height: auto;
}
.template .non-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: -35px;
}
.template .non-blog .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.template .non-blog .content > *:last-child {
  margin-bottom: 0;
}
.template .non-blog .content .image {
  margin-bottom: 50px;
  width: 100%;
  border-radius: 0 0 0 22px;
  overflow: hidden;
}
.template .non-blog .content .image .placeholder {
  padding-bottom: 54%;
}
.template .non-blog .side {
  width: 300px;
  min-width: 300px;
}
.template .non-blog .side > * {
  margin-bottom: 25px;
}
.template .non-blog .side > *:last-child {
  margin-bottom: 0;
}
.template .non-blog .side > .button {
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 14px 25px;
}
.template .non-blog .side .side-form, .template .non-blog .side .side-authors {
  background: #f4f4f4;
  padding: 30px;
}
.template .non-blog .side .side-form .title, .template .non-blog .side .side-authors .title {
  font-size: 14px;
  font-weight: 900;
  color: #007b88;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 1.6em;
}
.template .non-blog .side .side-form .gform_wrapper.gravity-theme {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.template .non-blog .side .side-form .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 30px 0 0;
}
.template .non-blog .side .side-form .gform_wrapper.gravity-theme .gform_footer .button {
  margin: 0;
}
.template .author-avatar {
  margin-bottom: 35px;
  display: block;
  text-decoration: none;
}
.template .author-avatar:not([href]), .template .author-avatar[href=""] {
  pointer-events: none;
}
.template .author-avatar:last-child {
  margin-bottom: 0;
}
.template .author-avatar .image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 150px;
  min-width: 150px;
  border-radius: 0 0 0 22px;
  overflow: hidden;
  margin: 0 0 10px;
}
.template .author-avatar .image .placeholder {
  padding-bottom: 100%;
}
.template .author-avatar .h5 {
  margin: 0;
  color: #27292b;
  font-size: 16px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.template .author-avatar:hover .h5 {
  color: #007c88;
}
.template .author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
.template .author-bio .image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 170px;
  min-width: 170px;
  border-radius: 0 0 0 22px;
  overflow: hidden;
}
.template .author-bio .image .placeholder {
  padding-bottom: 100%;
}
.template .author-bio .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 18px;
}
.template .author-bio .content .h5 {
  font-size: 25px;
  margin: 0 0 0.25em;
}
.template .author-bio .content p {
  margin: 0 0 1em;
}
.template .author-bio .content .tertiary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007c88;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.template .author-bio .content .tertiary:after {
  content: "\e911";
  font-family: "ehe-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.template .author-bio .content .tertiary:hover {
  color: #3eaf8d;
}
.template .project-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
.template .project-info .side {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  min-width: 180px;
  width: 180px;
}
.template .project-info .side .h5 {
  font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1.1em;
  margin-bottom: 1.3em;
  color: #0c4266;
}
.template .project-info .side .side-item {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Libre Franklin", sans-serif;
}
.template .project-info .side .side-item .h4 {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 0.3em;
  color: #3eaf8d;
  letter-spacing: 0.05em;
}
.template .project-info .side .side-item .side-item-tags {
  font-size: 18px;
  line-height: 28px;
}
.template .project-info .side .side-item .side-item-tags a {
  color: #27292b;
}
.template .project-info .side .side-item .side-item-tags > *::after {
  content: ", ";
}
.template .project-info .side .side-item .side-item-tags > *:last-child::after {
  display: none;
}
.template .project-info .side .side-item:last-child {
  margin-bottom: 0;
}
.template .project-info .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.single-news .template h1, .single-news .template .h1 {
  margin-bottom: 0.7em;
  line-height: 1.2;
}
.single-news .template .inner-content > figure.image {
  float: left;
  margin-right: 75px;
  margin-bottom: 40px;
  width: 50%;
}
.single-news .template .inner-content > figure.image .placeholder {
  padding-bottom: 75%;
}
.single-news .template hr {
  margin-top: 60px;
  margin-bottom: 45px;
}
.single-post .template {
  margin-bottom: 90px;
}
.single-post .template .inner-content > figure.image {
  margin-bottom: 50px;
  width: 100%;
}
.single-post .template .inner-content > figure.image .placeholder {
  padding-bottom: 41.6666666667%;
}
.single-post .template .inner-content hr {
  margin: 85px 0 70px;
}
.single-post .template .inner-content .author-bio + hr {
  margin: 65px 0 50px;
}
@media (max-width: 1079px) {
  .template .bio {
    gap: 40px;
  }
  .template .bio .name {
    font-size: 36px;
  }
  .template .bio .job-title {
    font-size: 16px;
  }
  .template .author-bio {
    gap: 30px;
  }
  .template .non-blog .side {
    width: 240px;
    min-width: 240px;
  }
  .template .project-info {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .single-news .template .inner-content > figure.image {
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .template .author-bio .image {
    max-width: 100px;
    min-width: 100px;
  }
  .template .author-bio .content {
    font-size: 16px;
  }
  .template .author-bio .content .h5 {
    font-size: 20px;
  }
  .template .bio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .template .bio .image {
    width: 100%;
    min-width: 0;
  }
  .template .bio > aside {
    width: 100%;
  }
  .template .bio .job-title {
    margin-bottom: 20px;
  }
  .template .bio hr {
    margin-bottom: 20px;
  }
  .template .bio .social-share {
    margin-bottom: 0;
  }
  .template .non-blog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
  .template .non-blog .side {
    width: 100%;
    min-width: 0;
  }
  .template .project-info {
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template .project-info .side {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .template {
    margin: 50px 0;
  }
  .single-news .template {
    margin-bottom: 75px;
  }
  .single-news .template .inner-content > figure.image {
    margin-bottom: 30px;
  }
  .template .meta, .template .date {
    margin: 0 0 30px;
  }
  .template .meta-tags {
    margin: 40px 0;
  }
  .template .bio {
    margin: 0 0 30px;
  }
  .template .bio .name {
    font-size: 30px;
  }
  .template .author-bio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template .author-bio .image,
.template .author-bio .content {
    width: 100%;
  }
  .template .non-blog .side div.gform_wrapper {
    padding: 20px;
  }
}

.single-member .featured-post-carousel .item .image::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #3cae8d;
  z-index: 3;
  height: 8px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 0;
}
.single-member .featured-post-carousel .item .image .display {
  border-radius: 0;
}
.single-member .featured-post-carousel .item .image:hover:before {
  opacity: 1;
}

.search-page-results {
  margin: 50px 0 75px;
}

.item-search {
  color: #27292b;
  margin-bottom: 40px;
  display: block;
  text-decoration: none;
}
.item-search:hover {
  text-decoration: none;
  color: #27292b;
}
.item-search:hover .button {
  color: #3cae8d;
}
.item-search .h2 {
  color: #0c4266;
}
.item-search p {
  margin-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */
