/*
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: "icons-stagegate";
  src: url("assets/fonts/icons-stagegate.ttf?2zkvsy") format("truetype"), url("assets/fonts/icons-stagegate.woff?2zkvsy") format("woff"), url("assets/fonts/icons-stagegate.svg?2zkvsy#icons-stagegate") 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: "icons-stagegate" !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-close:before {
  content: "\e8e0";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Defaults */

html {
  font-size: 1em;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #000;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  min-width: 320px;
  top: 0 !important;
}

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

section {
  margin: 120px 0;
}

section.remove-space-below {
  margin-bottom: 0;
}

section.remove-space-below + section {
  margin-top: 0;
}

section.remove-space-below-half {
  margin-bottom: 60px;
}

section.remove-space-below-half + section {
  margin-top: 60px;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #004a98;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.2;
  letter-spacing: 0em;
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
  padding-top: 0;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1,
.h1 {
  font-size: 52px;
  font-weight: 400;
  margin: 0 0 0.5em;
  line-height: 1.15em;
}

h2,
.h2 {
  color: #27292b;
  font-size: 42px;
  margin: 0 0 0.3em;
}

h3,
.h3 {
  font-size: 26px;
  color: #004a98;
  margin: 0 0 0.3em;
}

h4,
.h4 {
  color: #27292b;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 0.5em;
}

h5,
.h5 {
  color: #0082ca;
  font-size: 20px;
}

h6,
.h6 {
  font-size: 25px;
  font-weight: 400;
  color: #0082ca;
  line-height: 1.28;
  margin-bottom: 2em;
}

p {
  margin: 0 0 1.5em;
}

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

a {
  color: #ff6d2d;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

a:hover,
a:visited,
a:focus {
  color: #ff6d2d;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

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

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  padding: 14px 35px 13px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  will-change: transform;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button:not(a, button) {
  pointer-events: none;
}

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

.button.primary {
  background: #ff6d2d;
  color: #fff;
}

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

.button.primary:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.button.secondary {
  background: #fff;
  color: #27292b;
}

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

.button.secondary:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.button.tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  color: #27292b;
  padding: 0;
}

.button.tertiary:after {
  content: "\e903";
  font-family: "icons-stagegate" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.button.tertiary:hover::after,
.button.tertiary:focus::after {
  color: #ff6d2d;
}

.button-container .button {
  margin-right: 10px;
  margin-bottom: 20px;
}

.button-container .button:last-child {
  margin-right: 0;
}

figure.image {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}

figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

figure.image .display {
  background-image: url("/assets/images/placeholder.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}

figure.image .display img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

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

.pagination {
  margin-top: 65px;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
  font-size: 20px;
  font-weight: 700;
  color: #004a98;
}

.pagination .nav-links .page-numbers {
  text-decoration: none;
  text-align: center;
  position: relative;
  color: #27292b;
  padding: 0 13px;
}

.pagination .nav-links .page-numbers:hover {
  color: #ff6d2d;
}

.pagination .nav-links .page-numbers:nth-last-child(2):after {
  display: none;
}

.pagination .nav-links .page-numbers.current {
  color: #ff6d2d;
}

.pagination .nav-links .page-numbers.prev {
  margin-right: 5px;
}

.pagination .nav-links .page-numbers.next {
  margin-left: 5px;
}

.pagination .nav-links .page-numbers.dots {
  padding: 0;
}

.pagination .nav-links .page-numbers.prev,
.pagination .nav-links .page-numbers.next {
  font-size: 12px;
  color: #ff6d2d;
  padding: 0;
}

.pagination .nav-links .page-numbers.prev i,
.pagination .nav-links .page-numbers.next i {
  vertical-align: middle;
}

.social-share {
  margin: 40px 0;
}

.social-share .title {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-share .icons a {
  text-decoration: none;
  background-color: #ff6d2d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
  font-size: 50px;
  border-radius: 3px;
  width: 50px;
  height: 50px;
}

.social-share .icons a:hover {
  background-color: #e15a1f;
  color: #fff;
}

.accordion dl dt {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.accordion dl dt i {
  margin: 0 30px;
}

.accordion dl dt.on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion dl dd {
  display: none;
  margin: 0;
}

.author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #27292b !important;
  text-decoration: none !important;
  font-size: 20px;
}

.author-bio .button {
  color: #ff6d2d;
}

.author-bio .image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 168px;
  width: 100%;
  margin-right: 50px;
}

.author-bio .image .placeholder {
  padding-bottom: 124%;
}

.author-bio .content {
  -ms-flex-item-align: center;
  align-self: center;
}

.author-bio .content .title {
  color: #0082ca;
  font-weight: 600;
  margin: 0 0 0.3em;
}

.author-bio .content p {
  margin: 0 0 0.6em;
}

.author-bio:hover .button {
  color: #e15a1f;
}

.subscribe .wrapper {
  max-width: 780px;
}

.subscribe .form {
  background-color: #0082ca;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 60px;
}

.subscribe .form > * {
  width: 50%;
}

.subscribe .form h4 {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0;
  padding-right: 10px;
}

.search-page-results h1 {
  margin: 0 0 1em;
}

.search-page-results .item-search-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  margin: 0 0 0.5em;
}

.search-page-results .item-search + hr {
  margin: 30px 0;
}

.page-block .wrapper {
  max-width: 1040px;
}

.wsp-container h2 {
  font-size: 26px;
  color: #27292b;
  margin: 0 0 0.3em;
}

.wsp-container ul li {
  margin: 0.35em 0;
}

.wsp-container .wsp-category-title {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.wp-caption {
  text-align: left;
}

.wp-caption img {
  border-radius: 10px;
  display: block;
  width: 100%;
}

.wp-caption figcaption {
  display: block;
  margin-top: 0.5em;
  font-size: 15px;
  color: #27292b;
}

.wp-caption.alignnone {
  margin: 3em 0 3em 0;
}

.wp-caption.alignnone:first-child {
  margin-top: 5px;
}

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

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

.wp-caption p.wp-caption-text {
  margin: 0.5em 0 0;
  font-size: 15px;
  color: #27292b;
}

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

.hide-label label {
  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;
}

label.hide-label {
  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;
}

blockquote {
  color: #6abf4b;
  font-weight: 800;
  margin: 3em 0;
}

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

blockquote strong {
  display: block;
  margin-top: 1.5em;
  padding-top: 0.75em;
  position: relative;
}

blockquote strong:before {
  content: "";
  background-color: #6abf4b;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 2px;
}

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

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

.site-content hr {
  margin: 80px 0;
  height: 1px;
  background-color: #e3e7ea;
  border: 0;
}

.site-content .breadcrumbs {
  font-size: 14px;
  color: #27292b;
  margin: 45px 0;
}

.site-content .breadcrumbs i {
  font-style: normal;
  padding: 0 5px;
}

.site-content .breadcrumbs a {
  color: #27292b;
  text-decoration: none;
}

.site-content .breadcrumbs a:hover {
  color: #6abf4b;
}

.site-content .breadcrumbs + .standard-text,
.site-content .breadcrumbs + .page-block {
  margin-top: 0;
}

.site-content .youtube-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.site-content .youtube-video iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
}

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

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #27292b;
}

.section-header .header-text {
  margin-bottom: 0;
}

.section-header .header-button,
.section-header .header-blurb {
  margin-left: 25px;
}

.section-header .header-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.section-header .header-blurb {
  font-size: 15px;
  text-align: right;
}

.angled-border-bottom {
  position: relative;
}

.angled-border-bottom:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 70%;
  height: 35px;
  background: rgba(0, 74, 152, 0.9);
  z-index: 3;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.angled-border-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5%;
  width: 40%;
  height: 35px;
  background: rgba(0, 130, 203, 0.9);
  z-index: 3;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

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

.gform_wrapper.gravity-theme form {
  position: relative;
}

.gform_wrapper.gravity-theme form input,
.gform_wrapper.gravity-theme form input[type=color],
.gform_wrapper.gravity-theme form input[type=date],
.gform_wrapper.gravity-theme form input[type=datetime-local],
.gform_wrapper.gravity-theme form input[type=datetime],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=month],
.gform_wrapper.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme form input[type=password],
.gform_wrapper.gravity-theme form input[type=search],
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=time],
.gform_wrapper.gravity-theme form input[type=url],
.gform_wrapper.gravity-theme form input[type=week],
.gform_wrapper.gravity-theme form select,
.gform_wrapper.gravity-theme form textarea {
  border: 0 !important;
  border-radius: 4px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #27292b;
  line-height: 1em !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: 54px;
}

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

.gform_wrapper.gravity-theme form button {
  background-color: #ff6d2d;
}

.gform_wrapper.gravity-theme form button:hover {
  background-color: #e15a1f;
}

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

.button-in-field form {
  overflow: hidden;
}

.button-in-field form input[type=email] {
  padding-right: 50px !important;
}

.button-in-field form .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}

.button-in-field form .gform_footer .button {
  background-color: transparent;
  border-radius: 4px;
  margin: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 0.01px;
  height: 54px;
  width: 40px;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-in-field form .gform_footer .button:hover {
  background-color: transparent;
}

.button-in-field form .gform_footer .button:hover:after {
  color: #ff6d2d;
}

.button-in-field form .gform_footer .button:after {
  content: "\e901";
  font-family: "icons-stagegate" !important;
  color: #27292b;
  font-size: 18px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.google-translate-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.google-translate-button #google_translate_element {
  position: relative;
}

.google-translate-button #google_translate_element:after {
  content: "\e910";
  font-family: "icons-stagegate" !important;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.google-translate-button #google_translate_element:hover::after {
  color: #ff6d2d;
}

.google-translate-button .goog-logo-link {
  position: absolute;
  font-size: 0.1px;
  z-index: -10;
  opacity: 0;
}

.google-translate-button .goog-te-gadget {
  font-size: 0;
}

.google-translate-button select {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  opacity: 0;
}

.skiptranslate .goog-te-banner-frame.skiptranslate {
  visibility: hidden;
  position: fixed;
  z-index: -10;
}

.site-header .main-navigation .header-search .form-wrap form {
  width: 100%;
}

.site-header .main-navigation .header-search .form-wrap form > .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .main-navigation .header-search .form-wrap form input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 18px;
  color: #27292b;
}

.site-header .main-navigation .header-search .form-wrap form input::-webkit-input-placeholder {
  color: #27292b;
}

.site-header .main-navigation .header-search .form-wrap form input::-moz-placeholder {
  color: #27292b;
}

.site-header .main-navigation .header-search .form-wrap form input::-ms-input-placeholder {
  color: #27292b;
}

.site-header .main-navigation .header-search .form-wrap form input::placeholder {
  color: #27292b;
}

.site-header .main-navigation .header-search .form-wrap form input:focus-visible {
  outline: none;
}

.site-header .main-navigation .header-search .form-wrap form button {
  background-color: transparent;
  border: none;
}

.site-header .main-navigation .header-search .form-wrap form button:hover i {
  color: #ff6d2d;
}

.site-header .main-navigation .header-search .form-wrap form button i {
  color: #27292b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-toggle {
  position: absolute;
  width: 33px;
  height: 21px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
  right: 40px;
  top: 50%;
  outline: none;
  display: none;
}

.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: #27292b;
}

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

body.admin-bar .site-header {
  top: 32px;
}

.site-header {
  background-color: transparent;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header.sticky {
  -webkit-box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.1);
}

.site-header.sticky .site-logo {
  max-width: 240px;
}

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

.site-header > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
  max-width: 1360px;
}

.sticky .site-header > .wrapper {
  height: 70px;
}

.site-header .site-logo {
  margin: 0;
  font: 0/0 a;
  text-shadow: none;
  text-decoration: none;
  color: transparent;
  width: 65vw;
  max-width: 255px;
  height: auto;
  display: block;
  will-change: transform;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header .site-logo svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.site-header .main-navigation > .nav-element {
  position: relative;
}

.site-header .main-navigation > .nav-element > a {
  font-size: 18px;
  font-weight: 400;
  display: block;
  line-height: 1;
  letter-spacing: 0em;
  color: #3e4144;
  padding: 10px 0;
  position: relative;
}

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

.site-header .main-navigation .sub-menu a {
  color: #1f4342;
  font-size: 15px;
  display: block;
  padding: 8px 10px;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.site-header .main-navigation .sub-menu a i {
  color: #b7b7b7;
  font-size: 11px;
  padding-left: 5px;
  padding-top: 5px;
}

.site-footer {
  background-color: #3e4144;
  color: #fff;
  padding: 100px 0 20px;
}

.site-footer a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.site-footer a:hover {
  color: #ff6d2d;
}

.site-footer .upper-footer {
  border-bottom: 2px solid #53575a;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-footer .upper-footer > div {
  margin-bottom: 20px;
}

.site-footer .footer-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.site-footer .footer-form-wrap > div {
  margin-bottom: 20px;
}

.site-footer .footer-form-wrap .footer-form-label {
  max-width: 330px;
  font-size: 24px;
  margin-right: 30px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.25em;
}

.site-footer .footer-form-wrap .footer-form {
  max-width: 270px;
}

.site-footer .footer-form-wrap form input[type=email] {
  background-color: #929699;
  min-width: 250px;
}

.site-footer .footer-social > a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  margin-right: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-footer .footer-social > a:last-of-type {
  margin-right: 0;
}

.site-footer .footer-social > a:hover {
  color: #ff6d2d;
}

.site-footer .lower-footer {
  font-size: 14px;
  letter-spacing: -0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-footer .copyright-text {
  margin-bottom: 20px;
  margin-right: 40px;
}

.site-footer .f-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.site-footer .f-nav .nav-element {
  margin-right: 18px;
  margin-bottom: 5px;
}

.site-footer .f-nav .nav-element:last-of-type {
  margin-right: 0;
}

.slick-arrow {
  background-color: transparent;
  border: none;
  color: #27292b;
  cursor: pointer;
  padding: 0;
  position: absolute;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.slick-arrow:focus {
  outline: none;
}

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

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.slick-dots li {
  margin: 0 7px;
  padding: 0;
}

.slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  background-color: #fff;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #ff6d2d;
}

.cta {
  background-image: -webkit-gradient(linear, left top, right top, from(#004998), to(#0082ca));
  background-image: linear-gradient(90deg, #004998, #0082ca);
  border-bottom: 10px solid #0082ca;
  padding: 60px 0;
}

.cta .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta .wrapper .content {
  color: #fff;
  margin-bottom: 0;
  max-width: 65%;
}

.cta .wrapper .button {
  margin-left: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pathways {
  margin: 115px 0;
}

.pathways .section-header {
  margin-bottom: 40px;
}

.pathways .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22.5px;
}

.pathways .grid.blue-dark .pathway-card::before {
  background-color: rgba(0, 74, 152, 0.85);
}

.pathways .grid.blue-light .pathway-card::before {
  background-color: rgba(0, 130, 202, 0.85);
}

.pathways .grid.blue-alternating .pathway-card:nth-child(odd)::before {
  background-color: rgba(0, 74, 152, 0.85);
}

.pathways .grid.blue-alternating .pathway-card:nth-child(even)::before {
  background-color: rgba(0, 130, 202, 0.85);
}

.pathways .grid .pathway-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
  position: relative;
  padding: 100px 37px 40px;
  margin: 45px 22.5px 0;
  width: calc(33.3333% - 45px);
  text-decoration: none;
}

.pathways .grid .pathway-card:before {
  content: "";
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.pathways .grid .pathway-card:hover,
.pathways .grid .pathway-card:focus {
  cursor: pointer;
}

.pathways .grid .pathway-card:hover:before,
.pathways .grid .pathway-card:focus:before {
  background-color: rgba(106, 191, 75, 0.85) !important;
}

.pathways .grid .pathway-card:hover .link-text .text-elements,
.pathways .grid .pathway-card:focus .link-text .text-elements {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.pathways .grid .pathway-card .pathway-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #fff;
  z-index: 1;
}

.pathways .grid .pathway-card .pathway-card-content .card-title {
  color: #fff;
}

.pathways .grid .pathway-card .link-text {
  margin-top: 25px;
  overflow: hidden;
}

.pathways .grid .pathway-card .link-text .text-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(calc(-100% + 23px));
  transform: translateX(calc(-100% + 23px));
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #fff;
}

.pathways .grid .pathway-card .link-text .text-elements span {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pathways .grid .pathway-card .link-text .text-elements i {
  margin-left: 15px;
}

.stats {
  margin: 115px 0;
}

.stats .grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.stats .grid .item {
  padding: 20px 15px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.stats .grid .item .number {
  margin-bottom: 20px;
  color: #ff6d2d;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: 3s opacity ease;
  transition: 3s opacity ease;
}

.stats .grid .item .number .countup {
  letter-spacing: -0.02em;
  opacity: 0;
}

.stats .grid .item .number .value-symbol {
  font-size: 75px;
}

.stats .grid .item .number.on .countup {
  opacity: 1;
}

.logo-carousel {
  margin: 115px 0;
}

.logo-carousel .carousel-header {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.logo-carousel .slider-logo-carousel {
  padding: 0 40px;
}

.logo-carousel .slider-logo-carousel .logo-carousel-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
}

.logo-carousel .slider-logo-carousel .logo-carousel-slide img {
  max-height: 90px;
  max-width: 100%;
}

.logo-carousel .slider-logo-carousel .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-carousel .slider-logo-carousel .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.logo-carousel .slider-logo-carousel .slick-arrow.slick-prev {
  left: 0;
}

.logo-carousel .slider-logo-carousel .slick-arrow.slick-next {
  right: 0;
}

.image-left-text-right {
  margin: 115px 0;
}

.image-left-text-right .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-left-text-right figure {
  width: 35%;
  padding-right: 40px;
}

.image-left-text-right figure img {
  max-height: 250px;
}

.image-left-text-right .content {
  width: 65%;
  padding-left: 40px;
}

.offer-blocks {
  background-image: -webkit-gradient(linear, left top, right top, from(#004a98), to(#0082ca));
  background-image: linear-gradient(90deg, #004a98, #0082ca);
}

.offer-blocks .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 2400px;
  margin: 0 auto;
}

.offer-blocks .offer-block {
  width: 50%;
  position: relative;
}

.offer-blocks .offer-block:first-child .background-image {
  left: auto;
  right: 0;
}

.offer-blocks .offer-block:first-child .overlay {
  background-color: rgba(0, 74, 152, 0.85);
  left: auto;
  right: 0;
}

.offer-blocks .offer-block .background-image {
  width: 50vw;
  right: auto;
}

.offer-blocks .offer-block .overlay {
  background-color: rgba(0, 130, 202, 0.85);
  width: 50vw;
  right: auto;
}

.offer-blocks .offer-block .offer-content {
  height: 100%;
  padding: 110px 80px;
  color: #fff;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.offer-blocks .offer-block .offer-content .super-title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}

.offer-blocks .offer-block .offer-content .description {
  color: #fff;
  margin-bottom: 25px;
}

.offer-blocks .offer-block .offer-content .button {
  margin-top: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.homepage-hero {
  margin: 0;
}

.homepage-hero .carousel {
  min-height: 100vh;
}

.homepage-hero .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}

.homepage-hero .carousel .slick-slide {
  height: auto;
}

.homepage-hero .carousel .slick-dots {
  position: absolute;
  bottom: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.homepage-hero .carousel .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
}

.homepage-hero .carousel .slick-dots li.slick-active button {
  background-color: #fff;
}

.homepage-hero .carousel .inner {
  position: relative;
  min-height: 100vh;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 100px 0 75px;
  overflow: hidden;
}

.homepage-hero .carousel .inner .wrapper {
  width: 100%;
  position: relative;
  z-index: 4;
}

.homepage-hero .carousel .inner .content {
  max-width: 690px;
}

.homepage-hero .carousel .inner .content > *:last-child {
  margin-bottom: 0;
}

.homepage-hero .carousel .inner .content p,
.homepage-hero .carousel .inner .content h2 {
  font-size: 52px;
  line-height: 1.4;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.homepage-hero .carousel .inner .content .button.tertiary {
  color: #fff;
}

.homepage-hero .carousel .inner h2 {
  color: inherit;
  margin: 0;
}

.homepage-hero .carousel .inner .button-container {
  margin-top: 30px;
}

.subpage-hero {
  background-color: #fff;
  position: relative;
  min-height: 350px;
  margin: 0;
  position: relative;
}

.subpage-hero .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../ace/assets/images/hero-shadow.png") repeat-x center top;
}

.featured-posts {
  padding: 90px 0;
  background-color: #e3e7ea;
}

.featured-posts.blue-dark {
  background-color: #004a98;
}

.featured-posts.blue-dark .section-header .header-text,
.featured-posts.blue-dark .section-header .button {
  color: #fff;
}

.featured-posts.blue-dark .slider-featured-posts .slick-arrow {
  color: #fff;
}

.featured-posts.blue-dark .slider-featured-posts .slick-arrow:hover {
  color: #ff6d2d;
}

.featured-posts.blue-dark .slider-featured-posts .featured-posts-slide .post-content .meta {
  color: #6abf4b;
}

.featured-posts.blue-dark .slider-featured-posts .featured-posts-slide .post-content .title,
.featured-posts.blue-dark .slider-featured-posts .featured-posts-slide .post-content .excerpt {
  color: #fff;
}

.featured-posts .section-header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.featured-posts .slider-featured-posts {
  padding: 0 30px;
  margin-left: -60px;
  margin-right: -60px;
}

.featured-posts .slider-featured-posts.slick-dotted {
  margin-bottom: 60px;
}

.featured-posts .slider-featured-posts .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px auto 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.featured-posts .slider-featured-posts .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.featured-posts .slider-featured-posts .slick-arrow.slick-prev {
  left: 0;
}

.featured-posts .slider-featured-posts .slick-arrow.slick-next {
  right: 0;
}

.featured-posts .slider-featured-posts .featured-posts-slide {
  padding: 0 30px;
  text-decoration: none;
}

.featured-posts .slider-featured-posts .featured-posts-slide .image {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
}

.featured-posts .slider-featured-posts .featured-posts-slide .image i {
  border-top-left-radius: 10px;
  padding: 20px;
  background-color: #ff6d2d;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.featured-posts .slider-featured-posts .featured-posts-slide .image .placeholder {
  padding-bottom: 65%;
}

.featured-posts .slider-featured-posts .featured-posts-slide:hover figure i,
.featured-posts .slider-featured-posts .featured-posts-slide:focus figure i {
  opacity: 1;
  visibility: visible;
}

.featured-posts .slider-featured-posts .featured-posts-slide .post-content .meta {
  color: #004a98;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 14px;
}

.featured-posts .slider-featured-posts .featured-posts-slide .post-content .title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #27292b;
}

.featured-posts .slider-featured-posts .featured-posts-slide .post-content .excerpt {
  margin-top: 10px;
  font-size: 18px;
  color: #27292b;
}

.featured-post {
  margin: 90px 0;
}

.featured-post .wrapper {
  max-width: 1040px;
}

.featured-post .item {
  background-color: #004a98;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured-post .item .image {
  width: 35%;
}

.featured-post .item .image .placeholder {
  padding-bottom: 0;
  min-height: 100%;
}

.featured-post .item .content {
  padding: 50px;
  color: #fff;
}

.featured-post .item .content .heading {
  color: inherit;
  margin: 0 0 40px;
}

.featured-post .item .content .title {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 10px;
}

.featured-post .item .content .meta {
  color: #6abf4b;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 14px;
}

.featured-post .item .content .button {
  margin: 30px 0 0;
}

.standard-text .content {
  max-width: 960px;
  margin: 0 auto;
}

.standard-text .gform_wrapper {
  background-color: #0082ca;
  padding: 50px;
  border-radius: 10px;
}

.standard-text .gform_wrapper .description,
.standard-text .gform_wrapper .gfield_description {
  display: none;
}

.standard-text + .team-post-grid,
.standard-text + .featured-post {
  margin-top: -30px;
}

.insights-grid {
  margin-top: 60px;
}

.insights-grid .wrapper {
  max-width: 1040px;
}

.insights-grid .filters {
  margin-bottom: 70px;
}

.insights-grid .filters .searchandfilter > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.insights-grid .filters .searchandfilter > ul > li label {
  display: block;
  position: relative;
}

.insights-grid .filters .searchandfilter > ul > li a {
  color: #27292b;
  text-decoration: underline;
  font-size: 16px;
}

.insights-grid .filters .searchandfilter > ul > li a:hover {
  color: #ff6d2d;
}

.insights-grid .filters .searchandfilter > ul > li.sf-field-search {
  grid-column: span 4;
}

.insights-grid .filters .searchandfilter > ul > li.sf-field-search label {
  max-width: calc(25% - 20px);
}

.insights-grid .filters .searchandfilter > ul > li.sf-field-search label:after {
  width: 56px;
  height: 100%;
  content: "\e908";
  font-family: "icons-stagegate" !important;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #ff6d2d;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

.insights-grid .filters .searchandfilter > ul > li.sf-field-search .sf-input-text {
  padding: 16px 60px 16px 20px;
}

.insights-grid .filters .searchandfilter > ul > li[data-sf-field-input-type=select] label {
  position: relative;
}

.insights-grid .filters .searchandfilter > ul > li[data-sf-field-input-type=select] label:after {
  width: 60px;
  height: 100%;
  content: "\e904";
  font-family: "icons-stagegate" !important;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #fff;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

.insights-grid .filters .searchandfilter > ul > li .sf-input-text,
.insights-grid .filters .searchandfilter > ul > li .sf-input-select {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #27292b;
  outline: none;
  border: 0;
  border-radius: 3px;
  height: 54px;
  background-color: #e9e9e9;
}

.insights-grid .filters .searchandfilter > ul > li .sf-input-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 60px 8px 20px;
  margin: 0;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  z-index: 2;
  line-height: 1.5 !important;
  color: #fff;
  height: 54px;
  background-color: #6abf4b;
  width: 100%;
}

.insights-grid .filters .searchandfilter > ul > li .sf-input-select::-ms-expand {
  display: none;
}

.insights-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 50px;
}

.insights-grid .item {
  text-decoration: none;
  font-size: 16px;
  color: #27292b;
}

.insights-grid .item .image {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 12px;
  position: relative;
}

.insights-grid .item .image .placeholder {
  padding-bottom: 62.5%;
}

.insights-grid .item .image .display:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(39, 41, 43, 0.25);
  z-index: 2;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}

.insights-grid .item .image i {
  border-top-left-radius: 10px;
  padding: 20px;
  background-color: #ff6d2d;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.insights-grid .item .meta {
  color: #6abf4b;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 0.6em;
  letter-spacing: 0.05em;
}

.insights-grid .item .meta > *::after {
  content: ", ";
}

.insights-grid .item .meta > *:last-child::after {
  display: none;
}

.insights-grid .item .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.insights-grid .item:hover .image .display:before {
  opacity: 1;
}

.insights-grid .item:hover .image i {
  opacity: 1;
}

.insights-grid.related {
  margin: 60px 0;
}

.insights-grid.related .wrapper {
  max-width: 1280px;
}

.insights-grid.related .heading {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.insights-grid.related .grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-post-grid .wrapper {
  max-width: 1040px;
}

.team-post-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 50px;
  -webkit-column-gap: 75px;
  -moz-column-gap: 75px;
  column-gap: 75px;
}

.team-post-grid .item {
  text-decoration: none;
  font-size: 16px;
  color: #27292b;
}

.team-post-grid .item .image {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 12px;
  position: relative;
}

.team-post-grid .item .image .placeholder {
  padding-bottom: 124%;
}

.team-post-grid .item .image .display:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(39, 41, 43, 0.25);
  z-index: 2;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}

.team-post-grid .item .image i {
  border-top-left-radius: 10px;
  padding: 20px;
  background-color: #ff6d2d;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.team-post-grid .item .name {
  font-size: 20px;
  font-weight: 600;
  color: #0082ca;
}

.team-post-grid .item:hover .image .display:before {
  opacity: 1;
}

.team-post-grid .item:hover .image i {
  opacity: 1;
}

.news-events-grid .wrapper {
  max-width: 1040px;
}

.news-events-grid .accordion dl dt {
  padding: 30px 0 60px;
  border-top: solid 3px #6abf4b;
  color: #6abf4b;
  font-size: 52px;
  line-height: 1;
}

.news-events-grid .accordion dl dt i {
  font-size: 25px;
}

.news-events-grid .accordion dl dd {
  padding: 0 0 60px;
}

.news-events-grid .item {
  display: block;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 600;
  color: #27292b;
  line-height: 1.2;
  text-decoration: none;
}

.news-events-grid .item .date {
  color: #004a98;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin: 1em 0 0;
}

.news-events-grid .item:last-child {
  margin-bottom: 0;
}

.news-events-grid .item:hover {
  color: #ff6d2d;
}

.template {
  margin: 0 0 120px;
}

.template .wrapper {
  max-width: 1040px;
}

.template .wrapper > hr {
  margin: 70px 0 45px;
}

.template .wrapper > hr + .author-bio,
.template .wrapper > .author-bio + hr {
  margin: 60px 0;
}

.template .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template .flex .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.template .flex .content .post-image {
  border-radius: 10px;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.template .flex .side-form {
  width: 274px;
  min-width: 274px;
  margin-left: 46px;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #0082ca;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.template .flex .side-form h4 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 0 0 1.5em;
}

.template .flex .side-form .gform_wrapper .description,
.template .flex .side-form .gform_wrapper .gfield_description {
  display: none;
}

.template .flex .side-form .gform_wrapper .gform_footer {
  padding-bottom: 0;
}

.template .flex .side-form .gform_wrapper .gform_footer .button {
  margin: 0;
}

.template .meta {
  margin-bottom: 70px;
  font-size: 26px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.template .meta > *:after {
  content: "/";
  padding: 0 10px;
}

.template .meta > *:last-child:after {
  display: none;
}

.template .meta .author a {
  color: inherit;
}

.template .template-tags-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  margin: 0 0 50px;
}

.template .template-tags-terms strong {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-right: 10px;
}

.template .template-tags-terms-item:after {
  content: ", ";
  padding-right: 5px;
}

.template .template-tags-terms-item:last-child::after {
  display: none;
}

.template .template-tags-terms-item a {
  color: #27292b;
}

.template .template-tags-terms-item a:hover {
  color: #ff6d2d;
}

.template .alignleft {
  margin-right: 70px;
  margin-bottom: 40px;
  max-width: 50%;
  width: auto;
  height: auto;
  border-radius: 10px;
}

.template .template-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 40px;
}

.template .template-team .image {
  max-width: 272px;
  margin-right: 50px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 10px;
  overflow: hidden;
}

.template .template-team .image .placeholder {
  padding-bottom: 124%;
}

.template .template-team > aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.template .template-team > aside .name {
  font-size: 52px;
  color: #004a98;
  line-height: 1.2;
  margin: 0 0 0.2em;
}

.template .template-team > aside .title {
  color: #27292b;
  font-size: 26px;
  font-weight: 600;
}

.template .template-team > aside hr {
  margin: 70px 0 40px;
}

.template .template-team > aside .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template .template-team > aside .icons > * {
  width: 50px;
  height: 50px;
  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;
  background-color: #ff6d2d;
  color: #fff;
  border-radius: 3px;
  margin-right: 14px;
  font-size: 40px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.template .template-team > aside .icons > *:hover {
  background-color: #e15a1f;
}

/* Slider - Slick */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 1080px) {
  .site-header .main-navigation .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
    position: relative;
  }

  .site-header .main-navigation .header-search.open .show-search {
    display: block;
  }

  .site-header .main-navigation .header-search.open .hide-search {
    display: none;
  }

  .site-header .main-navigation .header-search .show-search {
    display: none;
  }

  .site-header .main-navigation .header-search > button.search-button {
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }

  .site-header .main-navigation .header-search > button.search-button:hover {
    color: #ff6d2d;
  }

  .site-header .main-navigation .header-search .form-wrap.sub-menu {
    display: none;
    padding: 20px 30px;
    position: absolute;
    top: 100%;
    right: -30px;
    left: auto;
    background-color: #e3e7ea;
    min-width: 280px;
    border-radius: 0 0 10px 10px;
  }

  .site-header {
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
  }

  .site-header:hover,
  .site-header.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.1);
  }

  .site-header:not(.sticky):not(:hover) .site-logo svg path {
    fill: #fff;
  }

  .site-header:not(.sticky):not(:hover) .main-navigation > .nav-element > a,
  .site-header:not(.sticky):not(:hover) #google_translate_element:after,
  .site-header:not(.sticky):not(:hover) .header-search button > i {
    color: #fff;
  }

  .site-header.sticky > .wrapper {
    height: 70px;
  }

  .site-header > .wrapper {
    height: 90px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .site-header .main-navigation {
    height: 100%;
  }

  .site-header .main-navigation > .nav-element {
    margin-left: 26px;
    height: 100%;
  }

  .site-header .main-navigation > .nav-element:nth-child(n+4) .sub-menu .sub-menu {
    left: auto;
    right: 100%;
    border-radius: 10px 0 10px 10px;
  }

  .site-header .main-navigation > .nav-element.nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-header .main-navigation > .nav-element.nav-button > a {
    background-color: #ff6d2d;
    color: #fff;
    padding: 10px 20px;
    height: auto;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .site-header .main-navigation > .nav-element.nav-button > a:hover {
    background-color: #e15a1f;
  }

  .site-header .main-navigation > .nav-element.nav-button > a > span:after {
    display: none;
  }

  .site-header .main-navigation > .nav-element > a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #27292b;
  }

  .site-header .main-navigation > .nav-element > a > span {
    position: relative;
  }

  .site-header .main-navigation > .nav-element > a > span:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff6d2d;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }

  .site-header .main-navigation > .nav-element > a:hover > span:after,
  .site-header .main-navigation > .nav-element > a.hover > span:after {
    opacity: 1;
  }

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

  .site-header .main-navigation .sub-menu {
    padding: 20px 0;
    position: absolute;
    top: 100%;
    left: -40px;
    background-color: #e3e7ea;
    min-width: 280px;
    border-radius: 0 0 10px 10px;
  }

  .site-header .main-navigation .sub-menu .nav-element {
    position: relative;
  }

  .site-header .main-navigation .sub-menu a {
    color: #27292b;
    font-weight: 700;
    font-size: 18px;
    display: block;
    padding: 10px 40px;
    line-height: 1.333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-header .main-navigation .sub-menu a i {
    color: #ff6d2d;
    font-size: 11px;
    padding-left: 5px;
    padding-top: 5px;
  }

  .site-header .main-navigation .sub-menu a:hover,
  .site-header .main-navigation .sub-menu a.hover {
    color: #0082ca;
  }

  .site-header .main-navigation .sub-menu a:hover i,
  .site-header .main-navigation .sub-menu a.hover i {
    color: #ff6d2d;
  }

  .site-header .main-navigation .sub-menu .sub-menu {
    background-color: #f2f5f7;
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 0 10px 10px 10px;
  }

  .site-header .main-navigation .sub-menu .sub-menu a:hover,
  .site-header .main-navigation .sub-menu .sub-menu a.hover {
    color: #0082ca;
  }

  .site-header .main-navigation .sub-menu .sub-menu .sub-menu {
    background-color: color-light;
  }

  .site-header .main-navigation .sub-menu .sub-menu .sub-menu a:hover,
  .site-header .main-navigation .sub-menu .sub-menu .sub-menu a.hover {
    background-color: #53585a;
  }

  .homepage-hero .carousel .inner video + .background-image {
    display: none;
  }

  .insights-grid .filters {
    position: relative;
  }

  .insights-grid .filters .searchandfilter {
    width: calc(100% - 110px);
  }

  .insights-grid .filters .searchandfilter > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .insights-grid .filters .searchandfilter > ul > li.sf-field-search {
    grid-column: span 3;
  }

  .insights-grid .filters .searchandfilter > ul > li.sf-field-search label {
    max-width: calc(33.33333% - 13.33333px);
  }

  .insights-grid .filters .searchandfilter > ul > li.sf-field-reset {
    position: absolute;
    right: 0;
    bottom: 14px;
    white-space: nowrap;
  }
}

@media (min-width: 1280px) {
  .site-header .main-navigation {
    height: 100%;
  }

  .site-header .main-navigation > .nav-element {
    margin-left: 40px;
  }
}

@media (min-width: 1900px) {
  .site-header .main-navigation {
    height: 100%;
  }

  .site-header .main-navigation > .nav-element {
    margin-left: 40px;
    height: 100%;
  }

  .site-header .main-navigation > .nav-element:nth-child(n+4) .sub-menu .sub-menu {
    left: 100%;
    right: auto;
    border-radius: 0 10px 10px 10px;
  }
}

@media (max-width: 1679px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}

@media (max-width: 1339px) {
  .featured-posts .slider-featured-posts {
    padding: 0 20px;
    margin-left: -40px;
    margin-right: -40px;
  }

  .featured-posts .slider-featured-posts .featured-posts-slide {
    padding: 0 20px;
  }

  .featured-posts .slider-featured-posts .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  section {
    margin: 90px 0;
  }

  .pagination {
    margin-top: 55px;
  }

  .pathways {
    margin: 85px 0;
  }

  .pathways {
    margin: 55px 0;
  }

  .stats {
    margin: 85px 0;
  }

  .stats {
    margin: 55px 0;
  }

  .image-left-text-right figure {
    width: 30%;
  }

  .image-left-text-right .content {
    width: 70%;
  }

  .standard-text + .team-post-grid,
  .standard-text + .featured-post {
    margin-top: -20px;
  }

  .template {
    margin: 0 0 90px;
  }
}

@media (max-width: 1079px) {
  body {
    margin-top: 70px;
  }

  .author-bio .image {
    margin-right: 30px;
  }

  .site-content hr {
    margin: 50px 0;
  }

  .google-translate-button {
    padding: 0 20px 20px;
  }

  .google-translate-button #google_translate_element {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .google-translate-button #google_translate_element:after {
    content: "\e910";
    font-family: "icons-stagegate" !important;
    color: #fff;
    margin-left: 10px;
    font-size: 30px;
  }

  .google-translate-button select {
    margin: 0 !important;
    border-radius: 4px;
    background-color: #e3e7ea;
    padding: 5px 10px;
    font-size: 15px;
    position: relative;
    width: auto;
    height: 40px;
    opacity: 1;
  }

  .site-header .main-navigation .header-search {
    padding: 30px 20px;
    border-bottom: none;
  }

  .site-header .main-navigation .header-search > button.search-button {
    display: none;
  }

  .site-header .main-navigation .header-search .form-wrap.sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .site-header .main-navigation .header-search .form-wrap.sub-menu form {
    position: relative;
  }

  .site-header .main-navigation .header-search .form-wrap.sub-menu form input {
    background-color: #e3e7ea;
    height: 40px;
    padding: 5px 40px 5px 10px;
    border-radius: 4px;
  }

  .site-header .main-navigation .header-search .form-wrap.sub-menu form button {
    position: absolute;
    right: 10px;
  }

  .nav-toggle {
    display: block;
  }

  .site-header {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.1);
  }

  .site-header > .wrapper {
    height: 70px;
  }

  .site-header .site-logo {
    max-width: 240px;
  }

  .site-header .main-navigation {
    background-color: #27292b;
    position: fixed;
    left: 100%;
    width: 280px;
    top: 70px;
    height: calc(100vh - 70px);
    display: block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    overflow: scroll;
    z-index: 1000;
  }

  .sticky .site-header .main-navigation {
    top: 70px;
    height: calc(100vh - 70px);
  }

  .nav-on .site-header .main-navigation {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .site-header .main-navigation > .nav-element {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }

  .site-header .main-navigation > .nav-element > a {
    padding: 20px 0 20px 20px;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-header .main-navigation > .nav-element > a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 100%;
    font-size: 11px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ff6d2d;
  }

  .site-header .main-navigation > .nav-element > a i.on {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

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

  .site-header .main-navigation .sub-menu a {
    color: rgba(255, 255, 255, 0.8);
    min-height: auto;
    padding: 10px 0 10px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-header .main-navigation .sub-menu a span {
    padding-right: 15px;
    width: calc(100% - 40px);
  }

  .site-header .main-navigation .sub-menu a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 100%;
    font-size: 11px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: rgba(255, 255, 255, 0.75);
  }

  .site-header .main-navigation .sub-menu a i.on {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .site-header .main-navigation .sub-menu .sub-menu {
    background-color: #3e4144;
  }

  .site-header .main-navigation .sub-menu .sub-menu > .nav-element:first-child > a {
    padding-top: 20px;
  }

  .site-header .main-navigation .sub-menu .sub-menu a {
    padding-left: 40px;
  }

  .site-header .main-navigation .sub-menu .sub-menu a i {
    color: rgba(255, 255, 255, 0.95);
  }

  .site-header .main-navigation .sub-menu .sub-menu .sub-menu {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .site-header .main-navigation .sub-menu .sub-menu .sub-menu a {
    padding: 5px 20px 5px 60px;
  }

  .pathways .grid .pathway-card {
    width: calc(50% - 45px);
  }

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

  .offer-blocks .offer-block .background-image,
  .offer-blocks .offer-block .overlay {
    width: 100vw;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .offer-blocks .offer-block .offer-content {
    padding: 80px 60px;
  }

  .homepage-hero .carousel {
    min-height: calc(100vh - 70px);
  }

  .homepage-hero .carousel .inner {
    min-height: calc(100vh - 70px);
    padding: 100px 0 130px;
  }

  .homepage-hero .carousel .inner video {
    display: none;
  }

  .featured-post .item .content {
    padding: 40px;
  }

  .insights-grid .filters .searchandfilter > ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .insights-grid .filters .searchandfilter > ul > li.sf-field-search {
    grid-column: span 2;
  }

  .insights-grid .filters .searchandfilter > ul > li.sf-field-search label {
    max-width: calc(50% - 10px);
  }

  .insights-grid .grid {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 30px;
  }

  .insights-grid.related .grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-post-grid .grid {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 30px;
  }

  .template .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .template .flex .side-form {
    margin-left: 0;
    margin-top: 40px;
    min-width: auto;
    width: 100%;
  }

  .template .template-team .image {
    margin-right: 30px;
    width: 30%;
  }

  .template .template-team > aside .name {
    font-size: 42px;
  }

  .template .template-team > aside .title {
    font-size: 20px;
  }

  .template .template-team > aside hr {
    margin: 50px 0 30px;
  }

  .template .alignleft {
    margin-right: 40px;
    margin-bottom: 20px;
  }

  .template .date {
    margin-bottom: 40px;
  }
}

@media (max-width: 781px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 767px) {
  section {
    margin: 60px 0;
  }

  .wrapper {
    padding: 0 20px;
  }

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

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

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

  h4,
  .h4 {
    font-size: 18px;
  }

  .pagination {
    margin-top: 45px;
  }

  .subscribe .form {
    padding: 30px;
    display: block;
  }

  .subscribe .form > * {
    width: 100%;
  }

  .subscribe .form h4 {
    margin: 0 0 1em;
    padding-right: 0;
  }

  .wsp-container h2 {
    font-size: 20px;
  }

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

  .site-header .main-navigation {
    width: 100%;
  }

  .site-footer {
    padding-top: 60px;
  }

  .site-footer .upper-footer {
    margin-bottom: 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;
  }

  .site-footer .footer-form-wrap {
    margin-right: 0;
  }

  .site-footer .lower-footer {
    -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;
  }

  .site-footer .copyright-text {
    margin-right: 0;
  }

  .pathways .grid .pathway-card {
    width: calc(100% - 45px);
  }

  .stats .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-left-text-right .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-left-text-right figure {
    width: 50%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .image-left-text-right .content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .offer-blocks .offer-block .offer-content {
    padding: 60px 0;
  }

  .homepage-hero .carousel .inner {
    padding: 50px 0 110px;
  }

  .homepage-hero .carousel .inner .content p,
  .homepage-hero .carousel .inner .content h2 {
    font-size: 40px;
  }

  .subpage-hero {
    min-height: 240px;
  }

  .featured-post .item .image {
    display: none;
  }

  .featured-post .item .content {
    padding: 40px 30px;
  }

  .standard-text + .team-post-grid,
  .standard-text + .featured-post {
    margin-top: -10px;
  }

  .insights-grid .filters .searchandfilter > ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .insights-grid .filters .searchandfilter > ul > li.sf-field-search {
    grid-column: span 1;
  }

  .insights-grid .filters .searchandfilter > ul > li.sf-field-search label {
    max-width: 100%;
  }

  .insights-grid .grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-post-grid .grid {
    grid-template-columns: 1fr 1fr;
  }

  .news-events-grid .accordion dl dt {
    font-size: 36px;
    padding: 20px 0 40px;
  }

  .news-events-grid .accordion dl dt i {
    margin: 0 20px;
  }

  .news-events-grid .accordion dl dd {
    padding-bottom: 40px;
  }

  .news-events-grid .item {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .template {
    margin: 0 0 60px;
  }

  .template .wrapper > hr {
    margin: 40px 0 40px;
  }

  .template .wrapper > hr + .author-bio,
  .template .wrapper > .author-bio + hr {
    margin: 40px 0;
  }

  .template .meta {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .template .template-tags {
    margin-bottom: 40px;
  }

  .template .flex .content .post-image {
    margin-bottom: 30px;
  }

  .template .template-team {
    display: block;
  }

  .template .template-team .image {
    width: 100%;
    max-width: 272px;
    margin: 0 0 30px;
  }

  .template .template-team > aside .name {
    font-size: 42px;
  }

  .template .template-team > aside .title {
    font-size: 20px;
  }

  .template .template-team > aside hr {
    margin: 30px 0;
  }
}

@media (max-width: 599px) {
  body.admin-bar .site-header {
    top: 0;
  }

  body.admin-bar #wpadminbar {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .author-bio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .author-bio .image {
    margin: 0 0 20px;
  }

  .site-content hr {
    margin: 40px 0;
  }

  .section-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-header > * {
    width: 100%;
  }

  .section-header .header-text {
    margin: 0 0 15px;
  }

  .section-header .header-button,
  .section-header .header-blurb {
    text-align: left;
    margin-left: 0;
  }

  .site-footer .footer-form-wrap .footer-form-label {
    font-size: 20px;
  }

  .site-footer .f-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta .wrapper {
    -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;
  }

  .cta .wrapper .content {
    max-width: 100%;
  }

  .cta .wrapper .button {
    margin-left: 0;
    margin-top: 25px;
  }

  .homepage-hero .carousel .inner .content p,
  .homepage-hero .carousel .inner .content h2 {
    font-size: 32px;
  }

  .insights-grid .filters .searchandfilter > ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .insights-grid .filters .searchandfilter > ul > li.sf-field-search {
    grid-column: span 1;
  }

  .insights-grid .filters .searchandfilter > ul > li.sf-field-search label {
    max-width: 100%;
  }

  .insights-grid .grid {
    grid-template-columns: 1fr;
  }

  .team-post-grid .grid {
    grid-template-columns: 1fr;
  }

  .template .alignleft {
    float: none;
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 479px) and (max-width: 1079px) {
  .insights-grid.related .grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .stats .grid .item .number {
    font-size: 70px;
  }

  .stats .grid .item .number .value-symbol {
    font-size: 50px;
  }
}
/*# sourceMappingURL=style.css.map */
