/*
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: "selled-dorsey-icons";
  src: url("./assets/fonts/selled-dorsey-icons.eot?cbq0mf");
  src: url("./assets/fonts/selled-dorsey-icons.eot?cbq0mf#iefix") format("embedded-opentype"), url("./assets/fonts/selled-dorsey-icons.ttf?cbq0mf") format("truetype"), url("./assets/fonts/selled-dorsey-icons.woff?cbq0mf") format("woff"), url("./assets/fonts/selled-dorsey-icons.svg?cbq0mf#selled-dorsey-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: "selled-dorsey-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-quote:before {
  content: "\e910";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.subscription-form {
  padding: 0;
  margin: 80px 0 110px;
}
.subscription-form .inner-content {
  background-color: #187b81;
  max-width: 880px;
  padding: 25px 50px;
}
.subscription-form .inner-content .title {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
}
.subscription-form .inner-content iframe {
  height: 54px !important;
}
@media (max-width: 767px) {
  .subscription-form {
    margin: 80px 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 .title {
    padding-right: 0;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

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

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

body {
  background: #fff;
  color: #313537;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  min-width: 320px;
  padding-top: 100px;
}
@media (max-width: 1279px) {
  body {
    padding-top: 80px;
  }
}
@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: "Ubuntu", sans-serif;
  color: #e3733c;
  font-weight: 700;
  margin: 0 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: #313537;
  font-size: 42px;
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  color: #313537;
  font-size: 30px;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 20px;
  }
}

h3, .h3 {
  font-size: 26px;
  margin-top: 2em;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 18px;
  }
}

h4, .h4 {
  font-size: 22px;
  color: #3a3f41;
  text-transform: uppercase;
  margin-top: 2.3em;
  margin-bottom: 0.65em;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 16px;
  }
}

h5, .h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 0.8em;
}

h6, .h6 {
  color: #67a8bd;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 22px;
  }
}

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

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

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

.button {
  background-color: #e3733c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 36px;
  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.05em;
  line-height: 1;
  margin: 0;
  padding: 11px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  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: #b65a2c;
  color: #fff;
}
.button.primary {
  background-color: #e3733c;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #b65a2c;
  color: #fff;
}
.button.secondary {
  background-color: #fff;
  color: #e3733c;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #e3733c;
  color: #fff;
}
.button.tertiary {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  color: #e3733c;
}
.button.tertiary:hover, .button.tertiary:focus {
  background-color: transparent;
  color: #1b1f20;
}

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

blockquote {
  color: #e3733c;
  font-weight: 700;
  margin: 70px 0;
  font-size: 20px;
  line-height: 1.3em;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote strong {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  color: #e3733c;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  text-transform: uppercase;
}
blockquote strong:before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #3a3f41;
}
@media (max-width: 767px) {
  blockquote strong {
    font-size: 15px;
  }
}

.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-size: 15px;
  color: #27292b;
}

.wp-caption.alignnone {
  margin: 50px 0 60px 0;
}
@media (max-width: 1279px) {
  .wp-caption.alignnone {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wp-caption.alignnone {
    margin-top: 30px;
    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 1.7em;
}
.site-content ul li, .site-content ol li {
  margin-bottom: 0.5em;
}
.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;
}
.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 50px;
}
.site-content .wysiwyg-columns h5 {
  margin-bottom: 0.4em;
}
.site-content .wysiwyg-columns h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 0.3em;
}
.site-content .wysiwyg-columns p {
  margin-bottom: 50px;
}
.site-content .wysiwyg-columns p:last-child {
  margin-bottom: 0;
}
.site-content .wysiwyg-columns .social-share .icons {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.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;
  max-width: 1280px;
}
@media (max-width: 1079px) {
  .inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 374px) {
  .inner-content {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

.social-share .h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  color: #27292b;
  line-height: 1.5em;
}
.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: #b4eb4a;
  border-radius: 50px;
  color: #3a3f41;
  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: #187b81;
  color: #fff;
}

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

.eyebrow {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #3a3f41;
  line-height: 1.1em;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}

.tags {
  font-family: "Ubuntu", 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;
}

.slick-arrow {
  width: 23px;
  height: 23px;
  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: 23px;
  color: #3a3f41;
  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: -88px;
}
.slick-arrow.slick-next {
  right: -88px;
}
.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 {
  color: #e3733c;
}
@media (max-width: 1079px) {
  .slick-arrow.slick-prev {
    left: -45px;
  }
  .slick-arrow.slick-next {
    right: -45px;
  }
}
@media (max-width: 575px) {
  .slick-arrow {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .slick-arrow.slick-prev {
    left: -30px;
  }
  .slick-arrow.slick-next {
    right: -30px;
  }
}
@media (max-width: 374px) {
  .slick-arrow.slick-prev {
    left: -20px;
  }
  .slick-arrow.slick-next {
    right: -20px;
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  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 #3a3f41;
  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: #3a3f41;
}

.site-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-nav .alert-bar {
  position: relative;
  background-color: #b4eb4a;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  padding: 6px 0;
  display: none;
}
.site-nav .alert-bar .content {
  padding: 0 20px;
}
.site-nav .alert-bar a {
  color: #3a3f41;
}
.site-nav .alert-bar strong, .site-nav .alert-bar b {
  font-weight: bold;
}
.site-nav .alert-bar .icon-close {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  color: #3a3f41;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-header {
  background-color: #ffffff;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.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: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  height: 100px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding-right: 0;
  max-width: 1920px;
}
.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: 258px;
  height: 68px;
  display: block;
  will-change: transform;
  margin: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.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: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.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: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  text-transform: lowercase;
}
.site-header nav > .nav-element > a {
  font-size: 17px;
  font-weight: normal;
  color: #3a3f41;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
}
.site-header nav .sub-menu {
  line-height: 1.2em;
}
.site-header nav .sub-menu a {
  font-size: 17px;
  color: #3a3f41;
}
.site-header .highlight {
  color: #fff;
  background-color: #e3733c;
  font-size: 17px;
  line-height: 1.1;
  text-transform: lowercase;
  text-align: center;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.site-header .highlight:hover {
  background-color: #b4eb4a;
  color: #000;
}
.site-header .search-toggle {
  font-size: 20px;
}
.site-header .search-form {
  width: 270px;
  -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: "Ubuntu", 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;
  font-size: 17px;
}
.site-header .search-form .field input::-webkit-input-placeholder {
  color: #3a3f41;
  opacity: 1;
}
.site-header .search-form .field input::-moz-placeholder {
  color: #3a3f41;
  opacity: 1;
}
.site-header .search-form .field input::-ms-input-placeholder {
  color: #3a3f41;
  opacity: 1;
}
.site-header .search-form .field input::placeholder {
  color: #3a3f41;
  opacity: 1;
}
.site-header .search-form .field input:-webkit-autofill,
.site-header .search-form .field input:-webkit-autofill:hover,
.site-header .search-form .field input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #e5e9ea inset !important;
}
.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: #3a3f41;
  cursor: pointer;
  line-height: 1;
}
.site-header.sticky .wrapper {
  height: 70px;
}
.site-header.sticky .logo {
  width: 190px;
  height: 50px;
}
@media (min-width: 1680px) {
  .site-header .wrapper {
    padding-left: 120px;
  }
}
@media (min-width: 1280px) {
  .site-header .search-form-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
  }
  .site-header .search-toggle {
    color: #3a3f41;
    cursor: pointer;
    padding: 0 5px;
  }
  .site-header .search-toggle:after {
    content: "";
    background-color: #b4eb4a;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  .site-header .search-toggle:hover::after {
    opacity: 1;
  }
  .search-on .site-header .search-toggle:after {
    opacity: 1;
  }
  .search-on .site-header .search-toggle:before {
    content: "\e90f";
  }
  .site-header .search-form {
    background-color: #e5e9ea;
    position: absolute;
    top: 100%;
    right: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    padding: 12px 20px 12px 24px;
    width: 270px;
  }
  .search-on .site-header .search-form {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
  }
  .site-header .right-side > * {
    height: 100px;
  }
  .site-header nav > .nav-element {
    position: relative;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .site-header nav > .nav-element > a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .site-header nav > .nav-element > a:after {
    content: "";
    background-color: #b4eb4a;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  .site-header nav > .nav-element > a i {
    display: none;
  }
  .site-header nav > .nav-element > a:hover::after, .site-header nav > .nav-element > a.hover::after {
    opacity: 1;
  }
  .site-header nav > .nav-element > .sub-menu {
    background-color: #e5e9ea;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 17px;
    line-height: 1.2;
    min-width: 222px;
    padding: 13px 0;
  }
  .site-header nav > .nav-element > .sub-menu a {
    color: #3a3f41;
    display: block;
    padding: 7px 30px;
  }
  .site-header nav > .nav-element > .sub-menu a:hover {
    color: #3a3f41;
    font-weight: bold;
  }
  .site-header.sticky .right-side > * {
    height: 70px;
  }
}
@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: 80px;
  }
  .site-header .logo {
    width: 190px;
    height: 50px;
  }
  .site-header .right-side {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    background-color: #e9e9e9;
    top: 80px;
    height: calc(100vh - 80px);
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 80px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 999;
  }
  .nav-on .site-header .right-side {
    -webkit-transform: translateX(-100%);
    transform: translateX(-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;
    width: 100%;
    margin-bottom: 20px;
  }
  .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;
    width: 100%;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .site-header nav > .nav-element > a i {
    font-size: 20px;
    color: #e3733c;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 33px;
    text-align: center;
  }
  .site-header nav > .nav-element > a i.on {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .site-header nav .sub-menu {
    display: none;
    padding-top: 10px;
  }
  .site-header nav .sub-menu a {
    display: block;
    padding: 3px 0 3px 20px;
  }
  .site-header .search-form-wrapper {
    background-color: #fff;
    padding: 12px 20px 12px 24px;
    width: 100%;
    height: auto !important;
    max-width: none;
    margin: 0 auto 30px 0;
  }
  .site-header .search-toggle {
    display: none;
  }
  .site-header .search-form {
    width: 100%;
  }
  .site-header .search-form .field input:-webkit-autofill,
.site-header .search-form .field input:-webkit-autofill:hover,
.site-header .search-form .field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  }
  .site-header .highlight {
    display: block;
    padding: 20px 30px;
    width: 100%;
    text-align: center;
    max-width: none;
    margin: 0 auto 0 0;
  }
  .site-header.sticky .wrapper {
    height: 80px;
  }
  .site-header.sticky .logo {
    width: 190px;
    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: 152px;
    height: 40px;
  }
  .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: 152px;
    height: 40px;
  }
}

.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: #e3733c;
}
.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: #e5e9ea url("./assets/images/bg-footer.jpeg") no-repeat center/cover;
  padding: 60px 0 40px;
}
.site-footer .logo {
  background: url("./assets/images/footer-logo.svg") no-repeat center/100% auto;
  font: 0/0 a;
  text-shadow: none;
  text-decoration: none;
  color: transparent;
  width: 270px;
  min-width: 270px;
  height: 68px;
  display: block;
  will-change: transform;
  margin: 0;
}
.site-footer a {
  color: #3a3f41;
}
.site-footer a:hover {
  color: #e3733c;
  text-decoration: none;
}
.site-footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 110px;
  -moz-column-gap: 110px;
  column-gap: 110px;
}
.site-footer .top aside {
  display: grid;
  grid-template-columns: 1fr 2fr;
  max-width: 760px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.site-footer .top nav > .nav-element {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.1em;
}
.site-footer .top nav > .nav-element > a {
  text-transform: lowercase;
}
.site-footer .top nav > .nav-element > a i {
  display: none;
}
.site-footer .top nav .sub-menu {
  line-height: 1.4em;
  font-size: 14px;
}
.site-footer .top nav .sub-menu > .nav-element {
  padding-top: 14px;
}
.site-footer .top nav.right .sub-menu {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.site-footer hr {
  background-color: #0a151b;
  margin: 70px 0 35px;
  height: 1px;
}
.site-footer .social a {
  color: #3a3f41;
  font-size: 26px;
}
.site-footer .social a:hover {
  color: #e3733c;
}
.site-footer .info {
  font-size: 12px;
  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: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.site-footer .info p {
  margin: 0;
  font-size: inherit;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.site-footer .info .nav {
  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;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 15px;
}
@media (max-width: 1079px) {
  .site-footer {
    padding-top: 50px;
  }
  .site-footer .top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .site-footer .top nav.right .sub-menu {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .site-footer hr {
    margin-top: 50px;
  }
  .site-footer .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
@media (max-width: 575px) {
  .site-footer .logo {
    width: 200px;
    min-width: 200px;
    height: 50px;
  }
  .site-footer .top {
    row-gap: 30px;
  }
  .site-footer .top aside {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 10px;
  }
  .site-footer .top nav.right .sub-menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media (max-width: 374px) {
  .site-footer .top nav.right .sub-menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.filters {
  margin: 0 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: 20px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.filters .searchandfilter > ul > li {
  margin: 0;
  padding: 0;
  width: 240px;
}
.filters .searchandfilter > ul > li.sf-field-reset {
  width: auto;
  line-height: 1.2;
  white-space: nowrap;
}
.filters .searchandfilter > ul > li.sf-field-post-meta-initial {
  width: 100% !important;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 15px 0 0;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 10px;
  font-size: 16px;
}
.filters .searchandfilter > ul > li.sf-field-post-meta-initial h4 {
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  color: #3a3f41;
  margin: 0;
  padding: 0;
}
.filters .searchandfilter > ul > li.sf-field-post-meta-initial ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.filters .searchandfilter > ul > li.sf-field-post-meta-initial ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filters .searchandfilter > ul > li.sf-field-post-meta-initial ul li:after {
  content: "|";
  padding: 0 6px;
}
.filters .searchandfilter > ul > li.sf-field-post-meta-initial ul li:last-child::after {
  display: none;
}
.filters .searchandfilter > ul > li.sf-field-post-meta-initial ul li .sf-input-radio {
  position: absolute;
  opacity: 0;
}
.filters .searchandfilter > ul > li.sf-field-post-meta-initial ul li .sf-label-radio {
  color: #e3733c;
  font-weight: 500;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.filters .searchandfilter > ul > li.sf-field-post-meta-initial ul li.sf-option-active .sf-label-radio, .filters .searchandfilter > ul > li.sf-field-post-meta-initial ul li:hover .sf-label-radio {
  color: #3a3f41;
}
.filters .searchandfilter > ul > li.sf-field-post-meta-initial ul li.sf-option-active:first-child .sf-label-radio {
  color: #e3733c;
}
.filters .searchandfilter > ul > li.sf-field-search label:after {
  width: 54px;
  height: 100%;
  content: "\e90d";
  font-family: "selled-dorsey-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: #4a4e50;
  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: "\e905";
  font-family: "selled-dorsey-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: #3d4341;
  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: #3a3f41;
  outline: none;
  border: 0;
  background-color: #e9e9e9;
  height: 56px;
  border-radius: 56px;
}
.filters .searchandfilter > ul > li .sf-input-select {
  background-color: #b4eb4a;
  -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: #3a3f41;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filters .searchandfilter > ul > li .sf-input-select option {
  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: #3a3f41;
  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: #3a3f41;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.filters .searchandfilter > ul > li .search-filter-reset:hover {
  color: #e3733c;
}
.filters .searchandfilter > ul > li .search-filter-reset:hover::after {
  background-color: #e3733c;
}
@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% - 15px) !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: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.pagination .nav-links .page-numbers {
  text-decoration: none;
  padding: 0 30px 0 33px;
  position: relative;
  color: #3a3f41;
}
.pagination .nav-links .page-numbers:hover {
  color: #e3733c;
}
.pagination .nav-links .page-numbers:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  bottom: 0;
  width: 3px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #3a3f41;
}
.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: 24px;
  font-weight: normal;
  color: #e3733c;
  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: 0;
  margin-left: -10px;
}
.pagination .nav-links .page-numbers.prev {
  padding-right: 0;
  margin-right: -10px;
}
.pagination .nav-links .page-numbers.current {
  color: #e3733c;
}
.pagination .nav-links .page-numbers.inactive {
  opacity: 0;
}
@media (max-width: 575px) {
  .pagination {
    margin: 50px 0 0;
  }
  .pagination .nav-links {
    font-size: 18px;
  }
  .pagination .nav-links .page-numbers {
    padding: 0 20px 0 23px;
  }
  .pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
    font-size: 16px;
  }
  .pagination .nav-links .page-numbers.next {
    margin-left: 0;
  }
  .pagination .nav-links .page-numbers.prev {
    padding-right: 0;
    margin-right: 0;
  }
  .pagination .nav-links .page-numbers:after {
    height: 16px;
  }
}

.homepage-hero {
  margin: 0;
}
.homepage-hero .waves {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 220px;
  z-index: 5;
}
.homepage-hero .waves .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: url(./assets/images/wave.svg) repeat-x left top;
  background-size: 1919px 220px;
  zoom: 1;
  opacity: 1;
  background-position-x: 0px;
}
.homepage-hero > .wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 200;
  width: 100%;
}
.homepage-hero > .wrapper .arrows {
  position: relative;
}
.homepage-hero > .wrapper .arrows .slick-arrow {
  color: #fff;
}
.homepage-hero > .wrapper .arrows .slick-arrow:hover {
  color: #e3733c;
}
.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 .dots {
  margin: 0 0 75px;
  color: #fff;
}
.homepage-hero .carousel .dots .slick-dots li button {
  border-color: #fff;
}
.homepage-hero .carousel .dots .slick-dots li.slick-active button {
  background-color: #fff;
  border-color: #fff;
}
.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 - 100px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  color: #fff;
}
.homepage-hero .carousel .inner .wrapper {
  position: relative;
  z-index: 222;
}
.homepage-hero .carousel .inner .inner-content {
  max-width: 1230px;
}
.homepage-hero .carousel .inner h1, .homepage-hero .carousel .inner .h1 {
  color: #fff;
  font-size: 62px;
  max-width: 642px;
}
.homepage-hero .carousel .inner .description {
  font-size: 20px;
  margin-bottom: 2em;
  max-width: 424px;
}
.homepage-hero .carousel .inner .description:last-child {
  margin-bottom: 0;
}
.homepage-hero .carousel .inner .button {
  padding: 18px 36px;
}
@media screen and (max-height: 770px) {
  .homepage-hero .carousel .inner {
    min-height: 690px;
  }
}
@media (min-width: 1680px) {
  .homepage-hero > .wrapper {
    max-width: 1840px;
  }
  .homepage-hero > .wrapper .inner-content {
    max-width: 100%;
    padding: 0;
  }
  .homepage-hero > .wrapper .arrows .slick-prev {
    left: 0;
  }
  .homepage-hero > .wrapper .arrows .slick-next {
    right: 0;
  }
}
@media (max-width: 1679px) {
  .homepage-hero .carousel .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1080px) {
  .homepage-hero .carousel .inner video + .background-image {
    display: none;
  }
}
@media (max-width: 1079px) {
  .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: 120px;
    padding-bottom: 120px;
  }
  .homepage-hero .carousel .inner h1, .homepage-hero .carousel .inner .h1 {
    color: #fff;
    font-size: 42px;
  }
}

.subpage-hero {
  margin: 0;
  position: relative;
}
.subpage-hero .inner-content {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  z-index: 3;
}
.subpage-hero hr {
  background-color: #fff;
  margin: 0;
  position: relative;
}
.subpage-hero hr::after {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100vw;
}

.breadcrumbs {
  margin: 70px 0 50px;
  font-size: 14px;
  font-weight: 500;
}
.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 5px;
}
.breadcrumbs a {
  color: #27292b;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #e3733c;
}

.standard-subpage-text {
  margin: 40px 0 110px;
}
.standard-subpage-text .inner-content {
  max-width: 1040px;
}
.standard-subpage-text .inner-content > h1 {
  max-width: 840px;
}
.standard-subpage-text .inner-content p + ul, .standard-subpage-text .inner-content p + ol {
  margin-top: -1.5em;
}
.standard-subpage-text .inner-content .hbspt-form {
  background-color: #8cc0c7;
  padding: 40px 32px 40px 40px;
}
.standard-subpage-text + .featured-post-carousel-wide {
  margin-top: -40px;
}
.standard-subpage-text + .team-post-grid, .standard-subpage-text + .default-post-grid, .standard-subpage-text + .case-study-post-grid {
  margin-top: -40px;
}
.standard-subpage-text + .accordion.no-top-margin {
  margin-top: -80px;
}
.page-id-56 .standard-subpage-text .wysiwyg-columns p {
  margin-bottom: 1em;
}

.accordion {
  margin: 100px 0;
}
.accordion.no-top-margin {
  margin-top: 0;
}
.accordion .inner-content {
  max-width: 1040px;
}
.accordion .h2 {
  margin-bottom: 40px;
  text-align: center;
}
.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: #187b81;
  margin-top: 4px;
  color: #fff;
  cursor: pointer;
  padding: 29px 0 29px 35px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-radius: 4px;
}
.accordion dl dt i {
  font-size: 25px;
  -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 35px;
  color: #fff;
}
.accordion dl dt:first-child {
  margin-top: 0;
}
.accordion dl dt.on {
  background-color: #e3733c;
  border-radius: 4px 4px 0 0;
}
.accordion dl dt.on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion dl dd {
  margin: 0;
  padding: 24px 55px 44px 35px;
  background-color: #eef0f1;
  display: none;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 0 0 4px 4px;
  letter-spacing: -0.01em;
}
.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 {
  margin: 110px 0;
}
.pathways .inner-content-lg {
  margin-left: 0;
  max-width: 1240px;
}
.pathways .pathways-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 40px;
}
.pathways .pathways-header .h1 {
  margin: 0;
  text-transform: lowercase;
}
.pathways .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
  row-gap: 36px;
}
.pathways .item {
  border-bottom: solid 4px #dff1f1;
  text-decoration: none;
  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: 15px 0;
  gap: 15px;
  color: #3a3f41;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  min-height: 84px;
}
.pathways .item i {
  background-color: #b4eb4a;
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 46px;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3a3f41;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pathways .item:not([href]), .pathways .item[href=""] {
  pointer-events: none;
}
.pathways .item:not([href]) i, .pathways .item[href=""] i {
  display: none;
}
.pathways .item:hover {
  border-bottom-color: #187b81;
}
.pathways .item:hover i {
  background-color: #187b81;
  color: #fff;
}
@media (max-width: 1079px) {
  .pathways {
    margin: 90px 0;
  }
  .pathways .grid {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 30px;
  }
  .pathways .item {
    font-size: 18px;
  }
  .pathways .item i {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .pathways {
    margin: 70px 0;
  }
  .pathways .grid {
    grid-template-columns: 1fr;
  }
}

.stats {
  margin: 0;
  color: #fff;
  text-align: center;
  padding: 130px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.stats aside {
  margin: 0 0 60px;
}
.stats aside:last-child {
  margin-bottom: 0;
}
.stats aside p {
  max-width: 950px;
  font-size: 18px;
  line-height: 26px;
  margin-left: auto;
  margin-right: auto;
}
.stats .h2 {
  color: inherit;
  margin: 0 auto 20px;
  max-width: 720px;
}
.stats .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 110px;
  -moz-column-gap: 110px;
  column-gap: 110px;
  row-gap: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.stats .item {
  line-height: 1.3;
  width: 100%;
}
.stats .item .stat {
  font-size: 110px;
  font-weight: bold;
  line-height: 1;
  color: #b4eb4a;
  background: -webkit-gradient(linear, left top, right top, from(#e2f7b9), to(#b4eb4a));
  background: linear-gradient(90deg, #e2f7b9 0%, #b4eb4a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
.stats .item p {
  margin: 20px 0 0;
}
.stats .item p:first-child {
  margin-top: 0;
}
.stats.theme-teal {
  background-image: url(./assets/images/stats-bg-teal.jpg);
}
.stats.theme-dark {
  background-image: url(./assets/images/stats-bg-gray.jpg);
}
@media (max-width: 1079px) {
  .stats {
    padding: 80px 0;
  }
  .stats .grid {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .stats .item {
    font-size: 16px;
  }
  .stats .item .stat {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .stats .grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .stats .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .stats .item {
    width: 100%;
  }
}

.offers-blocks {
  margin: 80px 0;
}
.offers-blocks .inner-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 110px;
  -moz-column-gap: 110px;
  column-gap: 110px;
}
.offers-blocks .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.offers-blocks .item .image {
  -webkit-clip-path: url(#offer-block-mask);
  clip-path: url(#offer-block-mask);
}
.offers-blocks .item .image .placeholder {
  padding-bottom: 46.7652495379%;
}
.offers-blocks .item .inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  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 .inner::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: solid 2px #e5e9ea;
  border-radius: 9px;
  z-index: 3;
}
.offers-blocks .item .content {
  padding: 30px 80px 60px;
  -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;
  position: relative;
  z-index: 4;
}
.offers-blocks .item .content .button-container {
  margin-top: auto;
}
.offers-blocks .item .title {
  font-size: 24px;
  font-weight: bold;
  color: #67a8bd;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.offers-blocks .item .description {
  font-size: 18px;
  letter-spacing: 0.026em;
  line-height: 1.2;
  margin-bottom: 30px;
}
.offers-blocks .item .description:last-child {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .offers-blocks .inner-content {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .offers-blocks .item .inner::before {
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
  }
  .offers-blocks .item .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .offers-blocks .inner-content {
    row-gap: 50px;
    grid-template-columns: 1fr;
  }
  .offers-blocks .item .title {
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .offers-blocks .item .content {
    padding: 30px 40px 40px;
  }
}

.offers-carousel {
  margin: 80px 0;
  position: relative;
}
.offers-carousel .inner-content {
  padding-left: 6px;
  padding-right: 6px;
}
.offers-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto 0 0;
}
.offers-carousel .slick-slide {
  height: auto;
  min-height: 523px;
}
.offers-carousel .slick-arrow.slick-prev {
  left: -52px;
}
.offers-carousel .slick-arrow.slick-next {
  right: -52px;
}
.offers-carousel .carousel {
  position: relative;
}
.offers-carousel .carousel::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: solid 2px #e5e9ea;
  border-radius: 5px;
  z-index: 3;
  pointer-events: none;
}
.offers-carousel .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.offers-carousel .item .image .placeholder {
  padding-bottom: 0;
}
.offers-carousel .item .content {
  padding: 20px 70px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offers-carousel .item .content .text {
  color: #3a3f41;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.offers-carousel .item .content .h2 {
  color: #3a3f41;
  margin-bottom: 0.7em;
}
.offers-carousel .item .content .description {
  line-height: 1.44;
}
.offers-carousel .item .content .button-container {
  margin-top: 30px;
}
.offers-carousel .item .content .carousel-controls {
  position: absolute;
  bottom: 70px;
  left: 70px;
}
.offers-carousel.image-right .item .image {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media (max-width: 1279px) {
  .offers-carousel .carousel::before {
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
  }
  .offers-carousel .item {
    min-height: 480px;
  }
}
@media (max-width: 1079px) {
  .offers-carousel .inner-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .offers-carousel .slick-arrow.slick-prev {
    left: -32px;
  }
  .offers-carousel .slick-arrow.slick-next {
    right: -32px;
  }
}
@media (max-width: 767px) {
  .offers-carousel .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .offers-carousel .item > * {
    width: 100%;
  }
  .offers-carousel .item .image .placeholder {
    padding-bottom: 83%;
  }
  .offers-carousel .item .content {
    padding: 0 50px 70px;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .offers-carousel .item .content .text {
    margin: 0 0 30px;
    padding: 40px 0 0;
  }
  .offers-carousel .item .content .carousel-controls {
    position: absolute;
    left: 50px;
    bottom: 50px;
  }
  .offers-carousel.image-right .item .image {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media (max-width: 575px) {
  .offers-carousel .inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .offers-carousel .slick-arrow.slick-prev {
    left: -32px;
  }
  .offers-carousel .slick-arrow.slick-next {
    right: -32px;
  }
}
@media (max-width: 374px) {
  .offers-carousel .item .content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .offers-carousel .item .content .carousel-controls {
    left: 40px;
  }
}

.featured-team-carousel {
  margin: 110px 0;
  text-align: center;
}
.featured-team-carousel .h2 {
  margin-bottom: 2em;
}
.featured-team-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto;
}
.featured-team-carousel .slick-slide {
  height: auto;
  margin-right: 65px;
  text-align: left;
}
.featured-team-carousel .carousel-wrapper {
  position: relative;
}
.featured-team-carousel .carousel {
  position: static;
  margin: 0 -65px 50px 0;
}
.featured-team-carousel .carousel:last-child {
  margin-bottom: 0;
}
.featured-team-carousel .carousel .item .image .placeholder {
  padding-bottom: 124%;
}
.featured-team-carousel .button.tertiary {
  color: #187b81;
}
.featured-team-carousel .button.tertiary:hover {
  color: #67a8bd;
}
@media (max-width: 1279px) {
  .featured-team-carousel .carousel {
    margin-right: -40px;
  }
  .featured-team-carousel .slick-slide {
    margin-right: 40px;
  }
}
@media (max-width: 575px) {
  .featured-team-carousel {
    margin: 80px 0;
  }
  .featured-team-carousel .inner-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .featured-team-carousel .slick-arrow.slick-prev {
    left: -50px;
  }
  .featured-team-carousel .slick-arrow.slick-next {
    right: -50px;
  }
}
@media (max-width: 374px) {
  .featured-team-carousel .inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .featured-team-carousel .slick-arrow.slick-prev {
    left: -30px;
  }
  .featured-team-carousel .slick-arrow.slick-next {
    right: -30px;
  }
}

.featured-posts-carousel {
  background: #187b81 url(./assets/images/insights-bg.jpg) no-repeat center/cover;
  position: relative;
  margin: 0;
  padding: 120px 0 120px;
  background-color: #fff;
  color: #0c1a23;
  overflow: hidden;
}
.featured-posts-carousel .featured-posts-carousel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 75px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  color: #67a8bd;
}
.featured-posts-carousel .featured-posts-carousel-header:last-child {
  margin-bottom: 0;
}
.featured-posts-carousel .featured-posts-carousel-header .button {
  -ms-flex-item-align: center;
  align-self: center;
}
.featured-posts-carousel .featured-posts-carousel-header .h1 {
  margin: 0;
  color: #fff;
  text-transform: lowercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  line-height: 1em;
}
.featured-posts-carousel .featured-posts-carousel-header .h1 i {
  background-color: #b4eb4a;
  width: 58px;
  height: 58px;
  border-radius: 58px;
  font-size: 39px;
  color: #3a3f41;
  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;
}
.featured-posts-carousel .carousel-wrapper {
  position: relative;
}
.featured-posts-carousel .carousel {
  position: static;
  margin-right: -75px;
}
.featured-posts-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto 0 0;
}
.featured-posts-carousel .slick-slide {
  height: auto;
  margin-right: 75px;
}
.featured-posts-carousel .slick-arrow {
  color: #fff;
}
.featured-posts-carousel .slick-arrow:hover {
  color: #e3733c;
}
.featured-posts-carousel .item {
  color: #fff;
  text-decoration: none;
}
.featured-posts-carousel .item .eyebrow {
  color: #fff;
  margin-bottom: 18px;
}
.featured-posts-carousel .item .image {
  margin: 0 0 14px;
}
.featured-posts-carousel .item .image .placeholder {
  padding-bottom: 62.85%;
}
.featured-posts-carousel .item .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
}
@media (max-width: 1279px) {
  .featured-posts-carousel {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .featured-posts-carousel .carousel {
    margin-right: -40px;
  }
  .featured-posts-carousel .slick-slide {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .featured-posts-carousel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .featured-posts-carousel .carousel-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .featured-posts-carousel .featured-posts-carousel-header {
    margin: 0 0 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .featured-posts-carousel .featured-posts-carousel-header .h1 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .featured-posts-carousel .featured-posts-carousel-header .h1 i {
    width: 46px;
    height: 46px;
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .featured-posts-carousel {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .featured-posts-carousel .slick-arrow.slick-prev {
    left: -10px;
  }
  .featured-posts-carousel .slick-arrow.slick-next {
    right: -10px;
  }
}

.featured-post-carousel-wide {
  margin: 70px 0 70px;
  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 .slick-dots li button {
  border-color: #fff;
}
.featured-post-carousel-wide .slick-dots li.slick-active button {
  background-color: #fff;
}
.featured-post-carousel-wide .carousel {
  position: relative;
}
.featured-post-carousel-wide .carousel::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: solid 2px #e5e9ea;
  border-radius: 9px;
  z-index: 1;
  pointer-events: none;
}
.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;
  overflow: hidden;
  min-height: 356px;
}
.featured-post-carousel-wide .item .image {
  height: 100%;
  width: 35.4%;
  min-width: 35.4%;
}
.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: 70px 70px 60px 60px;
  background: #187b81 url(./assets/images/featured-bg.jpg) no-repeat center/cover;
}
.featured-post-carousel-wide .item .content .eyebrow {
  margin-bottom: 45px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.1em;
}
.featured-post-carousel-wide .item .content .h2 {
  color: #fff;
  font-size: 26px;
  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 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.featured-post-carousel-wide .item .content .button-container .button:hover {
  background-color: #fff;
  color: #187b81;
}
@media (max-width: 1079px) {
  .featured-post-carousel-wide .carousel::before {
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
  }
  .featured-post-carousel-wide .item .content {
    padding: 60px 50px 60px 40px;
  }
}
@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: 83%;
  }
  .featured-post-carousel-wide .item .content {
    width: 100%;
    height: auto;
    padding: 30px 50px 50px;
  }
  .featured-post-carousel-wide .item .content .eyebrow {
    margin-bottom: 30px;
  }
  .featured-post-carousel-wide .item .content .h2 {
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .featured-post-carousel-wide .item .content {
    padding: 30px 40px 40px;
  }
}

.featured-testimonial-carousel {
  margin: 0;
}
.featured-testimonial-carousel .inner-content {
  position: relative;
}
.featured-testimonial-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto 0 0;
}
.featured-testimonial-carousel .slick-slide {
  height: auto;
}
.featured-testimonial-carousel i.icon-quote {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #b4eb4a;
  color: #3a3f41;
  width: 104px;
  height: 104px;
  border-radius: 104px;
  font-size: 52px;
  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;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 200;
  pointer-events: none;
}
.featured-testimonial-carousel .carousel {
  border: solid 2px #e5e9ea;
  border-radius: 9px;
}
.featured-testimonial-carousel .item {
  text-align: center;
  padding: 90px 80px 60px;
  color: #3a3f41;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-testimonial-carousel .item cite {
  display: block;
  font-size: 24px;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 1.5em;
}
.featured-testimonial-carousel .item cite:last-child {
  margin-bottom: 0;
}
.featured-testimonial-carousel .item em {
  display: block;
  line-height: 1.2;
  font-style: normal;
}
.featured-testimonial-carousel.theme-white {
  margin: 100px 0 80px;
}
.featured-testimonial-carousel.theme-teal {
  background: #187b81 url(./assets/images/testimonial-bg.jpg) no-repeat center/cover;
  padding: 100px 0 80px;
}
.featured-testimonial-carousel.theme-teal .item {
  color: #fff;
}
.featured-testimonial-carousel.theme-teal .slick-arrow {
  color: #fff;
}
.featured-testimonial-carousel.theme-teal .slick-arrow:hover {
  color: #e3733c;
}
@media (max-width: 1079px) {
  .featured-testimonial-carousel i.icon-quote {
    width: 72px;
    height: 72px;
    font-size: 36px;
  }
  .featured-testimonial-carousel .item {
    padding: 50px 40px 30px;
  }
  .featured-testimonial-carousel .item cite {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .featured-testimonial-carousel .inner-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .featured-testimonial-carousel .item cite {
    font-size: 20px;
  }
  .featured-testimonial-carousel .slick-arrow.slick-prev {
    left: -50px;
  }
  .featured-testimonial-carousel .slick-arrow.slick-next {
    right: -50px;
  }
  .featured-testimonial-carousel.theme-white {
    margin: 70px 0;
  }
  .featured-testimonial-carousel.theme-teal {
    background-color: #187b81;
    padding: 70px 0;
  }
  .featured-testimonial-carousel.theme-teal .item {
    color: #fff;
  }
  .featured-testimonial-carousel.theme-teal .slick-arrow {
    color: #fff;
  }
  .featured-testimonial-carousel.theme-teal .slick-arrow:hover {
    color: #e3733c;
  }
}
@media (max-width: 374px) {
  .featured-testimonial-carousel .inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .featured-testimonial-carousel i.icon-quote {
    width: 54px;
    height: 54px;
    font-size: 27px;
  }
  .featured-testimonial-carousel .item {
    padding: 40px 20px 30px;
  }
  .featured-testimonial-carousel .item cite {
    font-size: 20px;
  }
  .featured-testimonial-carousel .slick-arrow.slick-prev {
    left: -30px;
  }
  .featured-testimonial-carousel .slick-arrow.slick-next {
    right: -30px;
  }
}

.team-post-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 66px;
  -moz-column-gap: 66px;
  column-gap: 66px;
  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 14px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}
.team-post-grid .item .image .placeholder {
  padding-bottom: 124%;
}
.team-post-grid .item .image .display:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(./assets/images/team-mask.png) no-repeat bottom left/cover;
  z-index: 2;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.team-post-grid .item .name {
  font-size: 22px;
  font-weight: bold;
  color: #67a8bd;
  line-height: 1.2;
  margin-bottom: 0.3em;
  -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: 16px;
  line-height: 1.4;
  color: #3a3f41;
}
.team-post-grid .item:hover .image .display::before {
  opacity: 1;
}
@media (max-width: 1279px) {
  .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: 90px 0;
}
.default-post-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 74px;
  -moz-column-gap: 74px;
  column-gap: 74px;
  row-gap: 55px;
}
.default-post-grid .item {
  color: #3a3f41;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}
.default-post-grid .item .eyebrow {
  color: #e3733c;
}
.default-post-grid .item .image {
  margin: 0 0 14px;
  overflow: hidden;
}
.default-post-grid .item .image .placeholder {
  padding-bottom: 62.85%;
}
.default-post-grid .item .image .display:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(./assets/images/team-mask.png) no-repeat bottom left/cover;
  z-index: 2;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.default-post-grid .item:hover .image .display::before {
  opacity: 1;
}
.default-post-grid.related .h4 {
  color: #3a3f41;
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: 0.05em;
  margin-bottom: 1.75em;
}
@media (max-width: 1279px) {
  .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;
  }
  .default-post-grid .item {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .default-post-grid {
    margin: 60px 0;
  }
  .default-post-grid .grid {
    grid-template-columns: 1fr;
  }
}

.case-study-post-grid {
  margin: 90px 0;
}
.case-study-post-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 74px;
  -moz-column-gap: 74px;
  column-gap: 74px;
  row-gap: 55px;
}
.case-study-post-grid .item {
  color: #3a3f41;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}
.case-study-post-grid .item .eyebrow {
  color: #e3733c;
  margin-bottom: 18px;
}
.case-study-post-grid .item .image {
  margin: 0 0 14px;
}
.case-study-post-grid .item .image .placeholder {
  padding-bottom: 62.85%;
}
.case-study-post-grid .item .image .display:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(./assets/images/team-mask.png) no-repeat bottom left/cover;
  z-index: 2;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.case-study-post-grid .item:hover .image .display::before {
  opacity: 1;
}
.case-study-post-grid.related .h4 {
  color: #3a3f41;
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: 0.05em;
  margin-bottom: 1.75em;
}
@media (max-width: 1279px) {
  .case-study-post-grid .grid {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}
@media (max-width: 1079px) {
  .case-study-post-grid .grid {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
@media (max-width: 767px) {
  .case-study-post-grid .grid {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 50px;
  }
  .case-study-post-grid .item {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .case-study-post-grid {
    margin: 60px 0;
  }
  .case-study-post-grid .grid {
    grid-template-columns: 1fr;
  }
}

.news-post-list {
  margin: 70px 0 0;
}
.news-post-list .inner-content {
  max-width: 1040px;
}
.news-post-list .accordion {
  border-radius: 0;
  margin: 0;
}
.news-post-list .accordion dt {
  font-size: 42px;
  font-weight: bold;
  color: #8cc0c7;
  padding: 18px 0 80px;
  border-top: solid 3px #8cc0c7;
  margin: 0;
  background: transparent;
  letter-spacing: 0;
  border-radius: 0;
}
.news-post-list .accordion dt i {
  margin: 0 30px;
  color: #8cc0c7;
  font-size: 25px;
}
.news-post-list .accordion dt.on {
  background: transparent;
  border-radius: 0;
}
.news-post-list .accordion dt.on i {
  color: #8cc0c7;
}
.news-post-list .accordion dd {
  padding: 0 60px 80px 0;
  background: transparent;
  margin-top: -40px;
}
.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: 24px;
  font-weight: 600;
  color: #3a3f41;
  -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: "Ubuntu", sans-serif;
  color: #3a3f41;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.news-post-list .item:hover .title {
  color: #e3733c;
}
.news-post-list + .offers-blocks {
  margin-top: 48px;
}
@media (max-width: 575px) {
  .news-post-list .accordion dt {
    font-size: 34px;
    padding-bottom: 50px;
  }
  .news-post-list .accordion dt i {
    margin-right: 0;
  }
  .news-post-list .accordion dd {
    padding-right: 25px;
    margin-top: -20px;
  }
  .news-post-list .item .title {
    font-size: 20px;
  }
}

.template {
  margin: 50px 0 75px;
}
.template .inner-content {
  max-width: 1040px;
}
.template .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 40px;
  color: #67a8bd;
}
.template .meta {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #67a8bd;
}
.template .meta a {
  text-decoration: none;
  color: #67a8bd;
}
.template .meta * {
  display: inline;
}
.template .meta *:after {
  content: " / ";
  padding: 0 7px;
}
.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: 18px;
  font-weight: bold;
  margin: 0;
  color: #27292b;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  text-transform: none;
}
.template .meta-tags aside {
  font-size: 18px;
  font-weight: normal;
  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: #e3733c;
}
.template .meta-tags aside > * a:hover {
  text-decoration: underline;
}
.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;
  overflow: hidden;
}
.template .bio .image .placeholder {
  padding-bottom: 122%;
}
.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: 42px;
  font-weight: bold;
  color: #3a3f41;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.template .bio .name:last-child {
  margin-bottom: 0;
}
.template .bio .job-title {
  color: #67a8bd;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 25px;
}
.template .bio hr {
  margin-top: auto;
  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 img {
  display: block;
  width: 100%;
  height: auto;
}
.template .non-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 50px;
}
.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%;
}
.template .non-blog .content > .image .placeholder {
  padding-bottom: 54%;
}
.template .non-blog .side {
  width: 268px;
  min-width: 268px;
}
.template .non-blog .side > * {
  margin-bottom: 25px;
}
.template .non-blog .side > *:last-child {
  margin-bottom: 0;
}
.template .non-blog .side .side-form {
  background: #8cc0c7;
  padding: 30px;
}
.template .non-blog .side .side-form .title {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 1.2em;
}
.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;
  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: #187b81;
}
.template .author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  margin: 0 0 40px;
}
.template .author-bio .image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 170px;
  min-width: 170px;
}
.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;
  color: #3a3f41;
}
.template .author-bio .content .h5 {
  font-size: 26px;
  font-weight: bold;
  color: #67a8bd;
  margin: 0 0 7px;
}
.template .author-bio .content p {
  margin: 0 0 12px;
}
.template .author-bio .content .button {
  font-size: 16px;
}
.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: 260px;
  width: 260px;
}
.template .project-info .side .h5 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  color: #3a3f41;
}
.template .project-info .side .side-item {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: normal;
  color: #27292b;
}
.template .project-info .side .side-item .h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0.3em;
  color: #67a8bd;
}
.template .project-info .side .side-item .side-item-tags {
  font-size: 18px;
  line-height: 26px;
}
.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 {
  margin-bottom: 180px;
}
.single-news .template h1, .single-news .template .h1 {
  margin-bottom: 0.7em;
  line-height: 1.2;
}
.single-news .template .inner-content > figure.image {
  margin-bottom: 40px;
}
.single-news .template .inner-content > figure.image .placeholder {
  padding-bottom: 37.5%;
}
.single-news .template hr {
  margin-top: 60px;
  margin-bottom: 45px;
}
.single-case-study .template {
  margin-bottom: 80px;
}
.single-case-study .template .inner-content > figure.image {
  margin-bottom: 60px;
}
.single-case-study .template .inner-content > figure.image .placeholder {
  padding-bottom: 37.5%;
}
.single-case-study .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: 70px 0 40px;
}
.single-post .template .inner-content .author-bio + hr {
  margin: 40px 0;
}
@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 .non-blog .side .social-share {
    margin-top: 40px;
  }
  .template .non-blog .side .social-share:first-child {
    margin-top: 0;
  }
  .template .project-info {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .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 .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: 100px;
  }
  .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;
}
.search-page-results .inner-content {
  max-width: 1040px;
}
.search-page-results h2, .search-page-results .h2 {
  color: #67a8bd;
  margin-bottom: 0.25em;
}

.item-search {
  color: #3a3f41;
  margin-bottom: 60px;
  display: block;
  text-decoration: none;
}
.item-search:hover {
  text-decoration: none;
  color: #3a3f41;
}
.item-search:hover .button {
  color: #1b1f20;
}
.item-search h2, .item-search .h2 {
  color: #67a8bd;
  margin-bottom: 0.25em;
}
.item-search p {
  margin-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */
