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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

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

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

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

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

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-link:before {
  content: "\e9cb";
}

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

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

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

.icon-link:before {
  content: "\e9cb";
}

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

body .gform_wrapper.gravity-theme img.gform_ajax_spinner {
  display: none !important;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  color: #cc0000;
  margin-bottom: 20px;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px;
  font-weight: 700;
  color: #cc0000;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 span.gform-icon {
  display: none !important;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #cc0000;
  color: #cc0000;
  background-color: #fff2f2;
}
body .gform_wrapper.gravity-theme .gfield_label {
  color: #002239;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0 0 15px;
  display: block;
}
body .gform_wrapper.gravity-theme .description,
body .gform_wrapper.gravity-theme .gfield_description,
body .gform_wrapper.gravity-theme .gsection_description,
body .gform_wrapper.gravity-theme .instruction {
  display: none;
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-top: 0 !important;
}
body .gform_wrapper.gravity-theme .gform_footer {
  display: block;
  margin: 60px 0 0;
  padding: 0;
  text-align: center;
}
body .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 32px;
}
body .gform_wrapper.gravity-theme form {
  position: relative;
}
body .gform_wrapper.gravity-theme form input[type=color],
body .gform_wrapper.gravity-theme form input[type=date],
body .gform_wrapper.gravity-theme form input[type=datetime-local],
body .gform_wrapper.gravity-theme form input[type=datetime],
body .gform_wrapper.gravity-theme form input[type=email],
body .gform_wrapper.gravity-theme form input[type=month],
body .gform_wrapper.gravity-theme form input[type=number],
body .gform_wrapper.gravity-theme form input[type=password],
body .gform_wrapper.gravity-theme form input[type=search],
body .gform_wrapper.gravity-theme form input[type=tel],
body .gform_wrapper.gravity-theme form input[type=text],
body .gform_wrapper.gravity-theme form input[type=time],
body .gform_wrapper.gravity-theme form input[type=url],
body .gform_wrapper.gravity-theme form input[type=week],
body .gform_wrapper.gravity-theme form select,
body .gform_wrapper.gravity-theme form textarea {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.2 !important;
  min-height: auto !important;
  padding: 14px 17px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  height: 53px;
}
body .gform_wrapper.gravity-theme form input::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder {
  color: #A2A9B0;
  opacity: 1;
}
body .gform_wrapper.gravity-theme form input::-moz-placeholder,
body .gform_wrapper.gravity-theme form textarea::-moz-placeholder {
  color: #A2A9B0;
  opacity: 1;
}
body .gform_wrapper.gravity-theme form input::-ms-input-placeholder,
body .gform_wrapper.gravity-theme form textarea::-ms-input-placeholder {
  color: #A2A9B0;
  opacity: 1;
}
body .gform_wrapper.gravity-theme form input::placeholder,
body .gform_wrapper.gravity-theme form textarea::placeholder {
  color: #A2A9B0;
  opacity: 1;
}
body .gform_wrapper.gravity-theme form textarea {
  height: 110px !important;
}
body .gform_wrapper.gravity-theme form .button.primary {
  border: 0;
  text-overflow: initial;
  padding: 16px 40px;
  background-color: #F7941D;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.2;
  letter-spacing: 0.3px;
}
body .gform_wrapper.gravity-theme form .button.primary:hover, body .gform_wrapper.gravity-theme form .button.primary:focus {
  background-color: #002239;
}
body .gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
body .gform_wrapper.gravity-theme .ginput_container_select:after {
  content: "\e90a";
  font-family: "equities-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: #ABAEB0;
  font-size: 14px;
}
body .gform_wrapper.gravity-theme .ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 10px 48px 10px 20px;
  height: 53px;
  margin: 0;
  width: 100%;
  color: #000;
  letter-spacing: 0.3px;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .ginput_container_select select option {
  color: #002239;
  background-color: #fff;
  color: #000;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 10px;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice:last-child {
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input {
  margin-top: 4px;
}
body .gform_wrapper.gravity-theme .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 12px;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice {
  position: relative;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice input:checked + label:before {
  border-color: #F7941D;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice input:checked + label::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 2px;
  top: 50%;
  border-radius: 9px;
  background-color: #F7941D;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: initial;
  padding-left: 24px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  border: solid 1px #d9d9d9;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: #d9d9d9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}

.gform_confirmation_message {
  text-align: center;
  margin: 20px 0;
}

body .widget-subscribe-sidebar .gform_wrapper.gravity-theme {
  display: block;
  width: 100%;
}
body .widget-subscribe-sidebar .gform_wrapper.gravity-theme .gform_validation_errors {
  color: #F7941D;
}
body .widget-subscribe-sidebar .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #F7941D;
}
body .widget-subscribe-sidebar .gform_wrapper.gravity-theme form input {
  height: 54px;
  border: 0;
  padding: 15px 25px;
  width: 100%;
}
body .widget-subscribe-sidebar .gform_wrapper.gravity-theme form .button.primary {
  display: block;
  width: 100%;
  text-align: center;
}
body .widget-subscribe-sidebar .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: initial;
  grid-row-gap: initial;
}

body .footer-subscription-form .gform_wrapper.gravity-theme .gform_validation_errors {
  color: #F7941D;
}
body .footer-subscription-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #F7941D;
}
body .footer-subscription-form .gform_wrapper.gravity-theme form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
body .footer-subscription-form .gform_wrapper.gravity-theme form input {
  border: 0;
  border-radius: 4px 0 0 4px;
  height: 56px;
  padding: 15px 25px;
}
body .footer-subscription-form .gform_wrapper.gravity-theme form .gform-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
}
body .footer-subscription-form .gform_wrapper.gravity-theme form .gform_footer {
  margin: 0;
  padding: 0;
}
body .footer-subscription-form .gform_wrapper.gravity-theme form .gform_footer .button.primary {
  text-overflow: initial;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  width: 132px;
  padding: 0;
  text-align: center;
  height: 100%;
}

body .gform_wrapper.gravity-theme {
  max-width: 1129px;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  text-align: center;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 14px;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #fff2f2 !important;
  background-color: #fff;
}
body .gform_wrapper.gravity-theme form.form-wizard {
  max-width: 900px;
  margin: 0 auto;
}
body .gform_wrapper.gravity-theme form.form-wizard .gf_progressbar_wrapper {
  position: absolute;
  bottom: 14px;
  right: 250px;
  z-index: 2;
}
body .gform_wrapper.gravity-theme form.form-wizard .gf_progressbar_wrapper .gf_progressbar_title {
  margin: 0;
  font-size: 16px;
  color: #ABAEB0;
  font-weight: 700;
}
body .gform_wrapper.gravity-theme form.form-wizard .gf_progressbar_wrapper .gf_progressbar {
  display: none;
}
@media (max-width: 767px) {
  body .gform_wrapper.gravity-theme form.form-wizard .gf_progressbar_wrapper {
    right: 50%;
    bottom: -50px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .description,
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gfield_description,
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gsection_description,
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .instruction {
  display: block;
  padding: 0;
  margin-bottom: 10px;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gsection {
  border: none;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gsection_title {
  max-width: 604px;
  margin: 0 auto 15px;
  font-size: 28px;
  font-family: "Mulish", sans-serif;
  border: none;
  text-transform: none;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gsection_title {
    font-size: 20px;
  }
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page fieldset legend.gfield_label {
  display: block;
  margin-bottom: 40px;
  font-size: 28px;
  text-transform: none;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  body .gform_wrapper.gravity-theme form.form-wizard .gform_page fieldset legend.gfield_label {
    font-size: 20px;
  }
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields input {
  border: none;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields input::-webkit-input-placeholder,
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields input::-moz-placeholder,
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields input::-ms-input-placeholder,
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields textarea::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields input::placeholder,
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields textarea::placeholder {
  color: #000;
  opacity: 1;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields select {
  border: none;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield--type-radio.col-2 .gfield_radio {
  grid-template-columns: 1fr 1fr;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield--type-radio .gfield_radio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 33px;
}
@media (max-width: 575px) {
  body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield--type-radio .gfield_radio {
    row-gap: 25px;
  }
}
@media (max-width: 767px) {
  body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield--type-radio .gfield_radio {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield--type-radio .gfield_radio {
    grid-template-columns: 1fr !important;
  }
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002239), to(#1696a3));
  background-image: linear-gradient(180deg, #002239, #1696a3);
  border: 1px solid #E4DDD2;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice:hover {
  border-color: #F7941D;
  -webkit-box-shadow: 0px 0px 20px 0px #EAE1D4;
  box-shadow: 0px 0px 20px 0px #EAE1D4;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice.has-tooltip .gform-field-label .gftt-label {
  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;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice.has-tooltip .gform-field-label .gftt-icon {
  z-index: 3;
  margin-top: 5px;
}
@media (max-width: 767px) {
  body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice.has-tooltip .gform-field-label .gftt-icon {
    top: auto;
    right: 5px;
    bottom: 5px;
  }
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice input:checked + .gform-field-label {
  background-color: transparent;
  color: #fff;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice input:checked + .gform-field-label .gftt-icon {
  color: #fff;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 25px 40px 20px;
  -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;
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label:before, body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label:after {
  display: none;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  background-size: contain;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.air {
  background-image: url("./assets/img/radio/icon-radio-air.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.cup {
  background-image: url("./assets/img/radio/icon-radio-cup.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.diversified {
  background-image: url("./assets/img/radio/icon-radio-diversified.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.energy {
  background-image: url("./assets/img/radio/icon-radio-energy.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.excludefossil {
  background-image: url("./assets/img/radio/icon-radio-excludefossilfuels.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.fossilno {
  background-image: url("./assets/img/radio/icon-radio-fossilno.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.fossilyes {
  background-image: url("./assets/img/radio/icon-radio-fossilyes.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.gender {
  background-image: url("./assets/img/radio/icon-radio-gender2.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.governance {
  background-image: url("./assets/img/radio/icon-radio-governance.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.graph {
  background-image: url("./assets/img/radio/icon-radio-graph.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.heart {
  background-image: url("./assets/img/radio/icon-radio-goodcitizen.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.leaf {
  background-image: url("./assets/img/radio/icon-radio-leaf.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.money {
  background-image: url("./assets/img/radio/icon-radio-money.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.plant {
  background-image: url("./assets/img/radio/icon-radio-plant.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.racial {
  background-image: url("./assets/img/radio/icon-radio-racial.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.social {
  background-image: url("./assets/img/radio/icon-radio-social.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.solar {
  background-image: url("./assets/img/radio/icon-radio-solar2.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.water {
  background-image: url("./assets/img/radio/icon-radio-water.svg");
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon.wind {
  background-image: url("./assets/img/radio/icon-radio-wind.svg");
}
@media (max-width: 1199px) {
  body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label {
    padding: 20px;
    font-size: 16px;
  }
  body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_fields .gfield_radio .gchoice .gform-field-label .radio-icon {
    width: 35px;
    height: 35px;
  }
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  padding: 0;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer .gform_previous_button.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 0;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #63696E;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.2 !important;
  letter-spacing: 0.3px;
  text-overflow: initial;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer .gform_previous_button.button:hover, body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer .gform_previous_button.button:focus {
  color: #002239;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer .gform_previous_button.button:before {
  margin-right: 14px;
  content: "\e904";
  font-family: "equities-icons" !important;
  color: #F7941D;
  font-weight: 400;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer .gform_next_button.button {
  display: block;
  padding: 16px 25px;
  margin-left: auto;
  margin-bottom: 0;
  background-color: #F7941D;
  border: 2px solid #F7941D;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.2 !important;
  letter-spacing: 0.3px;
  text-overflow: initial;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer .gform_next_button.button:hover, body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer .gform_next_button.button:focus {
  background-color: transparent;
  color: #F7941D;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer .gform_next_button.button:after {
  margin-left: 30px;
  content: "\e905";
  font-family: "equities-icons" !important;
  font-weight: 400;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer button[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-bottom: 0;
  padding: 16px 20px;
  border: 2px solid #F7941D;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer button[type=submit]:hover, body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer button[type=submit]:focus {
  background-color: transparent;
  color: #F7941D;
}
body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer button[type=submit]:after {
  margin-left: 30px;
  content: "\e905";
  font-family: "equities-icons" !important;
  list-style: 1;
  font-weight: 400;
}
@media (max-width: 767px) {
  body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer .gform_previous_button.button {
    font-size: 14px;
  }
  body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer .gform_next_button.button {
    font-size: 14px;
    padding: 10px 20px;
  }
  body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer .gform_next_button.button:after {
    margin-left: 15px;
  }
  body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer button[type=submit] {
    font-size: 14px;
    padding: 10px 15px;
  }
  body .gform_wrapper.gravity-theme form.form-wizard .gform_page .gform_page_footer button[type=submit]:after {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  body .gform_wrapper.gravity-theme .gftt-icon {
    position: absolute;
    top: 0px;
    right: -10px;
  }
}

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

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

body {
  background: #fff;
  color: #000;
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  min-width: 320px;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .nav-on body {
    padding-top: 59px;
    overflow: hidden;
  }
}

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

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

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

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1585px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.wrapper-thin {
  display: block;
  margin: 0 auto;
  max-width: 1342px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .wrapper-thin {
    padding-left: 30px;
    padding-right: 30px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Lora", serif;
  color: #002239;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.1;
  color: #002239;
  letter-spacing: 0em;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1, .h1 {
  font-size: 38px;
  font-weight: 600;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 34px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 26px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 18px;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  margin-bottom: 1.5em;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}

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

a {
  color: #002239;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus {
  color: #F7941D;
  outline: none;
  text-decoration: none;
}

.content-body a {
  color: #0062A5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content-body a:hover, .content-body a:focus {
  color: #F7941D;
  outline: none;
  text-decoration: none;
}

.text-border-bottom {
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.text-border-bottom:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #F7941D;
}

.footnote {
  font-size: 14px;
  font-style: italic;
  color: inherit;
  line-height: 1.2;
  display: inline-block;
}

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

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  border-radius: 6px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  max-width: 100%;
  will-change: transform;
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button.primary {
  background-color: #F7941D;
  color: #fff;
  padding: 10px 20px;
}
.button.primary:hover, .button.primary:focus {
  background-color: #002239;
  color: #fff;
}
.button.secondary {
  background-color: #fff;
  border: solid 1px #F7941D;
  padding: 13px 20px;
  color: #40474f;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #F7941D;
  color: #fff;
}
.button.tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: transparent;
  color: #002239;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.button.tertiary:after {
  content: "\e905";
  font-family: "equities-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 14px;
  color: #F7941D;
}
.button.tertiary:hover, .button.tertiary:focus {
  color: #F7941D;
}

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

blockquote {
  margin: 3em 0;
  padding-left: 20px;
  position: relative;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:before {
  content: "";
  display: block;
  height: 110%;
  width: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
}
blockquote strong {
  display: block;
  margin-top: 30px;
  font-size: 0.9em;
}
blockquote strong:before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #F7941D;
}

.wp-block-image img {
  margin: 0 0 1em;
}

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

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

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

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

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

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

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

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

.wp-caption {
  background: #fff;
  max-width: 100%;
  padding: 5px 3px 10px;
}

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

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

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

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

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

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

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

.site-content ul, .site-content ol {
  padding: 0 0 0 1em;
  margin: 0 0 1em 12px;
}
.site-content ul ul, .site-content ul ol, .site-content ol ul, .site-content ol ol {
  margin: 0;
}
.site-content ul li::marker {
  color: #F7941D;
}
.site-content .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin: 0 0 1em;
}
.site-content .wysiwyg-columns.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.site-content .wysiwyg-columns.three img {
  width: 100%;
}
@media (max-width: 1199px) {
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-content .wysiwyg-columns {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three img {
    width: unset;
  }
}

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

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

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

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

.ad-wrapper {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ad-wrapper a {
  display: inline-block;
}
.ad-wrapper.ad-tablet, .ad-wrapper.ad-mobile {
  display: none;
}

.custom-ad-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.custom-ad-box.wide {
  margin-top: 60px;
}

.social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-share .icons .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  border-radius: 100%;
}

.design-header-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 130px;
}
.design-header-dots.primary .dot {
  background-color: #F7941D;
}
.design-header-dots.secondary .dot {
  background-color: #00BBCE;
}
.design-header-dots.tertiary .dot {
  background-color: #0062A5;
}
.design-header-dots.quaternary .dot {
  background-color: #00A775;
}
.design-header-dots .dot {
  display: block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  margin-top: 20px;
  border-radius: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.design-header-dots .dot:first-child {
  width: 100px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.design-header-dots .dot:last-child {
  margin-right: 0;
}
@media (max-width: 1679px) {
  .design-header-dots {
    width: 30%;
    min-width: 80px;
  }
}

.section-header {
  margin-bottom: 40px;
  color: #002239;
  font-family: "Lora", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2px;
}
.section-header .header-icon {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url("./assets/img/icon-q-header.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  position: relative;
  top: 5px;
}
@media (max-width: 1199px) {
  .section-header {
    font-size: 30px;
  }
  .section-header .header-icon {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1199px) {
  .section-header {
    margin-bottom: 35px;
  }
}

.section-sub-header {
  margin: 60px 0 40px;
  font-family: "Lora", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

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

.term-title {
  display: block;
  line-height: 1.3;
}
.term-title.has-icon {
  position: relative;
  padding-left: 24px;
}
.term-title .term-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.term-title .term-icon .img-icon {
  width: 100%;
}
.term-title .term-name {
  font-size: 14px;
  color: #002239;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .term-title.has-icon {
    padding-left: 20px;
  }
  .term-title .term-icon {
    width: 15px;
    height: 15px;
  }
  .term-title .term-name {
    font-size: 13px;
  }
}

.term-description {
  width: 100%;
  margin-top: 10px;
}

.tab-system .tab-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-system .tab-headers .tab-header {
  padding: 16px 13px;
  margin-right: 25px;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.tab-system .tab-headers .tab-header:last-child {
  margin-right: 0;
}
.tab-system .tab-headers .tab-header.active:after {
  max-height: 10px;
  -webkit-transition: max-height 0.6s;
  transition: max-height 0.6s;
}
.tab-system .tab-headers .tab-header:hover:not(.active) {
  cursor: pointer;
}
.tab-system .tab-headers .tab-header:hover:not(.active):after {
  max-height: 10px;
}
.tab-system .tab-headers .tab-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  max-height: 0px;
  background-color: #F7941D;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.tab-system .tab-bodies {
  min-height: 500px;
  position: relative;
  padding-top: 40px;
}
.tab-system .tab-bodies .tab-body {
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tab-system .tab-bodies .tab-body.active {
  position: static;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

.pagination:not(.navigation),
.pagination.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  color: #666F85;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.pagination:not(.navigation) .page-numbers,
.pagination.navigation .nav-links .page-numbers {
  color: #666F85;
}
.pagination:not(.navigation) .page-numbers.current,
.pagination.navigation .nav-links .page-numbers.current {
  color: #F7941D;
  font-weight: bold;
}
.pagination:not(.navigation) .page-numbers.prev, .pagination:not(.navigation) .page-numbers.next,
.pagination.navigation .nav-links .page-numbers.prev,
.pagination.navigation .nav-links .page-numbers.next {
  background-color: #F7941D;
  color: #fff;
  font-size: 13px;
  width: 32px;
  height: 32px;
  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-radius: 32px;
}
.pagination:not(.navigation) .page-numbers.prev span, .pagination:not(.navigation) .page-numbers.next span,
.pagination.navigation .nav-links .page-numbers.prev span,
.pagination.navigation .nav-links .page-numbers.next span {
  display: none;
}
.pagination:not(.navigation) .page-numbers.dots,
.pagination.navigation .nav-links .page-numbers.dots {
  margin-left: -5px;
  margin-right: -5px;
}
.pagination:not(.navigation) a:hover, .pagination:not(.navigation) a:focus,
.pagination.navigation .nav-links a:hover,
.pagination.navigation .nav-links a:focus {
  color: #F7941D;
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  gap: 10px;
}
.slick-dots li {
  margin: 0 !important;
  padding: 0 !important;
}
.slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #F7941D;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  gap: 35px;
}
.social a {
  text-decoration: none;
  color: #002239;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.social a:hover, .social a:focus {
  color: #F7941D;
}

.fancybox-container .fancybox-bg {
  background-color: #002239 !important;
  opacity: 0.7 !important;
}
.fancybox-container .fancybox-content.event-detail {
  max-width: 970px;
}
@media (max-width: 575px) {
  .fancybox-container .fancybox-content {
    padding: 20px;
  }
}

.custom-select {
  position: relative;
}
.custom-select:after {
  content: "\e90a";
  font-family: "equities-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: #ABAEB0;
  font-size: 14px;
}
.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 48px 10px 20px;
  height: 52px;
  margin: 0;
  width: 100%;
  color: #002239;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
}
.custom-select select option {
  color: #002239;
  background-color: #fff;
  color: #000;
}

.site-header.landing-page .top .wrapper {
  min-height: 109px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.site-header.landing-page .top .site-logo {
  max-width: 288px;
  position: static;
  -webkit-transform: none;
  transform: none;
}
.site-header.landing-page .top .site-logo a svg {
  overflow: visible;
}
.site-header.landing-page .top .header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.25px;
}
.site-header.landing-page .top .header-text:before {
  content: "";
  display: block;
  height: 36px;
  width: 1px;
  margin: 2px 28px 0 36px;
  background-color: #bbb;
}
@media (max-width: 991px) {
  .site-header.landing-page .top .site-logo {
    max-width: 200px;
  }
  .site-header.landing-page .top .header-text {
    font-size: 24px;
  }
  .site-header.landing-page .top .header-text:before {
    margin: 2px 20px 0;
  }
}
@media (max-width: 767px) {
  .site-header.landing-page .top .wrapper {
    min-height: 70px;
  }
  .site-header.landing-page .top .site-logo {
    max-width: 150px;
  }
  .site-header.landing-page .top .header-text {
    font-size: 18px;
  }
  .site-header.landing-page .top .header-text:before {
    height: 16px;
  }
}
@media (max-width: 575px) {
  .site-header.landing-page .top .wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .site-header.landing-page .top .header-text {
    margin-top: 10px;
  }
  .site-header.landing-page .top .header-text:before {
    display: none;
  }
}
.site-header .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.site-header .top .wrapper {
  position: relative;
  min-height: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header .top .slogan {
  color: #63696E;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.site-header .top .slogan > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
.site-header .top .slogan > *:after {
  content: "";
  background-color: #002239;
  border-radius: 2px;
  width: 2px;
  height: 2px;
}
.site-header .top .slogan > *:last-child::after {
  display: none;
}
.site-header .top .site-logo-container {
  max-width: 338px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.site-header .top .site-logo {
  width: 100%;
  position: relative;
}
.site-header .top .search-toggle {
  cursor: pointer;
}
.search-on .site-header .top .search-toggle {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-on .site-header .top .search-toggle::before {
  content: "\e90d";
}
.site-header .top aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.site-header .bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header .bottom .wrapper {
  position: relative;
}
.site-header .bottom .tax-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  max-width: 660px;
  margin: 0 auto;
  line-height: 1.2;
}
.site-header .bottom .tax-nav > .nav-element {
  position: relative;
}
.site-header .bottom .tax-nav > .nav-element > a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  min-height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #002239;
  letter-spacing: 0.3px;
  text-align: center;
}
.site-header .bottom .tax-nav > .nav-element > a:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #002239;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  border-radius: 2px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  z-index: 998;
}
.site-header .bottom .tax-nav > .nav-element > a > i {
  /*display: none;*/
}
.site-header .bottom .tax-nav > .nav-element > a:hover:after, .site-header .bottom .tax-nav > .nav-element > a:focus:after, .site-header .bottom .tax-nav > .nav-element > a.hover:after {
  opacity: 1;
}
.site-header .bottom .tax-nav > .nav-element > a i.icon-chevron-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #63696E;
  font-size: 20px;
  padding-left: 2px;
}
.site-header .bottom .tax-nav > .nav-element > .sub-menu {
  position: absolute;
  background-color: #fff;
  width: 310px;
  top: calc(100% + 1px);
  left: -10px;
  z-index: 997;
  -webkit-box-shadow: 0px 25px 46px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 25px 46px rgba(0, 0, 0, 0.25);
  padding: 14px 0;
  display: none;
}
.site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a {
  padding: 20px 40px 20px 34px;
  color: #002239;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}
.site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a i {
  color: #ABAEB0;
  margin-left: auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a img, .site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a svg {
  width: 20px;
  height: auto;
}
.site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a svg path, .site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a svg rect {
  fill: #ABAEB0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.teal .site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a svg {
  display: none;
}
.site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a:hover i, .site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a:focus i, .site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a.hover i {
  color: #00BBCE;
}
.site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a:hover svg path, .site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a:hover svg rect, .site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a:focus svg path, .site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a:focus svg rect, .site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a.hover svg path, .site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a.hover svg rect {
  fill: #00BBCE;
}
.site-header .bottom .tax-nav > .nav-element > .sub-menu .sub-menu {
  display: none;
}
.site-header .bottom .tax-nav > .nav-element > .sub-menu .sub-menu .nav-element a {
  padding: 10px 40px 10px 70px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #002239;
}
.site-header .bottom .tax-nav > .nav-element > .sub-menu .sub-menu .nav-element a:hover, .site-header .bottom .tax-nav > .nav-element > .sub-menu .sub-menu .nav-element a:focus {
  color: #F7941D;
}
.site-header .bottom .tax-nav > .nav-element.teal > .sub-menu > .nav-element > a:hover, .site-header .bottom .tax-nav > .nav-element.teal > .sub-menu > .nav-element > a:focus, .site-header .bottom .tax-nav > .nav-element.teal > .sub-menu > .nav-element > a.hover {
  color: #00BBCE;
}
.site-header .bottom .tax-nav > .nav-element.teal > .sub-menu > .nav-element > a:hover i, .site-header .bottom .tax-nav > .nav-element.teal > .sub-menu > .nav-element > a:focus i, .site-header .bottom .tax-nav > .nav-element.teal > .sub-menu > .nav-element > a.hover i {
  color: #00BBCE;
}
.site-header .bottom .tax-nav > .nav-element.teal > .sub-menu > .nav-element > a:hover svg path, .site-header .bottom .tax-nav > .nav-element.teal > .sub-menu > .nav-element > a:hover svg rect, .site-header .bottom .tax-nav > .nav-element.teal > .sub-menu > .nav-element > a:focus svg path, .site-header .bottom .tax-nav > .nav-element.teal > .sub-menu > .nav-element > a:focus svg rect, .site-header .bottom .tax-nav > .nav-element.teal > .sub-menu > .nav-element > a.hover svg path, .site-header .bottom .tax-nav > .nav-element.teal > .sub-menu > .nav-element > a.hover svg rect {
  fill: #00BBCE;
}
.site-header .bottom .tax-nav > .nav-element.teal > .sub-menu .sub-menu .nav-element a:hover, .site-header .bottom .tax-nav > .nav-element.teal > .sub-menu .sub-menu .nav-element a:focus {
  color: #00BBCE;
}
.site-header .bottom .tax-nav > .nav-element.blue > .sub-menu > .nav-element > a:hover, .site-header .bottom .tax-nav > .nav-element.blue > .sub-menu > .nav-element > a:focus, .site-header .bottom .tax-nav > .nav-element.blue > .sub-menu > .nav-element > a.hover {
  color: #0062A5;
}
.site-header .bottom .tax-nav > .nav-element.blue > .sub-menu > .nav-element > a:hover i, .site-header .bottom .tax-nav > .nav-element.blue > .sub-menu > .nav-element > a:focus i, .site-header .bottom .tax-nav > .nav-element.blue > .sub-menu > .nav-element > a.hover i {
  color: #0062A5;
}
.site-header .bottom .tax-nav > .nav-element.blue > .sub-menu > .nav-element > a:hover svg path, .site-header .bottom .tax-nav > .nav-element.blue > .sub-menu > .nav-element > a:hover svg rect, .site-header .bottom .tax-nav > .nav-element.blue > .sub-menu > .nav-element > a:focus svg path, .site-header .bottom .tax-nav > .nav-element.blue > .sub-menu > .nav-element > a:focus svg rect, .site-header .bottom .tax-nav > .nav-element.blue > .sub-menu > .nav-element > a.hover svg path, .site-header .bottom .tax-nav > .nav-element.blue > .sub-menu > .nav-element > a.hover svg rect {
  fill: #0062A5;
}
.site-header .bottom .tax-nav > .nav-element.blue > .sub-menu .sub-menu .nav-element a:hover, .site-header .bottom .tax-nav > .nav-element.blue > .sub-menu .sub-menu .nav-element a:focus {
  color: #0062A5;
}
.site-header .bottom .tax-nav > .nav-element.green > .sub-menu > .nav-element > a:hover, .site-header .bottom .tax-nav > .nav-element.green > .sub-menu > .nav-element > a:focus, .site-header .bottom .tax-nav > .nav-element.green > .sub-menu > .nav-element > a.hover {
  color: #00A775;
}
.site-header .bottom .tax-nav > .nav-element.green > .sub-menu > .nav-element > a:hover i, .site-header .bottom .tax-nav > .nav-element.green > .sub-menu > .nav-element > a:focus i, .site-header .bottom .tax-nav > .nav-element.green > .sub-menu > .nav-element > a.hover i {
  color: #00A775;
}
.site-header .bottom .tax-nav > .nav-element.green > .sub-menu > .nav-element > a:hover svg path, .site-header .bottom .tax-nav > .nav-element.green > .sub-menu > .nav-element > a:hover svg rect, .site-header .bottom .tax-nav > .nav-element.green > .sub-menu > .nav-element > a:focus svg path, .site-header .bottom .tax-nav > .nav-element.green > .sub-menu > .nav-element > a:focus svg rect, .site-header .bottom .tax-nav > .nav-element.green > .sub-menu > .nav-element > a.hover svg path, .site-header .bottom .tax-nav > .nav-element.green > .sub-menu > .nav-element > a.hover svg rect {
  fill: #00A775;
}
.site-header .bottom .tax-nav > .nav-element.green > .sub-menu .sub-menu .nav-element a:hover, .site-header .bottom .tax-nav > .nav-element.green > .sub-menu .sub-menu .nav-element a:focus {
  color: #00A775;
}
.site-header .bottom aside {
  max-width: 288px;
  position: absolute;
  z-index: 999;
  right: 60px;
  bottom: 0;
  width: 100%;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.search-on .site-header .bottom aside {
  opacity: 1;
  pointer-events: all;
}
.site-header .bottom .search-form {
  width: 100%;
  background: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .bottom .search-form .field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.site-header .bottom .search-form .field input {
  width: 100%;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  height: 57px;
  color: #414b58;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0 10px 23px;
  outline: none;
  background-color: transparent;
  letter-spacing: 0.2px;
}
.site-header .bottom .search-form .field input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase;
}
.site-header .bottom .search-form .field input::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase;
}
.site-header .bottom .search-form .field input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase;
}
.site-header .bottom .search-form .field input::placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase;
}
.site-header .bottom .search-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  color: #F7941D;
  width: 58px;
  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;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.site-header .bottom .search-form button:hover, .site-header .bottom .search-form button:focus {
  color: #002239;
}
@media (max-width: 1339px) {
  .site-header .bottom aside {
    max-width: none;
    left: 60px;
    width: auto;
  }
}
@media (max-width: 1199px) {
  .site-header .top .wrapper {
    min-height: 58px;
  }
  .site-header .top .site-logo-container {
    max-width: 200px;
  }
  .site-header .top .slogan {
    display: none;
  }
  .site-header .top aside {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .site-header .top aside .button {
    display: none;
  }
  .site-header .top .button {
    display: none;
  }
  .site-header .bottom {
    border: 0;
  }
  .site-header .bottom .wrapper {
    min-height: none;
  }
  .site-header .bottom .tax-nav {
    max-width: none;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 26px;
    display: none;
  }
  .site-header .bottom .tax-nav > .nav-element > a {
    font-size: 14px;
  }
  .site-header .bottom .tax-nav > .nav-element > .sub-menu > .nav-element > a {
    padding: 20px 40px 20px 34px;
    font-size: 14px;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
  .site-header .bottom .tax-nav > .nav-element > .sub-menu .sub-menu .nav-element a {
    padding: 10px 40px 10px 70px;
    font-size: 14px;
  }
  .site-header .bottom aside {
    max-width: none;
    left: 60px;
    width: auto;
    bottom: auto;
    top: 0;
  }
  .site-header .bottom .search-form {
    border-bottom: 1px solid #E5E5E5;
  }
}
@media (max-width: 767px) {
  .nav-on .site-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}

.site-nav {
  background-color: #fff;
  position: absolute;
  top: calc(100% + 1px);
  right: -120%;
  width: 100%;
  max-width: 444px;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.nav-on .site-nav {
  right: 0;
}
.site-nav > .nav-element a {
  color: #3F4B59;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 40px 48px;
  display: block;
  line-height: 1.5;
  border-bottom: solid 1px #E8E8E9;
}
.site-nav > .nav-element a:hover, .site-nav > .nav-element a:focus {
  color: #F7941D;
}
.site-nav > .nav-element:last-child a {
  border-bottom: 0;
}
.site-nav .tax-nav > .nav-element > a {
  color: #3F4B59;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 0 30px;
  display: block;
  line-height: 1.5;
  border-bottom: solid 1px #E8E8E9;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-nav .tax-nav > .nav-element > a:hover, .site-nav .tax-nav > .nav-element > a:focus {
  color: #F7941D;
}
.site-nav .tax-nav > .nav-element > a span {
  padding: 30px 0;
}
.site-nav .tax-nav > .nav-element.has-sub > a {
  padding-right: 0;
}
.site-nav .tax-nav > .nav-element.has-sub > a i {
  width: 54px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 85px;
  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;
  cursor: pointer;
}
.site-nav .tax-nav > .nav-element > .sub-menu {
  display: none;
}
.site-nav .tax-nav > .nav-element > .sub-menu > .nav-element > a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  gap: 5px;
  color: #000;
}
.site-nav .tax-nav > .nav-element > .sub-menu > .nav-element > a span {
  padding: 15px 0;
}
.site-nav .tax-nav > .nav-element > .sub-menu > .nav-element > a svg {
  width: 20px;
}
.site-nav .tax-nav > .nav-element > .sub-menu > .nav-element > a svg path, .site-nav .tax-nav > .nav-element > .sub-menu > .nav-element > a svg rect {
  fill: #00BBCE;
}
.site-nav .tax-nav > .nav-element > .sub-menu > .nav-element > a i {
  margin-left: auto;
}
.site-nav .tax-nav > .nav-element > .sub-menu > .nav-element.has-sub > a {
  padding-right: 0;
}
.site-nav .tax-nav > .nav-element > .sub-menu > .nav-element.has-sub > a i {
  width: 54px;
  height: 54px;
  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;
  cursor: pointer;
}
.site-nav .tax-nav > .nav-element > .sub-menu > .nav-element.has-sub > a:hover, .site-nav .tax-nav > .nav-element > .sub-menu > .nav-element.has-sub > a:focus {
  color: #00BBCE;
}
.site-nav .tax-nav > .nav-element > .sub-menu .sub-menu {
  border-bottom: solid 1px #E8E8E9;
  padding: 5px 0;
  display: none;
}
.site-nav .tax-nav > .nav-element > .sub-menu .sub-menu > .nav-element a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 10px 55px;
  gap: 5px;
  color: #000;
}
.site-nav .tax-nav > .nav-element > .sub-menu .sub-menu > .nav-element a:hover, .site-nav .tax-nav > .nav-element > .sub-menu .sub-menu > .nav-element a:focus {
  color: #00BBCE;
}
.site-nav .tax-nav > .nav-element.teal > a:hover, .site-nav .tax-nav > .nav-element.teal > a:focus {
  color: #00BBCE;
}
.site-nav .tax-nav > .nav-element.teal > .sub-menu > .nav-element > a svg path, .site-nav .tax-nav > .nav-element.teal > .sub-menu > .nav-element > a svg rect {
  fill: #00BBCE;
}
.site-nav .tax-nav > .nav-element.teal > .sub-menu > .nav-element.has-sub > a:hover, .site-nav .tax-nav > .nav-element.teal > .sub-menu > .nav-element.has-sub > a:focus {
  color: #00BBCE;
}
.site-nav .tax-nav > .nav-element.teal > .sub-menu .sub-menu > .nav-element a:hover, .site-nav .tax-nav > .nav-element.teal > .sub-menu .sub-menu > .nav-element a:focus {
  color: #00BBCE;
}
.site-nav .tax-nav > .nav-element.blue > a:hover, .site-nav .tax-nav > .nav-element.blue > a:focus {
  color: #0062A5;
}
.site-nav .tax-nav > .nav-element.blue > .sub-menu > .nav-element > a svg path, .site-nav .tax-nav > .nav-element.blue > .sub-menu > .nav-element > a svg rect {
  fill: #0062A5;
}
.site-nav .tax-nav > .nav-element.blue > .sub-menu > .nav-element.has-sub > a:hover, .site-nav .tax-nav > .nav-element.blue > .sub-menu > .nav-element.has-sub > a:focus {
  color: #0062A5;
}
.site-nav .tax-nav > .nav-element.blue > .sub-menu .sub-menu > .nav-element a:hover, .site-nav .tax-nav > .nav-element.blue > .sub-menu .sub-menu > .nav-element a:focus {
  color: #0062A5;
}
.site-nav .tax-nav > .nav-element.green > a:hover, .site-nav .tax-nav > .nav-element.green > a:focus {
  color: #00A775;
}
.site-nav .tax-nav > .nav-element.green > .sub-menu > .nav-element > a svg path, .site-nav .tax-nav > .nav-element.green > .sub-menu > .nav-element > a svg rect {
  fill: #00A775;
}
.site-nav .tax-nav > .nav-element.green > .sub-menu > .nav-element.has-sub > a:hover, .site-nav .tax-nav > .nav-element.green > .sub-menu > .nav-element.has-sub > a:focus {
  color: #00A775;
}
.site-nav .tax-nav > .nav-element.green > .sub-menu .sub-menu > .nav-element a:hover, .site-nav .tax-nav > .nav-element.green > .sub-menu .sub-menu > .nav-element a:focus {
  color: #00A775;
}
.site-nav footer {
  background-color: #EFE8DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 36px 48px;
  gap: 36px;
}
.site-nav footer .social {
  gap: 14px;
}
.site-nav footer .social a {
  background-color: #fff;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  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;
  font-size: 13px;
}
.site-nav footer .footer-logo img, .site-nav footer .footer-logo svg {
  width: 100%;
  max-height: 19px;
}
@media (max-width: 1199px) {
  .site-nav > .nav-element a {
    padding: 30px;
  }
  .site-nav footer {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .site-nav {
    top: 59px;
    max-width: none;
    height: calc(100vh - 59px);
    overflow: auto;
    background-color: #EFE8DD;
  }
  .site-nav .tax-nav,
.site-nav > .nav-element {
    background-color: #fff;
  }
  .nav-on .site-nav {
    position: fixed;
  }
}

.nav-toggle {
  width: 26px;
  height: 16px;
  cursor: pointer;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}
.nav-toggle i,
.nav-toggle i:before,
.nav-toggle i:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  width: 26px;
  top: 7px;
  left: 0;
  background-color: #002239;
}
.nav-toggle i:before {
  content: "";
  top: -7px;
}
.nav-toggle i:after {
  content: "";
  top: 7px;
}
.nav-on .nav-toggle i {
  background: transparent;
}
.nav-on .nav-toggle i:before {
  -webkit-transform: rotateZ(45deg) translate(5px, 5px);
  transform: rotateZ(45deg) translate(5px, 5px);
}
.nav-on .nav-toggle i:after {
  -webkit-transform: rotateZ(-45deg) translate(5px, -5px);
  transform: rotateZ(-45deg) translate(5px, -5px);
}

.site-footer {
  padding: 55px 0 120px;
  background-color: #fff;
  color: #63696E;
}
.site-footer hr {
  background-color: rgba(45, 45, 45, 0.1);
  height: 1px;
  margin: 20px 0;
  padding: 0;
  clear: both;
  display: block;
  width: 100%;
}
.site-footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 45px;
}
.site-footer .top + hr {
  margin-bottom: 50px;
}
.site-footer .footer-logo {
  width: 100%;
  max-width: 325px;
}
.site-footer .blurb {
  margin: 30px 0;
  line-height: 1.5;
}
.site-footer .blurb p:last-child {
  margin-bottom: 0;
}
.site-footer .nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
  margin: 50px 0 35px;
}
.site-footer .nav > .nav-element > a {
  color: #002239;
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2px;
  display: block;
  margin: 0 0 20px;
}
.site-footer .nav > .nav-element > a:not([href]), .site-footer .nav > .nav-element > a[href=""] {
  pointer-events: none;
}
.site-footer .nav > .nav-element > a i {
  display: none;
}
.site-footer .nav > .nav-element .sub-menu a {
  color: var(--Gray, #63696E);
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.3px;
}
.site-footer .nav > .nav-element .sub-menu a:hover, .site-footer .nav > .nav-element .sub-menu a:focus {
  color: #F7941D;
}
.site-footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.site-footer .bottom-nav a {
  color: #63696E;
}
.site-footer .bottom-nav a:hover, .site-footer .bottom-nav a:focus {
  color: #F7941D;
}
@media (max-width: 1079px) {
  .site-footer .nav {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-footer .nav {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .site-footer .nav > .nav-element > a {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .site-footer .nav > .nav-element .sub-menu a {
    font-size: 15px;
  }
}

.filters {
  margin-bottom: 65px;
}
.filters .searchandfilter > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 15px;
  margin: 0;
  padding: 0;
}
.filters .searchandfilter > ul > li {
  padding: 0;
  margin: 0;
}
.filters .searchandfilter > ul > li.sf-field-search > label:after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 16px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.filters .searchandfilter > ul > li.sf-field-search > label input {
  color: #002239;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label {
  background-color: #fff;
}
.filters .searchandfilter > ul > li.sf-field-reset > a {
  border-bottom: 1px solid #002239;
  color: #002239;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.filters .searchandfilter > ul > li.sf-field-reset > a:hover {
  color: #e64b38;
  border-color: #40474f;
}
.filters .searchandfilter > ul > li > label {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #e64b38;
}
.filters .searchandfilter > ul > li > label:after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.filters .searchandfilter > ul > li > label input,
.filters .searchandfilter > ul > li > label select {
  width: 100%;
  padding: 10px 25px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.filters .searchandfilter > ul > li > label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
@media (max-width: 1079px) {
  .filters .searchandfilter > ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .filters .searchandfilter > ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .filters .searchandfilter > ul {
    grid-template-columns: 1fr;
  }
}

#filter-results .navigation {
  margin-top: 70px;
  text-align: center;
}
#filter-results .navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#filter-results .navigation .nav-links .page-numbers {
  padding: 0 25px;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#filter-results .navigation .nav-links .page-numbers:hover, #filter-results .navigation .nav-links .page-numbers.current {
  color: #e64b38;
}
#filter-results .navigation .nav-links .page-numbers:not(.hide-bar):after {
  content: "";
  position: absolute;
  left: 100%;
  top: 3px;
  bottom: 3px;
  width: 2px;
  background-color: #000;
}
#filter-results .navigation .nav-links .page-numbers:last-child:after {
  display: none;
}
#filter-results .navigation .nav-links .page-numbers:not(.next):last-child:after {
  display: none;
}
#filter-results .navigation .nav-links .page-numbers.prev, #filter-results .navigation .nav-links .page-numbers.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2em;
  color: #e64b38;
}
#filter-results .navigation .nav-links .page-numbers.prev:hover, #filter-results .navigation .nav-links .page-numbers.next:hover {
  color: #000;
}
#filter-results .navigation .nav-links .page-numbers.prev:after, #filter-results .navigation .nav-links .page-numbers.next:after {
  display: none;
}

.company-shortcode {
  display: inline-block;
  line-height: 1.375rem;
}

.company-shortcode > .content {
  display: inline-block;
  font-size: 0.75rem;
  line-height: inherit;
}

.company-shortcode > .content:not(.content--loaded) {
  color: #fff;
}

.company-shortcode > .content a {
  color: #002239 !important;
  display: inline-block;
  min-width: 7.5rem;
  padding: 0 0.3125rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

.company-shortcode > .content a:hover {
  color: #0062A5 !important;
  -webkit-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.08);
}

.company-shortcode > .content .amount {
  line-height: 1;
}

.company-shortcode > .content .amount::before {
  display: inline-block;
  font-size: 1.125rem;
  content: "‹ ";
}

.company-shortcode > .content .amount--positive {
  color: #62ea0a;
}

.company-shortcode > .content .amount--positive::before {
  -webkit-transform: rotate(90deg) translateX(0.3125rem);
  transform: rotate(90deg) translateX(0.3125rem);
}

.company-shortcode > .content .amount--negative {
  color: coral;
}

.company-shortcode > .content .amount--negative::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.company-tooltip {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  border: solid 0.0625rem #000;
  border-radius: 0.25rem;
  color: white;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  z-index: 10;
}

.company-tooltip[data-show] {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  opacity: 1;
}

.company-tooltip[data-hide] {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@media (hover: none) {
  .company-tooltip {
    display: none !important;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page-template .inner-wrapper.wrapper-has-sidebar.wrapper-sidebar-btm,
.template .inner-wrapper.wrapper-has-sidebar.wrapper-sidebar-btm {
  border-top: 1px solid #dadada;
}

.template.author {
  margin-bottom: 74px;
}
.template.author .template-wrapper {
  max-width: 1335px;
  margin-top: 66px;
}
.template.author .template-wrapper .post-header {
  padding-bottom: 45px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.template.author .template-wrapper .post-header .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.template.author .template-wrapper .post-header .post-meta .profile-pic {
  width: 14%;
  height: auto;
  padding-top: 14%;
  margin-right: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.template.author .template-wrapper .post-header .post-meta .meta-items {
  color: #002239;
  line-height: 1.2;
}
.template.author .template-wrapper .post-header .post-meta .meta-items .position {
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
}
.template.author .template-wrapper .post-header .post-meta .meta-items .name {
  font-family: "Lora", serif;
  font-size: 44px;
  font-weight: 600;
}
.template.author .template-wrapper .post-header .post-meta .meta-items .inline-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  letter-spacing: 0.3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.template.author .template-wrapper .post-header .post-meta .meta-items .inline-items .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
.template.author .template-wrapper .post-header .post-meta .meta-items .inline-items .social-links .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 21px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  border-radius: 100%;
}
.template.author .template-wrapper .post-header .post-meta .meta-items .inline-items .social-links .social-link:last-child {
  margin-right: 0;
}
.template.author .template-wrapper .post-header .post-meta .meta-items .inline-items .date-joined {
  margin-right: 15px;
}
.template.author .template-wrapper .post-header .post-content {
  margin-top: 40px;
}

.template.post,
.template.feed_item {
  margin-bottom: 74px;
}
.template.post .sponsored-ribbon,
.template.feed_item .sponsored-ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 40px;
  background-color: #FAFAFA;
  border-bottom: 1px solid #EFE8DD;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.template.post .sponsored-ribbon .sponsor-icon,
.template.feed_item .sponsored-ribbon .sponsor-icon {
  margin-right: 10px;
  max-height: 40px;
  max-width: 60px;
}
.template.post .sponsored-ribbon .sponsor-byline,
.template.feed_item .sponsored-ribbon .sponsor-byline {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #7D848D;
}
.template.post .template-wrapper,
.template.feed_item .template-wrapper {
  margin-top: 74px;
}
.template.post .template-wrapper .post-wrapper,
.template.feed_item .template-wrapper .post-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 100px;
}
.template.post .template-wrapper .post-wrapper .post-meta-header .post-terms,
.template.feed_item .template-wrapper .post-wrapper .post-meta-header .post-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.template.post .template-wrapper .post-wrapper .post-meta-header .post-terms .term-title,
.template.feed_item .template-wrapper .post-wrapper .post-meta-header .post-terms .term-title {
  margin-right: 40px;
}
.template.post .template-wrapper .post-wrapper .post-meta-header .post-terms .term-title:last-child,
.template.feed_item .template-wrapper .post-wrapper .post-meta-header .post-terms .term-title:last-child {
  margin-right: 0;
}
.template.post .template-wrapper .post-wrapper .post-meta-header .post-terms .term-title .term-name,
.template.feed_item .template-wrapper .post-wrapper .post-meta-header .post-terms .term-title .term-name {
  font-weight: 600;
}
.template.post .template-wrapper .post-wrapper .post-meta-header .post-title,
.template.feed_item .template-wrapper .post-wrapper .post-meta-header .post-title {
  line-height: 1.4;
}
.template.post .template-wrapper .post-wrapper .post-meta-header .post-author-header,
.template.feed_item .template-wrapper .post-wrapper .post-meta-header .post-author-header {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.template.post .template-wrapper .post-wrapper .post-meta-header .post-author-header .author-link,
.template.feed_item .template-wrapper .post-wrapper .post-meta-header .post-author-header .author-link {
  color: #0062A5;
}
.template.post .template-wrapper .post-wrapper .post-meta-header .post-author-header .author-link:hover,
.template.feed_item .template-wrapper .post-wrapper .post-meta-header .post-author-header .author-link:hover {
  color: #002239;
}
.template.post .template-wrapper .post-wrapper .post-meta-header .post-date-reading,
.template.feed_item .template-wrapper .post-wrapper .post-meta-header .post-date-reading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  color: #7D848D;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.template.post .template-wrapper .post-wrapper .post-meta-header .post-date-reading .divider-dot,
.template.feed_item .template-wrapper .post-wrapper .post-meta-header .post-date-reading .divider-dot {
  font-size: 10px;
  margin: 2px 8px 0;
}
.template.post .template-wrapper .post-wrapper .content-wrapper .image-social,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .image-social {
  position: relative;
}
.template.post .template-wrapper .post-wrapper .content-wrapper .image-social .content-featured-image,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .image-social .content-featured-image {
  width: 100%;
  padding-top: 50%;
  margin-top: 50px;
  background-size: cover;
  background-position: 50% 50%;
}
.template.post .template-wrapper .post-wrapper .content-wrapper .image-social .social-share,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .image-social .social-share {
  position: absolute;
  top: 0;
  left: -97px;
}
.template.post .template-wrapper .post-wrapper .content-wrapper .image-social .social-share .icons,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .image-social .social-share .icons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.template.post .template-wrapper .post-wrapper .content-wrapper .image-social .social-share .icons .social-link,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .image-social .social-share .icons .social-link {
  margin-bottom: 30px;
}
.template.post .template-wrapper .post-wrapper .content-wrapper .content-q-insight,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .content-q-insight {
  padding: 40px 35px 40px 80px;
  margin-top: 40px;
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
}
.template.post .template-wrapper .post-wrapper .content-wrapper .content-q-insight:before,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .content-q-insight:before {
  content: "";
  display: block;
  width: 37%;
  height: 110%;
  position: absolute;
  bottom: 0px;
  left: -5%;
  z-index: 0;
  -webkit-transform: translateX(-64%);
  transform: translateX(-64%);
  background-image: url("./assets/img/icon-q-section-white.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.template.post .template-wrapper .post-wrapper .content-wrapper .content-q-insight .inner-wrapper,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .content-q-insight .inner-wrapper {
  position: relative;
  z-index: 1;
}
.template.post .template-wrapper .post-wrapper .content-wrapper .content-q-insight .inner-wrapper .header-icon,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .content-q-insight .inner-wrapper .header-icon {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url("./assets/img/icon-q-header.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  position: relative;
  top: 5px;
}
.template.post .template-wrapper .post-wrapper .content-wrapper .content-q-insight .inner-wrapper .header,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .content-q-insight .inner-wrapper .header {
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.template.post .template-wrapper .post-wrapper .content-wrapper .content-q-insight .inner-wrapper .text,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .content-q-insight .inner-wrapper .text {
  margin-top: 20px;
  font-size: 18px;
  color: #63696E;
}
.template.post .template-wrapper .post-wrapper .content-wrapper .content-body,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .content-body {
  margin-top: 50px;
}
.template.post .template-wrapper .post-wrapper .content-wrapper .content-body a,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .content-body a {
  color: #0062A5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.template.post .template-wrapper .post-wrapper .content-wrapper .content-body a:hover, .template.post .template-wrapper .post-wrapper .content-wrapper .content-body a:focus,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .content-body a:hover,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .content-body a:focus {
  color: #F7941D;
  outline: none;
  text-decoration: none;
}
.template.post .template-wrapper .post-wrapper .post-author-footer,
.template.feed_item .template-wrapper .post-wrapper .post-author-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 31px 42px;
  border: 1px solid #DAE3EA;
  border-radius: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("./assets/img/design-gradient-team-bio.png");
  background-size: cover;
  background-position: 50% 50%;
}
.template.post .template-wrapper .post-wrapper .post-author-footer.has-desc,
.template.feed_item .template-wrapper .post-wrapper .post-author-footer.has-desc {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.template.post .template-wrapper .post-wrapper .post-author-footer .author-image,
.template.feed_item .template-wrapper .post-wrapper .post-author-footer .author-image {
  width: 54px;
  height: 54px;
  margin-right: 15px;
  border-radius: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.template.post .template-wrapper .post-wrapper .post-author-footer .author-excerpt,
.template.feed_item .template-wrapper .post-wrapper .post-author-footer .author-excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
}
.template.post .template-wrapper .post-wrapper .post-author-footer .author-excerpt .name-link,
.template.feed_item .template-wrapper .post-wrapper .post-author-footer .author-excerpt .name-link {
  color: #0062A5;
  font-weight: 700;
}
.template.post .template-wrapper .post-wrapper .post-author-footer .author-excerpt .name-link:hover,
.template.feed_item .template-wrapper .post-wrapper .post-author-footer .author-excerpt .name-link:hover {
  color: #002239;
}
.template.post .template-wrapper .post-wrapper .post-author-footer .author-excerpt .bio-excerpt,
.template.feed_item .template-wrapper .post-wrapper .post-author-footer .author-excerpt .bio-excerpt {
  margin-top: 10px;
}
.template.post .template-wrapper .post-wrapper .post-meta-footer,
.template.feed_item .template-wrapper .post-wrapper .post-meta-footer {
  margin-top: 60px;
}
.template.post .template-wrapper .post-wrapper .post-meta-footer .header,
.template.feed_item .template-wrapper .post-wrapper .post-meta-footer .header {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.template.post .template-wrapper .post-wrapper .post-meta-footer .post-terms,
.template.feed_item .template-wrapper .post-wrapper .post-meta-footer .post-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.template.post .template-wrapper .post-wrapper .post-meta-footer .post-terms .term-title,
.template.feed_item .template-wrapper .post-wrapper .post-meta-footer .post-terms .term-title {
  margin-top: 15px;
  margin-right: 40px;
}
.template.post .template-wrapper .post-wrapper .post-meta-footer .post-terms .term-title:last-child,
.template.feed_item .template-wrapper .post-wrapper .post-meta-footer .post-terms .term-title:last-child {
  margin-right: 0;
}
.template.post .template-wrapper .post-wrapper .post-meta-footer .post-terms .term-title .term-name,
.template.feed_item .template-wrapper .post-wrapper .post-meta-footer .post-terms .term-title .term-name {
  font-weight: 600;
}
.template.post .template-wrapper .post-wrapper .post-meta-footer .post-likes-container,
.template.feed_item .template-wrapper .post-wrapper .post-meta-footer .post-likes-container {
  margin-top: 25px;
}
.template.post .template-wrapper .post-wrapper .post-meta-footer .post-likes-container .wpulike-heart .wp_ulike_general_class,
.template.feed_item .template-wrapper .post-wrapper .post-meta-footer .post-likes-container .wpulike-heart .wp_ulike_general_class {
  min-width: 75px;
  border-radius: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f7f7f7;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.template.post .template-wrapper .post-wrapper .post-meta-footer .post-likes-container .wpulike-heart .wp_ulike_put_image:hover:after,
.template.feed_item .template-wrapper .post-wrapper .post-meta-footer .post-likes-container .wpulike-heart .wp_ulike_put_image:hover:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.3);
  transform: translateX(-50%) translateY(-50%) scale(1.3);
}
.template.post .template-wrapper .post-wrapper .post-meta-footer .post-likes-container .wpulike-heart .wp_ulike_put_image.wp_ulike_btn_is_active:after,
.template.feed_item .template-wrapper .post-wrapper .post-meta-footer .post-likes-container .wpulike-heart .wp_ulike_put_image.wp_ulike_btn_is_active:after {
  -webkit-filter: invert(44%) sepia(40%) saturate(3852%) hue-rotate(10deg) brightness(100%) contrast(111%);
  filter: invert(44%) sepia(40%) saturate(3852%) hue-rotate(10deg) brightness(100%) contrast(111%);
}
.template.post .template-wrapper .post-wrapper .post-meta-footer .post-likes-container .wpulike-heart .wp_ulike_put_image:after,
.template.feed_item .template-wrapper .post-wrapper .post-meta-footer .post-likes-container .wpulike-heart .wp_ulike_put_image:after {
  width: 12px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.template.post .template-wrapper .post-wrapper .post-meta-footer .post-likes-container .wpulike-heart .count-box,
.template.feed_item .template-wrapper .post-wrapper .post-meta-footer .post-likes-container .wpulike-heart .count-box {
  font-size: 12px;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .template.post .template-wrapper,
.template.feed_item .template-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .template.post .template-wrapper .post-wrapper,
.template.feed_item .template-wrapper .post-wrapper {
    margin-left: 0;
  }
  .template.post .template-wrapper .post-wrapper .content-wrapper .image-social .social-share,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .image-social .social-share {
    position: static;
    top: 0;
    left: 0;
  }
  .template.post .template-wrapper .post-wrapper .content-wrapper .image-social .social-share .icons,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .image-social .social-share .icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
  }
  .template.post .template-wrapper .post-wrapper .content-wrapper .image-social .social-share .icons .social-link,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .image-social .social-share .icons .social-link {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .template.post .template-wrapper .post-wrapper .content-wrapper .content-q-insight,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .content-q-insight {
    margin-top: 20px;
  }
  .template.post .template-wrapper .sidebar-post,
.template.feed_item .template-wrapper .sidebar-post {
    width: 100%;
  }
  .template.post .template-wrapper .sidebar-post .widget-custom.widget-trending .top-posts-wrapper .top-post-item:last-child,
.template.feed_item .template-wrapper .sidebar-post .widget-custom.widget-trending .top-posts-wrapper .top-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .template.post .template-wrapper,
.template.feed_item .template-wrapper {
    margin-top: 40px;
  }
  .template.post .template-wrapper .post-wrapper,
.template.feed_item .template-wrapper .post-wrapper {
    margin-left: 0;
  }
  .template.post .template-wrapper .post-wrapper .content-wrapper .content-q-insight,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .content-q-insight {
    padding: 30px 40px;
  }
  .template.post .template-wrapper .post-wrapper .content-wrapper .content-q-insight .inner-wrapper .header,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .content-q-insight .inner-wrapper .header {
    font-size: 22px;
  }
  .template.post .template-wrapper .post-wrapper .content-wrapper .content-q-insight .inner-wrapper .text,
.template.feed_item .template-wrapper .post-wrapper .content-wrapper .content-q-insight .inner-wrapper .text {
    font-size: 16px;
  }
  .template.post .template-wrapper .post-wrapper .post-author-footer,
.template.feed_item .template-wrapper .post-wrapper .post-author-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .template.post .template-wrapper .post-wrapper .post-author-footer .author-image,
.template.feed_item .template-wrapper .post-wrapper .post-author-footer .author-image {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .template.post .template-wrapper .post-wrapper .post-author-footer .author-excerpt,
.template.feed_item .template-wrapper .post-wrapper .post-author-footer .author-excerpt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .template.post .template-wrapper .post-wrapper .post-author-footer,
.template.feed_item .template-wrapper .post-wrapper .post-author-footer {
    padding: 30px;
  }
}

.hero-company {
  margin-top: 65px;
}
.hero-company .inner-wrapper {
  padding-bottom: 60px;
  border-bottom: 1px solid #63696E;
}
.hero-company .inner-wrapper .eyebrow-text {
  font-size: 20px;
}
.hero-company .inner-wrapper .post-title {
  margin-top: 15px;
}

.template.company .template-wrapper .tradingview-widget-copyright {
  display: none;
}
.template.company .template-wrapper .tradingview-widget-container {
  width: 100% !important;
}
.template.company .template-wrapper .post-header {
  margin: 60px 0 40px;
}
.event-detail {
  color: #63696E;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}
.event-detail .event-detail-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px;
}
.event-detail .event-detail-header .sponsor {
  color: #63696E;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 3px;
}
.event-detail .event-detail-header .sponsor img {
  max-height: 15px;
}
.event-detail .event-detail-header figure {
  -ms-flex-item-align: center;
  align-self: center;
}
.event-detail .event-detail-header figure img {
  max-width: 200px;
  width: 100%;
}
.event-detail .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin: 0 0 35px;
}
.event-detail .post-content > h4 {
  font-family: "Lora", serif;
  margin: 0 0 20px;
}
.event-detail .post-content .date {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 5px;
  margin: 0 0 15px;
}
.event-detail .post-content .date i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.event-detail .post-content .location {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 5px;
  margin: 0 0 20px;
  text-transform: capitalize;
}
.event-detail .post-content .location i {
  font-size: 20px;
}
.event-detail .post-content .location address {
  font-style: normal;
}
.event-detail .post-title {
  font-family: "Lora", serif;
  color: #3F4B59;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2px;
}
.event-detail .post-image {
  aspect-ratio: 403/261;
  position: relative;
}
.event-detail .post-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.event-detail > p {
  margin: 0 0 1.5em;
}
.event-detail > p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .event-detail .split {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .event-detail .post-title {
    line-height: 1.4;
  }
}

.search-page-results .wrapper {
  max-width: 1196px;
}
.search-page-results .search-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 48px;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-page-results .search-page-header .search-title {
  text-transform: uppercase;
  color: #002239;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 10px;
  letter-spacing: 0.3px;
}
.search-page-results .search-page-header h1 {
  margin: 0;
  font-weight: normal;
}
.search-page-results .search-page-header h1 strong {
  font-weight: bold;
}
.search-page-results .item-search {
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #DADADA;
  color: #63696E;
  font-size: 16px;
}
.search-page-results .item-search .bg-element {
  aspect-ratio: 336/226;
  background-size: cover;
  background-position: center;
}
.search-page-results .item-search aside {
  padding-top: 20px;
}
.search-page-results .item-search h2 {
  font-size: 20px;
  color: #002239;
  line-height: 1.35em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.search-page-results .item-search .post-labels {
  color: #002239;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.search-page-results .item-search .post-meta {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.search-page-results .item-search .post-meta > *::after {
  content: "|";
  padding: 0 10px;
}
.search-page-results .item-search .post-meta > *:last-child::after {
  display: none;
}
.search-page-results .item-search:hover h2, .search-page-results .item-search:focus h2 {
  color: #F7941D;
}
@media (max-width: 575px) {
  .search-page-results .item-search {
    grid-template-columns: 1fr;
  }
}

.wrapper-has-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 58px;
  -moz-column-gap: 58px;
  column-gap: 58px;
}
.wrapper-has-sidebar .wrapper {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.wrapper-has-sidebar .wrapper-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sidebar-custom {
  width: 330px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sidebar-custom .widget-custom {
  margin-bottom: 60px;
}
.sidebar-custom .widget-custom:last-child {
  margin-bottom: 0;
}
.sidebar-custom .widget-custom .widget-header {
  margin-bottom: 45px;
  color: #002239;
  font-family: "Lora", serif;
  font-size: 26px;
  font-weight: 500;
}
.sidebar-custom .widget-custom .tradingview-widget-copyright {
  display: none;
}
@media (max-width: 1079px) {
  .wrapper-has-sidebar {
    row-gap: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar-custom {
    width: 100%;
  }
}
.sidebar-custom.sidebar-page-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sidebar-custom.sidebar-page-btm .widget-ad-space-latest.two {
  margin-top: auto;
}
@media (max-width: 1079px) {
  .sidebar-custom.sidebar-page-btm .widget-ad-space-latest.two {
    margin-top: 40px;
  }
}
.sidebar-custom.sidebar-events-list .widget-ad-space-event.two {
  margin-top: 40px;
}
@media (max-width: 1079px) {
  .sidebar-custom .ad-wrapper.ad-desktop {
    display: none;
  }
  .sidebar-custom .ad-wrapper.ad-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .sidebar-custom .ad-wrapper.ad-tablet {
    display: none;
  }
  .sidebar-custom .ad-wrapper.ad-mobile {
    display: block;
  }
}

.sidebar-custom .widget-custom.widget-events-upcoming .events-post-list .event-list-item {
  display: block;
  padding: 10px 20px;
  margin-bottom: 20px;
  position: relative;
  color: #63696E;
}
.sidebar-custom .widget-custom.widget-events-upcoming .events-post-list .event-list-item:hover .title {
  color: #F7941D;
}
.sidebar-custom .widget-custom.widget-events-upcoming .events-post-list .event-list-item:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
}
.sidebar-custom .widget-custom.widget-events-upcoming .events-post-list .event-list-item:nth-child(even) {
  background-color: #FAFAFA;
}
.sidebar-custom .widget-custom.widget-events-upcoming .events-post-list .event-list-item:last-child {
  margin-bottom: 0;
}
.sidebar-custom .widget-custom.widget-events-upcoming .events-post-list .event-list-item:nth-child(3n+1):before {
  background-color: #00A775;
}
.sidebar-custom .widget-custom.widget-events-upcoming .events-post-list .event-list-item:nth-child(3n+2):before {
  background-color: #00BBCE;
}
.sidebar-custom .widget-custom.widget-events-upcoming .events-post-list .event-list-item:nth-child(3n+3):before {
  background-color: #F7941D;
}
.sidebar-custom .widget-custom.widget-events-upcoming .events-post-list .event-list-item .sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  font-size: 12px;
}
.sidebar-custom .widget-custom.widget-events-upcoming .events-post-list .event-list-item .sponsor .text {
  margin-right: 8px;
}
.sidebar-custom .widget-custom.widget-events-upcoming .events-post-list .event-list-item .sponsor img {
  max-width: 114px;
}
.sidebar-custom .widget-custom.widget-events-upcoming .events-post-list .event-list-item .type {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
.sidebar-custom .widget-custom.widget-events-upcoming .events-post-list .event-list-item .title {
  margin: 3px 0;
  font-weight: 700;
  color: #002239;
  line-height: 1.2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.sidebar-custom .widget-custom.widget-events-upcoming .events-post-list .event-list-item .date {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.sidebar-custom .widget-custom.widget-events-upcoming .link-events-main {
  margin-top: 20px;
  padding-left: 20px;
}

.sidebar-custom .widget-custom.widget-latest-posts .latest-posts .post-list-item {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.sidebar-custom .widget-custom.widget-latest-posts .latest-posts .post-list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-custom .widget-custom.widget-post-companies .mentioned-company-link {
  display: block;
  margin-bottom: 5px;
  font-family: "Lora", serif;
}

.widget-custom.widget-post-text-lines {
  padding: 26px;
  border: 1px solid #DAE3EA;
  border-radius: 4px;
  background-image: url("./assets/img/design-gradient-text-lines.png");
  background-size: cover;
  background-position: 50% 50%;
}
.widget-custom.widget-post-text-lines .text-item {
  margin-bottom: 20px;
}
.widget-custom.widget-post-text-lines .text-item:last-child {
  margin-bottom: 0;
}
.widget-custom.widget-post-text-lines .text-item .header {
  font-size: 14px;
  font-weight: 500;
  color: #63696E;
  text-transform: uppercase;
}
.widget-custom.widget-post-text-lines .text-item .header:after {
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  margin: 2px 0 2px;
  background-color: #eef0f1;
}
.widget-custom.widget-post-text-lines .text-item .text {
  font-family: "Lora", serif;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.mobile-widget-post-text-lines {
  display: none;
}

@media (max-width: 1199px) {
  .sidebar-custom .widget-custom.widget-post-text-lines {
    display: none;
  }

  .mobile-widget-post-text-lines {
    display: block;
    margin-top: 25px;
  }
}
.sidebar-custom .widget-custom.widget-subscribe-sidebar {
  padding: 30px 32px 37px;
  background-image: linear-gradient(135deg, #002239, #00BACF);
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
.sidebar-custom .widget-custom.widget-subscribe-sidebar .design-ribbon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar-custom .widget-custom.widget-subscribe-sidebar .design-ribbon-wrapper .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sidebar-custom .widget-custom.widget-subscribe-sidebar .design-ribbon-wrapper img {
  width: 34px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 19px;
}
.sidebar-custom .widget-custom.widget-subscribe-sidebar .widget-header {
  color: #fff;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
}
.sidebar-custom .widget-custom.widget-subscribe-sidebar .gform_wrapper.gravity-theme form {
  padding: 0;
  margin-top: 25px;
}
.sidebar-custom .widget-custom.widget-subscribe-sidebar .gform_wrapper.gravity-theme form input {
  text-align: center;
}
.sidebar-custom .widget-custom.widget-subscribe-sidebar .gform_wrapper.gravity-theme form .gform_footer {
  padding: 0;
  margin-top: 14px;
}
.sidebar-custom .widget-custom.widget-subscribe-sidebar .gform_wrapper.gravity-theme form .gform_footer input[type=submit] {
  width: 100%;
  margin: 0;
  text-align: center;
}

.sidebar-custom .widget-custom.widget-tax-list .tax-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-custom .widget-custom.widget-tax-list .tax-list .term-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-custom .widget-custom.widget-tax-list .tax-list .term-title.is-link:hover .term-name {
  font-weight: 700;
}
.sidebar-custom .widget-custom.widget-tax-list .tax-list .term-title .term-icon {
  width: 20px;
  height: 20px;
  margin-right: 22px;
  position: static;
}
.sidebar-custom .widget-custom.widget-tax-list .tax-list .term-title .term-name {
  font-size: 18px;
  text-transform: none;
  -webkit-transition: font-weight 0.3s;
  transition: font-weight 0.3s;
}
.sidebar-custom .widget-custom.widget-tax-list .sidebar-link {
  padding-left: 20px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .sidebar-custom .widget-custom.widget-tax-list .tax-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sidebar-custom .widget-custom.widget-tax-list .tax-list .term-title {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .sidebar-custom .widget-custom.widget-tax-list .tax-list .term-title {
    width: calc(50% - 30px);
  }
}
@media (max-width: 575px) {
  .sidebar-custom .widget-custom.widget-tax-list .tax-list {
    margin: 0;
  }
  .sidebar-custom .widget-custom.widget-tax-list .tax-list .term-title {
    width: 100%;
    margin: 0;
  }
}

.sidebar-custom .widget-custom.widget-trending .top-posts-wrapper .top-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.sidebar-custom .widget-custom.widget-trending .top-posts-wrapper .top-post-item .top-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
  border-radius: 100%;
  color: #002239;
  font-size: 16px;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sidebar-custom .widget-custom.widget-trending .top-posts-wrapper .top-post-item .top-post-info {
  margin-left: 13px;
}
.sidebar-custom .widget-custom.widget-trending .top-posts-wrapper .top-post-item .top-post-info .term-title {
  margin-top: 5px;
}
.sidebar-custom .widget-custom.widget-trending .top-posts-wrapper .top-post-item .top-post-info .post-title-link {
  display: block;
  margin-top: 5px;
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}
.sidebar-custom .widget-custom.widget-trending .top-posts-wrapper .top-post-item .top-post-info .post-title-link:first-child {
  margin-top: 0;
}

.accordion .inner-wrapper {
  max-width: 1212px;
  margin: 0 auto;
}
.accordion .inner-wrapper .section-header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 47px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.accordion .inner-wrapper .section-header.left {
  width: 100%;
  text-align: left;
}
.accordion .inner-wrapper .section-header.left .design-header-dots {
  margin: 0;
}
.accordion .inner-wrapper .section-header.center .design-header-dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.accordion .inner-wrapper dl {
  margin: 0;
  padding: 0;
}
.accordion .inner-wrapper dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 30px;
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #3F4B59;
  font-family: "Lora", serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s, border-radius 0.3s;
  transition: background-color 0.3s, color 0.3s, border-radius 0.3s;
}
.accordion .inner-wrapper dl dt:first-child {
  margin-top: 0;
}
.accordion .inner-wrapper dl dt:hover:not(.on) {
  color: #F7941D;
}
.accordion .inner-wrapper dl dt.on {
  background-color: #f7f7f7;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.accordion .inner-wrapper dl dt.on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .inner-wrapper dl dt.on i:before {
  content: "\e90e";
}
.accordion .inner-wrapper dl dt i {
  padding: 0 10px;
  font-size: 16px;
  color: #F7941D;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.accordion .inner-wrapper dl dd {
  display: none;
  margin: 0;
  padding: 15px 35px 40px;
  background-color: #f7f7f7;
  color: #7D848D;
  font-size: 16px;
  line-height: 1.5;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion .inner-wrapper dl dd .tab-body-wrapper {
  max-width: 1060px;
}
.accordion .inner-wrapper dl dd a {
  color: #0062A5;
}
.accordion .inner-wrapper dl dd a:hover, .accordion .inner-wrapper dl dd a:focus {
  color: #F7941D;
}
@media (max-width: 767px) {
  .accordion .inner-wrapper dl dt {
    font-size: 15px;
    margin-top: 15px;
  }
  .accordion .inner-wrapper dl dt:first-child {
    margin-top: 0;
  }
}

.post-list-item .post-image {
  width: 100%;
  padding-top: 60%;
  margin-bottom: 20px;
  background-size: cover;
  background-position: 50% 50%;
}
.post-list-item .post-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-list-item .post-labels .term-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.post-list-item .post-labels .sponsor-label {
  color: #63696E;
  line-height: 1.3;
}
.post-list-item .post-content .post-title {
  margin: 12px 0 8px;
  font-size: 20px;
  font-family: "Lora", serif;
  font-weight: 500;
}
.post-list-item .post-content .post-excerpt {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #63696E;
}
.post-list-item .post-meta-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #63696E;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.post-list-item .post-meta-footer > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-list-item .post-meta-footer > *:after {
  content: "|";
  display: block;
  margin: 0 5px;
}
.post-list-item .post-meta-footer > *:last-child::after {
  display: none;
}
@media (max-width: 1199px) {
  .post-list-item .post-content .post-title {
    font-size: 16px;
  }
  .post-list-item .post-content .post-excerpt {
    font-size: 16px;
  }
}

.module.company-highlights .cards-box {
  padding: 0 40px 10px;
  margin-top: 40px;
  border: 1px solid #DAE3EA;
  border-radius: 3px;
  background-image: url("./assets/img/design-gradient-company-highlights.png");
  background-size: cover;
  background-position: 50% 50%;
  color: #63696E;
}
.module.company-highlights .cards-box .cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
.module.company-highlights .cards-box .cards.with-divider .card {
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
}
.module.company-highlights .cards-box .cards.with-divider .card:nth-child(1), .module.company-highlights .cards-box .cards.with-divider .card:nth-child(2), .module.company-highlights .cards-box .cards.with-divider .card:nth-child(3) {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.module.company-highlights .cards-box .cards.with-divider .card:nth-child(1):after, .module.company-highlights .cards-box .cards.with-divider .card:nth-child(2):after, .module.company-highlights .cards-box .cards.with-divider .card:nth-child(3):after {
  content: "";
  display: block;
  width: calc(100% + 80px);
  height: 1px;
  background-color: #dadada;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.module.company-highlights .cards-box .cards.with-divider .card:nth-child(3):after {
  width: 100%;
}
.module.company-highlights .cards-box .cards .card {
  margin-top: 50px;
  margin-bottom: 40px;
}
.module.company-highlights .cards-box .cards .card .header-wrapper {
  margin-bottom: 15px;
  padding-left: 14px;
  position: relative;
}
.module.company-highlights .cards-box .cards .card .header-wrapper:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  border-radius: 10px;
  background-color: #00BBCE;
}
.module.company-highlights .cards-box .cards .card .header-wrapper .super-header {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}
.module.company-highlights .cards-box .cards .card .header-wrapper .header {
  font-size: 18px;
  font-weight: 700;
  color: #002239;
}
.module.company-highlights .cards-box .cards .card .text {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1em;
}
.module.company-highlights .cards-box .cards .card .text:last-child {
  margin-bottom: 0;
}
.module.company-highlights .cards-box .cards .card .button {
  font-size: 14px;
}
.module.company-highlights .cards-box .disclaimer {
  width: 100%;
  color: #63696E;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
@media (max-width: 1199px) {
  .module.company-highlights .cards-box .cards {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .module.company-highlights .cards-box .cards {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .module.company-highlights .cards-box .cards.with-divider .card {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .module.company-highlights .cards-box .cards.with-divider .card:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .module.company-highlights .cards-box .cards.with-divider .card:nth-child(1):after, .module.company-highlights .cards-box .cards.with-divider .card:nth-child(2):after, .module.company-highlights .cards-box .cards.with-divider .card:nth-child(3):after {
    width: 100%;
  }
  .module.company-highlights .cards-box .cards .card {
    margin-bottom: 0;
  }
  .module.company-highlights .cards-box .disclaimer {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .module.company-highlights .cards-box .cards {
    grid-template-columns: 1fr;
  }
}

.module.company-highlights .ad-container .ad-wrapper {
  margin: 60px auto 0;
}
@media (max-width: 1399px) {
  .module.company-highlights .ad-container .ad-wrapper.ad-desktop {
    display: none;
  }
  .module.company-highlights .ad-container .ad-wrapper.ad-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .module.company-highlights .ad-container .ad-wrapper.ad-tablet {
    display: none;
  }
  .module.company-highlights .ad-container .ad-wrapper.ad-mobile {
    display: block;
  }
}

.module.dive-deeper-posts .boxes {
  display: grid;
  margin-top: 60px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  row-gap: 100px;
}
.module.dive-deeper-posts .boxes .box .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.module.dive-deeper-posts .boxes .box .box-title .title-icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.module.dive-deeper-posts .boxes .box .box-title .title-text {
  margin-right: 10px;
}
.module.dive-deeper-posts .boxes .box .box-title i {
  margin-left: auto;
  margin-right: 15px;
  font-size: 24px;
}
.module.dive-deeper-posts .boxes .box .dive-list-item {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dadada;
}
.module.dive-deeper-posts .boxes .box .dive-list-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.module.dive-deeper-posts .boxes .box .dive-list-item .post-image {
  width: 100%;
  padding-top: 60%;
  margin-bottom: 20px;
  background-size: cover;
  background-position: 50% 50%;
}
.module.dive-deeper-posts .boxes .box .dive-list-item .post-title {
  font-family: "Lora", serif;
  font-weight: 600;
  color: #002239;
}
@media (max-width: 1199px) {
  .module.dive-deeper-posts .boxes .box .box-title {
    font-size: 14px;
  }
  .module.dive-deeper-posts .boxes .box .dive-list-item .post-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .module.dive-deeper-posts .boxes {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .module.dive-deeper-posts .boxes .box .box-title {
    font-size: 14px;
  }
  .module.dive-deeper-posts .boxes .box .dive-list-item .post-title {
    font-weight: 600;
  }
}
@media (max-width: 575px) {
  .module.dive-deeper-posts .boxes {
    grid-template-columns: 1fr;
  }
}

.module.dive-deeper-posts .ad-container .ad-wrapper {
  margin: 60px auto 0;
}
@media (max-width: 1399px) {
  .module.dive-deeper-posts .ad-container .ad-wrapper.ad-desktop {
    display: none;
  }
  .module.dive-deeper-posts .ad-container .ad-wrapper.ad-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .module.dive-deeper-posts .ad-container .ad-wrapper.ad-tablet {
    display: none;
  }
  .module.dive-deeper-posts .ad-container .ad-wrapper.ad-mobile {
    display: block;
  }
}

.module.event-list-form {
  margin: 120px 0 140px;
  text-align: center;
  color: #63696E;
  font-size: 20px;
}
.module.event-list-form .wrapper {
  max-width: 952px;
}
.module.event-list-form .section-header {
  text-align: center;
}
.module.event-list-form .section-header .design-header-dots {
  width: 100%;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.module.event-list-form .gform_wrapper.gravity-theme .gform-body {
  text-align: left;
}

.module.event-recap {
  margin: 0;
  background-color: #F4F4F4;
  padding: 80px 0 90px;
}
.module.event-recap .section-header {
  margin: 0 0 60px;
}
.module.event-recap .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.module.event-recap .event-recap-item .post-image {
  aspect-ratio: 330/210;
  background-position: center;
  background-size: cover;
  margin: 0 0 20px;
  position: relative;
}
.module.event-recap .event-recap-item .post-image:before {
  content: "";
  background: linear-gradient(292.18deg, rgba(35, 148, 168, 0.9) 5.37%, rgba(5, 61, 81, 0.9) 96.88%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.module.event-recap .event-recap-item .post-image span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  border: solid 1px #F7941D;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 13px 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.module.event-recap .event-recap-item .post-title {
  color: #002239;
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35em;
  letter-spacing: 0.1px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.module.event-recap .event-recap-item .post-labels {
  margin: 0 0 15px;
  color: #002239;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.module.event-recap .event-recap-item:hover .post-image::before, .module.event-recap .event-recap-item:hover .post-image span, .module.event-recap .event-recap-item:focus .post-image::before, .module.event-recap .event-recap-item:focus .post-image span {
  opacity: 1;
}
.module.event-recap .event-recap-item:hover .post-title, .module.event-recap .event-recap-item:focus .post-title {
  color: #F7941D;
}
@media (max-width: 1079px) {
  .module.event-recap .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .module.event-recap .grid {
    grid-template-columns: 1fr;
  }
}

.module.events-list .split-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px;
}
.module.events-list .section-header {
  font-size: 38px;
  font-weight: 700;
  margin: 0;
}
.module.events-list .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
.module.events-list .events-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 35px;
  padding: 30px 40px 30px 20px;
}
.module.events-list .events-list-item.type-sponsored, .module.events-list .events-list-item.type-equities {
  background: linear-gradient(45deg, #ffffff 0%, #f5fafd 100%);
  border: solid 1px #dce2e9;
  border-radius: 4px;
}
.module.events-list .events-list-item .post-date {
  text-align: center;
  width: 50px;
  min-width: 50px;
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.module.events-list .events-list-item .post-date span {
  display: block;
  color: #002239;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.4;
}
.module.events-list .events-list-item .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #63696E;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.module.events-list .events-list-item .post-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 12px;
}
.module.events-list .events-list-item .post-labels .types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module.events-list .events-list-item .post-labels .type {
  background-color: #F7F7F7;
  border-radius: 25px;
  color: #002239;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 20px;
}
.module.events-list .events-list-item .post-labels .sponsor {
  color: #63696E;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.module.events-list .events-list-item .post-labels .sponsor img {
  height: 14px;
}
.module.events-list .events-list-item .post-title {
  color: #002239;
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.1px;
  margin: 0 0 12px;
}
.module.events-list .events-list-item .post-description {
  margin: 0 0 20px;
}
.module.events-list .events-list-item .post-meta {
  color: #63696E;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35em;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
}
.module.events-list .events-list-item .post-meta i {
  font-size: 15px;
}
.module.events-list .events-list-item .post-meta .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px;
}
.module.events-list .events-list-item .post-meta .location span::after {
  content: ", ";
}
.module.events-list .events-list-item .post-meta .location span:last-child::after {
  display: none;
}
.module.events-list .events-list-item .post-meta .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px;
}
.module.events-list .events-list-item .post-meta .date i {
  margin-top: 1px;
}
.module.events-list .events-list-item .image {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 213px;
  min-width: 213px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
}
.module.events-list .events-list-item .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1080px) and (max-width: 1200px) {
  .module.events-list .events-list-item {
    display: grid;
    grid-template-columns: 1fr;
  }
  .module.events-list .events-list-item .post-date {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  .module.events-list .events-list-item .image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 767px) {
  .module.events-list .events-list-item {
    display: grid;
    grid-template-columns: 1fr;
  }
  .module.events-list .events-list-item .post-date {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  .module.events-list .events-list-item .image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.featured-form.dark {
  background-color: #F4F4F4;
}
.featured-form.has-bg-image {
  background-size: cover;
  background-position: 50% 50%;
}
.featured-form.full-height {
  min-height: 100vh;
}
.featured-form .top-content-wrapper {
  margin-bottom: 75px;
}
.featured-form .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  margin: 0 auto 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 38px;
  letter-spacing: 0.2px;
}
.featured-form .section-header .design-header-dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.featured-form .content-body {
  max-width: 836px;
  margin: 0 auto;
  text-align: center;
  color: #63696E;
  font-size: 20px;
}
.featured-form .gform_wrapper {
  max-width: 836px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .featured-form .top-content-wrapper {
    margin-bottom: 50px;
  }
  .featured-form .section-header {
    font-size: 32px;
  }
  .featured-form .content-body {
    font-size: 16px;
  }
  .featured-form .gform_wrapper {
    margin-bottom: 50px;
  }
}

.featured-team .team-rows {
  margin-top: 50px;
}
.featured-team .team-rows .team-row {
  margin-bottom: 80px;
}
.featured-team .team-rows .team-row:last-child {
  margin-bottom: 0;
}
.featured-team .team-rows .team-row .team-members {
  margin-top: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 50px;
}
.featured-team .team-rows .team-row .team-members.members-0 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 39px;
  -moz-column-gap: 39px;
  column-gap: 39px;
}
.featured-team .team-rows .team-row .team-members.members-0 .team-link:hover .view-text {
  background-color: #F7941D;
  color: #fff;
}
.featured-team .team-rows .team-row .team-members.members-0 .team-link .name {
  margin-top: 30px;
  font-size: 28px;
}
.featured-team .team-rows .team-row .team-members.members-0 .team-link .position {
  margin-top: 15px;
  color: #63696E;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.featured-team .team-rows .team-row .team-members.members-0 .team-link .view-text {
  margin-top: 30px;
  opacity: 1;
  font-size: 12px;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-team .team-rows .team-row .team-members .team-link:hover .view-text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.featured-team .team-rows .team-row .team-members .team-link .profile-pic {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.featured-team .team-rows .team-row .team-members .team-link .name {
  margin-top: 18px;
  color: #002239;
  font-family: "Lora", serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}
.featured-team .team-rows .team-row .team-members .team-link .view-text {
  margin-top: 8px;
  color: #63696E;
  font-size: 10px;
  font-weight: 500;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 1079px) {
  .featured-team .team-rows .team-row .team-members.members-0 .team-link .name {
    font-size: 22px;
  }
  .featured-team .team-rows .team-row .team-members.members-0 .team-link .position {
    font-size: 14px;
  }
  .featured-team .team-rows .team-row .team-members .team-link .name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .featured-team .team-rows .team-row {
    margin-bottom: 60px;
  }
  .featured-team .team-rows .team-row .team-members {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 30px;
  }
  .featured-team .team-rows .team-row .team-members.members-0 .team-link .name {
    font-size: 22px;
  }
  .featured-team .team-rows .team-row .team-members.members-0 .team-link .position {
    font-size: 14px;
  }
  .featured-team .team-rows .team-row .team-members .team-link .name {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .featured-team .team-rows .team-row {
    margin-bottom: 60px;
  }
  .featured-team .team-rows .team-row .team-members {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .featured-team .team-rows .team-row .team-members.members-0 {
    grid-template-columns: minmax(0, 1fr);
  }
  .featured-team .team-rows .team-row .team-members.members-0 .team-link .name {
    font-size: 22px;
  }
  .featured-team .team-rows .team-row .team-members.members-0 .team-link .position {
    font-size: 14px;
  }
  .featured-team .team-rows .team-row .team-members .team-link .name {
    font-size: 16px;
  }
}

.module.featured-logos {
  background-color: #F7F8FB;
}
.module.featured-logos .slider-logo-images {
  margin: 50px -50px 0;
}
.module.featured-logos .slider-logo-images .logo-image-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module.featured-logos .slider-logo-images .logo-image-slide img {
  max-width: 100%;
  max-height: 90px;
}

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

.module.featured-posts .featured-posts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  row-gap: 52px;
}
@media (max-width: 767px) {
  .module.featured-posts .featured-posts {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 575px) {
  .module.featured-posts .featured-posts {
    grid-template-columns: minmax(0, 1fr);
  }
}

.module.footer-subscription-form {
  background: linear-gradient(101.57deg, #002239 -20.75%, #1696A3 135.61%);
  padding: 135px 0 120px;
  color: #fff;
  margin: 0;
}
.module.footer-subscription-form .wrapper {
  max-width: 1308px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module.footer-subscription-form .title {
  font-family: "Lora", serif;
  font-size: 48px;
  line-height: 1.25em;
  letter-spacing: 0.2px;
}
.module.footer-subscription-form .title strong {
  font-weight: 800;
}
@media (max-width: 1199px) {
  .module.footer-subscription-form {
    padding: 80px 0;
  }
  .module.footer-subscription-form .wrapper {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .module.footer-subscription-form .wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .module.footer-subscription-form .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .module.footer-subscription-form .title {
    font-size: 30px;
  }
}

.get-posts-container.author .posts-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.get-posts-container.author .posts-container .infinite-post-list .post-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  border-bottom: 1px solid #dadada;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.get-posts-container.author .posts-container .infinite-post-list .post-list-item .post-image {
  width: 25%;
  margin-bottom: 0;
  padding-top: 14.5%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.get-posts-container.author .posts-container .infinite-post-list .post-list-item .post-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.get-posts-container.author .posts-container .btn-load-more-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 46px;
  margin: 50px auto 0;
  padding: 8px 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #002239;
}
.get-posts-container.author .posts-container .btn-load-more-posts:hover {
  color: #fff;
}
.get-posts-container.author .sidebar-top-author .top-posts-wrapper .post-list-item {
  display: block;
  margin-bottom: 30px;
}
.get-posts-container.author .sidebar-top-author .top-posts-wrapper .post-list-item:last-child {
  margin-bottom: 0;
}
.get-posts-container.author .sidebar-top-author .top-posts-wrapper .post-list-item .post-image {
  display: none;
}
.get-posts-container.author .sidebar-top-author .top-posts-wrapper .post-list-item .post-content .post-meta-footer {
  display: none;
}

.get-posts-container.company {
  margin: 60px 0;
}
.get-posts-container.company .infinite-post-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 29px;
  -moz-column-gap: 29px;
  column-gap: 29px;
  row-gap: 64px;
}
.get-posts-container.company .btn-load-more-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 46px;
  margin: 50px auto 0;
  padding: 8px 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #002239;
}
.get-posts-container.company .btn-load-more-posts:hover {
  color: #fff;
}
@media (max-width: 1199px) {
  .get-posts-container.company .infinite-post-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 767px) {
  .get-posts-container.company .infinite-post-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 575px) {
  .get-posts-container.company .infinite-post-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

.get-posts-container.related {
  margin: 30px 0;
}
.get-posts-container.related .inner-wrapper {
  padding-top: 80px;
}
.get-posts-container.related .post-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  row-gap: 54px;
}
.get-posts-container.related .post-list .post-list-item .post-content .post-title {
  margin-bottom: 0;
}
.get-posts-container.related .post-list .post-list-item .post-content .post-meta-footer {
  display: none;
}
@media (max-width: 1399px) {
  .get-posts-container.related .post-list .post-list-item .post-content .post-title {
    font-size: 16px;
  }
  .get-posts-container.related .widget-custom.widget-latest-posts .latest-posts .post-list-item .post-content .post-title {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .get-posts-container.related .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
  .get-posts-container.related .inner-wrapper .sidebar-latest {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .get-posts-container.related .post-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 575px) {
  .get-posts-container.related .post-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

.hero-home.hero-home .content-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hero-home.hero-home .content-wrapper .inner-wrapper {
  margin: 0 auto;
  max-width: 1182px;
  text-align: center;
}
.hero-home .title {
  font-size: 44px;
  letter-spacing: 0.2px;
}
.hero-home .content-body {
  font-size: 20px;
}
.hero-home .home-pathways {
  margin-top: 60px;
}
.hero-home .home-pathways .header-pathways {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-family: "Lora", serif;
}
.hero-home .home-pathways .header-pathways span {
  display: inline-block;
  border-bottom: 1px solid #F7941D;
  font-weight: 600;
}
.hero-home .home-pathways .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-home .home-pathways .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 172px;
  height: 166px;
  margin: 0 15px 15px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 6px;
  overflow: hidden;
}
.hero-home .home-pathways .items .item.has-link {
  position: relative;
}
.hero-home .home-pathways .items .item.has-link:hover:before {
  opacity: 1;
}
.hero-home .home-pathways .items .item.has-link:before {
  content: "";
  display: block;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.hero-home .home-pathways .items .item .pathway-wrapper {
  width: 100%;
  margin-top: auto;
  padding: 10px 10px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.hero-home .home-pathways .items .item .pathway-wrapper .icon {
  width: 24px;
  height: 25px;
  margin: 0 auto 10px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}
.hero-home .home-pathways .items .item .pathway-wrapper .text {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 1301px) {
  .hero-home .home-pathways .items-container {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .hero-home .title {
    font-size: 30px;
  }
  .hero-home .home-pathways {
    margin-top: 40px;
  }
  .hero-home .home-pathways .items {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: 0;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
  .hero-home .home-pathways .items .item {
    width: 100%;
    margin: 0;
  }
  .hero-home .home-pathways .items .item .pathway-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .hero-home .home-pathways .items {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .hero-home .home-pathways .items .item {
    width: 100%;
    margin: 0;
  }
}

.module.hero-events {
  margin: 60px 0 0;
}
.module.hero-events .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.module.hero-events .carousel .slick-slide {
  height: auto;
}
.module.hero-events .carousel .slide {
  padding: 45px 50px;
  position: relative;
}
.module.hero-events .carousel .slide .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.module.hero-events .carousel .slide .content {
  padding: 40px;
  min-height: 440px;
  max-width: 640px;
  margin-left: auto;
  background-color: #fff;
  position: relative;
  z-index: 2;
  color: #63696E;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.module.hero-events .carousel .slide .content .post-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 12px;
}
.module.hero-events .carousel .slide .content .post-labels .sponsor {
  color: #63696E;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.module.hero-events .carousel .slide .content .post-labels .sponsor img {
  height: 14px;
}
.module.hero-events .carousel .slide .content .post-title {
  color: #002239;
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.2px;
  margin: 0 0 24px;
}
.module.hero-events .carousel .slide .content .post-description {
  margin: 0 0 40px;
}
.module.hero-events .carousel .slide .content .post-meta {
  color: #63696E;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
  text-transform: capitalize;
}
.module.hero-events .carousel .slide .content .post-meta i {
  font-size: 15px;
}
.module.hero-events .carousel .slide .content .post-meta .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px;
}
.module.hero-events .carousel .slide .content .post-meta .location span::after {
  content: ", ";
}
.module.hero-events .carousel .slide .content .post-meta .location span:last-child::after {
  display: none;
}
.module.hero-events .carousel .slide .content .post-meta .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px;
}
@media (max-width: 1079px) {
  .module.hero-events .carousel .slide {
    padding: 45px 30px 70px;
  }
  .module.hero-events .carousel .slide .content {
    min-height: 100%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.hero-ribbon.post_tag .content-wrapper {
  border-color: #0062A5;
}
.hero-ribbon.investing-type .content-wrapper {
  border-color: #00A775;
}
.hero-ribbon .content-wrapper {
  padding-bottom: 45px;
  border-bottom: 1px solid #00BBCE;
}
.hero-ribbon.hero-hub .content-wrapper .inner-wrapper {
  margin: 0 auto;
  text-align: center;
  color: #002239;
}
.hero-ribbon.hero-hub .content-wrapper .inner-wrapper .title {
  margin-bottom: 10px;
  font-size: 44px;
  letter-spacing: 0.2px;
}
.hero-ribbon.hero-hub .content-wrapper .inner-wrapper .sub-title {
  font-family: "Lora", serif;
  font-size: 36px;
  letter-spacing: 0.2px;
  line-height: 1;
}
.hero-ribbon.hero-hub .content-wrapper .inner-wrapper .description {
  max-width: 600px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .hero-ribbon.hero-hub .content-wrapper .inner-wrapper .title {
    font-size: 36px;
  }
  .hero-ribbon.hero-hub .content-wrapper .inner-wrapper .sub-title {
    font-size: 28px;
  }
}
.hero-ribbon.hero-listing-page .content-wrapper {
  padding-bottom: 40px;
}
.hero-ribbon.hero-listing-page .content-wrapper .term-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero-ribbon.hero-listing-page .content-wrapper .term-titles .term-title {
  font-family: "Lora", serif;
  font-weight: 700;
}
.hero-ribbon.hero-listing-page .content-wrapper .term-titles .term-title.has-icon {
  padding-left: 50px;
}
.hero-ribbon.hero-listing-page .content-wrapper .term-titles .term-title.has-icon .term-icon {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-ribbon.hero-listing-page .content-wrapper .term-titles .term-title.has-icon .term-icon .img-icon {
  width: 100%;
}
.hero-ribbon.hero-listing-page .content-wrapper .term-titles .term-title:last-child .term-name:after {
  content: "";
}
.hero-ribbon.hero-listing-page .content-wrapper .term-titles .term-title .term-name {
  font-size: 42px;
  text-transform: none;
  letter-spacing: 0.2px;
}
.hero-ribbon.hero-listing-page .content-wrapper .term-titles .term-title .term-name:after {
  display: inline-block;
  content: "/";
  margin: 0 10px;
  position: relative;
  bottom: 5px;
  font-size: 0.75em;
}
@media (max-width: 767px) {
  .hero-ribbon.hero-listing-page .content-wrapper .term-titles .term-title.has-icon {
    padding-left: 30px;
  }
  .hero-ribbon.hero-listing-page .content-wrapper .term-titles .term-title.has-icon .term-icon {
    width: 25px;
    height: 25px;
  }
  .hero-ribbon.hero-listing-page .content-wrapper .term-titles .term-title .term-name {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .hero-ribbon.hero-listing-page .content-wrapper .term-titles .term-title .term-name {
    font-size: 28px;
  }
}

.hero-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-height: 240px;
  padding: 25px 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-sub .wrapper-thin {
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero-sub .wrapper-thin .title {
  margin: 0;
}
.hero-sub .bg-image {
  background: url(./assets/img/Equities-Header.jpg) no-repeat center/cover;
}
@media (max-width: 1199px) {
  .hero-sub {
    min-height: 200px;
  }
}
@media (max-width: 1079px) {
  .hero-sub {
    min-height: 150px;
  }
}

.homepage-hero {
  margin: 0;
}
.homepage-hero .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.homepage-hero .carousel .slick-slide {
  height: auto;
}
.homepage-hero .carousel .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.homepage-hero .carousel .slick-dots li {
  margin: 0 7px;
  padding: 0;
}
.homepage-hero .carousel .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.homepage-hero .carousel .slick-dots li.slick-active button {
  background-color: #fff;
}
.homepage-hero .carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  z-index: 200;
  cursor: pointer;
}
.homepage-hero .carousel .slick-arrow.icon-arrow-left {
  left: 60px;
}
.homepage-hero .carousel .slick-arrow.icon-arrow-right {
  right: 60px;
}
.homepage-hero .carousel .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.homepage-hero .carousel .inner {
  position: relative;
  min-height: 610px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.homepage-hero .carousel .inner .wrapper {
  position: relative;
  z-index: 4;
}
.homepage-hero .carousel .inner .content {
  padding: 0 30px;
}
.homepage-hero .carousel .inner .content > *:last-child {
  margin-bottom: 0;
}
.homepage-hero .carousel .inner h2 {
  font-size: 48px;
  line-height: 1.25;
  color: inherit;
  margin: 0 0 0.25em;
}
.homepage-hero .carousel .inner h4 {
  margin: 0 0 1em;
}
.homepage-hero .carousel .inner .button-container {
  margin-top: 30px;
}
@media (min-width: 1080px) {
  .homepage-hero .carousel .inner video + .background-image {
    display: none;
  }
}
@media (max-width: 1079px) {
  .homepage-hero .carousel .inner {
    min-height: 56.48vw;
  }
  .homepage-hero .carousel .inner .content {
    padding: 100px 50px;
  }
}
@media (max-width: 767px) {
  .homepage-hero .carousel .inner h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .homepage-hero .carousel .slick-arrow.icon-arrow-left {
    left: 30px;
  }
  .homepage-hero .carousel .slick-arrow.icon-arrow-right {
    right: 30px;
  }
  .homepage-hero .carousel .inner .content {
    padding: 75px 40px;
  }
  .homepage-hero .carousel .inner h2 {
    font-size: 28px;
  }
}

.module.latest-posts .infinite-post-list {
  margin-top: 50px;
}
.module.latest-posts .infinite-post-list .post-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  border-bottom: 1px solid #dadada;
}
.module.latest-posts .infinite-post-list .post-list-item .post-image {
  width: 31.5%;
  margin-bottom: 0;
  padding-top: 21%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.module.latest-posts .infinite-post-list .post-list-item .post-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  word-break: break-word;
}
.module.latest-posts .btn-load-more-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 46px;
  margin: 50px auto 0;
  padding: 8px 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #002239;
}
.module.latest-posts .btn-load-more-posts:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .module.latest-posts .infinite-post-list .post-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .module.latest-posts .infinite-post-list .post-list-item .post-image {
    width: 100%;
    margin: 0 0 20px;
    padding-top: 60%;
  }
}

.module.market-posts .inner-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 67px;
}
.module.market-posts .columns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
}
.module.market-posts .columns-wrapper .col-header {
  margin-bottom: 20px;
  color: #002239;
  font-family: "Lora", serif;
  font-size: 26px;
  font-weight: 500;
}
.module.market-posts .columns-wrapper .column-calendar {
  width: 335px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.module.market-posts .columns-wrapper .column-calendar .tradingview-widget-container {
  width: 100% !important;
}
.module.market-posts .columns-wrapper .column-calendar .tradingview-widget-copyright {
  display: none;
}
.module.market-posts .columns-wrapper .column-market-posts {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.module.market-posts .columns-wrapper .column-market-posts .post-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
.module.market-posts .columns-wrapper .column-market-posts .post-list-item:last-child {
  margin-bottom: 0;
}
.module.market-posts .columns-wrapper .column-market-posts .post-list-item .post-image {
  width: 30%;
  padding-top: 20%;
  margin-bottom: 0;
  margin-right: 34px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.module.market-posts .columns-wrapper .column-market-posts .post-list-item .post-content .post-title {
  margin: 10px 0 5px;
}
.module.market-posts .columns-wrapper .column-market-posts .post-list-item .post-content .post-meta-footer {
  margin-top: 5px;
}
.module.market-posts .columns-wrapper > div:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media (max-width: 1399px) {
  .module.market-posts .inner-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .module.market-posts .columns-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .module.market-posts .columns-wrapper .column-calendar {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .module.market-posts .columns-wrapper .column-market-posts {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .module.market-posts .columns-wrapper .column-market-posts .posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    row-gap: 40px;
  }
  .module.market-posts .columns-wrapper .column-market-posts .posts .post-list-item {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .module.market-posts .sidebar-custom {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .module.market-posts .columns-wrapper .column-market-posts .posts {
    margin: 0;
  }
  .module.market-posts .columns-wrapper .column-market-posts .posts .post-list-item {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .module.market-posts .columns-wrapper .column-market-posts .posts {
    margin: 0;
  }
  .module.market-posts .columns-wrapper .column-market-posts .posts .post-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .module.market-posts .columns-wrapper .column-market-posts .posts .post-list-item .post-image {
    width: 100%;
    padding-top: 60%;
    margin: 0 0 20px;
  }
}

.module.market-posts .custom-ad-box {
  margin: auto;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.module.mission-statement {
  background-color: #F7F8F8;
  overflow: hidden;
  position: relative;
}
.module.mission-statement:before {
  content: "";
  display: block;
  width: 50%;
  height: 130%;
  position: absolute;
  bottom: 0px;
  left: -5%;
  z-index: 0;
  -webkit-transform: translateX(-54%);
  transform: translateX(-54%);
  background-image: url("./assets/img/icon-q-section-white.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.module.mission-statement .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.module.mission-statement .main-body {
  margin-left: 50px;
  margin-right: 60px;
}
.module.mission-statement .main-body.has-sidebar {
  max-width: 810px;
}
.module.mission-statement .main-body .section-header {
  margin-bottom: 60px;
}
.module.mission-statement .main-body .content-body {
  color: #373F41;
  font-size: 20px;
}
.module.mission-statement .sidebar-body {
  width: 390px;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.module.mission-statement .sidebar-body .section-header {
  margin-bottom: 45px;
}
.module.mission-statement .sidebar-body .team-list {
  max-width: 300px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.module.mission-statement .sidebar-body .team-list .team-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module.mission-statement .sidebar-body .team-list .team-link .profile-pic {
  width: 51px;
  height: 51px;
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.module.mission-statement .sidebar-body .team-list .team-link .team-content .name {
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 600;
}
.module.mission-statement .sidebar-body .team-list .team-link .team-content .position {
  font-size: 14px;
  color: #63696E;
  line-height: 1;
  text-transform: uppercase;
}
.module.mission-statement .sidebar-body .sidebar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #002239;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.module.mission-statement .sidebar-body .sidebar-link i {
  margin-left: 10px;
  color: #F7941D;
}
.module.mission-statement .sidebar-body .sidebar-link:hover, .module.mission-statement .sidebar-body .sidebar-link:focus {
  color: #F7941D;
}
@media (max-width: 1199px) {
  .module.mission-statement .main-body .content-body {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .module.mission-statement .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
  .module.mission-statement .wrapper .main-body {
    margin-left: 0;
    margin-right: 0;
  }
  .module.mission-statement .wrapper .sidebar-body {
    width: 100%;
  }
  .module.mission-statement .wrapper .sidebar-body .team-list {
    display: grid;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .module.mission-statement .wrapper .sidebar-body .team-list .team-link .team-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .module.mission-statement .wrapper .sidebar-body .team-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 575px) {
  .module.mission-statement .wrapper .sidebar-body .team-list {
    grid-template-columns: 1fr;
  }
}

.pathways-one.dark {
  background-color: #F4F4F4;
}
.pathways-one .pathway-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -18px;
  margin-top: 54px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 36px;
}
.pathways-one .pathway-items.align-left .item {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pathways-one .pathway-items.col-4 .item {
  width: calc(25% - 36px);
}
.pathways-one .pathway-items.hide-overlays .item:before, .pathways-one .pathway-items.hide-overlays .item:after {
  display: none;
}
.pathways-one .pathway-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(20% - 36px);
  min-height: 268px;
  margin: 0 18px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.pathways-one .pathway-items .item.has-link:hover:before {
  opacity: 1;
}
.pathways-one .pathway-items .item.has-link:hover:after {
  opacity: 0;
}
.pathways-one .pathway-items .item.has-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.pathways-one .pathway-items .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.pathways-one .pathway-items .item .item-wrapper {
  padding: 10px 20px 20px;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 1.2;
}
.pathways-one .pathway-items .item .item-wrapper .title {
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
}
.pathways-one .pathway-items .item .item-wrapper .description {
  margin-top: 3px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .pathways-one .pathway-items .item .item-wrapper .title {
    font-size: 16px;
  }
  .pathways-one .pathway-items .item .item-wrapper .description {
    font-size: 14px;
  }
}
@media (max-width: 1079px) {
  .pathways-one .pathway-items {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 20px;
  }
  .pathways-one .pathway-items.col-4 .item {
    width: calc(33.3333% - 20px);
  }
  .pathways-one .pathway-items .item {
    margin: 0 10px;
    min-height: 200px;
    width: calc(33.3333% - 20px);
  }
}
@media (max-width: 575px) {
  .pathways-one .pathway-items.col-4 .item {
    width: calc(50% - 20px);
  }
  .pathways-one .pathway-items .item {
    margin: 0 10px;
    min-height: 200px;
    width: calc(50% - 20px);
  }
}

.pathways-two .pathway-items {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 39px;
  -moz-column-gap: 39px;
  column-gap: 39px;
  row-gap: 30px;
}
.pathways-two .pathway-items.col-4 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.pathways-two .pathway-items.col-4 .item {
  padding: 60px 30px;
}
.pathways-two .pathway-items.col-4 .item.has-icon {
  padding: 60px 30px;
}
.pathways-two .pathway-items.col-5 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.pathways-two .pathway-items.col-5 .item {
  padding: 60px 25px;
}
.pathways-two .pathway-items.col-5 .item.has-icon {
  padding: 60px 25px;
}
.pathways-two .pathway-items .item {
  padding: 60px 38px;
  border: 1px solid #DAE3EA;
  border-radius: 4px;
}
.pathways-two .pathway-items .item.has-icon {
  padding: 60px 38px 30px;
  min-height: 428px;
}
.pathways-two .pathway-items .item img.icon {
  width: 100%;
  max-width: 44px;
  max-height: 44px;
  margin-bottom: 27px;
}
.pathways-two .pathway-items .item .title {
  margin-bottom: 27px;
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 600;
  color: #3F4B59;
}
.pathways-two .pathway-items .item .content-body {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .pathways-two .pathway-items {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .pathways-two .pathway-items.col-4 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .pathways-two .pathway-items.col-5 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .pathways-two .pathway-items .item {
    min-height: auto;
    padding: 60px 30px;
  }
}
@media (max-width: 1079px) {
  .pathways-two .pathway-items.col-5 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 767px) {
  .pathways-two .pathway-items {
    grid-template-columns: minmax(0, 1fr);
  }
  .pathways-two .pathway-items.col-4 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .pathways-two .pathway-items.col-5 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 575px) {
  .pathways-two .pathway-items {
    grid-template-columns: minmax(0, 1fr);
  }
  .pathways-two .pathway-items.col-4 .item {
    padding: 40px 30px;
  }
  .pathways-two .pathway-items.col-4 .item.has-icon {
    padding: 40px 30px;
  }
  .pathways-two .pathway-items.col-5 .item {
    padding: 40px 30px;
  }
  .pathways-two .pathway-items.col-5 .item.has-icon {
    padding: 40px 30px;
  }
  .pathways-two .pathway-items .item {
    min-height: auto;
    padding: 40px 30px;
  }
}

.pinned-posts.pinned-home .post-columns-wrapper .section-header {
  margin-bottom: 34px;
}
.pinned-posts.pinned-home .post-columns-wrapper .post-columns {
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-column-gap: 57px;
  -moz-column-gap: 57px;
  column-gap: 57px;
}
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:first-child {
  display: block;
  width: 100%;
}
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:first-child .post-image {
  width: 100%;
  padding-top: 62%;
  margin-bottom: 30px;
}
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:first-child .post-content .post-title {
  margin: 18px 0;
  font-size: 28px;
}
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:first-child .post-content .post-excerpt {
  color: #002239;
  margin-bottom: 30px;
}
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:nth-child(2),
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:nth-child(3) {
  width: calc(50% - 35px);
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:nth-child(2) .post-image,
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:nth-child(3) .post-image {
  display: none;
}
@media (max-width: 1199px) {
  .pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:first-child .post-content .post-title {
    font-size: 24px;
  }
}
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col .post-list-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col .post-list-item .post-image {
  width: 25%;
  padding-top: 25%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col .post-list-item .post-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col .post-list-item .post-content .post-title {
  font-size: 17px;
}
@media (max-width: 1199px) {
  .pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col .post-list-item .post-content .post-title {
    font-size: 16px;
  }
}
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col .post-list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.pinned-posts.pinned-home .sidebar-custom.pinned-sidebar .widget-custom {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
}
.pinned-posts.pinned-home .sidebar-custom.pinned-sidebar .widget-custom:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1399px) {
  .pinned-posts.pinned-home .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
  .pinned-posts.pinned-home .sidebar-custom.pinned-sidebar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .pinned-posts.pinned-home .sidebar-custom.pinned-sidebar .widget-custom {
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .pinned-posts.pinned-home .post-columns-wrapper .post-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-1 .post-list-item {
    width: calc(50% - 35px);
  }
  .pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:nth-child(2),
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:nth-child(3) {
    width: calc(50% - 35px);
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:nth-child(2) .post-image,
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:nth-child(3) .post-image {
    display: block;
  }
}
@media (max-width: 767px) {
  .pinned-posts.pinned-home .post-columns-wrapper .post-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-1 .post-list-item {
    width: 100%;
  }
  .pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:nth-child(2),
.pinned-posts.pinned-home .post-columns-wrapper .post-columns .post-col.col-2 .post-list-item:nth-child(3) {
    width: 100%;
  }
  .pinned-posts.pinned-home .sidebar-custom.pinned-sidebar {
    row-gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pinned-posts.pinned-home .sidebar-custom.pinned-sidebar .widget-custom {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.pinned-posts.pinned-hub .post-columns {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
}
.pinned-posts.pinned-hub .post-columns .post-col.col-1 {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pinned-posts.pinned-hub .post-columns .post-col.col-2 .post-list-item .post-image {
  padding-top: 67%;
  margin-bottom: 30px;
}
.pinned-posts.pinned-hub .post-columns .post-col.col-2 .post-list-item .post-content .post-title {
  margin: 18px 0;
  font-size: 28px;
}
.pinned-posts.pinned-hub .post-columns .post-col.col-2 .post-list-item .post-content .post-excerpt {
  color: #002239;
  margin-bottom: 30px;
}
.pinned-posts.pinned-hub .post-columns .post-col.col-3 {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pinned-posts.pinned-hub .post-columns .post-col.col-3 .post-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.pinned-posts.pinned-hub .post-columns .post-col.col-3 .post-list-item .post-image {
  width: 25%;
  padding-top: 25%;
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pinned-posts.pinned-hub .post-columns .post-col.col-3 .post-list-item .post-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.pinned-posts.pinned-hub .post-columns .post-col.col-3 .post-list-item .post-content .post-title {
  margin: 12px 0;
  font-size: 17px;
}
.pinned-posts.pinned-hub .post-columns .post-col .post-list-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.pinned-posts.pinned-hub .post-columns .post-col .post-list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1199px) {
  .pinned-posts.pinned-hub .post-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .pinned-posts.pinned-hub .post-columns .post-col {
    margin: 0 15px;
  }
  .pinned-posts.pinned-hub .post-columns .post-col.col-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(70% - 30px);
  }
  .pinned-posts.pinned-hub .post-columns .post-col.col-2 .post-list-item .post-content .post-title {
    font-size: 22px;
  }
  .pinned-posts.pinned-hub .post-columns .post-col.col-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(30% - 30px);
  }
  .pinned-posts.pinned-hub .post-columns .post-col.col-3 {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .pinned-posts.pinned-hub .post-columns .post-col.col-3 .post-list-item {
    height: auto;
    width: calc(50% - 30px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .pinned-posts.pinned-hub .post-columns {
    row-gap: 0;
  }
  .pinned-posts.pinned-hub .post-columns .post-col.col-2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .pinned-posts.pinned-hub .post-columns .post-col.col-1, .pinned-posts.pinned-hub .post-columns .post-col.col-3 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pinned-posts.pinned-hub .post-columns .post-col.col-1 .post-list-item, .pinned-posts.pinned-hub .post-columns .post-col.col-3 .post-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 100%;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
  }
  .pinned-posts.pinned-hub .post-columns .post-col.col-1 .post-list-item .post-image, .pinned-posts.pinned-hub .post-columns .post-col.col-3 .post-list-item .post-image {
    width: 25%;
    padding-top: 25%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .pinned-posts.pinned-hub .post-columns .post-col.col-1 .post-list-item .post-content, .pinned-posts.pinned-hub .post-columns .post-col.col-3 .post-list-item .post-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .pinned-posts.pinned-hub .post-columns .post-col.col-1 .post-list-item .post-content .post-title, .pinned-posts.pinned-hub .post-columns .post-col.col-3 .post-list-item .post-content .post-title {
    margin: 12px 0;
    font-size: 17px;
  }
}

.pinned-posts.pinned-listing .wrapper .post-columns {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  -webkit-column-gap: 54px;
  -moz-column-gap: 54px;
  column-gap: 54px;
}
.pinned-posts.pinned-listing .wrapper .post-columns .post-col.col-1 .post-list-item .post-content .post-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}
.pinned-posts.pinned-listing .wrapper .post-columns .post-col.col-1 .post-list-item .post-content .post-excerpt {
  color: #002239;
}
.pinned-posts.pinned-listing .wrapper .post-columns .post-col.col-2 .post-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pinned-posts.pinned-listing .wrapper .post-columns .post-col.col-2 .post-list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.pinned-posts.pinned-listing .wrapper .post-columns .post-col.col-2 .post-list-item .post-image {
  width: 38%;
  padding-top: 25%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
}
.pinned-posts.pinned-listing .wrapper .post-columns .post-col.col-2 .post-list-item .post-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.pinned-posts.pinned-listing .wrapper .post-columns .post-col.col-2 .post-list-item .post-content .post-title {
  margin: 12px 0;
  font-size: 17px;
}
@media (max-width: 1199px) {
  .pinned-posts.pinned-listing .wrapper .post-columns {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 1023px) {
  .pinned-posts.pinned-listing .wrapper .post-columns {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .pinned-posts.pinned-listing .wrapper .post-columns .post-col.col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .pinned-posts.pinned-listing .wrapper .post-columns .post-col.col-2 .post-list-item {
    width: calc(50% - 30px);
  }
  .pinned-posts.pinned-listing .wrapper .post-columns .post-col.col-2 .post-list-item:last-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
  }
}
@media (max-width: 767px) {
  .pinned-posts.pinned-listing .wrapper .post-columns .post-col.col-2 .post-list-item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .pinned-posts.pinned-listing .wrapper .post-columns .post-col.col-2 .post-list-item {
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }
}

.module.pinned-posts.pinned-listing .ad-container .ad-wrapper {
  margin: 60px auto 0;
}
@media (max-width: 1399px) {
  .module.pinned-posts.pinned-listing .ad-container .ad-wrapper.ad-desktop {
    display: none;
  }
  .module.pinned-posts.pinned-listing .ad-container .ad-wrapper.ad-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .module.pinned-posts.pinned-listing .ad-container .ad-wrapper.ad-tablet {
    display: none;
  }
  .module.pinned-posts.pinned-listing .ad-container .ad-wrapper.ad-mobile {
    display: block;
  }
}

.module.pinned-taxonomy-list .inner-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 67px;
}
.module.pinned-taxonomy-list .wrapper-grow .section-header {
  margin-bottom: 20px;
}
.module.pinned-taxonomy-list .wrapper-grow .list-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 32px;
  -webkit-column-gap: 42px;
  -moz-column-gap: 42px;
  column-gap: 42px;
}
.module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3333% - 42px);
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item:first-child {
  width: 100%;
  -webkit-column-gap: 42px;
  -moz-column-gap: 42px;
  column-gap: 42px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item:first-child .post-image {
  width: 65%;
  padding-top: 36%;
}
.module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item:first-child .post-content {
  display: block;
}
.module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item:first-child .post-content .post-title {
  font-size: 26px;
}
.module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item:first-child .post-content .post-excerpt {
  color: #002239;
}
.module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item:nth-child(5), .module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item:nth-child(6), .module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item:nth-child(7) {
  padding-top: 32px;
  border-top: 1px solid #dadada;
}
.module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item .post-image {
  width: 25%;
  padding-top: 25%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item .post-content .post-title {
  font-size: 17px;
  margin: 10px 0 5px;
}
.module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item .post-content .post-title:first-child {
  margin-top: 0;
}
.module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item .post-content .post-meta-footer {
  margin-top: auto;
}
@media (max-width: 1399px) {
  .module.pinned-taxonomy-list .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
  .module.pinned-taxonomy-list .inner-wrapper .sidebar-custom {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .module.pinned-taxonomy-list .wrapper-grow .list-posts {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin: 0 -15px;
  }
  .module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item {
    width: calc(50% - 30px);
    margin: 0 15px;
    padding-bottom: 30px;
    padding-top: 0 !important;
    border-top: none !important;
    border-bottom: 1px solid #dadada;
  }
  .module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item:first-child {
    width: 100%;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item:first-child .post-content .post-title {
    font-size: 22px;
  }
  .module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item .post-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item .post-content .post-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item:first-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item:first-child .post-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 0 0 20px;
  }
  .module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item:first-child .post-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .module.pinned-taxonomy-list .wrapper-grow .list-posts {
    margin: 0;
  }
  .module.pinned-taxonomy-list .wrapper-grow .list-posts .post-list-item {
    width: 100%;
    margin: 0;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}

@media (max-width: 1399px) {
  .module.pinned-taxonomy-list .ad-container .ad-wrapper.ad-desktop {
    display: none;
  }
  .module.pinned-taxonomy-list .ad-container .ad-wrapper.ad-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .module.pinned-taxonomy-list .ad-container .ad-wrapper.ad-tablet {
    display: none;
  }
  .module.pinned-taxonomy-list .ad-container .ad-wrapper.ad-mobile {
    display: block;
  }
}

.module.q-insights {
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.module.q-insights:before {
  content: "";
  display: block;
  width: 50%;
  height: 130%;
  position: absolute;
  bottom: 0px;
  left: -5%;
  z-index: 0;
  -webkit-transform: translateX(-64%);
  transform: translateX(-64%);
  background-image: url("./assets/img/icon-q-section-white.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.module.q-insights .wrapper {
  position: relative;
  z-index: 1;
}
.module.q-insights .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
.module.q-insights .cards .card {
  width: 23%;
  margin-top: 40px;
}
.module.q-insights .cards .card .header {
  padding-bottom: 20px;
  margin-bottom: 27px;
  border-bottom: 2px solid #00BBCE;
  font-family: "Mulish", sans-serif;
}
.module.q-insights .cards .card .text {
  color: #63696E;
}
.module.q-insights .cards .card.card-1 .header {
  border-color: #00A775;
}
.module.q-insights .cards .card.card-2 .header {
  border-color: #F7941D;
}
.module.q-insights .cards .card.card-quote {
  width: 25%;
  padding: 30px 34px;
  margin-top: 0;
  background-color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
}
.module.q-insights .cards .card.card-quote .header {
  padding: 0;
  margin: 0;
  border: none;
  font-family: "Lora", serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  color: #002239;
}
.module.q-insights .cards .card.card-quote .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module.q-insights .cards .card.card-quote .author-info .author-img {
  width: 45px;
  height: 45px;
  margin-right: 11px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.module.q-insights .cards .card.card-quote .author-info .author-content .name {
  font-family: "Lora", serif;
  font-size: 17px;
  font-weight: 600;
  color: #002239;
}
.module.q-insights .cards .card.card-quote .author-info .author-content .position {
  margin-top: 2px;
  font-size: 13px;
  color: #63696E;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .module.q-insights .cards {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
    margin: 0 -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .module.q-insights .cards .card {
    width: calc(33.3333% - 40px);
    margin: 0 20px;
  }
  .module.q-insights .cards .card.card-quote {
    width: auto;
    max-width: 700px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .module.q-insights .cards {
    row-gap: 40px;
  }
  .module.q-insights .cards .card {
    width: calc(50% - 40px);
  }
  .module.q-insights .cards .card.card-quote {
    width: calc(50% - 40px);
  }
}
@media (max-width: 575px) {
  .module.q-insights .cards {
    row-gap: 40px;
    margin: 0;
  }
  .module.q-insights .cards .card {
    width: 100%;
    margin: 0;
  }
  .module.q-insights .cards .card.card-quote {
    width: 100%;
  }
}

.q-insights-ad .ad-container .ad-wrapper {
  margin: 60px auto 0;
}
@media (max-width: 1399px) {
  .q-insights-ad .ad-container .ad-wrapper.ad-desktop {
    display: none;
  }
  .q-insights-ad .ad-container .ad-wrapper.ad-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .q-insights-ad .ad-container .ad-wrapper.ad-tablet {
    display: none;
  }
  .q-insights-ad .ad-container .ad-wrapper.ad-mobile {
    display: block;
  }
}

.module.quick-read-posts .section-header {
  margin-bottom: 40px;
}
.module.quick-read-posts .quick-posts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  row-gap: 20px;
}
.module.quick-read-posts .quick-posts .post-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.module.quick-read-posts .quick-posts .post-list-item .post-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .module.quick-read-posts .quick-posts {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 1023px) {
  .module.quick-read-posts .quick-posts {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 767px) {
  .module.quick-read-posts .quick-posts {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 566px) {
  .module.quick-read-posts .quick-posts {
    grid-template-columns: 1fr;
  }
}

.module.quick-read-posts .ad-container .ad-wrapper {
  margin: 60px auto 0;
}
@media (max-width: 1399px) {
  .module.quick-read-posts .ad-container .ad-wrapper.ad-desktop {
    display: none;
  }
  .module.quick-read-posts .ad-container .ad-wrapper.ad-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .module.quick-read-posts .ad-container .ad-wrapper.ad-tablet {
    display: none;
  }
  .module.quick-read-posts .ad-container .ad-wrapper.ad-mobile {
    display: block;
  }
}

.module.stats .stats-container {
  padding: 80px 53px 60px;
  position: relative;
  overflow: hidden;
  border: 1px solid #DAE3EA;
  border-radius: 4px;
}
.module.stats .stats-container:before {
  content: "";
  display: block;
  width: 50%;
  height: 130%;
  position: absolute;
  bottom: 0px;
  left: -5%;
  z-index: 0;
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
  background-image: url("./assets/img/icon-q-section-gray.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.module.stats .stats-container .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  position: relative;
  z-index: 1;
}
.module.stats .stats-container .content-wrapper .section-header {
  width: 24%;
  color: #373F41;
  font-size: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.module.stats .stats-container .content-wrapper .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
.module.stats .stats-container .content-wrapper .stats .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3333% - 80px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.module.stats .stats-container .content-wrapper .stats .stat .number {
  margin-bottom: 10px;
  font-family: "Lora", serif;
  font-size: 46px;
  font-weight: 600;
}
.module.stats .stats-container .content-wrapper .stats .stat .number:before {
  content: "";
  display: inline-block;
  height: 56px;
  width: 3px;
  margin-right: 20px;
  position: relative;
  top: 10px;
  background-color: #00A775;
  border-radius: 10px;
}
.module.stats .stats-container .content-wrapper .stats .stat .number span {
  font-size: 0.65em;
}
.module.stats .stats-container .content-wrapper .stats .stat .text {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}
.module.stats .stats-container .content-wrapper .stats .stat .source {
  margin-top: auto;
  color: #63696E;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .module.stats .stats-container .content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .module.stats .stats-container .content-wrapper .section-header {
    width: 100%;
  }
  .module.stats .stats-container .content-wrapper .stats {
    width: 100%;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .module.stats .stats-container .content-wrapper .stats .stat {
    width: calc(33.3333% - 60px);
  }
}
@media (max-width: 991px) {
  .module.stats .stats-container .content-wrapper .stats {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .module.stats .stats-container .content-wrapper .stats .stat .number {
    font-size: 30px;
  }
  .module.stats .stats-container .content-wrapper .stats .stat .number:before {
    height: 34px;
  }
  .module.stats .stats-container .content-wrapper .stats .stat .text {
    font-size: 14px;
  }
  .module.stats .stats-container .content-wrapper .stats .stat .source {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .module.stats .stats-container {
    padding: 60px 40px;
  }
  .module.stats .stats-container .content-wrapper .section-header {
    font-size: 20px;
  }
  .module.stats .stats-container .content-wrapper .stats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin: 0;
    row-gap: 40px;
  }
  .module.stats .stats-container .content-wrapper .stats .stat {
    width: 100%;
    margin: 0;
  }
  .module.stats .stats-container .content-wrapper .stats .stat .number {
    font-size: 38px;
  }
  .module.stats .stats-container .content-wrapper .stats .stat .number:before {
    height: 40px;
  }
  .module.stats .stats-container .content-wrapper .stats .stat .text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .module.stats .stats-container .content-wrapper .stats .stat .number {
    font-size: 34px;
  }
  .module.stats .stats-container .content-wrapper .stats .stat .number:before {
    height: 34px;
  }
  .module.stats .stats-container .content-wrapper .stats .stat .text {
    font-size: 16px;
  }
}

.standard-text a {
  color: #0062A5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.standard-text a:hover, .standard-text a:focus {
  color: #F7941D;
  outline: none;
  text-decoration: none;
}

.module.table-basic .table-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow: auto;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.07);
  border-right: 1px solid #DEE5EF;
}
.module.table-basic .content-body {
  margin: 40px 0;
}
.module.table-basic .acf-table {
  border-collapse: collapse;
  font-size: 16px;
  text-align: left;
  color: #394A64;
}
.module.table-basic .acf-table tbody tr {
  position: relative;
}
.module.table-basic .acf-table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
.module.table-basic .acf-table tbody tr:nth-child(odd) th:first-child,
.module.table-basic .acf-table tbody tr:nth-child(odd) td:first-child {
  background-color: #fafafa;
}
.module.table-basic .acf-table th,
.module.table-basic .acf-table td {
  padding: 6px;
  border-bottom: 2px solid rgba(222, 229, 239, 0.5);
  border-right: 2px solid rgba(222, 229, 239, 0.5);
  text-align: center;
}
.module.table-basic .acf-table th:first-child,
.module.table-basic .acf-table td:first-child {
  position: sticky;
  left: 0;
  background-color: #fff;
  border-left: 1px solid #DEE5EF;
  text-align: left;
}
.module.table-basic .acf-table th:last-child,
.module.table-basic .acf-table td:last-child {
  border-right: none;
}
.module.table-basic .acf-table th {
  font-weight: 700;
}
.module.table-basic .acf-table td {
  min-width: 50px;
}
.module.table-basic .acf-table td:first-child {
  font-weight: 700;
  color: #051226;
}
.module.table-basic .acf-table td:not(:first-child) a {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */
