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

@font-face {
  font-family: "gba-icons";
  src: url("./assets/fonts/gba-icons.eot?hku1bg");
  src: url("./assets/fonts/gba-icons.eot?hku1bg#iefix") format("embedded-opentype"), url("./assets/fonts/gba-icons.ttf?hku1bg") format("truetype"), url("./assets/fonts/gba-icons.woff?hku1bg") format("woff"), url("./assets/fonts/gba-icons.svg?hku1bg#gba-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: "gba-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-cross:before {
  content: "\e906";
}

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

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

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

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

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

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

.icon-caret-up:before {
  content: "\e905";
}

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

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

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

.icon-youtube:before {
  content: "\ea9d";
}

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

.gform_wrapper.gravity-theme img.gform_ajax_spinner {
  display: none !important;
}

.gform_wrapper.gravity-theme form {
  padding: 55px 50px;
  background-color: #eef0f1;
  position: relative;
  border-radius: 7px;
}

.gform_wrapper.gravity-theme form input,
.gform_wrapper.gravity-theme form input[type=color],
.gform_wrapper.gravity-theme form input[type=date],
.gform_wrapper.gravity-theme form input[type=datetime-local],
.gform_wrapper.gravity-theme form input[type=datetime],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=month],
.gform_wrapper.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme form input[type=password],
.gform_wrapper.gravity-theme form input[type=search],
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=time],
.gform_wrapper.gravity-theme form input[type=url],
.gform_wrapper.gravity-theme form input[type=week],
.gform_wrapper.gravity-theme form select,
.gform_wrapper.gravity-theme form textarea {
  border: 0 !important;
  border-radius: 30px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: #0a151b;
  line-height: 1 !important;
  min-height: auto !important;
  padding: 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
}

.gform_wrapper.gravity-theme form input::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

.gform_wrapper.gravity-theme form input::-moz-placeholder,
.gform_wrapper.gravity-theme form textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.gform_wrapper.gravity-theme form input::-ms-input-placeholder,
.gform_wrapper.gravity-theme form textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.gform_wrapper.gravity-theme form input::placeholder,
.gform_wrapper.gravity-theme form textarea::placeholder {
  color: inherit;
  opacity: 1;
}

.gform_wrapper.gravity-theme form input {
  height: 55px;
}

.gform_wrapper.gravity-theme form textarea {
  min-height: 200px !important;
}

.gform_wrapper.gravity-theme form #gform_submit_button_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  padding: 5px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e64b38;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}

.gform_wrapper.gravity-theme form #gform_submit_button_1:hover {
  background-color: #40474f;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-top: 0 !important;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #cc0000;
  color: #cc0000;
  background-color: #fff9f9;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 12px 16px;
  border: 0;
  background: #fff;
  color: #cc0000;
  margin-bottom: 16px;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px;
  font-weight: 600;
  color: #cc0000;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 span {
  display: none;
}

.gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}

.gform_wrapper.gravity-theme .gform_footer .button {
  border: none;
}

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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #0a151b;
  font-size: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  min-width: 320px;
  margin-top: 153px;
}

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

section,
.module {
  margin: 100px 0;
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1270px;
  padding: 0 40px;
}

.wrapper-thin {
  display: block;
  margin: 0 auto;
  max-width: 1034px;
  padding: 0 40px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "proxima-nova", sans-serif;
  color: #22657f;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.1;
  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 {
  font-size: 52px;
  color: #e64b38;
}

h2,
.h2 {
  font-size: 42px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  color: #0a151b;
  font-size: 18px;
  text-transform: uppercase;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
}

p {
  margin: 0 0 30px;
}

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

a {
  color: #0a151b;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #0a151b;
  outline: none;
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

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

.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
  min-height: 35px;
  padding: 6px 30px 5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.button:hover,
.button:focus {
  text-decoration: none;
}

.button.primary {
  background-color: #e64b38;
  color: #fff;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #fff;
  color: #e64b38;
}

.button.secondary {
  background-color: #fff;
  color: #e64b38;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #e64b38;
  color: #fff;
}

.button.tertiary {
  padding: 0;
  color: #e64b38;
}

.button.tertiary:hover,
.button.tertiary:focus {
  color: #40474f;
}

hr {
  margin: 50px 0;
  height: 2px;
  background-color: #eef0f1;
  border: 0;
}

blockquote {
  color: #e64b38;
  font-weight: 700;
  margin: 3em 0;
}

blockquote:first-child {
  margin-top: 0;
}

blockquote strong {
  display: block;
  margin-top: 30px;
  font-size: 0.9em;
}

blockquote strong:before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #e64b38;
}

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

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

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

.alignleft {
  float: left;
  margin: 5px 40px 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 {
  max-width: 100%;
  background: #fff;
  padding: 5px 3px 10px;
}

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

.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: 98.5%;
  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 1em;
}

.site-content ul li,
.site-content ol li {
  margin-bottom: 10px;
}

.site-content ul ul,
.site-content ul ol,
.site-content ol ul,
.site-content ol ol {
  margin: 0;
}

.site-content .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin: 0 0 1em;
}

.site-content .wysiwyg-columns.three {
  grid-template-columns: 1fr 1fr 1fr;
}

.site-content .wysiwyg-columns.three img {
  width: 100%;
}

.slick-list .slick-track {
  margin: 0;
}

.slick-arrow {
  font-size: 36px;
  color: #e64b38;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}

.slick-arrow:hover,
.slick-arrow:focus {
  color: #40474f;
}

.slick-custom-dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.slick-custom-dots ul li {
  list-style: none;
  margin: 0;
  margin-right: 15px;
  padding: 0;
  line-height: 0;
}

.slick-custom-dots ul li:last-child {
  margin-right: 0;
}

.slick-custom-dots ul li.slick-active .slick-custom-dot,
.slick-custom-dots ul li.slick-active .slick-custom-dot.light {
  background-color: #0a151b;
}

.slick-custom-dots ul li .slick-custom-dot {
  width: 11px;
  height: 11px;
  margin: 0;
  padding: 0;
  border-radius: 100%;
  border: none;
  background-color: #85bace;
  cursor: pointer;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}

.slick-custom-dots ul li .slick-custom-dot.light {
  background-color: #fff;
}

.slick-custom-dots ul li .slick-custom-dot.light:hover,
.slick-custom-dots ul li .slick-custom-dot.light:focus {
  background-color: #0a151b;
}

.slick-custom-dots ul li .slick-custom-dot:hover,
.slick-custom-dots ul li .slick-custom-dot:focus {
  background-color: #0a151b;
}

.slick-custom-dots ul li:before {
  display: none;
}

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

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

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

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

.design-overlay-square {
  width: 100%;
  height: 100%;
  background-color: rgba(39, 41, 42, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.design-overlay-square:after {
  content: "\e901";
  font-family: "gba-icons" !important;
  speak: never;
  font-size: 35px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 7px;
  background-color: #e64b38;
  color: #fff;
}

.design-overlay-bg-dots {
  width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 65%;
  max-height: 400px;
  background-image: url("./assets/img/design-bg-dots.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

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

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dark .section-header .header-text {
  color: #fff;
}

.section-header .header-text {
  margin-bottom: 0;
  color: #22657f;
}

.section-header .button {
  margin-left: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.section-header .button.primary:hover {
  background-color: #eef0f1;
}

.color-blue-dark {
  color: #22657f !important;
}

.color-blue-light {
  color: #85bace !important;
}

.color-red-dark {
  color: #40474f !important;
}

.color-red-light {
  color: #e64b38 !important;
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

header.site-header.scroll {
  background-color: #eef0f1;
  -webkit-box-shadow: 0px 1px 32px 0px rgba(10, 21, 27, 0.1);
  box-shadow: 0px 1px 32px 0px rgba(10, 21, 27, 0.1);
}

header.site-header.scroll .nav-wrapper {
  padding: 5px 80px;
}

header.site-header.scroll .nav-wrapper .navigation-buttons {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 10px !important;
}

header.site-header.scroll .nav-wrapper .site-logo svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 80% !important;
}

header.site-header.scroll .split .site-branding {
  margin-top: 5px;
  margin-bottom: 0;
  width: 200px;
}

header.site-header.scroll .split .site-branding img {
  width: 100%;
}

header.site-header a {
  text-decoration: none;
}

header.site-header a:hover,
header.site-header a:focus,
header.site-header a:active {
  text-decoration: none;
  outline: none;
}

header.site-header i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header.site-header .nav-element.open i {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

header.site-header .nav-wrapper {
  padding: 25px 75px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

header.site-header .nav-wrapper .navigation-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.site-header .nav-wrapper .navigation-flex .site-branding {
  width: 30%;
  max-width: 200px;
  margin-top: 5px;
  -ms-flex-item-align: center;
  align-self: center;
}

header.site-header .nav-wrapper .navigation-flex .site-branding img {
  width: 100%;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .sub-menu {
  display: none;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .sub-menu a {
  font-size: 18px;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  position: relative;
  -webkit-justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons > .nav-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  padding: 6px 20px 5px;
  margin-left: 15px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons > .nav-element i {
  position: relative;
  font-size: 6px;
  padding-left: 10px;
  display: inline-block;
  top: -2px;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons > .nav-element a {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons > .nav-element a:hover {
  text-decoration: none;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons > .nav-element:nth-of-type(1) {
  background-color: #e64b38;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons > .nav-element:nth-of-type(1) a {
  color: white;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons > .nav-element:nth-of-type(2) {
  background-color: white;
  border: 1px solid #ced1d2;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons > .nav-element:nth-of-type(2) a {
  color: #0a151b;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons > .nav-element .sub-menu > .nav-element {
  margin-left: 0;
  padding: 8px 25px;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 5px;
  margin-left: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #85bace;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .search-button:hover {
  background-color: #e64b38;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .search-button.open i {
  background: transparent;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .search-button.open i:before {
  content: "\e906";
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .form-wrap {
  display: none;
  position: absolute;
  top: 45px;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .form-wrap form .search-field input {
  width: 100%;
  padding: 15px 30px;
  border-radius: 30px;
  border: 1px solid #ced1d2;
  background-color: #eef0f1;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .form-wrap form .search-field input:focus-within {
  outline: 0;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .form-wrap form .search-field input::-webkit-input-placeholder {
  color: #0a151b;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .form-wrap form .search-field input::-moz-placeholder {
  color: #0a151b;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .form-wrap form .search-field input::-ms-input-placeholder {
  color: #0a151b;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .form-wrap form .search-field input::placeholder {
  color: #0a151b;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .form-wrap form .search-submit {
  padding: 0 15px;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
  font-size: 16px;
  cursor: pointer;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .sub-menu {
  position: absolute;
  right: 50px;
  top: 55px;
  background-color: #eef0f1;
  border-radius: 5%;
  border: 1px solid #e5e6e7;
  padding: 15px 0;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .sub-menu .nav-element {
  background-color: transparent;
  border: 0;
  padding: 8px 30px;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .sub-menu .nav-element a {
  text-transform: capitalize;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .sub-menu .nav-element a:hover {
  color: #e64b38;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element {
  margin-right: 15px;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element:last-child {
  margin-right: 0;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element:hover > a {
  background-color: #e64b38;
  color: white;
  text-decoration: none;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  letter-spacing: 1.0588;
  padding: 10px 20px 8px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 20px;
  white-space: nowrap;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element > a i {
  padding: 5px;
  margin-left: 10px;
  font-size: 10px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: none;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element > .sub-menu .nav-element {
  padding: 5px 0;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element > .sub-menu .nav-element a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element > .sub-menu .nav-element a:hover {
  color: #e64b38;
}

.nav-toggle {
  display: none;
  width: 33px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 1000;
  -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: #85bace;
}

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

.site-footer {
  background-color: #eef0f1;
}

.site-footer .footer-wrapper {
  padding: 0 100px;
}

.site-footer .footer-wrapper .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 70px 0 90px 0;
}

.site-footer .footer-wrapper .footer-container .footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer .footer-wrapper .footer-container .footer-block .footer-head {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2857;
  padding-bottom: 25px;
  color: #85bace;
  font-weight: 700;
  text-transform: uppercase;
}

.site-footer .footer-wrapper .footer-container .footer-block .address p {
  font-size: 16px;
  display: block;
  color: #40474f;
  font-weight: 700;
  margin-bottom: 10px;
}

.site-footer .footer-wrapper .footer-container .footer-block .address a {
  color: #40474f;
}

.site-footer .footer-wrapper .footer-container .footer-block .address a:hover {
  text-decoration: none;
}

.site-footer .footer-wrapper .footer-container .footer-block .links {
  display: inline-block;
}

.site-footer .footer-wrapper .footer-container .footer-block .links:last-of-type {
  margin-left: 130px;
  margin-right: 70px;
}

.site-footer .footer-wrapper .footer-container .footer-block .links .nav-element {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}

.site-footer .footer-wrapper .footer-container .footer-block .links .nav-element a {
  color: #40474f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.site-footer .footer-wrapper .footer-container .footer-block .links .nav-element a:hover {
  color: #e64b38;
  text-decoration: none;
}

.site-footer .footer-wrapper .footer-container-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.site-footer .footer-wrapper .footer-container-bottom .footer-block .bottom-item {
  font-size: 12px;
  letter-spacing: -0.01em;
  color: #40474f;
  font-weight: 700;
}

.site-footer .footer-wrapper .footer-container-bottom .footer-block .bottom-item a {
  color: #40474f;
}

.site-footer .footer-wrapper .footer-container-bottom .footer-block .bottom-item a:hover {
  text-decoration: none;
}

.site-footer .footer-wrapper .footer-container-bottom .footer-block.social,
.site-footer .footer-wrapper .footer-container-bottom .footer-block.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer .footer-wrapper .footer-container-bottom .footer-block.social .nav-element,
.site-footer .footer-wrapper .footer-container-bottom .footer-block.menu .nav-element {
  padding: 0 7px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}

.site-footer .footer-wrapper .footer-container-bottom .footer-block.social .nav-element a,
.site-footer .footer-wrapper .footer-container-bottom .footer-block.menu .nav-element a {
  color: #40474f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.site-footer .footer-wrapper .footer-container-bottom .footer-block.social .nav-element a:hover,
.site-footer .footer-wrapper .footer-container-bottom .footer-block.menu .nav-element a:hover {
  color: #e64b38;
  text-decoration: none;
}

.site-footer .footer-wrapper .footer-container-bottom .footer-block.social .social-icon,
.site-footer .footer-wrapper .footer-container-bottom .footer-block.menu .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #40474f;
  text-decoration: none;
  border-radius: 100%;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-footer .footer-wrapper .footer-container-bottom .footer-block.social .social-icon:hover,
.site-footer .footer-wrapper .footer-container-bottom .footer-block.menu .social-icon:hover {
  background-color: #e64b38;
}

.site-footer .footer-wrapper .footer-container-bottom .footer-block.social .social-icon:last-child,
.site-footer .footer-wrapper .footer-container-bottom .footer-block.menu .social-icon:last-child {
  margin-right: 0;
}

.blog-id-3 .filters {
  margin-bottom: 65px;
}

.blog-id-3 .filters .searchandfilter > ul {
  grid-template-columns: 1fr 1fr 1fr auto;
}

.filters {
  margin-bottom: 65px;
}

.filters .searchandfilter > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 15px;
  margin: 0;
  padding: 0;
}

.filters .searchandfilter > ul > li {
  padding: 0;
  margin: 0;
}

.filters .searchandfilter > ul > li.sf-field-search > label:after {
  content: "\e907";
  font-family: "gba-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 12px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #494d56;
}

.filters .searchandfilter > ul > li.sf-field-search > label input {
  color: #494d56;
}

.filters .searchandfilter > ul > li.sf-field-search > label input::-webkit-input-placeholder {
  color: #494d56;
}

.filters .searchandfilter > ul > li.sf-field-search > label input::-moz-placeholder {
  color: #494d56;
}

.filters .searchandfilter > ul > li.sf-field-search > label input::-ms-input-placeholder {
  color: #494d56;
}

.filters .searchandfilter > ul > li.sf-field-search > label input::placeholder {
  color: #494d56;
}

.filters .searchandfilter > ul > li.sf-field-search > label {
  background-color: #eef0f1;
}

.filters .searchandfilter > ul > li.sf-field-reset > a {
  border-bottom: 1px solid #494d56;
  color: #494d56;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.filters .searchandfilter > ul > li.sf-field-reset > a:hover {
  color: #e64b38;
}

.filters .searchandfilter > ul > li > label {
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.filters .searchandfilter > ul > li > label:after {
  content: "\e902";
  font-family: "gba-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 8px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #494d56;
}

.filters .searchandfilter > ul > li > label input,
.filters .searchandfilter > ul > li > label select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 35px;
  padding: 7px 25px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #494d56;
}

.filters .searchandfilter > ul > li > label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #eef0f1;
}

.filters .searchandfilter > ul > li > label select option {
  background-color: #eef0f1;
  color: #494d56;
}

#filter-results .navigation {
  margin-top: 70px;
  text-align: center;
}

#filter-results .navigation .nav-links {
  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;
}

#filter-results .navigation .nav-links .page-numbers {
  padding: 0 25px;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#filter-results .navigation .nav-links .page-numbers:hover,
#filter-results .navigation .nav-links .page-numbers.current {
  color: #e64b38;
}

#filter-results .navigation .nav-links .page-numbers:not(.hide-bar):after {
  content: "";
  position: absolute;
  left: 100%;
  top: 3px;
  bottom: 3px;
  width: 2px;
  background-color: #0a151b;
}

#filter-results .navigation .nav-links .page-numbers:last-child:after {
  display: none;
}

#filter-results .navigation .nav-links .page-numbers:not(.next):last-child:after {
  display: none;
}

#filter-results .navigation .nav-links .page-numbers.prev,
#filter-results .navigation .nav-links .page-numbers.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2em;
  color: #e64b38;
}

#filter-results .navigation .nav-links .page-numbers.prev:hover,
#filter-results .navigation .nav-links .page-numbers.next:hover {
  color: #0a151b;
}

#filter-results .navigation .nav-links .page-numbers.prev:after,
#filter-results .navigation .nav-links .page-numbers.next:after {
  display: none;
}

.template .template-wrapper {
  margin-bottom: 100px;
}

.template .template-wrapper .template-body .post-header {
  margin-bottom: 45px;
}

.template .template-wrapper .template-body .post-meta {
  color: #27292b;
}

.template .template-wrapper .template-body .post-meta .meta-separator {
  margin: 0 15px;
}

.template .template-wrapper .template-body .post-meta .meta-author:last-child:after {
  content: "";
}

.template .template-wrapper .template-body .post-meta .meta-author:after {
  content: ", ";
}

.template .template-wrapper .template-body .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.template .template-wrapper .template-body .content-wrapper .content-body {
  width: 100%;
}

.template .template-wrapper .template-body .content-wrapper .gated-form-wrapper {
  width: 300px;
  padding: 30px;
  margin-left: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 7px;
  background-color: #85bace;
}

.template .template-wrapper .template-body .content-wrapper .gated-form-wrapper .header {
  margin-bottom: 25px;
  color: #27292b;
}

.template .template-wrapper .template-body .author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.template .template-wrapper .template-body .author-bio .image {
  width: 200px;
  height: 200px;
  margin-right: 40px;
  border-radius: 7px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.template .template-wrapper .template-body .author-bio .content .title {
  margin-bottom: 20px;
  color: #e64b38;
  font-size: 24px;
}

.template .template-wrapper .template-body .author-bio .content .button {
  margin-top: 20px;
  border-radius: 0;
}

.template .template-wrapper .template-body .post-footer .post-taxonomy {
  margin: 75px 0 50px;
  font-size: 20px;
}

.template .template-wrapper .template-body .post-footer .post-taxonomy .taxonomy-header {
  color: #27292b;
}

.template .template-wrapper .template-body .post-footer .post-taxonomy .taxonomy-item {
  color: #e64b38;
  font-weight: 400;
}

.template .template-wrapper .template-body .post-footer .post-taxonomy .taxonomy-item:last-child:after {
  content: "";
}

.template .template-wrapper .template-body .post-footer .post-taxonomy .taxonomy-item:after {
  content: ", ";
}

.template .template-wrapper .template-body .post-footer .social-share .title {
  margin-bottom: 20px;
  color: #27292b;
  line-height: 1;
}

.template .template-wrapper .template-body .post-footer .social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template .template-wrapper .template-body .post-footer .social-share .icons > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e64b38;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.template .template-wrapper .template-body .post-footer .social-share .icons > a:hover {
  background-color: #40474f;
}

.template .template-wrapper .template-body .post-footer .social-share .icons > a:last-child {
  margin-right: 0;
}

.template .template-wrapper .template-body .related-posts {
  margin-top: 115px;
}

.template .template-wrapper .template-body .related-posts .header {
  color: #27292b;
}

.template .template-wrapper .template-body .related-posts .grid {
  display: grid;
  margin-top: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  row-gap: 45px;
}

.template .template-wrapper .template-body .related-posts .grid .archive-grid-item-wrapper {
  display: block;
  position: relative;
}

.template .template-wrapper .template-body .related-posts .grid .archive-grid-item-wrapper:hover {
  text-decoration: none;
}

.template .template-wrapper .template-body .related-posts .grid .archive-grid-item-wrapper:hover .bg-image-custom .design-overlay-square {
  opacity: 1;
}

.template .template-wrapper .template-body .related-posts .grid .archive-grid-item-wrapper:hover .bg-image-custom .design-overlay-square:after {
  right: 0;
}

.template .template-wrapper .template-body .related-posts .grid .archive-grid-item-wrapper .bg-image-custom {
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  border-radius: 7px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.template .template-wrapper .template-body .related-posts .grid .archive-grid-item-wrapper .bg-image-custom .design-overlay-square {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.template .template-wrapper .template-body .related-posts .grid .archive-grid-item-wrapper .bg-image-custom .design-overlay-square:after {
  right: -10px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.template .template-wrapper .template-body .related-posts .grid .archive-grid-item-wrapper .line-1 {
  margin-top: 25px;
  margin-bottom: 12px;
  color: #e64b38;
  line-height: 1;
}

.template .template-wrapper .template-body .related-posts .grid .archive-grid-item-wrapper .line-2 {
  color: #40474f;
}

.template.post .template-wrapper .template-body .content-wrapper .content-body .post-featured {
  width: 100%;
  height: 30vw;
  max-height: 400px;
  margin-bottom: 60px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 7px;
}

.template.member .template-wrapper .template-body .post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template.member .template-wrapper .template-body .post-header .member-image-wrapper {
  width: 370px;
  height: 370px;
  margin-right: 40px;
  border-radius: 7px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.template.member .template-wrapper .template-body .post-header .member-content-wrapper .member-title {
  text-transform: none;
}

.template.member .template-wrapper .template-body .post-header .member-content-wrapper hr {
  margin: 75px 0 25px;
}

.template.member .template-wrapper .template-body .post-header .member-content-wrapper .team-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template.member .template-wrapper .template-body .post-header .member-content-wrapper .team-social .team-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e64b38;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}

.template.member .template-wrapper .template-body .post-header .member-content-wrapper .team-social .team-social-icon:hover {
  background-color: #40474f;
}

.template.member .template-wrapper .template-body .post-header .member-content-wrapper .team-social .team-social-icon:last-child {
  margin-right: 0;
}

.template.member .related-posts {
  position: relative;
  margin: 0;
  padding: 100px 0;
  background-color: #22657f;
}

.template.member .related-posts .design-overlay-bg-dots {
  height: 50%;
  top: auto;
  bottom: -30px;
  background-position: 50% 100%;
}

.template.member .related-posts .related-posts-wrapper {
  position: relative;
  z-index: 2;
  color: #fff;
}

.template.member .related-posts .related-posts-wrapper .section-header .header-text {
  color: #fff;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts {
  padding: 0 40px;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .related-posts-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0 20px;
  -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;
  text-decoration: none;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .related-posts-slide:hover {
  text-decoration: none;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .related-posts-slide:hover .related-image .design-overlay-square {
  opacity: 1;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .related-posts-slide:hover .related-image .design-overlay-square:after {
  right: 0;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .related-posts-slide .related-image {
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  border-radius: 7px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .related-posts-slide .related-image .design-overlay-square {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .related-posts-slide .related-image .design-overlay-square:after {
  right: -40px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .related-posts-slide .title {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .related-posts-slide .button {
  margin-top: auto;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .slick-list {
  height: 100%;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .slick-arrow {
  position: absolute;
  top: 135px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .slick-arrow:hover {
  color: #e64b38;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .slick-arrow.slick-prev {
  left: 0;
}

.template.member .related-posts .related-posts-wrapper .slider-related-posts .slick-arrow.slick-next {
  right: 0;
}

.template.project .template-wrapper .template-body .project-gallery-slider-wrapper {
  margin: 70px auto;
  max-width: 660px;
}

.template.project .template-wrapper .template-body .project-gallery-slider-wrapper .project-gallery-slider {
  height: 400px;
  border-radius: 7px;
  overflow: hidden;
}

.template.project .template-wrapper .template-body .project-gallery-slider-wrapper .project-gallery-slider .gallery-slide {
  border-radius: 7px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.template.project .template-wrapper .template-body .project-gallery-slider-wrapper .slick-custom-dots {
  margin-top: 30px;
}

.template.project .template-wrapper .template-body .project-gallery-slider-wrapper .slick-custom-dots .slick-dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.template.project .template-wrapper .template-body .content-wrapper .project-details-wrapper {
  width: 200px;
  margin-left: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.template.project .template-wrapper .template-body .content-wrapper .project-details-wrapper .header {
  margin-bottom: 30px;
  color: #e64b38;
}

.template.project .template-wrapper .template-body .content-wrapper .project-details-wrapper .detail-item-wrapper {
  margin-bottom: 20px;
}

.template.project .template-wrapper .template-body .content-wrapper .project-details-wrapper .detail-item-wrapper .sub-header {
  margin-bottom: 5px;
}

.template.project .template-wrapper .template-body .content-wrapper .project-details-wrapper .detail-item-wrapper .details .detail {
  font-weight: 400;
}

.template.project .template-wrapper .template-body .content-wrapper .project-details-wrapper .detail-item-wrapper .details .detail:last-child:after {
  content: "";
}

.template.project .template-wrapper .template-body .content-wrapper .project-details-wrapper .detail-item-wrapper .details .detail:after {
  content: ", ";
}

.template .template-wrapper .template-body .project-gallery-slider .slick-list {
  height: 100%;
}

.template .template-wrapper .template-body .project-gallery-slider .slick-list .slick-track {
  height: 100%;
}

.module-accordion .module-accordion-wrapper .section-header {
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.module-accordion .module-accordion-wrapper .section-header .header-text {
  text-align: center;
  color: #40474f;
}

.module-accordion .module-accordion-wrapper .section-header .header-body {
  margin-top: 25px;
}

.module-accordion .module-accordion-wrapper dl {
  margin: 0;
  padding: 0;
}

.module-accordion .module-accordion-wrapper dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 35px;
  margin-top: 5px;
  -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: #85bace;
  border-radius: 7px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s, border-radius 0.3s;
  transition: background-color 0.3s, color 0.3s, border-radius 0.3s;
}

.module-accordion .module-accordion-wrapper dl dt:first-child {
  margin-top: 0;
}

.module-accordion .module-accordion-wrapper dl dt.on {
  background-color: #e64b38;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
}

.module-accordion .module-accordion-wrapper dl dt.on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
}

.module-accordion .module-accordion-wrapper dl dt i {
  padding: 0 10px;
  font-size: 14px;
  color: #22657f;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.module-accordion .module-accordion-wrapper dl dd {
  display: none;
  margin: 0;
  padding: 15px 35px 40px;
  background-color: #eef0f1;
}

.module-breadcrumbs {
  margin: 50px 0 40px;
  font-size: 14px;
}

.module-breadcrumbs a {
  font-weight: 400;
}

.module-breadcrumbs .separator {
  margin: 0 10px;
}

.module-breadcrumbs + .module {
  margin-top: 0;
}

.module-featured-post-carousel .module-post-carousel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-images {
  width: 35%;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-images .post-image-slide {
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-contents-wrapper {
  padding: 65px 55px 95px 55px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-contents-wrapper .slider-post-carousel-contents {
  color: #fff;
}

.module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-contents-wrapper .slider-post-carousel-contents .post-content-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-contents-wrapper .slider-post-carousel-contents .post-content-slide.slick-active .eyebrow-text,
.module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-contents-wrapper .slider-post-carousel-contents .post-content-slide.slick-active .header,
.module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-contents-wrapper .slider-post-carousel-contents .post-content-slide.slick-active .post-slide-button {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-contents-wrapper .slider-post-carousel-contents .post-content-slide .eyebrow-text {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.7s;
  transition: opacity 0.5s, -webkit-transform 0.7s;
  transition: opacity 0.5s, transform 0.7s;
  transition: opacity 0.5s, transform 0.7s, -webkit-transform 0.7s;
}

.module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-contents-wrapper .slider-post-carousel-contents .post-content-slide .header {
  margin: 50px 0 35px;
  color: #fff;
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.7s;
  transition: opacity 0.5s, -webkit-transform 0.7s;
  transition: opacity 0.5s, transform 0.7s;
  transition: opacity 0.5s, transform 0.7s, -webkit-transform 0.7s;
}

.module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-contents-wrapper .slider-post-carousel-contents .post-content-slide .post-slide-button {
  margin-top: auto;
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
  opacity: 0;
  -webkit-transition: opacity 0.75s, background-color 0.3s, color 0.3s, -webkit-transform 1s;
  transition: opacity 0.75s, background-color 0.3s, color 0.3s, -webkit-transform 1s;
  transition: opacity 0.75s, transform 1s, background-color 0.3s, color 0.3s;
  transition: opacity 0.75s, transform 1s, background-color 0.3s, color 0.3s, -webkit-transform 1s;
}

.module-featured-post-carousel .module-post-carousel-wrapper .slick-list {
  height: 100%;
}

.module-featured-post-carousel .module-post-carousel-wrapper .slick-list .slick-track {
  height: 100%;
}

.module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-contents-wrapper .slick-custom-dots {
  position: absolute;
  right: 55px;
  top: 55px;
  z-index: 10;
}

.module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-contents-wrapper .slider-post-carousel-contents .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.module-featured-post-list {
  margin: 0;
  padding: 110px 0 150px 0;
  background-color: #40474f;
}

.module-featured-post-list .module-featured-post-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.module-featured-post-list .module-featured-post-list-wrapper .content-wrapper {
  width: 30%;
  margin-right: 85px;
  max-width: 330px;
}

.module-featured-post-list .module-featured-post-list-wrapper .content-wrapper .header {
  color: #85bace;
}

.module-featured-post-list .module-featured-post-list-wrapper .content-wrapper .post-list-button {
  margin-top: 45px;
}

.module-featured-post-list .module-featured-post-list-wrapper .post-list .post-list-item {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}

.module-featured-post-list .module-featured-post-list-wrapper .post-list .post-list-item:last-child {
  margin-bottom: 0;
}

.module-featured-post-list .module-featured-post-list-wrapper .post-list .post-list-item:hover .post-title {
  color: #e64b38;
}

.module-featured-post-list .module-featured-post-list-wrapper .post-list .post-list-item .post-title {
  margin-bottom: 5px;
  color: #85bace;
  font-size: 24px;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}

.module-featured-post-list .module-featured-post-list-wrapper .post-list .post-list-item .post-terms {
  color: #fff;
  line-height: 1;
}

.module-featured-post-list .module-featured-post-list-wrapper .post-list .post-list-item .post-terms .term:last-child:after {
  content: "";
}

.module-featured-post-list .module-featured-post-list-wrapper .post-list .post-list-item .post-terms .term:after {
  content: ", ";
}

.module-featured-projects {
  position: relative;
  margin-top: 0;
  padding-top: 100px;
}

.module-featured-projects .module-featured-projects-wrapper {
  position: relative;
  z-index: 1;
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects {
  margin: 0 -20px;
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .project-slide {
  margin: 0 20px;
  text-decoration: none;
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .project-slide:hover {
  text-decoration: none;
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .project-slide:hover .project-image .design-overlay-square {
  opacity: 1;
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .project-slide:hover .project-image .design-overlay-square:after {
  right: 0;
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .project-slide .project-image {
  padding-top: 100%;
  margin-bottom: 20px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .project-slide .project-image .design-overlay-square {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .project-slide .project-image .design-overlay-square:after {
  right: -40px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .project-slide .project-info .categories {
  margin-bottom: 15px;
  color: #e64b38;
  line-height: 1.1;
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .project-slide .project-info .categories .category:last-child:after {
  content: "";
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .project-slide .project-info .categories .category:after {
  content: ", ";
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .project-slide .project-info .title {
  font-size: 20px;
  font-weight: 700;
  color: #40474f;
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .slick-arrow {
  position: absolute;
  top: 30%;
  cursor: pointer;
  color: #fff;
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .slick-arrow:hover {
  color: #e64b38;
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .slick-arrow.slick-prev {
  left: -40px;
}

.module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .slick-arrow.slick-next {
  right: -40px;
}

.module-featured-team .module-featured-team-wrapper .slider-featured-team {
  margin: 0 -20px;
}

.module-featured-team .module-featured-team-wrapper .slider-featured-team .member-slide {
  margin: 0 20px;
  text-decoration: none;
}

.module-featured-team .module-featured-team-wrapper .slider-featured-team .member-slide:hover {
  text-decoration: none;
}

.module-featured-team .module-featured-team-wrapper .slider-featured-team .member-slide:hover .member-image .design-overlay-square {
  opacity: 1;
}

.module-featured-team .module-featured-team-wrapper .slider-featured-team .member-slide:hover .member-image .design-overlay-square:after {
  right: 0;
}

.module-featured-team .module-featured-team-wrapper .slider-featured-team .member-slide .member-image {
  padding-top: 100%;
  margin-bottom: 18px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}

.module-featured-team .module-featured-team-wrapper .slider-featured-team .member-slide .member-image .design-overlay-square {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.module-featured-team .module-featured-team-wrapper .slider-featured-team .member-slide .member-image .design-overlay-square:after {
  right: -40px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.module-featured-team .module-featured-team-wrapper .slider-featured-team .member-slide .member-info {
  font-weight: 700;
}

.module-featured-team .module-featured-team-wrapper .slider-featured-team .member-slide .member-info .name {
  color: #e64b38;
  font-size: 24px;
  line-height: 1.1;
}

.module-featured-team .module-featured-team-wrapper .slider-featured-team .member-slide .member-info .title {
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.2957;
}

.module-featured-team .module-featured-team-wrapper .slider-featured-team .slick-arrow {
  position: absolute;
  top: 30%;
  z-index: 2;
  cursor: pointer;
}

.module-featured-team .module-featured-team-wrapper .slider-featured-team .slick-arrow.slick-prev {
  left: -40px;
}

.module-featured-team .module-featured-team-wrapper .slider-featured-team .slick-arrow.slick-next {
  right: -40px;
}

.module-gallery .module-gallery-wrapper .header {
  text-align: center;
  color: #40474f;
}

.module-gallery .module-gallery-wrapper .slider-gallery-wrapper {
  width: 66%;
  margin: 0 auto;
}

.module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .gallery-slide {
  border-radius: 7px;
}

.module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .gallery-slide .slide-image {
  width: 100%;
  height: 40vw;
  max-height: 620px;
  border-radius: 7px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .gallery-slide .slide-caption {
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
}

.module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 40vw;
  max-height: 620px;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  border: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #e64b38;
  outline: 0;
  color: #fff;
  font-size: 50px;
}

.module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow:hover {
  color: #22657f;
}

.module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow.slick-prev {
  left: -20px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow.slick-prev i {
  margin-right: 60px;
}

.module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow.slick-next {
  right: -20px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow.slick-next i {
  margin-left: 60px;
}

.module-hero-home + .module-standard-text.module {
  margin: 130px 0 100px;
}

.module-hero-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

.module-hero-home .slider-herohome-contents {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
}

.module-hero-home .slider-herohome-contents .content-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
}

.module-hero-home .slider-herohome-contents .content-slide.slick-active .content-wrapper .eyebrow-text,
.module-hero-home .slider-herohome-contents .content-slide.slick-active .content-wrapper .header,
.module-hero-home .slider-herohome-contents .content-slide.slick-active .content-wrapper .hero-button {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.module-hero-home .slider-herohome-contents .content-slide .bg-image {
  z-index: 0;
}

.module-hero-home .slider-herohome-contents .content-slide .content-wrapper {
  width: 100%;
  max-width: 525px;
  margin: 60px 125px 60px 80px;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.module-hero-home .slider-herohome-contents .content-slide .content-wrapper .eyebrow-text {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #e64b38;
  letter-spacing: 0.05em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.7s;
  transition: opacity 0.5s, -webkit-transform 0.7s;
  transition: opacity 0.5s, transform 0.7s;
  transition: opacity 0.5s, transform 0.7s, -webkit-transform 0.7s;
}

.module-hero-home .slider-herohome-contents .content-slide .content-wrapper .header {
  color: #fff;
  font-size: 72px;
  line-height: 1.13;
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.7s;
  transition: opacity 0.5s, -webkit-transform 0.7s;
  transition: opacity 0.5s, transform 0.7s;
  transition: opacity 0.5s, transform 0.7s, -webkit-transform 0.7s;
}

.module-hero-home .slider-herohome-contents .content-slide .content-wrapper .hero-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 50px;
  margin-top: 50px;
  padding: 5px 35px 5px;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
  opacity: 0;
  -webkit-transition: opacity 0.75s, background-color 0.3s, color 0.3s, -webkit-transform 1s;
  transition: opacity 0.75s, background-color 0.3s, color 0.3s, -webkit-transform 1s;
  transition: opacity 0.75s, transform 1s, background-color 0.3s, color 0.3s;
  transition: opacity 0.75s, transform 1s, background-color 0.3s, color 0.3s, -webkit-transform 1s;
}

.module-hero-home .slider-herohome-images {
  width: 40%;
  margin: 0 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 7px;
  overflow: hidden;
}

.module-hero-home .slider-herohome-images .hero-image-slide,
.module-hero-home .slider-herohome-images .hero-video-slide {
  min-height: 350px;
  border-radius: 7px;
}

.module-hero-home .slick-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e64b38;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  overflow: hidden;
}

.module-hero-home .slick-arrows .slick-arrow {
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
}

.module-hero-home .slick-arrows .slick-arrow:hover {
  color: #40474f;
}

.module-hero-home .slick-arrows .slick-arrow.slick-prev {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.module-hero-home .slick-arrows .slick-arrow.slick-next {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.module-hero-home .slick-list {
  height: 100%;
}

.module-hero-home .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.module-hero-subpage {
  position: relative;
  height: 35vh;
  min-height: 100px;
  max-height: 235px;
  margin: 0;
}

.module-offer-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.module-offer-blocks .offer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.module-offer-blocks .offer-block .bg-image .dots-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5%;
  left: 0;
}

.module-offer-blocks .offer-block:nth-child(odd) .bg-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.module-offer-blocks .offer-block:nth-child(odd) .dots-overlay {
  opacity: 0.3;
}

.module-offer-blocks .offer-block:nth-child(even) .bg-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 101, 127, 0.85)), to(rgba(34, 101, 127, 0.85)));
  background-image: linear-gradient(0deg, rgba(34, 101, 127, 0.85), rgba(34, 101, 127, 0.85));
}

.module-offer-blocks .offer-block:nth-child(even) .bg-image .dots-overlay {
  opacity: 0.2;
}

.module-offer-blocks .offer-block .content-wrapper {
  width: 100%;
  padding: 115px 75px 110px 75px;
  position: relative;
  z-index: 2;
  color: #fff;
}

.module-offer-blocks .offer-block .content-wrapper .header {
  color: #fff;
  margin-top: 30px;
}

.module-offer-blocks .offer-block .content-wrapper .content-body {
  line-height: 1.5;
}

.module-offer-blocks .offer-block .content-wrapper .offer-block-button {
  margin-top: 48px;
}

.module-offer-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.module-offer-slider.right .slider-offer-images {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 20px;
  margin-right: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.module-offer-slider.right .slider-offer-images .offer-image-slide {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.module-offer-slider.right .slider-offer-contents-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  padding-left: 40px;
}

.module-offer-slider.left .slider-offer-images {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.module-offer-slider.left .slider-offer-images .offer-image-slide {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.module-offer-slider.left .slider-offer-contents-wrapper {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.module-offer-slider .slider-offer-images {
  width: 38%;
  min-height: 500px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.module-offer-slider .slider-offer-images .offer-image-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.module-offer-slider .slider-offer-contents-wrapper {
  width: calc(62% - 20px);
  padding: 70px;
  padding-right: calc((100vw - 1200px) / 2);
  background-color: #eef0f1;
}

.module-offer-slider .slider-offer-contents-wrapper .slider-offer-contents {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.module-offer-slider .slider-offer-contents-wrapper .slider-offer-contents .offer-content-slide {
  margin: 0 15px;
  height: auto;
}

.module-offer-slider .slider-offer-contents-wrapper .slider-offer-contents .offer-content-slide .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 600px;
  -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;
}

.module-offer-slider .slider-offer-contents-wrapper .slider-offer-contents .offer-content-slide .inner-wrapper .eyebrow-text {
  margin-bottom: 20px;
}

.module-offer-slider .slider-offer-contents-wrapper .slider-offer-contents .offer-content-slide .inner-wrapper .header {
  margin-top: 0;
  margin-bottom: 40px;
  color: #22657f;
}

.module-offer-slider .slider-offer-contents-wrapper .slider-offer-contents .offer-content-slide .inner-wrapper .content-body.has-button {
  margin-bottom: 50px;
}

.module-offer-slider .slider-offer-contents-wrapper .slider-offer-contents .offer-content-slide .inner-wrapper .offer-slide-button {
  margin-top: auto;
}

.module-offer-slider .slick-custom-dots .slick-dots {
  margin-bottom: 40px;
}

.module-offer-slider .slick-list {
  height: 100%;
}

.module-offer-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.module-offer-slider .slider-offer-contents-wrapper .slider-offer-contents .slick-list .slick-track {
  height: auto;
}

.module-pathway-grid.dark {
  margin: 0;
  padding: 100px 0;
  background-color: #22657f;
}

.module-pathway-grid.dark .module-pathway-grid-wrapper .pathway-grid-items .pathway-item-container {
  color: #fff;
}

.module-pathway-grid.dark .module-pathway-grid-wrapper .pathway-grid-items .pathway-item-container .title {
  color: #fff;
}

.module-pathway-grid .module-pathway-grid-wrapper .section-header .header-text {
  line-height: 1;
}

.module-pathway-grid .module-pathway-grid-wrapper .pathway-grid-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px;
}

.module-pathway-grid .module-pathway-grid-wrapper .pathway-grid-items.col-count-two .pathway-item-container {
  width: calc(50% - 80px);
}

.module-pathway-grid .module-pathway-grid-wrapper .pathway-grid-items.justify-columns-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.module-pathway-grid .module-pathway-grid-wrapper .pathway-grid-items .pathway-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3333% - 80px);
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 80px;
  -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;
}

.module-pathway-grid .module-pathway-grid-wrapper .pathway-grid-items .pathway-item-container .title {
  color: #e64b38;
  margin-bottom: 20px;
}

.module-pathway-grid .module-pathway-grid-wrapper .pathway-grid-items .pathway-item-container .description {
  font-size: 18px;
  margin-bottom: 25px;
}

.module-pathway-grid .module-pathway-grid-wrapper .pathway-grid-items .pathway-item-container .pathway-item-button {
  margin-top: auto;
}

.module-pathway-grid .module-pathway-grid-wrapper .pathway-grid-items .pathway-item-container .pathway-item-button:hover,
.module-pathway-grid .module-pathway-grid-wrapper .pathway-grid-items .pathway-item-container .pathway-item-button:focus {
  background-color: #eef0f1;
}

.module-pathway-list.dark {
  margin: 0;
  padding: 100px 0 100px 0;
  background-color: #22657f;
}

.module-pathway-list.dark .module-pathway-list-wrapper .pathway-list-items .pathway-item-container {
  border-color: #fff;
}

.module-pathway-list.light {
  margin: 100px 0 100px;
}

.module-pathway-list .module-pathway-list-wrapper .section-header .header-text {
  line-height: 1;
}

.module-pathway-list .module-pathway-list-wrapper .pathway-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.module-pathway-list .module-pathway-list-wrapper .pathway-list-items.col-count-two .pathway-item-container {
  width: calc(50% - 30px);
}

.module-pathway-list .module-pathway-list-wrapper .pathway-list-items.justify-columns-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.module-pathway-list .module-pathway-list-wrapper .pathway-list-items .pathway-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3333% - 30px);
  min-height: 100px;
  padding: 10px 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #0a151b;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.module-pathway-list .module-pathway-list-wrapper .pathway-list-items .pathway-item-container.is-link:hover,
.module-pathway-list .module-pathway-list-wrapper .pathway-list-items .pathway-item-container.is-link:focus {
  background-color: #e64b38;
}

.module-pathway-list .module-pathway-list-wrapper .pathway-list-items .pathway-item-container.is-link:hover .bg-image,
.module-pathway-list .module-pathway-list-wrapper .pathway-list-items .pathway-item-container.is-link:focus .bg-image {
  opacity: 0;
}

.module-pathway-list .module-pathway-list-wrapper .pathway-list-items .pathway-item-container .bg-image {
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 50px;
}

.module-pathway-list .module-pathway-list-wrapper .pathway-list-items .pathway-item-container .bg-image:before {
  content: "";
  display: block;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.module-pathway-list .module-pathway-list-wrapper .pathway-list-items .pathway-item-container .text {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  line-height: 1;
}

.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  row-gap: 70px;
}

.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid .archive-grid-item-wrapper {
  display: block;
  position: relative;
}

.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid .archive-grid-item-wrapper:hover {
  text-decoration: none;
}

.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid .archive-grid-item-wrapper:hover .bg-image-custom .design-overlay-square {
  opacity: 1;
}

.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid .archive-grid-item-wrapper:hover .bg-image-custom .design-overlay-square:after {
  right: 0;
}

.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid .archive-grid-item-wrapper .bg-image-custom {
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  border-radius: 7px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid .archive-grid-item-wrapper .bg-image-custom .design-overlay-square {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid .archive-grid-item-wrapper .bg-image-custom .design-overlay-square:after {
  right: -10px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid .archive-grid-item-wrapper .line-1 {
  margin-top: 15px;
  margin-bottom: 12px;
  color: #e64b38;
}

.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid .archive-grid-item-wrapper .line-1 .category:last-child:after,
.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid .archive-grid-item-wrapper .line-1 .term:last-child:after {
  content: "";
}

.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid .archive-grid-item-wrapper .line-1 .category:after,
.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid .archive-grid-item-wrapper .line-1 .term:after {
  content: ", ";
}

.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid .archive-grid-item-wrapper .line-2 {
  color: #40474f;
}

.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid.member .archive-grid-item-wrapper .line-1 {
  font-size: 24px;
  text-transform: none;
}

.module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid.member .archive-grid-item-wrapper .line-2 {
  color: #0a151b;
}

.module-standard-text + .module-featured-post-carousel {
  margin-top: -50px;
}

@media (min-width: 1200px) {
  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons > .nav-element:nth-of-type(2):hover {
    background-color: #eef0f1;
    cursor: pointer;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons > .nav-element .sub-menu {
    width: 220px;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element > .sub-menu {
    min-width: 220px;
    position: absolute;
    top: 100%;
    background-color: #eef0f1;
    border-radius: 7px;
    padding: 30px;
  }
}

@media (min-width: 1400px) {
  .module-hero-home {
    min-height: calc(100vh - 163px);
    max-height: 800px;
  }

  .module-offer-slider.right .slider-offer-contents-wrapper {
    padding-right: 70px;
    padding-left: calc((100vw - 1200px) / 2);
  }
}

@media (min-width: 1680px) {
  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons > .nav-element:nth-of-type(1):hover {
    background-color: #eef0f1;
    cursor: pointer;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons > .nav-element:nth-of-type(1):hover a {
    color: #0a151b;
  }

  .module-offer-blocks .offer-block .content-wrapper {
    max-width: 715px;
  }

  .module-offer-slider.left .slider-offer-contents-wrapper .slider-offer-contents .offer-content-slide .inner-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 1679px) {
  .module-hero-subpage {
    height: 15vh;
  }
}

@media (max-width: 1299px) {
  .module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .slick-arrow {
    font-size: 20px;
  }

  .module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .slick-arrow.slick-prev {
    left: -10px;
  }

  .module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .slick-arrow.slick-next {
    right: -10px;
  }

  .module-featured-team .module-featured-team-wrapper .slider-featured-team .slick-arrow {
    font-size: 20px;
  }

  .module-featured-team .module-featured-team-wrapper .slider-featured-team .slick-arrow.slick-prev {
    left: -10px;
  }

  .module-featured-team .module-featured-team-wrapper .slider-featured-team .slick-arrow.slick-next {
    right: -10px;
  }
}

@media (max-width: 1199px) {
  body {
    margin-top: 115px;
  }

  section,
  .module {
    margin: 60px 0;
  }

  hr {
    margin: 50px 0;
  }

  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr 1fr;
  }

  header.site-header.scroll .nav-wrapper {
    padding: 10px 40px;
  }

  header.site-header.scroll .nav-wrapper .site-logo svg {
    width: 100% !important;
  }

  header.site-header.scroll .split .site-branding {
    width: 100px;
  }

  header.site-header .nav-wrapper .navigation-flex .site-branding {
    max-width: 130px;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .form-wrap form .search-submit {
    color: #0a151b;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element > a i {
    display: block;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element > .sub-menu {
    padding: 10px 0 10px 20px;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element > .sub-menu .nav-element {
    margin-bottom: 0;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element > .sub-menu .nav-element:last-child a {
    padding-bottom: 0;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element > .sub-menu .nav-element a {
    font-size: 18px;
    padding: 10px 0;
    text-transform: none;
  }

  header.site-header.scroll .nav-wrapper {
    padding: 15px 40px;
  }

  header.site-header .nav-wrapper {
    padding: 25px 40px;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation {
    position: fixed;
    background: #eef0f1;
    left: 100%;
    width: 280px;
    top: 115px;
    height: calc(100vh - 115px);
    z-index: 10;
  }

  .nav-on header.site-header .nav-wrapper .navigation-flex nav.main-navigation {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: auto;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -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;
    padding: 20px;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .nav-element {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .nav-element a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .nav-element a span {
    width: 100%;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .nav-element a i {
    margin-left: 0px;
    padding-left: 0;
    top: 0;
    font-size: 10px;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .nav-element a i.on {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .nav-element .sub-menu {
    top: 0;
    z-index: 2;
    border: 0;
    right: 0;
    overflow-x: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border: 1px solid rgba(10, 21, 27, 0.2);
    background-color: #fff;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .nav-element .sub-menu .nav-element {
    margin-left: 15px;
    margin-bottom: 0;
    padding: 8px 25px;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .nav-element .sub-menu .nav-element a {
    text-align: left;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .search-button {
    display: none;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .search-button i {
    font-size: 14px;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .form-wrap {
    display: block;
    top: 0;
    position: relative;
    width: 100%;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation-buttons .form-wrap .search-form .search-field input {
    background-color: #fff;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element {
    padding: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element:last-child {
    margin-bottom: 0;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element:hover > a {
    background-color: transparent;
    color: #0a151b;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element > a {
    padding: 0;
    font-size: 20px;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation .navigation > .nav-element > a i.on {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .nav-toggle {
    display: block;
  }

  .template.member .related-posts {
    margin: 0;
    padding: 60px 0;
  }

  .template.member .template-wrapper .template-body .post-header .member-image-wrapper {
    width: 250px;
    height: 250px;
  }

  .module-breadcrumbs {
    margin: 40px 0;
  }

  .module-featured-post-list {
    margin: 0;
    padding: 60px 0;
  }

  .module-featured-projects {
    margin-top: 0;
    padding-top: 60px;
  }

  .module-hero-home + .module-standard-text.module {
    margin: 60px 0;
  }

  .module-hero-home {
    margin: 0 0 20px;
  }

  .module-hero-home .slider-herohome-contents .content-slide .content-wrapper .eyebrow-text {
    font-size: 16px;
  }

  .module-hero-home .slider-herohome-contents .content-slide .content-wrapper .header {
    font-size: 50px;
  }

  .module-hero-subpage {
    margin: 0;
  }

  .module-offer-blocks {
    margin: 0;
  }

  .module-offer-slider {
    margin: 20px 0;
  }

  .module-pathway-grid.dark {
    margin: 0;
    padding: 60px 0;
  }

  .module-pathway-list.dark {
    margin: 0;
    padding: 60px 0;
  }

  .module-pathway-list.light {
    margin: 60px 0;
  }

  .module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .module-standard-text + .module-featured-post-carousel {
    margin-top: 0;
  }
}

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

  .site-footer .footer-wrapper .footer-container .footer-block .links:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }

  .site-footer .footer-wrapper {
    padding: 0 40px;
  }

  .site-footer .footer-wrapper .footer-container {
    padding: 0 0 40px 0;
  }

  .site-footer .footer-wrapper .footer-container .footer-block {
    margin-top: 30px;
  }

  .site-footer .footer-wrapper .footer-container .footer-block:last-of-type {
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .site-footer .footer-wrapper .footer-container .footer-block .footer-head {
    padding-bottom: 10px;
  }

  .site-footer .footer-wrapper .footer-container .footer-block .company-link {
    margin-top: 0;
  }

  .site-footer .footer-wrapper .footer-container-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: center;
  }

  .site-footer .footer-wrapper .footer-container-bottom .footer-block {
    padding-bottom: 40px;
  }

  .site-footer .footer-wrapper .footer-container-bottom .menu .nav-element a {
    white-space: nowrap;
  }

  .blog-id-3 .filters .searchandfilter > ul {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .filters .searchandfilter > ul {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .template.member .related-posts {
    margin: 0;
    padding: 45px 0 90px;
  }

  .template.member .related-posts .related-posts-wrapper .slider-related-posts {
    margin: 0 -40px;
    padding-left: 0;
    padding-right: 0;
  }

  .template.member .related-posts .related-posts-wrapper .slider-related-posts .slick-arrow {
    position: absolute;
    top: 100%;
  }

  .template.member .related-posts .related-posts-wrapper .slider-related-posts .slick-arrow.slick-prev {
    left: 50%;
    -webkit-transform: translate(-125%, 50%);
    transform: translate(-125%, 50%);
  }

  .template.member .related-posts .related-posts-wrapper .slider-related-posts .slick-arrow.slick-next {
    right: 50%;
    -webkit-transform: translate(125%, 50%);
    transform: translate(125%, 50%);
  }

  .module-breadcrumbs {
    margin: 30px 0;
  }

  .module-featured-post-list {
    margin: 0;
    padding: 45px 0;
  }

  .module-featured-post-list .module-featured-post-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .module-featured-post-list .module-featured-post-list-wrapper .content-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
    max-width: 100%;
  }

  .module-featured-projects {
    margin-top: 0;
    padding-top: 45px;
  }

  .module-featured-projects .module-featured-team-wrapper .slider-featured-team .project-slide .project-image {
    margin: 0 20px;
  }

  .module-featured-projects .module-featured-team-wrapper .slider-featured-team .project-slide .project-info .name {
    font-size: 20px;
  }

  .module-featured-projects .module-featured-team-wrapper .slider-featured-team .project-slide .project-info .title {
    font-size: 16px;
  }

  .module-featured-team .module-featured-team-wrapper .slider-featured-team .member-slide .member-info .name {
    font-size: 20px;
  }

  .module-featured-team .module-featured-team-wrapper .slider-featured-team .member-slide .member-info .title {
    font-size: 16px;
  }

  .module-featured-team .module-featured-team-wrapper .slider-featured-team .slick-arrow {
    top: 35%;
  }

  .module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow {
    font-size: 30px;
  }

  .module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow.slick-prev i {
    margin-right: 30px;
  }

  .module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow.slick-next i {
    margin-left: 30px;
  }

  .module-hero-home + .module-standard-text.module {
    margin: 45px 0;
  }

  .module-hero-home {
    margin: 0 0 20px;
  }

  .module-hero-subpage {
    margin: 0;
  }

  .module-offer-blocks {
    margin: 0;
  }

  .module-offer-blocks .offer-block {
    width: 100%;
  }

  .module-offer-blocks .offer-block .content-wrapper {
    padding: 60px 40px;
  }

  .module-offer-slider {
    margin: 20px 0;
  }

  .module-offer-slider .slider-offer-contents-wrapper {
    padding: 70px 40px;
  }

  .module-offer-slider .slider-offer-contents-wrapper .slider-offer-contents .offer-content-slide .inner-wrapper .header {
    font-size: 30px;
  }

  .module-pathway-grid.dark {
    margin: 0;
    padding: 45px 0;
  }

  .module-pathway-grid .module-pathway-grid-wrapper .pathway-grid-items .pathway-item-container {
    width: calc(50% - 80px);
  }

  .module-pathway-list.dark {
    margin: 0;
    padding: 45px 0;
  }

  .module-pathway-list.light {
    margin: 45px 0;
  }

  .module-pathway-list .module-pathway-list-wrapper .pathway-list-items .pathway-item-container {
    width: calc(50% - 30px);
  }
}

@media (max-width: 991px) {
  .module-hero-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .module-hero-home .slider-herohome-contents {
    width: 100%;
    margin: 20px 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-radius: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .module-hero-home .slider-herohome-contents .content-slide {
    border-radius: 0;
  }

  .module-hero-home .slider-herohome-contents .content-slide .content-wrapper {
    max-width: 100%;
    padding: 80px 40px;
    margin: 0;
  }

  .module-hero-home .slider-herohome-images {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    border-radius: 0;
  }

  .module-hero-home .slider-herohome-images .hero-image-slide {
    border-radius: 0;
  }

  .module-hero-home .slick-arrows {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0;
  }

  .module-hero-home .slick-arrows .slick-arrow {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .module-hero-home .slick-arrows .slick-arrow.slick-prev,
  .module-hero-home .slick-arrows .slick-arrow.slick-next {
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 18px;
    margin-top: 85px;
  }

  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 34px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  hr {
    margin: 40px 0;
  }

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

  .section-header {
    margin-bottom: 35px;
    -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;
  }

  .section-header .button {
    margin-left: 0;
    margin-top: 30px;
  }

  header.site-header .nav-wrapper .navigation-flex .site-branding {
    max-width: 90px;
  }

  header.site-header .nav-wrapper .site-branding {
    width: 100px;
  }

  header.site-header .nav-wrapper .navigation-flex nav.main-navigation {
    overflow: hidden;
    top: 83px;
    height: calc(100vh - 94px);
  }

  .site-footer .footer-wrapper .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-footer .footer-wrapper .footer-container .footer-block {
    width: 100%;
  }

  .site-footer .footer-wrapper .footer-container .footer-block .address span,
  .site-footer .footer-wrapper .footer-container .footer-block .address .number {
    font-size: 14px;
  }

  .site-footer .footer-wrapper .footer-container .footer-block:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .site-footer .footer-wrapper .footer-container .footer-block .links {
    display: block;
  }

  .site-footer .footer-wrapper .footer-container .footer-block .links .link-item {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .blog-id-3 .filters .searchandfilter > ul {
    grid-template-columns: 1fr 1fr;
  }

  .filters .searchandfilter > ul {
    grid-template-columns: 1fr 1fr;
  }

  .template .template-wrapper .template-body .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .template .template-wrapper .template-body .content-wrapper .gated-form-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }

  .template .template-wrapper .template-body .author-bio {
    -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;
  }

  .template .template-wrapper .template-body .author-bio .image {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .template .template-wrapper .template-body .post-footer .post-taxonomy {
    margin: 50px 0 30px;
    font-size: 16px;
  }

  .template .template-wrapper .template-body .post-footer .social-share .icons > a {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .template .template-wrapper .template-body .related-posts {
    margin-top: 60px;
  }

  .template .template-wrapper .template-body .related-posts .grid {
    grid-template-columns: 1fr;
  }

  .template.post .template-wrapper .template-body .content-wrapper .content-body .post-featured {
    margin-bottom: 40px;
  }

  .template.member .template-wrapper .template-body .post-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .template.member .template-wrapper .template-body .post-header .member-image-wrapper {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .template.member .template-wrapper .template-body .post-header .member-content-wrapper hr {
    margin: 40px 0;
  }

  .template.member .template-wrapper .template-body .post-header .member-content-wrapper .team-social .team-social-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .template.project .template-wrapper .template-body .project-gallery-slider-wrapper {
    margin: 40px auto;
  }

  .template.project .template-wrapper .template-body .project-gallery-slider-wrapper .project-gallery-slider {
    height: 50vw;
  }

  .template.project .template-wrapper .template-body .content-wrapper .project-details-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }

  .module-featured-post-carousel .module-post-carousel-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-images {
    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0;
  }

  .module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-images .post-image-slide {
    height: 65vw;
    padding-top: 0;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
  }

  .module-featured-post-carousel .module-post-carousel-wrapper .slider-post-carousel-contents-wrapper {
    padding: 55px 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .slick-arrow {
    font-size: 30px;
  }

  .module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .project-slide .project-image {
    padding-top: calc(100% - 40px);
    margin: 0 20px 20px 20px;
  }

  .module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .project-slide .project-info {
    margin: 0 20px;
  }

  .module-featured-projects .module-featured-projects-wrapper .slider-featured-projects .slick-arrow {
    top: 25%;
  }

  .module-featured-team .module-featured-team-wrapper .slider-featured-team .slick-arrow {
    font-size: 30px;
  }

  .module-featured-team .module-featured-team-wrapper .slider-featured-team .member-slide .member-image {
    padding-top: calc(100% - 40px);
    margin: 0 20px 20px 20px;
  }

  .module-featured-team .module-featured-team-wrapper .slider-featured-team .member-slide .member-info {
    margin: 0 20px;
  }

  .module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .gallery-slide .slide-caption {
    margin-top: 20px;
  }

  .module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow {
    font-size: 30px;
  }

  .module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow.slick-prev i {
    margin-right: 15px;
  }

  .module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow.slick-next i {
    margin-left: 15px;
  }

  .module-hero-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .module-hero-home .slider-herohome-contents .content-slide .content-wrapper {
    padding: 40px;
  }

  .module-hero-home .slider-herohome-contents .content-slide .content-wrapper .eyebrow-text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .module-hero-home .slider-herohome-contents .content-slide .content-wrapper .header {
    font-size: 30px;
  }

  .module-hero-home .slider-herohome-contents .content-slide .content-wrapper .hero-button {
    margin-top: 20px;
    min-height: 40px;
    padding: 5px 15px 5px;
  }

  .module-hero-home .slider-herohome-images .hero-image-slide,
  .module-hero-home .slider-herohome-images .hero-video-slide {
    height: 50vw;
    min-height: 100px;
    max-height: 500px;
  }

  .module-hero-home .slick-arrows .slick-arrow {
    font-size: 30px;
  }

  .module-offer-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .module-offer-slider.right .slider-offer-images {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    border-radius: 0;
  }

  .module-offer-slider.right .slider-offer-images .offer-image-slide {
    border-radius: 0;
  }

  .module-offer-slider.right .slider-offer-contents-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-radius: 0;
  }

  .module-offer-slider.left .slider-offer-images {
    border-radius: 0;
  }

  .module-offer-slider.left .slider-offer-images .offer-image-slide {
    border-radius: 0;
  }

  .module-offer-slider.left .slider-offer-contents-wrapper {
    border-radius: 0;
  }

  .module-offer-slider .slider-offer-images {
    width: 100%;
    height: 80vw;
    min-height: 150px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .module-offer-slider .slider-offer-contents-wrapper {
    width: 100%;
  }

  .module-offer-slider .slider-offer-contents-wrapper .slider-offer-contents {
    margin-top: 0;
  }

  .module-pathway-grid .module-pathway-grid-wrapper .pathway-grid-items.col-count-two .pathway-item-container {
    min-height: 80px;
    width: calc(100% - 80px);
  }

  .module-pathway-grid .module-pathway-grid-wrapper .pathway-grid-items .pathway-item-container {
    min-height: 80px;
    width: calc(100% - 80px);
  }

  .module-pathway-list .module-pathway-list-wrapper .pathway-list-items.col-count-two .pathway-item-container {
    min-height: 80px;
    width: calc(100% - 30px);
  }

  .module-pathway-list .module-pathway-list-wrapper .pathway-list-items .pathway-item-container {
    min-height: 80px;
    width: calc(100% - 30px);
  }

  .module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) and (max-width: 479px) {
  .site-footer .footer-wrapper .footer-container .footer-block:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-footer .footer-wrapper .footer-container .footer-block .affiliate-links {
    margin-top: 30px;
  }
}

@media (max-width: 599px) {
  .alignright,
  .alignleft,
  a img.alignright,
  a img.alignleft {
    float: unset;
  }
}

@media (max-width: 479px) {
  .blog-id-3 .filters .searchandfilter > ul {
    grid-template-columns: 1fr;
  }

  .filters .searchandfilter > ul {
    grid-template-columns: 1fr;
  }

  .module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow {
    font-size: 24px;
  }

  .module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow.slick-prev {
    left: -10px;
  }

  .module-gallery .module-gallery-wrapper .slider-gallery-wrapper .slider-gallery .slick-arrow.slick-next {
    right: -10px;
  }

  .module-post-archive-grid .module-post-archive-grid-wrapper .archive-grid {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
/*# sourceMappingURL=style.css.map */
