@charset "UTF-8";
/*
	Theme Name: RAP Online Timber
	Theme URI: https://statusforward.com
	Description: A mobile responsive and HTML5 theme built using Timber.
	Author: Status Forward
	Author URI: http://statusforward.com
	Version: 1.0
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove default margin.
 */
body {
  margin: 0; }
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none; }
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -0.5em; }
sub {
  bottom: -0.25em; }
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */ }
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }
td,
th {
  padding: 0; }
/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
/******************************************************************
> Typography Styles

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. 
*/
/* Poppins - Google Font */
/* Using Google Fonts Helper to create local versions and download them: 
https://gwfh.mranftl.com/fonts/poppins?subsets=latin,latin-ext */
/* poppins-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/poppins-v20-latin_latin-ext-regular.woff2) format("woff2"), url(fonts/poppins-v20-latin_latin-ext-regular.ttf) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }
/* poppins-italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url(fonts/poppins-v20-latin_latin-ext-italic.woff2) format("woff2"), url(fonts/poppins-v20-latin_latin-ext-italic.ttf) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }
/* poppins-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/poppins-v20-latin_latin-ext-500.woff2) format("woff2"), url(fonts/poppins-v20-latin_latin-ext-500.ttf) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }
/* poppins-500italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url(fonts/poppins-v20-latin_latin-ext-500italic.woff2) format("woff2"), url(fonts/poppins-v20-latin_latin-ext-500italic.ttf) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }
/* poppins-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/poppins-v20-latin_latin-ext-700.woff2) format("woff2"), url(fonts/poppins-v20-latin_latin-ext-700.ttf) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }
/* poppins-700italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url(fonts/poppins-v20-latin_latin-ext-700italic.woff2) format("woff2"), url(fonts/poppins-v20-latin_latin-ext-700italic.ttf) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }
a {
  border-bottom: none;
  text-decoration: underline; }
.primary-link {
  color: #C93C0D;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 14px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #C93C0D;
  line-height: .9em; }
.secondary-link {
  color: #004279;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 14px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #004279;
  line-height: .9em;
  text-decoration: none; }
.secondary-link:after {
    content: '+';
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto; }
p,
.entry-content p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.4em; }
h1, .h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.375rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.2em; }
@media (min-width: 1024px) {
    h1, .h1 {
      font-size: 3.875rem; } }
h2, .h2 {
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2em; }
h3, .h3, h2.h3 {
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1em; }
@media (min-width: 1024px) {
    h3, .h3, h2.h3 {
      font-size: 2.375rem; } }
h4, .h4, .has-medium-font-size, .entry-content p.has-medium-font-size {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1em;
  text-transform: none; }
@media (min-width: 1024px) {
    h4, .h4, .has-medium-font-size, .entry-content p.has-medium-font-size {
      font-size: 1.375rem; } }
.entry-content .blue-grad p.h4 {
  font-size: 1.375rem;
  margin-bottom: .8em; }
h5, .h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.4em;
  line-height: 1.2; }
@media (min-width: 1024px) {
    h5, .h5 {
      font-size: 1.2rem; } }
.single-post .entry-content .left-inner h2, .single-post .entry-content .left-inner h3, .single-post .entry-content .left-inner h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1em;
  text-transform: none; }
@media (min-width: 1024px) {
    .single-post .entry-content .left-inner h2, .single-post .entry-content .left-inner h3, .single-post .entry-content .left-inner h4 {
      font-size: 1.375rem; } }
.entry-content p.has-medium-font-size {
  font-size: 1.375rem !important; }
.icon:after {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.icon.linkedin:after {
  background-image: url("/wp-content/themes/rap-timber/static/images/linkedin.svg"); }
.icon.twitter:after {
  background-image: url("/wp-content/themes/rap-timber/static/images/twitter.svg"); }
.icon.facebook:after {
  background-image: url("/wp-content/themes/rap-timber/static/images/facebook.svg"); }
.filter-label {
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2em; }
/* Forms */
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none; }
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
  height: 55px;
  margin-bottom: 10px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, border-color 300ms ease-out;
  /*color: currentColor;*/
  color: #020D45;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
textarea {
  min-height: 120px;
  margin-bottom: 40px;
  padding: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, border-color 300ms ease-out; }
textarea:focus {
  border-color: #009df7; }
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }
textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5); }
textarea::placeholder {
  color: rgba(0, 0, 0, 0.5); }
select,
.select2 {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  overflow: visible;
  width: 100%;
  height: 55px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 18px;
  background-color: #fff;
  color: currentColor;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, border-color 300ms ease-out; }
select:active,
.select2:active {
  color: #8c8980; }
select,
.select2 {
  background-image: linear-gradient(45deg, transparent 50%, #120e5b 50%), linear-gradient(135deg, #120e5b 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 22px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px), calc(100% - 3em) 0.85em;
  background-repeat: no-repeat;
  background-size: 8px 8px, 8px 8px, 1px 2em; }
select:focus,
.select2:focus {
  background-image: linear-gradient(45deg, #1c3b4f 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #1c3b4f 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 15px) calc(1em + 8px), calc(100% - 22px) calc(1em + 8px), calc(100% - 3em) 0.85em;
  background-size: 8px 8px, 8px 8px, 1px 2em;
  background-repeat: no-repeat;
  border-color: #1c3b4f;
  outline: 0; }
select:-moz-focusring,
.select2:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-align: left; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(18, 14, 91, 0.75);
  line-height: 28px; }
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px; }
input[type="checkbox"] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  max-width: 15px;
  max-height: 15px;
  margin-right: 8px;
  margin-left: 0px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 2px !important;
  background-color: #fff;
  display: inline-block;
  opacity: 1;
  position: relative; }
input[type=checkbox]:checked:before {
  content: "✓";
  display: block;
  text-align: center;
  color: #020D45;
  position: absolute;
  left: 2px;
  top: -2px;
  font-size: .85rem; }
input[type=checkbox]:checked:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }
input[type="radio"] {
  -webkit-appearance: none;
  border-radius: 100% !important;
  top: 2px;
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  margin-right: 10px;
  margin-left: 0px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: relative; }
input[type="radio"]:checked {
  /*border-color: #a49cff !important;
  background-color: #fff !important;
  box-shadow: inset 0 0 0 8px #a49cff !important;*/ }
.searchandfilter label {
  font-size: .85em;
  padding-left: 0;
  line-height: 1.15; }
.searchandfilter .sf-level-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.searchandfilter h4 {
  font-weight: 700;
  color: #004279; }
.site-inner .gform_wrapper.gravity-theme {
  margin-bottom: 2em; }
.site-inner .gform_wrapper.gravity-theme input[type=text],
  .site-inner .gform_wrapper.gravity-theme input[type=email],
  .site-inner .gform_wrapper.gravity-theme input[type=tel],
  .site-inner .gform_wrapper.gravity-theme textarea {
    border-color: #bbbaba;
    border-radius: 3px; }
.site-inner .gform_wrapper.gravity-theme .gform_footer button, .site-inner .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    background-color: #C93C0D !important;
    padding: .75em 3em !important;
    color: #ffffff;
    border-radius: 3px;
    border: none;
    font-weight: 500; }
/******************************************************************
> Accessibility Styles

******************************************************************/
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: rect(0, 0, 0, 0);
          clip-path: rect(0, 0, 0, 0); }
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  z-index: 100000;
  display: block;
  background: #fff;
  height: auto;
  width: auto;
  padding: 15px 23px 14px;
  /* Above WP toolbar. */
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  -webkit-clip-path: auto !important;
          clip-path: auto !important;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }
.more-link {
  position: relative; }
/* Skip Links */
.genesis-skip-link {
  margin: 0; }
.genesis-skip-link li {
  margin: 0;
  height: 0;
  width: 0;
  list-style: none; }
/* Display outline on focus */
:focus {
  outline: #ccc solid 1px;
  color: #333; }
/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
  left: auto;
  opacity: 1; }
/* ## Accessible Forms
---------------------------------------------- */
.gfield.hidden_label .gfield_label {
  display: none; }
.gform_validation_container {
  display: none !important; }
/******************************************************************
> WordPress and Site Base Styles

******************************************************************/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*border: 1px solid red; */ }
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }
html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
body {
  min-height: 0vw;
  font-size: 1rem; }
ol, ul {
  margin-left: 2em;
  margin-bottom: 2em; }
/* Max Font Size */
@media screen and (min-width: 1921px) {
  body {
    /*font-size: 1.5rem;*/ } }
/* Min Font Size */
@media screen and (max-width: 1280px) {
  body {
    font-size: clamp(98%, 1rem, 115%); }
    body p {
      font-size: 1rem; } }
img {
  height: auto;
  max-width: 100%; }
.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center; }
.entry-content {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 4em; }
.entry-content p.wp-caption-text {
  margin-bottom: 0; }
.post-loop,
.blog-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
  grid-auto-columns: minmax(50%, 1fr);
  grid-template-rows: auto;
  max-width: 1920px;
  width: 80vw;
  padding-top: 3em;
  padding-bottom: 2em;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  -ms-grid-rows: auto; }
blockquote {
  background-color: rgba(0, 122, 164, 0.94);
  color: #ffffff;
  padding: 3.125em;
  font-size: 1.375rem;
  text-align: center;
  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;
  margin: 0 0 1.4em; }
blockquote cite {
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700; }
blockquote:before, blockquote:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 80%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe22e), color-stop(70%, #f15a29));
    background: linear-gradient(180deg, #ffe22e 0%, #f15a29 70%); }
blockquote:before {
    left: -5px;
    top: 0;
    rotate: 180deg; }
blockquote:after {
    right: -5px;
    bottom: 0;
    left: auto;
    top: auto; }
.site-footer {
  clear: both; }
/* # Media Queries
/*------------------------------------------------------- */
/* end of media query */
/* end of media query */
/* end of media query */
/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
.latest-insights {
  position: relative;
  padding-top: 4em;
  /*.post-meta {
        position: relative;
    }
    .post-meta:before {
        content: '';
        height: 6px;
        width: 85%;
        right: 0;
        top: -3px;
        position: absolute;
        background: linear-gradient(-90deg, #020D45 0%, #004279 50%);
    }*/ }
.latest-insights .link-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    padding: 20px 0 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.latest-insights .link-holder:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      border-bottom: 3px solid #F2F2F2; }
.latest-insights .post-featured-img {
    width: 100%;
    padding-top: 65%;
    position: relative; }
.latest-insights .post-featured-img img {
    /*width: 100%;
        height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.latest-insights .post-meta {
    padding-top: 1em; }
.latest-insights .kc-home-carousel article {
    width: 100%;
    height: auto; }
@media (min-width: 782px) {
      .latest-insights .kc-home-carousel article {
        width: 48%;
        margin-right: 30px; } }
@media (min-width: 1024px) {
      .latest-insights .kc-home-carousel article {
        width: 32%;
        margin-right: 30px; } }
.latest-insights .kc-home-carousel .authors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1rem;
    list-style: none; }
.latest-insights .kc-home-carousel .authors li {
      color: #020D45; }
.latest-insights .kc-home-carousel .authors .comma {
      padding-right: 5px;
      margin-left: -3px; }
.latest-insights .kc-home-carousel a {
    color: #020D45; }
.latest-insights .kc-home-carousel a.post-permalink {
    color: #C93C0D; }
.latest-insights .carousel-nav {
    position: relative;
    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; }
.latest-insights .flickity-prev-next-button {
    background-color: transparent;
    outline: none;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none; }
.latest-insights .flickity-prev-next-button:hover {
      background-color: none; }
.latest-insights .flickity-prev-next-button:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
.latest-insights .flickity-prev-next-button.previous {
      left: 0 !important; }
.latest-insights .flickity-prev-next-button.next {
      right: 0 !important; }
@media screen and (max-width: 1251px) {
  .post-info .post-type-post {
    max-width: 320px; } }
/******************************************************************
> Block Editor and WP Styles

******************************************************************/
/* --------------------------------------
* > Alignments & Block Image
-----------------------------------------*/
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized,
.aligncenter,
.alignleft,
.alignright {
  display: table; }
.alignnone {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  float: none; }
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto; }
.wp-block-image .alignleft {
  float: left;
  margin: 0px 25px 25px 0px; }
.wp-block-image .alignright {
  float: right;
  margin: 0px 0px 25px 25px; }
.wp-block-image .alignleft {
  width: 100%;
  max-width: 50%; }
.wp-block-columns.alignwide .left-inner {
  padding: 0; }
.wp-block-columns.alignwide .single-sidebar {
  padding-right: 0; }
.entry-content > .wp-block-image:first-child,
.entry-content > .wp-block-image.alignwide:first-child,
.entry-content > .wp-block-image:first-child:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
  margin-top: 0px; }
.wp-block-image {
  margin: 0 0 1.8em; }
/**/
.site-container .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 0; }
/*.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
  margin-bottom: 3rem;
  margin-top: 0rem;
}

@media (min-width: 768px) {
  .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
    margin-bottom: 4rem;
    margin-top: 0rem;
  }
} */
@media only screen and (min-width: 1336px) {
  .wp-block-image {
    /*margin-bottom: 35px;*/ } }
@media (max-width: 1023px) {
  .wp-block-image .alignright {
    max-width: 50%; }
  .wp-block-image .alignleft {
    max-width: 50%; } }
@media (max-width: 767px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  .wp-block-image .aligncenter,
  .aligncenter,
  .alignleft,
  .alignright {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 479px) {
  .wp-block-image .alignright {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    float: none; }
  .wp-block-image .alignleft {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    float: none; } }
.wp-block-columns,
.wp-block-group {
  padding-top: 2em;
  padding-bottom: .25em; }
.alignfull,
.wp-block-columns.alignfull,
.wp-block-group.alignfull {
  padding: 2em 0; }
.hero.alignfull {
  padding: 0; }
.wp-block-gallery.alignwide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.wp-block-media-text.alignwide {
  display: grid; }
/* Avoid huge gap */
h2 + .wp-block-columns:not(.alignwide):not(.alignfull),
h3 + .wp-block-columns:not(.alignwide):not(.alignfull),
h4 + .wp-block-columns:not(.alignwide):not(.alignfull),
h5 + .wp-block-columns:not(.alignwide):not(.alignfull) {
  margin-top: 0;
  margin-bottom: 0; }
.has-text-align-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
/* --------------------------------------
* > Video
-----------------------------------------*/
.single .entry-content .fluid-width-video-wrapper {
  padding-top: 0 !important;
  position: relative; }
.single .entry-content .fluid-width-video-wrapper .cookieconsent-optout-marketing {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px; }
.col-form .cookieconsent-optout-marketing {
  padding: 15px;
  margin-bottom: 15px;
  background: #020D45;
  color: #fff; }
.col-form .cookieconsent-optout-marketing a {
    color: #fff; }
.embed-responsive-container {
  padding-top: 0px;
  height: 0;
  overflow: hidden; }
.embed-responsive-container iframe,
.embed-responsive-container object,
.embed-responsive-container embed,
.embed-responsive-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.embed-responsive-container {
  position: relative;
  padding-top: 56.25%;
  padding-bottom: 0; }
.embed-responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/* --------------------------------------
* > Spacers - remove main spacer on wp
-----------------------------------------*/
@media only screen and (max-width: 767px) {
  .wp-block-spacer {
    height: 15px; } }
.top-bar {
  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;
  height: 40px;
  background-color: #020D45;
  color: #fff; }
.top-bar a {
    text-decoration: none; }
.top-bar p {
    color: #fff;
    margin-bottom: 0; }
.top-bar p .alert-label {
      color: yellow;
      font-weight: bold;
      text-transform: uppercase; }
.top-bar .icon-caret-down {
    display: none; }
.top-bar .alert-label {
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 15px; }
@media screen and (max-width: 782px) {
    .top-bar {
      display: block;
      text-align: center;
      padding-bottom: 25px;
      z-index: 10000;
      overflow: hidden;
      position: relative;
      cursor: pointer; }
      .top-bar .alert-label {
        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;
        border-right: none;
        padding: 0;
        margin: 0;
        height: 40px; }
        .top-bar .alert-label .icon-caret-down {
          height: 15px;
          width: 15px;
          margin: 0 5px;
          position: relative;
          color: #fff;
          -webkit-transition: all 1s;
          transition: all 1s;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .top-bar.open-alert {
        height: auto; }
        .top-bar.open-alert .icon-caret-down {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); } }
.site-header {
  position: fixed;
  top: 0px;
  z-index: 21;
  display: block;
  width: 100%;
  background-color: #fff;
  border-top: 6px solid #020D45;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 1000; }
.site-header.home {
    border-top: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
.site-header.home .logo {
      max-width: 200px;
      padding-top: 1.25em; }
.site-header.home .blue-logo {
      display: none; }
.site-header.home.filled {
      background-color: #fff;
      border-top: 6px solid #020D45; }
.site-header.home.filled .menu-item {
        color: #020D45; }
.site-header.home.filled .menu-item a {
          color: #020D45; }
.site-header.home.filled .menu-item.menu-item--icon svg path {
          fill: #020D45; }
.site-header.home.filled .wht-logo {
        display: none; }
.site-header.home.filled .blue-logo {
        display: block; }
.site-header .search-modal {
    width: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    -webkit-transition: height 1s;
    transition: height 1s;
    height: 0;
    overflow: hidden;
    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: 0 30px; }
.site-header .search-modal .mobile-search-icon {
      display: none; }
.site-header .search-modal.searchOpen {
      height: 100%; }
.site-header .search-modal .close-search {
      cursor: pointer; }
.site-header .search-modal .sf-field-search input[type=text] {
      width: 280px;
      margin-bottom: 0; }
.admin-bar .site-header {
  top: 32px; }
@media screen and (max-width: 781px) {
    .admin-bar .site-header {
      top: 46px; } }
.site-header--wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.375em;
  padding-left: 3.375em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
@media (min-width: 1024px) {
    .site-header--wrap {
      padding-right: 7vw;
      padding-left: 7vw; } }
@media screen and (max-width: 1120px) {
  .site-header--wrap {
    padding-right: 15px;
    padding-left: 15px; } }
@media screen and (max-width: 1023px) {
  .site-header {
    position: absolute; }
    .site-header.home #mobile-menu-toggle {
      background-color: transparent; }
      .site-header.home #mobile-menu-toggle:before {
        display: none; }
      .site-header.home #mobile-menu-toggle span {
        background-color: #fff; }
    .site-header .search-modal {
      display: none;
      padding: 0; }
      .site-header .search-modal .close-search {
        display: none; }
      .site-header .search-modal .sf-field-search {
        margin-bottom: 0; }
        .site-header .search-modal .sf-field-search input[type=text] {
          width: 225px;
          margin-bottom: 0;
          border-style: none !important;
          border-width: 0 !important;
          margin-bottom: 0 !important;
          padding-top: 20px; }
          .site-header .search-modal .sf-field-search input[type=text]::-webkit-input-placeholder {
            font-weight: bold;
            color: #004279;
            font-size: 18px; }
          .site-header .search-modal .sf-field-search input[type=text]::-moz-placeholder {
            font-weight: bold;
            color: #004279;
            font-size: 18px; }
          .site-header .search-modal .sf-field-search input[type=text]:-ms-input-placeholder {
            font-weight: bold;
            color: #004279;
            font-size: 18px; }
          .site-header .search-modal .sf-field-search input[type=text]::-ms-input-placeholder {
            font-weight: bold;
            color: #004279;
            font-size: 18px; }
          .site-header .search-modal .sf-field-search input[type=text]::placeholder {
            font-weight: bold;
            color: #004279;
            font-size: 18px; }
    .site-header.open .nav-grid {
      background-color: #fff; }
    .site-header.open .search-modal {
      width: 82%;
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .site-header.open .search-modal .mobile-search-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 10px; }
        .site-header.open .search-modal .mobile-search-icon svg {
          width: 20px;
          height: 20px;
          fill: #004279; }
    .site-header.open #mobile-menu-toggle {
      background-color: #fff; }
      .site-header.open #mobile-menu-toggle span {
        background-color: #004279; }
      .site-header.open #mobile-menu-toggle:before {
        display: block; }
  .site-header--wrap {
    position: static;
    z-index: 1000;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .site-header--wrap .logo {
      padding-left: 3em; } }
@media screen and (max-width: 479px) {
  .site-header--wrap .logo {
    max-width: 280px;
    padding-left: 1.5em; } }
/* > Responsive Navigation Boilerplate

These are the base styles for the Header-SubmenuBasic Component. Alter only if you want to change the component.
---------------------------------------------------------------------------------------------------- */
/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  height: 70px; }
.logo-link {
  position: relative;
  height: auto;
  padding: 0;
  border-bottom: none; }
.nav-grid {
  position: static;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  gap: 10px;
  /* adjust the gap value as needed */
  margin-top: 0;
  background-color: transparent;
  max-width: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.nav-primary {
  position: static;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  gap: 10px;
  /* adjust the gap value as needed */
  margin-top: 0;
  background-color: transparent;
  max-width: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.nav-primary .icon-angle-down {
  z-index: 100;
  position: relative;
  border: none;
  margin-top: 10px;
  margin-left: 15px;
  background: url(static/images/icon-dropmenu.svg) no-repeat center center;
  background-size: contain;
  height: 31px;
  width: 14px;
  padding: 0; }
.menu-primary {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: visible;
  padding-left: 0;
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 42.22em;
          flex: 0 42.22em; }
.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 1.2em .2vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-size: .875rem;
  font-weight: 500;
  color: #020D45;
  text-decoration: none;
  border-bottom: none; }
.menu-item a {
    color: #020D45;
    text-decoration: none;
    border-bottom: none;
    font-weight: 500; }
.menu-item.menu-item--icon {
    margin-right: .5em; }
.menu-item.menu-item--icon svg {
      width: 25px;
      height: 25px; }
.menu-item.menu-item--icon svg path {
        fill: #020D45; }
.home .menu-item {
  color: #fff; }
.home .menu-item a {
    color: #fff; }
.home .menu-item.menu-item--icon svg {
    width: 25px;
    height: 25px; }
.home .menu-item.menu-item--icon svg path {
      fill: #fff; }
.home .dropdown {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
.menu-item--link {
  padding: 0em 1.2em;
  list-style-type: none;
  white-space: nowrap;
  text-align: center; }
.menu-primary.open {
  display: block; }
.menu-item--wrap {
  position: relative;
  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; }
.mobile-dropdown-text {
  display: none; }
.desk-dropdown-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media screen and (max-width: 1023px) {
  .mobile-dropdown-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .desk-dropdown-text {
    display: none; } }
/* mega menu dropdowns */
.dropdown {
  padding: 1.2em; }
.dropdown .dropdown-menu {
    display: none;
    /*grid-template-columns: repeat(3, 1fr);*/
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-gap: 10px;
    gap: 10px;
    position: relative;
    width: 100%;
    top: 100%;
    bottom: auto;
    background-color: #fff;
    border-bottom: 4px solid #F2F2F2;
    left: 0;
    padding: 0;
    -webkit-transition: all 1s;
    transition: all 1s; }
@media (min-width: 1366px) {
      .dropdown .dropdown-menu {
        padding: 1.875em 16em; } }
@media (min-width: 1700px) {
      .dropdown .dropdown-menu {
        padding: 1.875em 20em; } }
.dropdown .dropdown-menu .col {
      border-right: 1px solid #F2F2F2;
      padding: 0 .8em 0 .5em; }
.dropdown .dropdown-menu .col:nth-child(3) {
        border-right: none; }
.dropdown .dropdown-menu .headline-para {
      background-color: #F2F2F2;
      max-width: 330px;
      padding: 20px;
      color: #004279; }
.dropdown .dropdown-menu .headline-para h4 {
        margin: 0 0 .75em;
        font-size: 1.325rem; }
.dropdown .dropdown-menu .headline-para p {
        font-size: 1.1rem;
        line-height: 1.5; }
@media (min-width: 1700px) {
        .dropdown .dropdown-menu .headline-para {
          max-width: 460px; } }
.dropdown .dropdown-menu a.newsletter-link {
      color: #C93C0D;
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding-right: 14px;
      font-size: 1.2rem;
      font-weight: 700;
      border-bottom: 1px solid #C93C0D;
      line-height: .9em;
      margin-top: 1.25em; }
.dropdown .dropdown-menu a.newsletter-link:after {
        content: '+';
        position: absolute;
        display: block;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto; }
.dropdown .dropdown-menu .dropdown-submenu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
.dropdown .dropdown-menu .dropdown-submenu .col-title {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1rem; }
.dropdown .dropdown-menu .dropdown-submenu .col-title a {
          font-weight: 700; }
.dropdown .dropdown-menu .col-title {
      color: #004279;
      font-size: 1rem;
      text-align: left;
      margin-bottom: 1.25em; }
.dropdown .dropdown-menu .col-title a {
        color: #004279; }
.dropdown .dropdown-menu .subheader {
      color: #007AA4;
      text-transform: uppercase;
      margin-bottom: .75em;
      font-size: .9325rem; }
.dropdown .dropdown-menu .subnav-list {
      color: #007AA4;
      margin: 0;
      list-style-type: none;
      padding-left: 0; }
.dropdown .dropdown-menu .subnav-list li {
        margin-bottom: 1em;
        cursor: pointer; }
.dropdown .dropdown-menu .subnav-list a {
        color: #004279;
        text-transform: uppercase;
        font-weight: 500; }
.dropdown .dropdown-menu .subnav-list.subnav-what-we-do {
        padding-left: 1.5em;
        list-style-type: disc; }
.dropdown .dropdown-menu .subnav-list.subnav-what-we-do li {
          margin-bottom: .5em; }
.dropdown .dropdown-menu .subnav-list.subnav-what-we-do a {
          text-transform: none;
          font-weight: 500; }
@media (min-width: 1024px) {
    .dropdown .dropdown-menu {
      position: absolute;
      padding: 2em 4em; }
    .dropdown:hover .dropdown-menu {
      display: grid; } }
@media (min-width: 1366px) {
    .dropdown .dropdown-menu {
      padding: 2em 11vw; } }
@media screen and (max-width: 1023px) {
    .dropdown {
      position: relative; }
      .dropdown .first-col,
      .dropdown .third-col {
        display: none; }
      .dropdown .second-col .col-title,
      .dropdown .second-col .subheader {
        display: none; }
      .dropdown.active .dropdown-menu {
        display: block;
        height: auto; }
      .dropdown.active .dropdown-icon--down {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); } }
.dropdown-toggle {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: .4em 0 .8em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  cursor: pointer; }
@media screen and (max-width: 1023px) {
    .dropdown-toggle {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0.8em 0; } }
.dropdown-toggle .desk-dropdown-text {
    padding-top: .4em; }
@media screen and (max-width: 1023px) {
      .dropdown-toggle .desk-dropdown-text {
        padding-top: 0; } }
.dropdown-toggle--link {
  text-decoration: none; }
.dropdown-icon--down {
  position: relative;
  width: 0.7rem;
  margin-right: 0px;
  margin-left: 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1.1rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s; }
@media (min-width: 1024px) {
    .dropdown-icon--down {
      display: none; } }
/* Toggle Button */
#mobile-menu-toggle {
  z-index: 500;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0;
  display: none;
  border: none;
  padding: 0;
  background: #fff; }
#mobile-menu-toggle:focus {
    outline: 0; }
.open #mobile-menu-toggle {
  position: absolute; }
.alert-opened .open #mobile-menu-toggle {
  top: 40px; }
.open .dropdown .dropdown-menu {
  border-bottom: none; }
.burger-1 {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer; }
.burger-1:focus {
    outline: 0; }
.burger-1 span {
  display: block;
  background-color: #004279;
  height: 4px;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 1px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  border-radius: 20px; }
.burger-1 span:nth-child(1) {
  margin-top: 0; }
.burger-1span:nth-child(3) {
  margin-bottom: 0; }
.burger-1 span:nth-child(1),
.burger-1 span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out; }
.burger-1.opened span {
  margin: 0;
  background-color: #004279; }
.burger-1.opened span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 4px; }
.burger-1.opened span:nth-child(2) {
  opacity: 0; }
.burger-1.opened span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: -4px; }
@media screen and (max-width: 1023px) {
  .burger-1 {
    /*background-color: transparent;*/
    height: 70px;
    width: 70px; } }
/* > Tippy Top */
#nav-secondary {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
.menu-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 0;
  padding-left: 0; }
.menu-secondary .menu-item {
    margin-bottom: 0; }
.menu-item.login {
  border-right: 2px solid #fffade; }
.menu-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
/** Allow mobile menu to show if not enabled. **/
@media (max-width: 1023px) {
  .no-js .nav-primary #toggle {
    display: none; }
  .no-js .menu-primary {
    display: block; }
  .site-header .wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%; }
  .nav-grid {
    display: block;
    position: static;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .site-header.open {
    z-index: 8020; }
  .menu-utility {
    display: none;
    background-color: #020D45; }
    .menu-utility .icon-search {
      background-color: #ffffff; }
  #mobile-menu-toggle {
    display: block; }
    #mobile-menu-toggle:before {
      content: '';
      position: absolute;
      height: 90%;
      width: 2px;
      background-color: #F2F2F2;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  #nav-main.nav-primary {
    display: none; }
    #nav-main.nav-primary .icon-angle-down {
      margin-right: 1em; }
  .menu-primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /*margin-top: 100px;*/
    height: auto;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background-color: #020D45; }
    .menu-primary .menu-item {
      color: #ffffff; }
      .menu-primary .menu-item a {
        color: #ffffff; }
    .menu-primary .dropdown .dropdown-toggle {
      padding: .25em 0 0;
      border-top: 1px solid #00B8BE; }
    .menu-primary .dropdown.active .dropdown-toggle {
      border-top: 1px solid #007AA4; }
    .menu-primary .dropdown .dropdown-menu {
      background-color: #020D45; }
      .menu-primary .dropdown .dropdown-menu.opened {
        padding-top: .5em; }
      .menu-primary .dropdown .dropdown-menu .col {
        border-right: none; }
        .menu-primary .dropdown .dropdown-menu .col .dropdown-submenu .subnav-list {
          color: #ffffff;
          padding-left: 1em;
          list-style-type: none; }
          .menu-primary .dropdown .dropdown-menu .col .dropdown-submenu .subnav-list .subnav-link {
            margin-bottom: 0; }
            .menu-primary .dropdown .dropdown-menu .col .dropdown-submenu .subnav-list .subnav-link a {
              color: #ffffff;
              font-size: 1.1rem;
              padding: .25em 0 0;
              text-transform: none; }
  .menu-item {
    display: block;
    width: 100%;
    padding: .5em 3em;
    font-size: 1.125rem; }
  .menu-item--wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .menu-item--link {
    padding: 0;
    text-align: left; }
  .nav-primary .has-submenu .sub-menu {
    position: relative;
    margin-top: .5em;
    background: transparent; }
  .has-submenu:hover .sub-menu {
    position: relative; }
  .sub-menu--item {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    padding-left: 0px; }
    .sub-menu--item:last-child {
      border: none; }
  .sub-menu--link {
    border: none;
    padding: 0;
    text-align: left; }
    .sub-menu--link:hover {
      background: transparent; }
  #nav-secondary {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 1em;
    padding-bottom: 1em; }
    #nav-secondary .menu-item {
      width: auto;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  .menu-item.login {
    padding-right: 1em;
    border-right-color: #f4f4e2; }
  .menu-item.join {
    margin-right: 2em;
    padding-left: 1em; } }
@media (max-width: 767px) {
  .menu-item {
    padding-left: 1.5em;
    padding-right: 1.5em; } }
@media screen and (max-width: 479px) {
  .menu-secondary {
    display: none; }
  .menu-item {
    padding-left: 1em;
    padding-right: 1em; } }
@media screen and (min-width: 1024px) {
  .page-id-10 .dropdown-toggle.what-we-do .desk-dropdown-text,
  .parent-pageid-10 .dropdown-toggle.what-we-do .desk-dropdown-text,
  .nav-highlight-what-we-do .dropdown-toggle.what-we-do .desk-dropdown-text {
    border-top: 3px solid #C93C0D;
    padding-top: calc(0.4em - 3px); }
  .page-id-14 .dropdown-toggle.where-we-work .desk-dropdown-text,
  .parent-pageid-14 .dropdown-toggle.where-we-work .desk-dropdown-text,
  .nav-highlight-where-we-work .dropdown-toggle.where-we-work .desk-dropdown-text {
    border-top: 3px solid #C93C0D;
    padding-top: calc(0.4em - 3px); }
  .page-id-12 .dropdown-toggle.who-we-are .desk-dropdown-text,
  .parent-pageid-12 .dropdown-toggle.who-we-are .desk-dropdown-text,
  .nav-highlight-who-we-are .dropdown-toggle.who-we-are .desk-dropdown-text {
    border-top: 3px solid #C93C0D;
    padding-top: calc(0.4em - 3px); }
  .page-id-16 .dropdown-toggle.resources .desk-dropdown-text,
  .parent-pageid-16 .dropdown-toggle.resources .desk-dropdown-text,
  .nav-highlight-resources .dropdown-toggle.resources .desk-dropdown-text {
    border-top: 3px solid #C93C0D;
    padding-top: calc(0.4em - 3px); } }
/*.dropdown:nth-of-type(1) .dropdown-menu {
    display: grid;
}*/
/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
.btn,
.site-container .wp-element-button, .wp-block-button__link {
  border-radius: 5px;
  padding: 10px 23px;
  line-height: 1em; }
.download {
  padding: 0;
  background-color: #C93C0D;
  padding: .5em; }
.download a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: .875em; }
.btn-third {
  background-color: #007AA4;
  color: #fff; }
.btn-third a {
    color: #fff; }
.site-container .wp-element-button,
.wp-block-button__link,
.btn-orange,
.btn-yellow,
.btn-blue,
.btn-white {
  color: #C93C0D;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: .8em;
  padding-left: .75em;
  font-size: 1em;
  font-weight: 700;
  line-height: .9em;
  text-decoration: none; }
.site-container .wp-element-button:after,
  .wp-block-button__link:after,
  .btn-orange:after,
  .btn-yellow:after,
  .btn-blue:after,
  .btn-white:after {
    content: '+';
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.site-container .wp-element-button, .wp-block-button__link {
  background-color: transparent;
  text-decoration: underline;
  padding-left: 0; }
.btn-yellow {
  color: #FFE22E; }
.btn-blue {
  color: #007AA4; }
.btn-white {
  color: #fff; }
/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
#initiatives-list {
  padding-top: 34px;
  background: -webkit-gradient(linear, left top, right top, from(#020d45), to(#004279));
  background: linear-gradient(90deg, #020d45 0%, #004279 100%);
  position: relative;
  padding-bottom: 90px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }
#initiatives-list .wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    grid-gap: 3em;
    gap: 3em; }
@media (min-width: 1366px) {
      #initiatives-list .wp-block-columns {
        grid-gap: 4.5em;
        gap: 4.5em; } }
#initiatives-list .wp-block-column:nth-child(1) {
    position: relative; }
#initiatives-list figure {
    position: absolute;
    display: block;
    padding-right: 50px;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    top: 0;
    margin-bottom: 0; }
#initiatives-list figure:nth-child(1) {
      position: relative; }
#initiatives-list figure.displayed {
      opacity: 1; }
#initiatives-list .initiative-icon {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
#initiatives-list .initiative-icon.displayed {
      opacity: 1; }
#initiatives-list .initiatives-bullets {
    list-style-type: square;
    color: #FFE22E;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding-right: 3em;
    line-height: 48px;
    padding-left: 3em; }
#initiatives-list .initiatives-bullets h3 {
      color: #fff;
      font-weight: 700;
      margin: 0; }
#initiatives-list .initiatives-bullets h3:hover {
        color: #FFE22E; }
#initiatives-list .initiatives-bullets .desc-holder {
      height: 0;
      overflow: hidden;
      -webkit-transition: height 1s;
      transition: height 1s;
      display: block; }
#initiatives-list .initiatives-bullets .desc-holder .initiative-desc {
        line-height: 1.6;
        margin-bottom: 0; }
#initiatives-list .initiatives-bullets .desc-holder:hover {
        padding-bottom: 2em; }
#initiatives-list .initiatives-bullets p {
      color: #fff;
      overflow: hidden;
      -webkit-transition: height 1s;
      transition: height 1s; }
#initiatives-list .initiatives-bullets li {
      cursor: pointer;
      margin-bottom: 2em; }
#initiatives-list .initiatives-bullets li.opened {
        margin-bottom: 0; }
@media (min-width: 782px) {
          #initiatives-list .initiatives-bullets li.opened {
            margin-bottom: 2em; } }
#initiatives-list .initiatives-bullets li::marker {
        font-size: 38px; }
#initiatives-list .initiatives-bullets li .initiative-desc .btn-orange {
        margin-left: 10px; }
#initiatives-list:before {
    content: '';
    position: absolute;
    top: -34px;
    right: 0;
    left: 0;
    margin: auto;
    height: 68px;
    width: 6px;
    background: #ffe22e;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe22e), color-stop(70%, #f15a29));
    background: linear-gradient(180deg, #ffe22e 0%, #f15a29 70%); }
#initiatives-list .initiatives-figures {
    display: none; }
@media screen and (max-width: 781px) {
    #initiatives-list .initiative .initiative-icon {
      height: 75px;
      width: 75px;
      position: relative;
      opacity: 1;
      margin-left: 0; } }
@media screen and (min-width: 782px) {
    #initiatives-list .initiatives-figures {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #initiatives-list .initiatives-bullets {
      padding-left: 1em; }
      #initiatives-list .initiatives-bullets h3 {
        font-size: 1.875rem; } }
@media screen and (min-width: 1024px) {
    #initiatives-list .initiatives-bullets {
      padding-left: 3em; }
      #initiatives-list .initiatives-bullets h3 {
        font-size: 2.375rem; } }
.initiative-row-title {
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  text-align: center; }
.initiative-icons a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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; }
.initiative-icons .initiative-icon {
  width: 150px;
  height: 150px;
  position: relative; }
.initiative-icons .initiative-icon .blue-icon {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s; }
.initiative-icons .initiative-icon .orange-icon {
    position: absolute;
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s; }
.initiative-icons h4 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #020D45; }
.initiative-icons-row .grid.initiative-icons {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em; }
@media (min-width: 782px) {
    .initiative-icons-row .grid.initiative-icons {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 2em; } }
@media (min-width: 1024px) {
    .initiative-icons-row .grid.initiative-icons {
      grid-gap: 2.75em; } }
.initiative-icons-row .grid.initiative-icons .initiative-icon {
    max-width: 4.875em;
    width: 4.875em;
    height: 4.875em;
    margin-bottom: 1em; }
.initiative-icons-row .grid.initiative-icons .initiative-icon .blue-icon {
      -webkit-transition: all .25s;
      transition: all .25s; }
@media (min-width: 1366px) {
      .initiative-icons-row .grid.initiative-icons .initiative-icon {
        max-width: 6.75em;
        width: 6.75em;
        height: 6.75em; } }
.initiative-icons-row .grid.initiative-icons h4 {
    font-size: 1.25rem;
    line-height: 1.3; }
@media (min-width: 1366px) {
      .initiative-icons-row .grid.initiative-icons h4 {
        font-size: 1.375rem; } }
.initiative-icons-row .grid.initiative-icons .i--link:hover .initiative-icon .blue-icon {
    opacity: 1; }
.initiative-icons-row .grid.initiative-icons .i--link:hover .initiative-icon .orange-icon {
    opacity: 0; }
@media (min-width: 1366px) {
  .initiative-icons-row {
    padding-left: 3em;
    padding-right: 3em; } }
#experts-list {
  padding: 1.5em 0;
  text-align: center;
  border-top: 3px solid #F2F2F2; }
#experts-list .get-back-up {
    padding: 75px 0 0 0;
    width: 100%;
    text-align: center;
    border-top: 3px solid #F2F2F2; }
#experts-list .filter-label {
    margin-bottom: 1.5em;
    font-weight: 700; }
.regions-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin-left: 0; }
.regions-filter li {
    margin: 0;
    font-size: .85em;
    cursor: pointer; }
.regions-filter li:hover .term-name, .regions-filter li.active .term-name {
      font-weight: 700;
      border-top: 4px solid #C93C0D;
      padding-top: .25em; }
.regions-filter li .divider {
      margin: .3em; }
@media (min-width: 1366px) {
        .regions-filter li .divider {
          margin: .8em; } }
.regions-filter li:last-child .divider {
      display: none; }
@media (min-width: 1024px) {
    .regions-filter li.current-text {
      display: none; } }
.experts-listings {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  padding-top: 1em; }
@media (min-width: 782px) {
    .experts-listings {
      grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) {
    .experts-listings {
      grid-template-columns: repeat(4, 1fr); } }
.experts-listings .headshot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.experts-listings .headshot .expert-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: hidden;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      /*&:hover {
            .expert-img{
                position:relative;
                &:after {
                    content: '';
                    position: absolute;
                    bottom: -4px;
                    left: 0;
                    right: auto;
                    height: 10px;
                    max-width: 85%;
                    width: 85%;
                    background: -webkit-gradient(linear, right top, left top, from(#ffe22e), color-stop(70%, #f15a29));
                    background: linear-gradient(-90deg, #ffe22e 0%, #f15a29 70%);   
                    z-index: 2;
                }
                &:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background-color: transparent;
                    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
                    z-index: 1;
                }
            }
            img{
                max-width:235px;
            }
        }*/ }
.experts-listings .headshot .expert-wrapper p.position {
        margin-bottom: 0; }
.experts-listings .headshot .expert-wrapper .expert-img {
        width: 100%;
        padding-top: 133.33%;
        position: relative;
        margin-bottom: .75em; }
.experts-listings .headshot .expert-wrapper .expert-img img {
          position: absolute;
          left: 0%;
          top: 0%;
          right: 0%;
          bottom: 0%;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: 50% 100%;
          object-position: 50% 100%; }
.experts-listings .headshot .expert-wrapper .expert-img:hover:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: transparent;
          background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.1)));
          background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
          z-index: 1; }
.experts-listings .staffer-name {
    margin: .2em 0 0;
    font-weight: 700; }
.experts-listings .position {
    font-size: .875rem; }
.experts-listings a {
    color: #020D45;
    text-decoration: none; }
@media screen and (max-width: 768px) {
  .single .entry-content.single-expert {
    grid-template-columns: 1fr; } }
.post-type-experts .expert-single-header {
  background: -webkit-gradient(linear, left top, right top, from(#020d45), to(#004279));
  background: linear-gradient(90deg, #020d45 0%, #004279 100%);
  position: relative;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.post-type-experts .expert-single-header:after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 11vw;
    margin: auto;
    height: 16px;
    background: #ffe22e;
    background: -webkit-gradient(linear, right top, left top, from(#ffe22e), color-stop(70%, #f15a29));
    background: linear-gradient(-90deg, #ffe22e 0%, #f15a29 70%);
    z-index: 30; }
.post-type-experts .expert-single-header h1 {
    color: #fff;
    margin: 0; }
.post-type-experts .expert-single-header h4 {
    margin: 0;
    color: #fff; }
.post-type-experts .expert-single-header .header-inner {
    padding: 50px 11vw;
    z-index: 25; }
.post-type-experts .expert-single-header .big-bug {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .2;
    z-index: 10;
    background-position: 235px 37%;
    background-repeat: no-repeat;
    background-size: 100%; }
.post-type-experts .featured-posts {
  border-top: 3px solid #F2F2F2;
  padding-top: 3em;
  /*grid-template-columns: .25fr 1fr;*/ }
.post-type-experts .featured-posts .more-insights a {
    color: #004279; }
.post-type-experts .featured-posts .post-featured-img {
    position: relative; }
.post-type-experts .featured-posts .post-featured-img:after {
      content: '';
      height: 6px;
      width: 85%;
      left: 0;
      position: absolute;
      background-color: #007AA4;
      bottom: 6px; }
.post-type-experts .featured-posts .featured-listings a {
    color: #020D45;
    font-weight: 400; }
.post-type-experts .featured-posts .featured-listings .read-more {
    color: #C93C0D;
    font-weight: 700; }
.post-type-experts .featured-posts .more-insights {
    padding-top: 1.25em; }
.post-type-experts .left-inner {
  padding: 3.25em 0; }
@media screen and (max-width: 768px) {
    .post-type-experts .left-inner {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
.post-type-experts .entry-sidebar {
  margin-top: -286px;
  z-index: 100; }
.post-type-experts .entry-sidebar .headshot-wrapper {
    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;
    width: 280px;
    height: 354px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.1098);
            box-shadow: 0px 0px 0px rgba(0,0,0,0.1098); }
.post-type-experts .entry-sidebar .contact-list {
    padding-top: 1.9em; }
@media (min-width: 782px) {
      .post-type-experts .entry-sidebar .contact-list {
        padding-left: 1.9em; } }
.post-type-experts .entry-sidebar .contact-list p {
      margin-bottom: 0; }
.post-type-experts .entry-sidebar .contact-list a {
      color: #C93C0D; }
.post-type-experts .entry-sidebar .contact-list a.phone {
        text-decoration: none;
        margin-bottom: .75em; }
.post-type-experts .entry-sidebar .contact-list a.email {
        margin-bottom: 1em; }
.post-type-experts .entry-sidebar .social-list {
    list-style: none;
    margin: 0;
    padding: .6em 0; }
.post-type-experts .entry-sidebar .social-list.grid {
      grid-template-columns: repeat(4, 42px);
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; }
@media (min-width: 782px) {
      .post-type-experts .entry-sidebar .social-list {
        padding: .8em 1.9em; } }
.post-type-experts .entry-sidebar .fun-facts {
    height: auto;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #F2F2F2;
    padding: 40px; }
.post-type-experts .entry-sidebar .fun-facts .title-bar h2 {
      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; }
.post-type-experts .entry-sidebar .fun-facts .down {
      display: none;
      width: 18px;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-transition: all 1s;
      transition: all 1s; }
@media screen and (max-width: 782px) {
      .post-type-experts .entry-sidebar .fun-facts {
        height: 75px;
        padding-top: 20px; }
        .post-type-experts .entry-sidebar .fun-facts .title-bar {
          cursor: pointer; }
          .post-type-experts .entry-sidebar .fun-facts .title-bar h2 {
            padding-bottom: .25em; }
        .post-type-experts .entry-sidebar .fun-facts .down {
          display: block;
          padding-bottom: .25em; }
        .post-type-experts .entry-sidebar .fun-facts.opened .down {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); } }
.post-type-experts .entry-sidebar .fun-facts h2 {
      border-bottom: 4px solid #fff;
      margin: 0;
      margin-bottom: 33px; }
.post-type-experts .entry-sidebar .fun-facts .question {
      color: #004279;
      font-size: .9375rem; }
.post-type-experts .entry-sidebar .fun-facts .answer {
      font-weight: 700;
      border-bottom: 2px solid #fff;
      padding-bottom: 40px;
      color: #004279; }
@media screen and (max-width: 782px) {
    .post-type-experts .entry-sidebar {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 25px; } }
.post-type-experts .experts-gallery .foobox {
  display: none; }
.post-type-experts .experts-gallery .foobox:first-of-type {
    display: block; }
.post-type-experts .related-experts {
  text-align: center;
  border-top: 3px solid #F2F2F2;
  margin: 0 11vw;
  padding-top: 2em;
  padding-bottom: 4em; }
.filter-drop-container .dropdown-icon--down {
  display: none;
  -webkit-transition: all 1s;
  transition: all 1s; }
@media screen and (max-width: 1023px) {
  #experts-list .filter-drop-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer; }
    #experts-list .filter-drop-container .filter-label {
      height: 25px;
      margin: 0; }
    #experts-list .filter-drop-container .filter-drop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    #experts-list .filter-drop-container .regions-filter {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: hidden;
      height: 25px;
      margin-left: 5px;
      text-align: left;
      font-size: 18px;
      margin: 0;
      font-weight: bold;
      border-bottom: 1px solid #004279; }
      #experts-list .filter-drop-container .regions-filter:hover .term-name, #experts-list .filter-drop-container .regions-filter.active .term-name {
        font-weight: 500;
        border-top: none;
        padding-top: .4em; }
    #experts-list .filter-drop-container .filter-title .divider {
      display: none; }
    #experts-list .filter-drop-container.filter-open .dropdown-icon--down {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  #experts-list .dropdown-icon--down {
    width: 15px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start; } }
@media screen and (max-width: 479px) {
  .filter-label {
    display: none; } }
/* > UI Effects

/* Accordion For WP Yoast */
.js .schema-faq {
  margin-bottom: 2em;
  font-size: 1.3em; }
.js .schema-faq-section {
  border-bottom: 1px solid #5753a3;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em; }
.js .schema-faq-question {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 95%;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  font-family: new-spirit, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer; }
.js .schema-faq-question:after {
    position: absolute;
    top: .1em;
    right: 0;
    content: "+";
    display: inline-block;
    height: 15px;
    width: 15px;
    padding-right: 12px;
    font-size: 1.5em; }
.js .schema-faq-answer {
  display: none;
  margin-top: 1em;
  margin-bottom: 1em; }
.js .faq-open .schema-faq-answer {
  display: block; }
.js .faq-open .schema-faq-question:after,
.js .schema-faq-section .w--open .schema-faq-question:after {
  top: .15em;
  content: "–"; }
/* > Image Zooms */
/* img.image-zoom,
.image-zoom img{
  transform: scale3d( 1, 1, 1);
  transition: transform 500ms;
}

img.image-zoom:hover {
  transform: scale3d( 1.1, 1.1, 1);
}

.image-zoom:hover {
  img {
    transform: scale3d( 1.1, 1.1, 1);
  }
} */
/* > Fades */
/** Start **/
/* .js .fadein-effect,
.js .fadeup-effect,
.js .fadedown-effect {
  opacity: 0;
  overflow: visible;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.js .fadein-effect {
  animation-duration: 2.5s;

} */
/** Finish **/
/* .js .fadeIn {
  animation-name: fadeIn;
}

.js .fadeInUp {
  animation-name: fadeInUp;
}

.js .fadeInDown {
  animation-name: fadeInDown;
} */
/* > Keyframes */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
.flickity-prev-next-button {
  top: 40%;
  width: 2em;
  height: 2em;
  color: #C93C0D; }
.flickity-prev-next-button.previous {
    left: -2em !important; }
.flickity-prev-next-button.next {
    right: -2em !important; }
.post-experts a {
  color: #020D45; }
.post-experts .flickity-prev-next-button {
  background-color: transparent; }
.post-experts .flickity-prev-next-button.previous {
    left: 0 !important; }
.post-experts .flickity-prev-next-button.next {
    right: 0 !important; }
.kc-home-carousel .flickity-viewport {
  width: 100%; }
.index-knowledge-center .wp-block-columns.kc-intro {
  margin-bottom: 0;
  padding-bottom: 3em;
  padding-top: 3em;
  border-bottom: 3px solid #F2F2F2; }
@media screen and (max-width: 1023px) {
    .index-knowledge-center .wp-block-columns.kc-intro {
      border-bottom: none; } }
.index-knowledge-center .filter-listings article {
  padding-top: 3em; }
.authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
  list-style: none;
  margin: 1em 0; }
.authors li {
    margin-bottom: 0;
    color: #004279; }
.authors li a {
      font-weight: 400;
      color: #004279; }
.authors .comma {
    padding-right: 5px;
    margin-left: -3px; }
.more-reseources {
  grid-column-gap: 7em;
  background-color: #F2F2F2;
  height: 475px;
  overflow: hidden; }
@media screen and (max-width: 767px) {
    .more-reseources {
      height: auto; } }
.more-reseources .more-resources-img {
    grid-column: span 5; }
.more-reseources .more-resources-links {
    grid-column: span 7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.more-reseources .link-list {
    list-style: none;
    padding-left: 0; }
.more-reseources .link-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: 50px; }
.more-reseources .link-list li a {
        margin-left: 10px;
        font-size: 1.375rem; }
.more-reseources .link-list li h4 {
        font-weight: 700; }
.single .breadcrumb-container {
  width: 78vw;
  margin: 0 auto 2em; }
.single .post-title {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: .25em; }
@media (min-width: 1024px) {
    .single .post-title {
      font-size: 2.4rem; } }
.single .entry-date {
  margin-bottom: 0;
  color: #004279; }
.single .authors {
  margin-top: 0;
  color: #004279; }
.single .authors a {
    color: #004279;
    text-decoration: underline;
    font-weight: 400; }
.single .entry-meta {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 0 .5em;
  margin-bottom: 2.5em;
  width: 78vw;
  margin: 0 auto;
  position: relative; }
@media (min-width: 782px) {
    .single .entry-meta {
      grid-template-columns: 1fr .45fr;
      grid-column-gap: 1.5em; } }
@media (min-width: 1024px) {
    .single .entry-meta {
      grid-template-columns: 1fr .35fr;
      grid-column-gap: 2em; } }
.single .entry-meta:after {
    content: '';
    border-bottom: 4px solid #F2F2F2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
.single .entry-meta .post-terms {
    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; }
.single .entry-meta .post-terms .single-term {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: .25em; }
.single .entry-meta .post-terms .single-term h2 {
        margin-bottom: 0; }
.single .entry-meta .post-terms .term-icon {
      max-width: 55px;
      height: auto;
      margin-right: 10px; }
.single .entry-meta .post-terms .term-title {
      font-weight: 500; }
.single .entry-meta .post-terms .social-share {
      margin-top: 20px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 100%; }
.single .entry-meta .meta-author-social {
    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;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    grid-column: span 2; }
.single .entry-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
  width: 78vw;
  margin: 0 auto;
  padding-top: 2em; }
@media (min-width: 782px) {
    .single .entry-content {
      grid-template-columns: 1fr .45fr;
      grid-gap: 2.5em; } }
@media (min-width: 1366px) {
    .single .entry-content {
      grid-gap: 6em; } }
.single .single-sidebar .greybox {
  padding: 1em; }
.single .single-sidebar .greybox .experts-area {
    padding-top: 1.5em; }
.single .single-sidebar .post-expert, .single .single-sidebar .related-articles {
  width: 100%; }
.single .single-sidebar .post-expert a {
  color: #004279;
  text-decoration: none; }
.single .single-sidebar .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.single .single-sidebar .author img {
    max-width: 65%;
    margin-bottom: .5em; }
.single .single-sidebar .author h2 {
    margin: 0;
    line-height: 1.2; }
.single .single-sidebar .author p {
    margin: 0; }
.single .single-sidebar .related-articles .whtbdrbtm {
  margin-bottom: 0; }
.single .single-sidebar .related-articles .h2 {
  font-weight: 700; }
.single .single-sidebar .related-articles .related-article {
  padding: 1.5em 0;
  border-bottom: 2px solid #fff; }
.single .single-sidebar .related-articles .related-article:last-of-type {
    border-bottom: none; }
.single .single-sidebar .related-articles .related-article .entry-date {
    font-size: .875em;
    margin-bottom: 0; }
.single .single-sidebar .related-articles .related-article h2, .single .single-sidebar .related-articles .related-article .h2 {
    line-height: 1.4;
    text-transform: none;
    margin-top: .25em;
    margin-bottom: 0; }
.single .single-sidebar .related-articles .related-article a {
    color: #004279;
    text-decoration: none; }
.single-header {
  background: -webkit-gradient(linear, left top, right top, from(#020d45), to(#004279));
  background: linear-gradient(90deg, #020d45 0%, #004279 100%);
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: .25em; }
.single-header .big-bug {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .2;
    z-index: 10;
    background-position: 235px 37%;
    background-repeat: no-repeat;
    background-size: 100%; }
.single-header .accent {
    width: 78vw;
    margin: 0 auto 2em; }
.single-header .accent:after {
      content: '';
      position: absolute;
      bottom: -4px;
      right: auto;
      height: 10px;
      width: 100%;
      max-width: 58%;
      background: -webkit-gradient(linear, right top, left top, from(#ffe22e), color-stop(70%, #f15a29));
      background: linear-gradient(-90deg, #ffe22e 0%, #f15a29 70%);
      z-index: 100; }
.single-toolkit .more-resources {
  margin-bottom: 2em; }
.hero.toolkit {
  height: 160px;
  overflow: hidden; }
.hero.toolkit .img-crop {
    width: 100%; }
@media (min-width: 782px) {
    .hero.toolkit {
      height: 200px; } }
@media (min-width: 1024px) {
    .hero.toolkit {
      height: 260px; } }
@media (min-width: 1366px) {
    .hero.toolkit {
      height: 345px; } }
.single .entry-meta.toolkit {
  max-width: 96vw;
  width: 96vw;
  background-color: rgba(2, 13, 69, 0.95);
  color: #fff;
  margin: auto;
  padding: 0 4vw 2em;
  margin-top: -60px;
  min-height: 280px;
  margin-bottom: 4em;
  grid-template-columns: auto; }
.single .entry-meta.toolkit .post-terms {
    display: none; }
@media (min-width: 500px) {
      .single .entry-meta.toolkit .post-terms {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
.single .entry-meta.toolkit .meta-wrap {
    padding-bottom: 15px; }
.single .entry-meta.toolkit .meta-author-social {
    padding-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media (min-width: 782px) {
      .single .entry-meta.toolkit .meta-author-social {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
.single .entry-meta.toolkit:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 4vw;
    right: auto;
    height: 10px;
    max-width: 320px;
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#ffe22e), color-stop(70%, #f15a29));
    background: linear-gradient(-90deg, #ffe22e 0%, #f15a29 70%); }
@media (min-width: 1024px) {
      .single .entry-meta.toolkit:before {
        max-width: 480px; } }
.single .entry-meta.toolkit:after {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe22e), color-stop(70%, #f15a29));
    background: linear-gradient(180deg, #ffe22e 0%, #f15a29 70%);
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
    width: 8px;
    border-bottom: none; }
.single .entry-meta.toolkit .author, .single .entry-meta.toolkit a {
    color: #fff; }
.single .entry-meta.toolkit .authors {
    color: #fff; }
.single .entry-meta.toolkit .entry-date {
    color: #fff; }
.single .entry-meta.toolkit .post-subhead {
    margin: 0; }
@media (min-width: 1024px) {
    .single .entry-meta.toolkit {
      max-width: 86vw;
      width: 86vw;
      min-height: 315px; } }
.entry-content.single-toolkit {
  display: block; }
/*listings/index pages*/
.post-info {
  color: #020D45; }
.post-info .entry-date {
    font-size: 12px;
    margin: 0; }
.post-info .post-title {
    font-size: 1.32em;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: none; }
.post-link {
  text-decoration: none; }
.post-permalink {
  color: #C93C0D;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 14px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #C93C0D;
  line-height: .9em;
  text-decoration: none; }
.post-permalink:after {
    content: '+';
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto; }
.filter-listings #load-more-button,
.rss-feed #load-more-button,
.careers-listings #load-more-button {
  width: 115px;
  margin: auto;
  position: relative;
  display: block;
  cursor: pointer; }
.filter-listings article,
.rss-feed article,
.careers-listings article {
  background-color: #F2F2F2;
  border-left: 8px solid #C93C0D;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-top: 2em;
  margin-bottom: 30px;
  position: relative; }
.filter-listings article .post-meta .post-title-link,
  .rss-feed article .post-meta .post-title-link,
  .careers-listings article .post-meta .post-title-link {
    text-decoration: none; }
.filter-listings a,
.rss-feed a,
.careers-listings a {
  color: #020D45; }
.filter-listings .read-more,
.rss-feed .read-more,
.careers-listings .read-more {
  color: #C93C0D;
  text-decoration: underline;
  font-weight: 700; }
.filter-listings .sf-field-submit input[type="submit"],
.filter-listings .sf-field-reset a,
.rss-feed .sf-field-submit input[type="submit"],
.rss-feed .sf-field-reset a,
.careers-listings .sf-field-submit input[type="submit"],
.careers-listings .sf-field-reset a {
  background-color: #C93C0D;
  padding: .5em;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: .875em;
  border: none;
  width: 220px;
  cursor: pointer; }
.filter-listings .post-featured-img,
.rss-feed .post-featured-img,
.careers-listings .post-featured-img {
  background-repeat: no-repeat;
  -ms-flex-item-align: start;
      align-self: flex-start; }
.filter-listings .post-featured-img .img--bg,
  .rss-feed .post-featured-img .img--bg,
  .careers-listings .post-featured-img .img--bg {
    width: 230px;
    height: 120px;
    background-size: cover; }
.filter-listings .post-featured-img .img--bg img,
    .rss-feed .post-featured-img .img--bg img,
    .careers-listings .post-featured-img .img--bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 100%;
         object-position: 50% 100%; }
.filter-listings .post-summary,
.rss-feed .post-summary,
.careers-listings .post-summary {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2em;
  margin-bottom: 1em; }
.filter-listings .post-summary.has-thumb,
  .rss-feed .post-summary.has-thumb,
  .careers-listings .post-summary.has-thumb {
    grid-template-columns: 1fr .45fr; }
@media screen and (max-width: 781px) {
    .filter-listings .post-summary.has-thumb,
    .rss-feed .post-summary.has-thumb,
    .careers-listings .post-summary.has-thumb {
      grid-template-columns: 1fr; }
      .filter-listings .post-summary.has-thumb .post-featured-img,
      .rss-feed .post-summary.has-thumb .post-featured-img,
      .careers-listings .post-summary.has-thumb .post-featured-img {
        margin-top: 15px; } }
.filter-listings .btn.download,
.rss-feed .btn.download,
.careers-listings .btn.download {
  display: block;
  max-width: 240px;
  position: absolute;
  right: 1.8em;
  top: 0;
  border-radius: 0;
  padding: .5em 1em; }
.filter-listings .btn.download a,
  .rss-feed .btn.download a,
  .careers-listings .btn.download a {
    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;
    color: #fff !important; }
.filter-listings .btn.download a .btn-img,
    .rss-feed .btn.download a .btn-img,
    .careers-listings .btn.download a .btn-img {
      margin-left: .25em; }
.filter-listings .post-terms,
.rss-feed .post-terms,
.careers-listings .post-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
.filter-listings .post-terms .single-term,
  .rss-feed .post-terms .single-term,
  .careers-listings .post-terms .single-term {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-top: 10px; }
.filter-listings .post-terms .term-icon,
  .rss-feed .post-terms .term-icon,
  .careers-listings .post-terms .term-icon {
    height: auto; }
.rss-feed article {
  padding-left: 1.25em;
  padding-right: 1.25em; }
.filter-listings {
  position: relative;
  padding: 4.25em 0; }
@media screen and (max-width: 1023px) {
    .filter-listings.form-out {
      padding-top: 0; }
      .filter-listings.form-out .filter-trigger {
        left: 0;
        top: 0;
        width: 100vw;
        padding-left: 2em; }
      .filter-listings.form-out .filter-col {
        margin-top: 3.75em; }
        .filter-listings.form-out .filter-col h2, .filter-listings.form-out .filter-col .filter-label {
          display: block;
          z-index: 8002;
          color: #ffffff;
          top: 6em;
          font-weight: bold; }
        .filter-listings.form-out .filter-col form {
          z-index: 9000; }
          .filter-listings.form-out .filter-col form input[type=text] {
            background-color: #ffffff;
            padding-left: 42px; }
          .filter-listings.form-out .filter-col form .sf-field-search .sf-input-text {
            background-position: 8px center;
            width: 240px;
            text-align: left; } }
.filter-listings .filter-trigger {
    display: none; }
@media screen and (max-width: 1023px) {
      .filter-listings .filter-trigger {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 6px;
        left: 7vw;
        height: 60px;
        width: 86vw;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 15px;
        background-color: #020D45;
        z-index: 100; }
        .filter-listings .filter-trigger .h2 {
          color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 0;
          font-weight: 700; } }
.filter-listings .filter-col .filter-label {
    position: absolute;
    top: 1em;
    font-weight: bold; }
.filter-listings .filter-col form input[type=checkbox]:checked {
    background-color: #C93C0D; }
.filter-listings .filter-col form input[type=checkbox]:checked:before {
    color: #ffffff; }
.filter-listings .filter-col ul {
    margin-left: 0; }
@media screen and (max-width: 1023px) {
    .filter-listings .filter-col {
      width: 0;
      overflow: hidden; }
      .filter-listings .filter-col .filter-label {
        display: none;
        left: 2em;
        top: 2em;
        margin-bottom: 0; }
      .filter-listings .filter-col form {
        padding: 1em 2em;
        background-color: #020D45;
        position: absolute;
        z-index: 9000;
        left: -15px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        float: left;
        display: block;
        /*margin-right: 2.35765%;*/
        width: 100%; }
        .filter-listings .filter-col form.opened {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
          .filter-listings .filter-col form.opened ul li label {
            color: #fff; }
          .filter-listings .filter-col form.opened h4 {
            color: #fff; }
          .filter-listings .filter-col form.opened .sf-field-search {
            top: 1em;
            padding-right: 2em; } }
.filter-listings .sf-field-search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0; }
.filter-listings .sf-field-search label {
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
.filter-listings .sf-field-search .sf-input-text {
      width: 215px;
      position: relative;
      right: 0;
      top: 0;
      display: block;
      background-image: url("/wp-content/uploads/2023/08/Search-Magnify-DarkBlue.svg");
      background-size: 10%;
      background-repeat: no-repeat;
      background-position: 8px center;
      border: none !important;
      margin-bottom: 0 !important;
      padding-left: 36px !important;
      background-color: #ffffff;
      padding-right: 0 !important;
      color: #020D45 !important; }
.filter-listings .sf-field-search .sf-input-text:placeholder {
        color: #020D45 !important; }
.filter-listings.form-out:after {
    content: '';
    width: 110%;
    height: 100%;
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(2, 13, 69, 0.7);
    z-index: 8000; }
.searchandfilter ul li.sf-field-taxonomy-initiative {
  padding-top: 0; }
.searchandfilter ul li.sf-field-taxonomy-initiative h4 {
    border-top: 3px solid #F2F2F2;
    padding-top: .5em; }
@media screen and (max-width: 1023px) {
    .searchandfilter ul li.sf-field-taxonomy-initiative {
      padding-top: 4.25em; }
      .searchandfilter ul li.sf-field-taxonomy-initiative h4 {
        padding-top: 1em; } }
.grid.news-feed {
  grid-template-columns: 1fr;
  grid-gap: 1.25em; }
@media (min-width: 782px) {
    .grid.news-feed {
      grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) {
    .grid.news-feed {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1.2em; } }
@media (min-width: 1366px) {
    .grid.news-feed {
      grid-gap: 2em; } }
.careers-listings .post-summary {
  display: grid;
  grid-template-columns: 70% 30%; }
.careers-listings .post-summary .post-excerpt {
    position: relative;
    padding-right: 10px; }
.careers-listings .post-summary .post-excerpt:after {
      content: '';
      position: absolute;
      top: 20px;
      bottom: 20px;
      right: 0;
      width: 3px;
      background-color: #fff; }
.careers-listings .expand-trigger {
  font-weight: bold;
  color: #004279;
  cursor: pointer;
  position: relative;
  width: 150px; }
.careers-listings .expand-trigger svg {
    width: 15px;
    -webkit-transition: all 1s;
    transition: all 1s; }
.careers-listings .expand-trigger.open-desc svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
.careers-listings .expandable-desc {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s; }
/* > Search Modal */
.search-modal-container {
  z-index: 5000;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: none;
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(180, 180, 180, 0.95);
  padding: 0px 40px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start; }
.modal-search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  height: 100vh;
  width: 80%;
  padding: 0px 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center; }
.search-label {
  margin-top: 0px;
  margin-bottom: 30px;
  width: 100%;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 5rem;
  line-height: 1;
  color: #000; }
.searchform {
  text-align: center; }
/*(input[type="search"].search-form-input {
  margin-right: 25px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid none;
  border-width: 0px 0px 3px 0;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
  background-color: transparent;
  color: #fff;
  font-size: 2rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px; }
*/
.searchform input[type="submit"] {
  margin-left: 10px;
  padding: 25px 40px 21px; }
.search-modal-container .search-form,
.search-modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center; }
.search-close {
  z-index: 3000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  margin-top: 30px;
  margin-right: 30px;
  background-color: #63a844;
  height: 50px;
  width: 50px;
  padding-top: 2px;
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  line-height: 0;
  font-weight: 600;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center; }
.search-no-results .entry {
  margin: auto;
  max-width: 1240px;
  padding: 0 20px;
  text-align: center; }
.site-footer {
  position: relative; }
.site-footer:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 2em;
    height: 10px;
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#ffe22e), color-stop(70%, #f15a29));
    background: linear-gradient(-90deg, #ffe22e 0%, #f15a29 70%); }
@media (min-width: 1024px) {
      .site-footer:before {
        max-width: 516px;
        left: 3.375em; } }
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1.5em 2em;
  background-color: #020D45;
  color: #fff; }
@media (min-width: 782px) {
    .footer-grid {
      padding: 1.5em 3.375em; } }
@media (min-width: 1024px) {
    .footer-grid {
      grid-template-columns: 2fr 3fr;
      grid-column-gap: 5em; } }
@media (min-width: 1366px) {
    .footer-grid {
      grid-column-gap: 14.5vw; } }
.footer-grid .col .footer-text {
    margin-top: 1.8em;
    margin-bottom: 1.8em; }
.footer-grid .col:last-child {
    grid-column: span 2;
    /* Last column spans across 2 columns */ }
.footer-grid .column-2-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto; }
.footer-grid .column-2-grid .row2-cols {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
      border-top: 1px solid rgba(255,255,255,0.30196);
      padding-top: 30px; }
@media (min-width: 782px) {
        .footer-grid .column-2-grid .row2-cols {
          grid-template-columns: repeat(4, 1fr); } }
.footer-grid .column-2-grid .nav-menu {
      padding: 5px 15px; }
.footer-grid .column-2-grid .nav-menu.full-col {
        grid-column: 1 / -1;
        /* Full-width item spans from first to last column */ }
.footer-grid .column-2-grid .nav-menu:first-child {
        padding-left: 0; }
.footer-grid .column-2-grid .nav-menu:last-child {
        padding-right: 0; }
.footer-grid .column-2-grid .nav-menu:nth-child(3) {
        padding-left: 0; }
@media (min-width: 782px) {
          .footer-grid .column-2-grid .nav-menu:nth-child(3) {
            padding-left: 15px; } }
.footer-grid .column-2-grid .nav-menu .col-label {
        text-transform: uppercase;
        font-size: .9375em;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 5px; }
.footer-grid .column-2-grid .nav-menu ul {
        padding: 0;
        margin-top: 5px;
        margin-left: 0; }
.footer-grid .column-2-grid .nav-menu ul li {
          margin-bottom: .5em; }
.footer-grid .column-2-grid .nav-menu .menu-item {
        padding: 5px 0;
        font-size: 12px;
        font-weight: 400; }
.footer-grid .column-2-grid .nav-menu .menu-item a {
          color: #fff;
          font-weight: 400;
          font-size: .9325rem; }
.footer-grid .column-2-grid .contact.nav-menu {
      padding-right: 0; }
.footer-grid .column-2-grid .contact .footer-menu {
      margin-top: 5px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0; }
@media (min-width: 782px) {
        .footer-grid .column-2-grid .contact .footer-menu {
          margin-top: -3em;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
@media (min-width: 1024px) {
        .footer-grid .column-2-grid .contact .footer-menu {
          margin-top: 5px; } }
@media (min-width: 1024px) {
        .footer-grid .column-2-grid .contact .footer-menu {
          max-width: 100%; } }
.footer-grid .column-2-grid .contact .footer-menu li {
        margin: 0 5px; }
.footer-grid .column-2-grid .contact .footer-menu li a {
          color: #FFE22E;
          text-decoration: underline; }
.footer-grid .column-2-grid .contact .footer-menu .menu-item {
        width: auto; }
.footer-grid .social-list {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0; }
.footer-grid .social-list li {
      width: 40px;
      height: 35px;
      margin: 0 10px; }
.footer-grid .social-list li:first-of-type {
        margin-left: 0; }
.footer-grid .social-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        width: 40px;
        height: 35px; }
.footer-grid .social-list li a img {
          max-width: 28px;
          height: auto; }
.footer-grid .bottom-copy {
    font-size: .85rem;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.30196);
    padding-top: 21px;
    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; }
.footer-grid .bottom-copy a {
      color: #ffffff;
      font-size: .85rem; }
@media (min-width: 1024px) {
      .footer-grid .bottom-copy {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
.footer-grid .bottom-copy .copyright {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.footer-grid .bottom-copy .copyright ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0; }
.footer-grid .bottom-copy .copyright ul li {
          margin: 0 2px; }
@media (min-width: 782px) {
            .footer-grid .bottom-copy .copyright ul li {
              margin: 0 5px; } }
.footer-grid .bottom-copy .copyright .copy-text .divider {
        margin: 0 10px; }
@media (min-width: 782px) {
        .footer-grid .bottom-copy .copyright {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
.footer-grid .bottom-copy .languages {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.footer-grid .bottom-copy .languages ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0; }
.footer-grid .bottom-copy .languages ul li {
          margin: 0 8px; }
.footer-grid .bottom-copy .languages ul li a {
            color: #ffffff; }
@media screen and (max-width: 781px) {
  .footer-grid .bottom-copy .copyright .divider {
    display: none; }
  .footer-grid .bottom-copy .copyright .copy-text, .footer-grid .bottom-copy .copyright .legal-nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 5px; } }
html,
body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  overflow-x: hidden; }
body {
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
  color: #020d45;
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden; }
body.overlay {
    overflow: hidden;
    position: relative; }
body.overlay:after {
      content: '';
      background-color: rgba(0, 66, 121, 0.75);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute; }
body.overlay.customize-support {
      margin-top: -54px; }
body.alert-opened {
    padding-top: 40px; }
body.alert-opened.more-p {
      padding-top: 105px; }
body.alert-opened.more-p .open #mobile-menu-toggle {
        top: 114px; }
.site-container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }
.site-inner {
  margin-top: 3.375em;
  max-width: 78vw;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 1366px) {
    .site-inner {
      margin-top: 5em; } }
.single .site-inner {
  max-width: 100%; }
.search-results .site-inner {
  margin-top: 9em; }
.alignfull,
.sf-block.hero,
.sf-block.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }
.wp-block-image.alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0; }
.alignwide {
  margin-left: calc(50% - 43vw);
  margin-right: calc(50% - 43vw);
  max-width: 86vw;
  width: 86vw; }
@media (min-width: 782px) {
  .push-right,
  .wp-block-group.push-right,
  .wp-block-columns.push-right {
    margin-right: -11vw; } }
.wp-block-group.push-right,
.wp-block-columns.push-right {
  margin-bottom: 4.5em; }
.wp-block-columns.push-right.no-margin-bottom {
  margin-bottom: 0; }
.entry-content .narrow {
  max-width: 45em;
  width: 56vw; }
.entry-content h3.narrow {
  font-size: 1.375rem; }
.home .site-inner {
  margin: 0;
  max-width: 100%; }
.home .site-inner .entry-content {
  max-width: 86vw;
  margin-left: auto;
  margin-right: auto; }
@media (min-width: 1024px) {
    .home .site-inner .entry-content {
      max-width: 78vw; } }
.container {
  width: 100%;
  margin: auto; }
a {
  color: #C93C0D;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer; }
.single .entry-content ol,
.single .entry-content ul {
  padding-bottom: .8em;
  margin-left: 2em;
  margin-bottom: 0; }
ol li,
ul li {
  font-size: 1rem;
  margin-bottom: 1.5em;
  list-style-position: outside; }
.sf-block {
  margin: auto; }
.full-col {
  grid-column: 1 / -1; }
.carousel-label-nav {
  grid-template-columns: 1fr .35fr;
  display: grid; }
.carousel-label-nav h2 {
    margin-bottom: 0; }
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }
@media screen and (max-width: 781px) {
    .grid {
      grid-template-columns: 1fr; } }
.grid.quote {
    grid-template-columns: 1fr; }
.grid.featured-expert {
    /*max-width: 1400px;
    margin: auto;*/ }
.grid.tease-layout-3 {
    max-width: 480px;
    margin: 2em auto; }
@media (min-width: 782px) {
      .grid.tease-layout-3 {
        grid-template-columns: repeat(2, 1fr);
        padding: 4.75em 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 1.5em;
        max-width: 100%;
        margin: auto; } }
@media (min-width: 782px) and (min-width: 1024px) {
    .grid.tease-layout-3 {
      grid-template-columns: repeat(auto-fill, minmax(322px, 1fr)); } }
.grid.tease-layout-3 .loop-post {
      margin-bottom: 2em; }
@media (min-width: 1024px) {
        .grid.tease-layout-3 .loop-post {
          margin-bottom: 0; } }
.grid.expert-single-grid {
    grid-template-columns: 1fr .35fr;
    grid-column-gap: 8em;
    margin: auto;
    padding: 75px 8em; }
.grid.featured-listings {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px; }
@media screen and (max-width: 767px) {
      .grid.featured-listings {
        grid-template-columns: 1fr; } }
.grid.filter-listings {
    grid-template-columns: .35fr 1fr;
    grid-column-gap: 5em; }
@media screen and (max-width: 1023px) {
      .grid.filter-listings {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: 100vw;
        width: 100vw;
        grid-template-columns: 0fr 1fr;
        grid-column-gap: 0; }
        .grid.filter-listings .results {
          max-width: 86vw;
          width: 86vw;
          margin: 0 auto; } }
.grid.offest-carousel-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: auto; }
.grid.col-repeater {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    grid-gap: 30px;
    padding: .8em 0; }
.grid.tease-layout-3.listings .post-featured-img {
    width: 100%;
    padding-top: 65%;
    position: relative; }
@media (min-width: 1700px) {
      .grid.tease-layout-3.listings .post-featured-img {
        /*height: 268px;*/ } }
.grid.tease-layout-3.listings .post-featured-img img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 50% 100%;
      object-position: 50% 100%; }
.grid.tease-layout-3.listings .post-info {
    color: #020D45;
    padding: 1.2em 1.5em 0.5em;
    position: relative;
    background-color: #F2F2F2; }
.grid.tease-layout-3.listings .post-info a {
      color: #020D45; }
.grid.tease-layout-3.listings .post-info .read-more {
      color: #C93C0D; }
.grid.tease-layout-3.listings .post-info .post-link {
      font-weight: 400; }
.grid.tease-layout-3.listings .post-info .post-title {
      font-size: 1.5rem;
      margin-bottom: 1em; }
@media (min-width: 1024px) {
        .grid.tease-layout-3.listings .post-info .post-title {
          font-size: 2rem; } }
.grid.tease-layout-3.listings .post-info .btn-orange {
      padding-left: 0;
      margin-bottom: 1.5em; }
.grid.tease-layout-3.listings .post-info:before {
      content: '';
      height: 6px;
      width: 85%;
      right: 0;
      top: -3px;
      position: absolute;
      background-color: #007AA4; }
.blue-grad ul {
  color: #fff;
  padding-left: 15px; }
.greybox {
  background-color: #F2F2F2;
  padding: .5em 1em;
  margin-bottom: 20px; }
.whtbdrbtm {
  border-bottom: 2px solid #fff;
  margin: auto 0 25px; }
.blue-box {
  background-color: #020D45;
  color: #fff;
  padding: 20px;
  width: 350px;
  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: -100px;
  position: relative; }
.blue-box h3 {
    font-weight: bold;
    margin: 0; }
.blue-box h4 {
    color: #FFE22E;
    margin: 0; }
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.breadcrumb-container {
  padding-top: 1.25em;
  grid-column: span 2;
  font-size: .875rem; }
.breadcrumb-container a {
    color: #020D45; }
.site-container .addtoany_list a {
  margin-left: .5em; }
@media (min-width: 782px) {
    .site-container .addtoany_list a {
      margin-left: 3px; } }
@media (min-width: 1024px) {
    .site-container .addtoany_list a {
      margin-left: .5em; } }
.site-container .addtoany_list a img {
  width: 18px;
  height: auto; }
.yoast-breadcrumbs {
  padding-top: 1em;
  font-size: .85rem; }
.yoast-breadcrumbs a {
    font-weight: 500;
    color: #020D45; }
.archive-pagination {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1400px;
  padding-top: 40px;
  padding-bottom: 40px;
  float: none;
  clear: left;
  list-style-type: none; }
.archive-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    list-style-type: none;
    padding: 0; }
.archive-pagination li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      min-height: 40px;
      min-width: 40px;
      padding-right: 18px;
      padding-left: 18px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #C93C0D !important;
      text-align: center;
      text-decoration: none; }
.archive-pagination li a span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
.archive-pagination li a .next:after {
        content: url("/wp-content/themes/rap-timber/static/images/CarouselArrow-Right.svg");
        width: 12px;
        height: 20px;
        margin-left: 12px; }
.archive-pagination li a .previous:before {
        content: url("/wp-content/themes/rap-timber/static/images/CarouselArrow-Left.svg");
        width: 12px;
        height: 20px;
        margin-right: 12px; }
/* Custom Classes on Gutenberg Blocks */
.blog-index .blog-intro,
.multimedia-index .multimedia-intro {
  margin-bottom: 0;
  padding-bottom: 3em;
  padding-top: 3em;
  border-bottom: 3px solid #F2F2F2; }
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1600px;
  width: 78vw; }
.wp-block-group.alignfull .wp-block-columns .wp-block-column.push-right {
  margin-right: -11vw !important; }
.bg-blue-grad {
  background: -webkit-gradient(linear, left top, right top, from(#020d45), to(#004279));
  background: linear-gradient(90deg, #020d45 0%, #004279 100%);
  padding-top: 4.75em;
  padding-bottom: 4.75em; }
.bg-blue-grad h2,
.bg-blue-grad h3,
.bg-blue-grad h4,
.bg-blue-grad h5,
.bg-blue-grad p {
  color: #ffffff; }
.bg-gray {
  background-color: #F2F2F2; }
.bg-gray .wp-block-separator {
    border: 2px solid #ffffff;
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
.bg-gray .wp-block-separator.no-top-margin {
      margin-top: 0; }
@media (min-width: 1366px) {
    .bg-gray .wp-block-columns .col-form {
      padding-right: 4em; } }
.bg-gray .wp-block-columns .rap-offices h2 {
    margin-bottom: .5em; }
.bg-gray .wp-block-columns .rap-offices h3 {
    font-size: 1.375rem;
    font-weight: 700; }
.bg-gray .wp-block-columns .rap-offices h4 {
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .2em; }
.bg-gray .wp-block-columns .rap-offices p {
    margin-bottom: .8em; }
.initiative .wp-block-image,
.what-we-do .wp-block-image,
.where-we-work .wp-block-image {
  margin-bottom: 0; }
.initiative .wp-block-group.alignfull.bg-blue-grad {
  padding: 3em 0; }
.entry-content .wp-block-columns {
  grid-gap: 4.5em;
  gap: 4.5em; }
.entry-content.single-post .wp-block-columns {
  grid-gap: 2.5em;
  gap: 2.5em; }
.entry-content .wp-block-image figcaption {
  font-size: 1rem; }
.what-we-do .wp-block-columns.our-work {
  padding-top: 5em;
  padding-bottom: .5em; }
.what-we-do .wp-block-columns.our-work .wp-block-image {
    margin-bottom: 0; }
#initiatives-list .wp-block-columns {
  padding-top: 0; }
.wp-block-columns.initiative-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
  padding: 0 0 6em; }
.wp-block-columns.initiative-icons .wp-block-column:nth-child(5) {
    grid-column: span 2; }
@media (min-width: 782px) {
    .wp-block-columns.initiative-icons {
      grid-template-columns: repeat(5, 1fr);
      grid-gap: 1em; }
      .wp-block-columns.initiative-icons .wp-block-column:nth-child(5) {
        grid-column: span 1; } }
@media (min-width: 1366px) {
    .wp-block-columns.initiative-icons {
      grid-gap: 2em; } }
.wp-block-columns.initiative-icons .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.wp-block-columns.initiative-icons .wp-block-column a,
    .wp-block-columns.initiative-icons .wp-block-column a h4 {
      text-align: center;
      font-weight: 700;
      color: #020D45;
      text-decoration: none;
      font-size: 1rem;
      line-height: 1.3; }
@media (min-width: 1366px) {
        .wp-block-columns.initiative-icons .wp-block-column a,
        .wp-block-columns.initiative-icons .wp-block-column a h4 {
          font-size: 1.375rem; } }
.wp-block-columns.initiative-icons .wp-block-column a h4 {
      margin-top: 1em; }
.wp-block-columns.initiative-icons .i--icon {
    width: 4.875em;
    height: 4.875em; }
.initiative-icons .i--link,
.initiative-icons .wp-block-column .i--link {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Optional: for smooth transitions */ }
.initiative-icons .i--link::before,
.initiative-icons .wp-block-column .i--link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  /* The width of the circle */
  padding-bottom: 100%;
  /* Makes it a square, which then turns into a circle with border-radius */
  border-radius: 50%;
  /* Makes it a circle */
  background-color: #f2f2f2;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  /* Centers the circle and scales it down to 0 to hide initially */
  z-index: -1;
  /* Place it behind the content */
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  /* Optional: for smooth transitions */ }
.initiative-icons .i--link:hover::before,
.initiative-icons .wp-block-column .i--link:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  /* Scale it up on hover */ }
.wp-block-columns.is-layout-flex.init-why {
  grid-gap: 4em;
  gap: 4em; }
.wp-block-group.alignwide.init-what {
  padding-left: 8em;
  padding-bottom: 11em; }
/*.parent-pageid-10 .wp-block-group.alignwide.init-needs*/
.wp-block-group.alignwide.init-needs {
  padding: 4em 0 2em; }
@media (min-width: 1366px) {
    .wp-block-group.alignwide.init-needs {
      padding-bottom: 3em; } }
/*.parent-pageid-10 .wp-block-group.alignwide.init-needs .wp-block-columns .wp-block-column.init-needs-col,*/
.wp-block-columns .wp-block-column.init-needs-col h2 {
  margin-bottom: 2em; }
.entry-content .lgtext {
  font-size: 1.375rem;
  line-height: 1.3; }
.wp-block-columns.narrow {
  padding-left: 2.75em; }
.wp-block-group.rap-cols-full {
  padding: 5em 0 5em 8em; }
.wp-block-columns.where-we-work {
  background-image: url("/wp-content/themes/rap-timber/static/images/globe.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0; }
.wp-block-column.full-narrow {
  width: 64vw;
  max-width: 50em;
  margin: 0 auto; }
.wp-block-column.pad-left {
  padding-left: 4em;
  padding-right: 4em; }
@media (min-width: 782px) {
    .wp-block-column.pad-left {
      padding-right: 0; } }
@media (min-width: 1024px) {
    .wp-block-column.pad-left {
      padding-left: 8em; } }
.why-this-matters .wp-block-image {
  padding: 0 4em; }
@media (min-width: 782px) {
    .why-this-matters .wp-block-image {
      padding: 0; } }
/* Custom Classes on Gutenberg Blocks - Media Queries */
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.keep-left {
    max-width: 75%; }
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.keep-left h2 {
      /*text-transform: none;*/
      margin-bottom: 1em; } }
@media screen and (min-width: 1366px) {
  .wp-block-columns.init-why .wp-block-image.alignfull {
    max-width: 40em; }
  .wp-block-group.rap-cols-full {
    padding-left: 16em; }
  .wp-block-columns.rap-cols-full .wp-block-column .wp-block-image,
  .wp-block-group.rap-cols-full .wp-block-columns .wp-block-column .wp-block-image {
    max-width: 560px;
    max-height: 560px; } }
/* Homepage */
.hero.full-hero .img-crop {
  z-index: 0; }
.hero.full-hero .img-crop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  z-index: 1; }
/* Icon SVGs */
.i--icon#encourage .cls-1 {
  fill: rgba(255, 255, 255, 0); }
.i--icon#encourage .cls-1, .i--icon#encourage .cls-2, .i--icon#encourage .cls-3, .i--icon#encourage .cls-4 {
  stroke-width: 0px; }
.i--icon#encourage .cls-2 {
  fill: url(#encourage-og); }
.i--icon#encourage .cls-5 {
  stroke: rgba(193, 62, 41, 0); }
.i--icon#encourage .cls-5, .i--icon#encourage .cls-6, .i--icon#encourage .cls-7, .i--icon#encourage .cls-8 {
  fill: none;
  stroke-miterlimit: 10; }
.i--icon#encourage .cls-5, .i--icon#encourage .cls-8 {
  stroke-width: 6.81px; }
.i--icon#encourage .cls-3 {
  fill-rule: evenodd; }
.i--icon#encourage .cls-3, .i--icon#encourage .cls-4 {
  fill: #fff; }
.i--icon#encourage .cls-6 {
  stroke-width: 1.19px; }
.i--icon#encourage .cls-6, .i--icon#encourage .cls-7, .i--icon#encourage .cls-8 {
  stroke: #fff; }
.i--icon#encourage .cls-7 {
  stroke-width: 3.4px; }
.i--icon#encourage .cls-7, .i--icon#encourage .cls-8 {
  stroke-linecap: round; }
.i--icon#electrify .cls-1 {
  fill: url(#electrify-og); }
.i--icon#electrify .cls-1, .i--icon#electrify .cls-2 {
  stroke-width: 0px; }
.i--icon#electrify .cls-3 {
  stroke: rgba(193, 62, 41, 0); }
.i--icon#electrify .cls-3, .i--icon#electrify .cls-4, .i--icon#electrify .cls-5 {
  fill: none;
  stroke-miterlimit: 10; }
.i--icon#electrify .cls-3, .i--icon#electrify .cls-5 {
  stroke-width: 6.81px; }
.i--icon#electrify .cls-4 {
  stroke-width: 3.4px; }
.i--icon#electrify .cls-4, .i--icon#electrify .cls-5 {
  stroke: #fff;
  stroke-linecap: round; }
.i--icon#electrify .cls-2 {
  fill: #fff; }
.i--icon#decarbonize .cls-1 {
  fill: url(#decarbonize-og); }
.i--icon#decarbonize .cls-1, .i--icon#decarbonize .cls-2, .i--icon#decarbonize .cls-3 {
  stroke-width: 0px; }
.i--icon#decarbonize .cls-4 {
  stroke: rgba(193, 62, 41, 0); }
.i--icon#decarbonize .cls-4, .i--icon#decarbonize .cls-5, .i--icon#decarbonize .cls-6, .i--icon#decarbonize .cls-7, .i--icon#decarbonize .cls-8, .i--icon#decarbonize .cls-9 {
  stroke-miterlimit: 10; }
.i--icon#decarbonize .cls-4, .i--icon#decarbonize .cls-5, .i--icon#decarbonize .cls-6, .i--icon#decarbonize .cls-8, .i--icon#decarbonize .cls-9 {
  fill: none; }
.i--icon#decarbonize .cls-4, .i--icon#decarbonize .cls-8 {
  stroke-width: 6.81px; }
.i--icon#decarbonize .cls-5 {
  stroke-width: 2.72px; }
.i--icon#decarbonize .cls-5, .i--icon#decarbonize .cls-6, .i--icon#decarbonize .cls-7, .i--icon#decarbonize .cls-8, .i--icon#decarbonize .cls-9 {
  stroke: #fff; }
.i--icon#decarbonize .cls-5, .i--icon#decarbonize .cls-6, .i--icon#decarbonize .cls-8, .i--icon#decarbonize .cls-9 {
  stroke-linecap: round; }
.i--icon#decarbonize .cls-2, .i--icon#decarbonize .cls-7 {
  fill-rule: evenodd; }
.i--icon#decarbonize .cls-2, .i--icon#decarbonize .cls-7, .i--icon#decarbonize .cls-3 {
  fill: #fff; }
.i--icon#decarbonize .cls-6 {
  stroke-width: 3.4px; }
.i--icon#decarbonize .cls-7 {
  stroke-width: .7px; }
.i--icon#decarbonize .cls-10 {
  opacity: 0; }
.i--icon#decarbonize .cls-9 {
  stroke-width: 3.74px; }
.i--icon#design .cls-1 {
  fill: url(#design-og); }
.i--icon#design .cls-1, .i--icon#design .cls-2 {
  stroke-width: 0px; }
.i--icon#design .cls-3 {
  stroke: rgba(193, 62, 41, 0); }
.i--icon#design .cls-3, .i--icon#design .cls-4, .i--icon#design .cls-5, .i--icon#design .cls-6, .i--icon#design .cls-7 {
  stroke-miterlimit: 10; }
.i--icon#design .cls-3, .i--icon#design .cls-6, .i--icon#design .cls-7 {
  fill: none; }
.i--icon#design .cls-3, .i--icon#design .cls-7 {
  stroke-width: 6.81px; }
.i--icon#design .cls-4 {
  stroke-width: .68px; }
.i--icon#design .cls-4, .i--icon#design .cls-5, .i--icon#design .cls-6, .i--icon#design .cls-7 {
  stroke: #fff; }
.i--icon#design .cls-4, .i--icon#design .cls-5, .i--icon#design .cls-2 {
  fill: #fff; }
.i--icon#design .cls-5 {
  stroke-width: 1.7px; }
.i--icon#design .cls-6 {
  stroke-width: 3.4px; }
.i--icon#design .cls-6, .i--icon#design .cls-7 {
  stroke-linecap: round; }
.i--icon#reduce .cls-1 {
  fill: url(#reduce-og); }
.i--icon#reduce .cls-1, .i--icon#reduce .cls-2 {
  stroke-width: 0px; }
.i--icon#reduce .cls-3 {
  stroke: rgba(193, 62, 41, 0); }
.i--icon#reduce .cls-3, .i--icon#reduce .cls-4 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 6.81px; }
.i--icon#reduce .cls-4 {
  stroke: #fff;
  stroke-linecap: round; }
.i--icon#reduce .cls-2 {
  fill: #fff; }
.i--link:hover .i--icon#decarbonize .cls-1 {
  fill: url(#decarbonize-bg); }
.i--link:hover .i--icon#electrify .cls-1 {
  fill: url(#electrify-bg); }
.i--link:hover .i--icon#encourage .cls-2 {
  fill: url(#encourage-bg); }
.i--link:hover .i--icon#design .cls-1 {
  fill: url(#design-bg); }
.i--link:hover .i--icon#reduce .cls-1 {
  fill: url(#reduce-bg); }
.i--link:hover .i--icon .linear-gradient stop {
  -webkit-animation-name: gradient-animation;
          animation-name: gradient-animation;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }


/*# sourceMappingURL=main.css.map*/