/* Includes
-------------------------------------------- */

/* Reset
-------------------------------------------- */

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* Normalize
-------------------------------------------- */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  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 */
  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 {
  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"] {
  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;
}
/* Utilities
-------------------------------------------- */

/* Alignment */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-justify {
    text-align: justify;
  }
}

/* Embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Screen Readers */

/* Screen Readers */

.skip-to-content {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index:1314;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    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: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/* Spacing */

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 2rem !important;
}
.mt-2 {
  margin-top: 4rem !important;
}
.mt-3 {
  margin-top: 6rem !important;
}
.mt-4 {
  margin-top: 8rem !important;
}
.mt-5 {
  margin-top: 10rem !important;
}
.mt-6 {
  margin-top: 12rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 2rem !important;
}
.mb-2 {
  margin-bottom: 4rem !important;
}
.mb-3 {
  margin-bottom: 6rem !important;
}
.mb-4 {
  margin-bottom: 8rem !important;
}
.mb-5 {
  margin-bottom: 10rem !important;
}
.mb-6 {
  margin-bottom: 12rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 2rem !important;
}
.pt-2 {
  padding-top: 4rem !important;
}
.pt-3 {
  padding-top: 6rem !important;
}
.pt-4 {
  padding-top: 8rem !important;
}
.pt-5 {
  padding-top: 10rem !important;
}
.pt-6 {
  padding-top: 12rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 2rem !important;
}
.pb-2 {
  padding-bottom: 4rem !important;
}
.pb-3 {
  padding-bottom: 6rem !important;
}
.pb-4 {
  padding-bottom: 8rem !important;
}
.pb-5 {
  padding-bottom: 10rem !important;
}
.pb-6 {
  padding-bottom: 12rem !important;
}

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

/* hs menu thingy */
div.hs-tools-menu {
  top: -3px !important;
  min-height: 30px !important;
}
div.hs-tools-menu.hs-collapsed img.hs-sprocket {
  width: 24px !important;
  right: 3px !important;
}
/* CSS Variables
-------------------------------------------- */

:root {
  --color-main: #2E3033;
  --color-blue: #2A307E;
  --color-mid-blue: #2C3383;
  --color-dark-blue: #15183F;
  --color-light-blue: #26ACE3;
  --color-grey: #C0C0C0;
  --color-yellow: #ECCC59;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --font-body: "Noto Sans", sans-serif;
  --font-primary: "Atkinson Hyperlegible Next", sans-serif;
  --width-content: 1260px;
  --width-wide: 1400px;
  --width-nav: 900px;
  --width-medium: 992px;
  --width-small: 540px;
}
/* Base
-------------------------------------------- */

html {
  /* 	font-size: 62.5%; */
  scroll-behavior: smooth;
}
body {
  color: #494a52;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  background: var(--color-white);
}
.guts {
  /* padding-top: 7rem; */
}
/* .wrapper.page {
overflow: hidden;
} */

/* Layout
-------------------------------------------- */

.container {
  max-width: var(--width-wide);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}


.container-narrow {
  max-width: var(--width-medium);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container-medium{
  max-width: var(--width-content);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.wide-wrapper {
  max-width: 1680px;
  margin: 0 auto;
}

.video-wrap {
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
  position: relative;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section {
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 992px) {
  section {
    padding: 6rem 0;
  }
}

/* Helpers
-------------------------------------------- */

/* Colors */

.white {
  color: var(--white);
}

/* Background Colors */


/* Accents */
.accent-bump::after {
  content: "";
  position: absolute;
  display: block;
  width: 121px;
  height: 26px;
  background: transparent url() no-repeat center center / 100%;
  z-index: 5;
}
@media (min-width: 992px) {
  .accent-bump::after {
    width: 242px;
    height: 52px;
  }
}
.accent-bump.ltcolor_top_left::after {
  top: 0;
  left: 20%;
  transform: rotate(180deg) translateX(-50%);
}
.accent-bump.ltcolor_top_center::after {
  top: 0;
  left: calc(50% - 121px);
  transform: rotate(180deg);
}
.accent-bump.ltcolor_top_right::after {
  top: 0;
  right: 20%;
  transform: rotate(180deg) translateX(50%);
}
.accent-bump.ltcolor_bottom_left::after {
  bottom: 0;
  left: 20%;
  transform: translateX(-50%);
}
.accent-bump.ltcolor_bottom_center::after {
  bottom: 0;
  left: calc(50% - 121px);
}
.accent-bump.ltcolor_bottom_right::after {
  bottom: 0;
  right: 20%;
  transform: translateX(50%);
}
.accent-bump.white_top_left::after {
  filter: brightness(0) invert(1);
  top: 0;
  left: 20%;
  transform: rotate(180deg) translateX(-50%);
}
.accent-bump.white_top_center::after {
  filter: brightness(0) invert(1);
  top: 0;
  left: calc(50% - 121px);
  transform: rotate(180deg);
}
.accent-bump.white_top_right::after {
  filter: brightness(0) invert(1);
  top: 0;
  right: 20%;
  transform: rotate(180deg) translateX(50%);
}
.accent-bump.white_bottom_left::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  left: 20%;
  transform: translateX(-50%);
}
.accent-bump.white_bottom_center::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  left: calc(50% - 121px);
}
.accent-bump.white_bottom_right::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  right: 20%;
  transform: translateX(50%);
}
/**Styling scrollable elements*/

.vveani {
  opacity: 0;
  transition: opacity 500ms;
}

.hs-inline-edit .vveani {
  opacity: 1;
  transition: none !important;
}
.hs-inline-edit .vveani.scrolled {
  animation: none !important;
}

.vveani.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 0.8s ease-in-out both;
}

.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 0.8s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

/* Tone down the animation to avoid vestibular motion triggers like scaling or panning large objects. */
@media (prefers-reduced-motion) {
	.vveani {
	  opacity: 1;
	}
	.scrolled {
	  animation: none !important;
	}
  }

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* @media (max-width: 768px) {
	.vveani { opacity: 1 !important; }
} */
/* Typography
-------------------------------------------- */
body {
  background-color: var(--color-white);
  font-family: var(--font-body);
  color: var(--color-main);
  font-size: 18px;
  line-height: 1.88;
  font-weight: 400;
  letter-spacing: 0.16px;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

a {
  color: var(--color-blue);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

a:hover,
a:active,
a:focus {
  color: var(--color-mid-blue);
  text-decoration: none;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: .25em;
  margin-bottom: .25em;
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -2.16px;
  text-transform: uppercase;
  color: var(--color-blue);
}

h2, .h2 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 55px;
  line-height: 1;
  letter-spacing: -1.65px;
  text-transform: uppercase;
  color: var(--color-blue);
}

h3, .h3 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.64px;
  text-transform: capitalize;
  color: var(--color-main);
}

h4, .h4 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.26px;
  color: var(--color-black);
}

h5, .h5 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.88;
  letter-spacing: 0.22px;
  color: var(--color-black);
}

h6, .h6 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.88;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  color: var(--color-black);
}

@media (max-width: 991px){
  h1, .h1 {
    font-size: 55px;
    line-height: 1;
    letter-spacing: -1.65px;
  }

  h2, .h2 {
    font-size: 40px;
    line-height: 1.12;
    letter-spacing: -1.2px;
  }

  h3, .h3 {
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.52px;
  }

  h4, .h4 {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0.22px;
  }

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

  h6, .h6 {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
}

@media (max-width: 767px){
  h1, .h1 {
    font-size: 45px;
    line-height: 1;
    letter-spacing: -1.35px;
  }

  h2, .h2 {
    font-size: 35px;
    line-height: 1.12;
    letter-spacing: -1.05px;
  }

  h3, .h3 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.48px;
  }
}

strong {
  font-weight: 800;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}


/* Blockquote */

blockquote {
  margin: 2rem 0;
  padding-left: 1rem;
  border-left: 0.5rem solid var(--color-blue);
}

/* Horizontal Rules */

hr {
  background-color: var(--color-blue);
  height: 1px;
  border: none;
}

/* Buttons
-------------------------------------------- */

.btn,
.cta_button,
.hs-button,
input.hs-button,
.primary-btn{
  background: radial-gradient(100% 235.36% at 70.27% 0%, var(--color-blue) 0%, var(--color-dark-blue) 100%);
  color: var(--color-white);
  border: none;
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -3%;
  font-style: normal;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
}

.btn:hover,
.btn:focus,
a.hs-button:hover,
a.hs-button:focus,
input.hs-button:hover,
input.hs-button:focus,
.actions:hover input.hs-button,
.actions:focus input.hs-button,
.primary-btn:hover,
.primary-btn:focus{
      background: radial-gradient(100% 235.36% at 70.27% 0, var(--color-blue) 0, var(--color-mid-blue) 100%);
    color: var(--color-white);
  outline: none;
}

.actions,
.hs-button,
.btn,
.cta_button,
input.hs-button,
.primary-btn{
  position: relative;
  display: inline-block;
}

.secondary-btn{
  border: 2px solid var(--color-white);
  background: transparent;
  color: var(--color-white);
}

.secondary-btn:hover,
.secondary-btn:focus{
  border-color: var(--color-white);
  background: transparent;
  color: var(--color-white);
}

.actions:before,
.hs-button:before,
.btn:before,
.cta_button:before,
input.hs-button:before,
.primary-btn:before,
.secondary-btn:before{
  background-image: url(https://8553886.fs1.hubspotusercontent-na1.net/hubfs/8553886/MERA_April2025/Images/btn-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33px;
  content: "";
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(20px, -50%);
  width: 33px;
  z-index: 2;
  transition: all 0.3s ease;
}

.primary-btn:before {
    filter: brightness(0) saturate(100%) invert(18%) sepia(80%) saturate(1212%) hue-rotate(212deg) brightness(91%) contrast(96%);
}

.hs-button:hover:before,
.btn:hover:before,
.cta_button:hover:before,
input.hs-button:hover:before,
.primary-btn:hover:before,
.secondary-btn:hover:before {
  width: 53px;
  transform: translate(40px, -50%);
  background-size: 53px;
}

button {
  cursor: pointer;
}

.bg-white {
  background-color: var(--color-white);
  color: var(--color-main);
}

.bg-blue {
  background: var(--color-blue);
  color: var(--color-white);
}

.bg-blue-gradient {
  background: radial-gradient(106.71% 118.35% at 50% 50%, #2A307E 11.5%, #26ACE3 100%);
  color: var(--color-white);
}

.bg-dark-blue-gradient {
  background: radial-gradient(100% 235.36% at 70.27% 0%, #2A307E 0%, #15183F 100%);
  color: var(--color-white);
}

@media (min-width: 768px){
  .visible-phone {
    display: none !important;
  }
}
@media (max-width: 991px){}
@media (max-width: 767px){
  .visible-phone {
    display: block !important;
  }
}

@media (max-width: 767px){
  .btn, .cta_button, .hs-button, .primary-btn, input.hs-button {}
}


.system-page-gaping {
    padding: 3rem 0;
}
/* Forms
-------------------------------------------- */

.actions {
  cursor: pointer;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  appearance: none;
    background: var(--color-white);
    border: 1px solid var(--color-blue);
    border-radius: 10px;
    color: var(--color-blue);
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 10px;
    outline: none;
    padding: 15px;
    width: 100%;
}

select {
  height: 55px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: var(--color-dark-blue);
}

textarea {
  min-height: 120px;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 32px !important;
  background-image: url('https://22760928.fs1.hubspotusercontent-na1.net/hubfs/22760928/RCS_2024/website/images/arrow-down.svg') !important;
  background-origin: content-box !important;
  background-position: right -22px center !important;
  background-repeat: no-repeat !important;
  background-size: 14px 8px !important;
}

select[multiple] {
  height: auto;
  background-image: none;
}

label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0 0 6px;
  text-align: left;
}

.hs-form .hs-field-desc {
  font-size: 15px;
  line-height: 1.5em;
  margin: 0px 0 5px 20px;
}

.hs-form-field {
  margin-bottom: 24px;
}

.inputs-list li [type=checkbox] {
  border: 1px solid var(--color-light-grey);
  border-radius: 0;
  width: 20px !important;
  height: 20px;
  margin: 0 10px 0 0px;
  vertical-align: middle;
  display: inline-block;
}

.inputs-list li [type=checkbox] + span {
  vertical-align: middle;
  display: inline-block;
}

.inputs-list li.hs-form-booleancheckbox label {
  display: inline-block !important;
  vertical-align: middle;
}

.hs-button {
  cursor: pointer
}



/* Inputs List */

.hs-form ul.inputs-list:not(.hs-error-msgs) {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.hs-form ul.inputs-list:not(.hs-error-msgs) label {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: baseline;
  column-gap: 10px;
}

.hs-form ul.inputs-list:not(.hs-error-msgs) li:last-child label {
  margin: 0;
}

.hs-form .hs-form-field ul.inputs-list:not(.hs-error-msgs) span {
  font-weight: 400;
}

/* Error */

.hs-input.invalid {
  border-color: red;
}
.hs-error-msgs {
  position: relative;
  margin: 5px 0 0 !important;
  padding: 0 0 0 15px !important;
  list-style: none;
  color: red;
  line-height: 1.2;
}
.hs-error-msgs:after {
  position: absolute;
  content: '▴';
  top: 0;
  left: 0;
}

.hs-error-msg {
  font-size: 14px;
  font-weight: 400;
}

/* Captcha */

.hs_recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  float: none !important;
  width: 100% !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']),
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']),
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']) {
  width: 100% !important;
}

.hs_resume_upload .hs-input {
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  border-radius: 0;
}

input#hs-pwd-widget-password {
  margin-top: 0 !important;
  height: auto !important;
}

/* WebKit browsers (Chrome, Safari) */
input::-webkit-input-placeholder {
  color: var(--color-black);
}

/* Mozilla Firefox */
input:-moz-placeholder {
  color: var(--color-black);
  opacity: 1; /* Override Firefox's reduced opacity default */
}

textarea:-moz-placeholder {
  color: var(--color-black);
  opacity: 1;
}

/* Internet Explorer 10+ */
input:-ms-input-placeholder {
  color: var(--color-black);
}

textarea:-ms-input-placeholder {
  color: var(--color-black);
}

/* Microsoft Edge */
input::-ms-input-placeholder {
  color: var(--color-black);
}

textarea::-ms-input-placeholder {
  color: var(--color-black);
}

/* Standard syntax */
input::placeholder {
  color: var(--color-black);
}

textarea::placeholder {
  color: var(--color-black);
}


@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .hs-form fieldset.form-columns-2,
  .hs-form fieldset.form-columns-3 {
    display: grid;
    column-gap: 20px;
  }
  .hs-form fieldset.form-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .hs-form fieldset.form-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}


.search-result-section .hs-search-field__form .hs-search-field__button {
  display: none;
}
/* Header
-------------------------------------------- */

header.header {
  background: var(--color-white);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(0);
  transition: transform .3s;
  width: 100%;
  z-index: 1313;
  border-bottom: 1.5px solid #2E30331A;
  padding: 25px 0;
}

.hs-web-interactives-top-banner-open .header {
  top: 95px;
}

.header:not(.has-open-nav)[data-scroll-direction=down] {
  transform: translateY(-100%)
}

.header[data-scroll-direction=up] {
  transform: translateY(0)
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0,-100px,0);
    -webkit-transform: translate3d(0,-100px,0)
  }

  to {
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0,-100px,0);
    -webkit-transform: translate3d(0,-100px,0)
  }

  to {
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased
  }
}

body {
  padding-top: 102px;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 102px;
}

.header-mid {
  width: calc(100% - 237px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-right {
  width: 135px;
}

.header .container {
  position: relative;
}

.header_search_input {
  display: none;
  width: 250px;
  position: absolute;
  right: 20px;
  top: 46px;
}

.header_search_input.open-search {
  display: block;
}

.header_search_input .hs-search-field__form input {
  padding: 5px 10px;
  margin-bottom: 0;
}


.header_search_input .hs-search-field__suggestions .results-for, 
.header_search_input .hs-search-field__suggestions a {
  font-size: 12px;
  line-height: normal;
}

.header_icon_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-search-link a {
  text-decoration: none;
  font-family: var(--font-primary);
  font-weight: 600;
  text-transform: uppercase;
}

.header-search-link a:hover {
  text-decoration: underline;
}

.header-search-icon {
  cursor: pointer;
  line-height: 0;
  padding: 0;
  border: none;
  background: transparent;
  margin-left: 25px;
}

.header-search-link {
  vertical-align: middle;
  line-height: 0;
}


.main-nav__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav__list .main-nav__item.main-nav__item--has-children {
  position: relative;
}

.main-nav__dropdown {
  background: radial-gradient(100% 235.36% at 70.27% 0, #2a307e 0, #15183f 100%);
  border-radius: 0;
  list-style: none;
  margin: 0;
  min-width: 200px;
  opacity: 0;
  padding: 15px 10px;
  position: absolute;
  top: 80%;
  transition: all .3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 99;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 8px 8px 16px -2px rgba(40, 41, 67, .08);
  border: 1.5px solid #2e30331a;
}

.main-nav__list .main-nav__item--has-children.is-open ul.main-nav__dropdown {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav__list .main-nav__item.main-nav__item--has-children.is-open .dropdown-toggle {
  transform: rotate(180deg);
  margin-top: -11px;
}

.main-nav__item {
  margin: 0 22px;
  position: relative;
}
.main-nav__item:first-child {
  margin-left: 0;
}

/* .main-nav__item:last-child {
padding-right: 0;
} */

.dropdown-toggle {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}

.main-nav__link {
  display: block;
  font-size: 18px;
  line-height: 1.66;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
  font-family: var(--font-primary);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-blue);
}

.main-nav__item:before {
  content: "";
  background: #2A307E;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.main-nav__item:hover:before {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.main-nav__list .main-nav__item.active-branch:before {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.main-nav__dropdown-link{
  color: var(--color-blue);
  text-align: left;
  text-decoration: none;
  text-transform: none;
  position: relative;
  display: block;
}

.main-nav__link:focus,
.main-nav__link:hover{
  color: var(--color-mid-blue);
}

.main-nav__dropdown-link:focus,
.main-nav__dropdown-link:hover{
  color: var(--color-dark-blue);
}

.main-nav .main-nav__dropdown-item {
  line-height: normal;
  padding: 8px 5px;
}

#menu ul li.active > ul {
  opacity: 1;
  visibility: visible;
}

.header-btn {
  padding-left: 30px;
}

.header-btn .hs-button:before,
.header-btn .hs-button:after {
  display: none;
}

button.hs-search-field__button {
  display: none;
}

/* Header LP */


@media (min-width: 1151px) {
  .mobile-menu,.mobile-nav,.mobile-nav__toggle,.utility-nav.mobile-utility-nav {
    display:none;
  }
}

@media (min-width: 1251px) and (max-width: 1380px) {

}

@media (max-width: 1250px) and (min-width: 1151px){


}

@media (min-width: 992px){
  .mobile-nav,
  .mobile-nav__toggle,
  .header-mobile{
    display: none;
  }
}

@media (max-width:991px){

  body {
    padding-top: 81px;
  }

  header.header {
    padding: 20px 0;
  }

  .masthead__main-nav,
  .header-desktop-btn,
  .header-mid,
  .mobile-nav{
    display: none;
  }

  .header-search {
    padding-right: 60px;
  }

  .header-right {
    width: auto;
  }

  .header-search-icon, 
  .header-search-icon svg {
    padding-left: 0;
    width: 40px;
    height: 40px;
  }

  .header-search-icon svg rect {
    fill: var(--color-blue);
  }

  .header_search_input {
    left: 0;
    padding: 20px;
    right: 0;
    top: 61px;
    width: 100%;
    background: var(--color-blue);
  }

  /*   .header-btn {
  display: none;
}

  .masthead__main-nav, .mobile-nav {
  display: none;
} */

  .mobile-nav__toggle {
    background-color: var(--color-blue);
    border: none;
    border-radius: 50%;
    flex: 0 1 2.5rem;
    height: 2.5rem;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
  }

  .sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0,0,0,0);
    border: 0
  }

  .mobile-nav__toggle span {
    background: var(--color-white);
    display: block;
    height: 3px;
    left: .5rem;
    position: absolute;
    top: calc(50% - 1px);
    transition: all .3s ease;
    width: 25px;
  }

  .mobile-nav__toggle span:first-of-type {
    top: 11px;
  }

  .mobile-nav__toggle span:nth-of-type(2) {
    transform: rotate(0);
    transition: all .5s;
    width: 20px;
    left: auto;
    right: .5rem;
  }

  .mobile-nav__toggle span:nth-of-type(3) {
    top: 27px;
  }

  .mobile-nav__toggle:hover span:nth-of-type(2) {
    width: 25px;
  }

  .mobile-nav__toggle.is-open span,
  .mobile-nav__toggle:hover span{
    background: var(--color-white);
  }

  .mobile-nav__toggle.is-open span:nth-of-type(2) {
    left: .5rem;
    transform: rotate(135deg);
    width: 25px;
    opacity: 0;
  }

  .mobile-nav.is-open {
    background-color: var(--color-blue);
    display: block;
    left: 0;
    margin: 0 auto;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 61px;
    width: 100%;
    z-index: 99;
  }

  .mobile-nav__toggle.is-open span:first-of-type {
    transform: rotate(135deg);
    top: 19px;
  }

  .mobile-nav__toggle.is-open span:last-child {
    transform: rotate(225deg);
    top: 19px;
  }

  .mobile-nav__utility-nav {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-nav__item {
    position: relative;
    border-bottom: 2px solid var(--color-white);
  }

  .mobile-nav__link {
    color: var(--color-white);
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66;
    padding: 12px 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-nav__link:hover,
  .mobile-nav__link:focus,
  .mobile-nav__link:active {
    color: var(--color-white);
    font-weight: 700;
  }

  .mobile-nav__item--has-children .mobile-nav__link {
    margin-right: 60px;
  }

  .mobile-nav__dropdown-toggle {
    background: transparent;
    border: none;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .3s;
    width: 60px;
    height: 54px;
    border-left: 1px dotted var(--color-white);;
  }

  .mobile-nav__dropdown-toggle svg {
    height: 20px;
    transition: all .3s;
    width: 20px;
    fill: var(--color-white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .mobile-nav__dropdown-toggle svg path {
    fill: var(--color-white);
  }

  .mobile-nav__dropdown-toggle.is-open svg {
    transform: rotate(180deg);
    margin-top: -10px;
  }

  .mobile-nav__dropdown-toggle:hover svg {
    color: var(--color-light-seafoam);
  }

  .mobile-nav__dropdown-toggle:hover svg path, 
  .mobile-nav__dropdown-toggle:focus svg path {
    fill: var(--color-light-seafoam);
  }

  .mobile-nav__dropdown {
    display: none
  }

  .mobile-nav__dropdown.is-open {
    border-top: 2px solid var(--color-white);
    display: block;
    list-style: none;
    padding: 0;
  }

  .mobile-nav__dropdown-item {
    border-bottom: 2px solid var(--color-white);
    padding: 12px 20px 12px 30px;
  }

  .mobile-nav__dropdown-item:last-child {
    border-bottom: none;
  }

  .mobile-nav__dropdown-link {
    color: var(--color-white);
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    text-align: left;
    text-decoration: none;
    /*     text-transform: uppercase; */
  }

  .mobile-nav__dropdown-link:hover,
  .mobile-nav__dropdown-link:focus{
    color: var(--color-white);
  }

  .logo {
    width: auto;
  }

  .scroll-header header.header {
    animation: none;
  }

  .header-btn {
    padding: 20px;
  }

  .header-btn .hs-button:hover,.header-btn .hs-button:focus {
    background: radial-gradient(100% 235.36% at 70.27% 0, var(--color-main) 0, var(--color-dark-blue) 100%);
  }

  .mobile-nav__item:hover .mobile-nav__link {
    background: var(--color-light-blue);
  }

  .mobile-nav__item:hover .mobile-nav__dropdown-toggle {
    background: var(--color-light-blue);
  }

  .header_search_input .hs-search-field__suggestions .results-for, .header_search_input .hs-search-field__suggestions a {
    font-size: 16px;
    color: var(--color-white);
    padding: 10px;
  }

  .header-mobile-btn .hs-button {
    background: transparent;
    border: 2px solid var(--color-white);
  }

  .header-mobile-btn .hs-button:focus, 
  .header-mobile-btn .hs-button:hover {
    background: var(--color-white);
    color: var(--color-mid-blue);
  }

  
}


/* @media (max-width: 991px){
.scroll-header header.header {
animation: none;
}
} */
@media (max-width: 767px){


}
/* Footer
-------------------------------------------- */
.footer-bottom {
  background: #AEACAA33;
  border-top: 1.5px solid #2E30331A;
  padding: 14px 0;
}

.footer-bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer_copyright_col {
  font-family: var(--font-primary);
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-main);
}

.footer_copyright_col a {
  color: inherit;
  text-decoration: none;
}

.footer_copyright_col a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}

.footer_social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.footer_social ul li:not(:first-child) {
  padding-left: 15px;
}

.footer_copyright_col p {
  margin: 0;
}

.footer_social ul li a {
  display: block;
  line-height: 0;
}

.footer-top {
  background: var(--color-dark-blue);
  border-top: 1.5px solid #2E30331A;
  padding: 60px 0;
  color: var(--color-white);
}

.footer-top-container-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.footer-top-container-inner>div {
  width: 33.33%;
  padding: 0 15px;
}

.footer-logo-desc {
  padding-top: 35px;
}

.footer-right-col-inner {
  display: flex;
  justify-content: inherit;
  align-items: center;
  padding-left: 10px;
}

.footer-image {
  width: 200px;
}

.footer-address-wrap {
  width: calc(100% - 124px);
  padding-left: 20px;
}

.footer-address-item {
  display: flex;
  width: 100%;
}

.address-icon {
  margin-right: 20px;
  padding-top: 10px;
}

.footer-address {
  width: 100%;
}

.footer-address a {
  color: var(--color-white);
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper>ul {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu .hs-menu-wrapper>ul>li {
  width: 50%;
  padding: 0 10px;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-white);
  display: inline-block;
  border-bottom: 4px solid var(--color-white);
  padding-bottom: 5px;
      cursor: default;
}

.footer-menu .hs-menu-wrapper>ul ul {
  margin: 0;
  padding: 15px 0 0 0;
  list-style: none;
}

.footer-menu .hs-menu-wrapper>ul ul li a {
  color: var(--color-white);
  font-weight: 700;
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper>ul ul li {
  margin-bottom: 6px;
  display: inline-block;
}

.footer-menu .hs-menu-wrapper>ul ul li a:hover {
  text-decoration: underline;
}

.footer-left-col-inner {
  padding-right: 30px;
}

.footer-logo-desc p:last-child {
  margin-bottom: 0;
}

.footer-address-item:last-child .footer-address p {
  margin-bottom: 0;
}

@media (min-width: 1921px){

}

@media (max-width: 1199px){
  .address-icon {
    margin-right: 10px;
  }

  .footer-right-col-inner {
    flex-direction: column;
  }

  .footer-image {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
  }

  .footer-address-wrap {
    padding-left: 0;
    width: 100%;
  }

  .footer-address p br {
    display: none;
  }

  .footer-left-col-inner {
    padding-right: 15px;
  }

  .footer__col.footer-left-col {
    width: 30%;
  }

  .footer__col.footer-middle-col {
    width: 45%;
  }

  .footer__col.footer-right-col {
    width: 25%;
  }
}

@media (max-width: 991px){
  .footer-top-container-inner {
    flex-direction: column;
  }

  .footer__col.footer-left-col, .footer__col.footer-middle-col, .footer__col.footer-right-col {
    width: 100%;
  }

  .footer-top-container-inner>div {
    padding-bottom: 30px;
  }

  .footer-top {
    padding: 50px 0;
  }

  .footer-right-col-inner {
    padding-left: 0;
  }

  .footer__col.footer-right-col {
    padding-bottom: 0;
  }

  .address-icon {
    padding-top: 5px;
  }
}

@media (max-width: 767px){
  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    padding-bottom: 20px;
  }

  .footer-menu .hs-menu-wrapper>ul>li:last-child {
    padding-bottom: 0;
  }

  .footer-top {
    padding: 40px 0;
  }

  .footer-bottom {
    padding: 20px 0;
  }

  .footer-left-col-inner {
    padding-right: 0;
  }

  .footer-bottom-container {
    flex-direction: column-reverse;
  }

  .footer_copyright_col {
    padding-top: 15px;
  }
}
.blog-listing__featured-image {
  overflow: hidden;
  padding-bottom: 62%;
  position: relative;
}

.blog-listing__featured-image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all .3s ease;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-listing__grid-item-inner:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-listing_desc {
  background: var(--color-light-grey);
  padding: 25px;
  position: relative;
}

.blog-listing__title {
  margin-bottom: 12px;
}

.blog-listing__title a {
  text-decoration: none;
  color: inherit;
}

.blog-listing__title a:hover {
  color: var(--color-green);
}

.blog-more-btn {
  font-weight: 700;
  letter-spacing: .02em;
  padding-right: 60px;
}

.blog-more-btn a {
  text-decoration: none;
  color: inherit;
}

.rp-img-btn>a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-listing__body {
  padding-bottom: 35px;
}

.rp-img-btn {
  align-items: center;
  background: var(--color-dark-blue);
  bottom: -31px;
  display: flex;
  height: 80px;
  justify-content: center;
  position: absolute;
  right: -25px;
  transition: all .3s ease;
  width: 80px;
}

.rp-img-btn svg {
  display: block;
}

.blog-listing_desc_inner {
  position: relative;
}

.blog-listing_desc:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background: var(--color-seafoam);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.blog-listing__grid-item-inner:hover .blog-listing_desc:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

a.next-posts-link.load-more.p-hide {
  display: none !important;
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 20px;
}

.blog-pagination a {
  color: var(--color-dark-blue);
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.blog-pagination a:hover, 
.blog-pagination a:focus,
.blog-pagination a.active {
  color: var(--color-seafoam);
}

.blog-post .cta_button {
  background: var(--color-yellow) !important;
  border: 1.5px solid var(--color-yellow) !important;
  color: var(--color-black) !important;
  display: inline-block !important;
  font-weight: 800 !important;
  letter-spacing: 1px;
  line-height: 1.21 !important;
  padding: 12px 25px !important;
  position: relative;
  text-align: center !important;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: "Montserrat", Arial, sans-serif !important;
}

.blog-post .cta_button > span {
  font-size: 14px !important;
}

.blog-post .cta_button:hover {
  background: var(--color-black) !important;
  border: 1.5px solid var(--color-black) !important;
  color: var(--color-yellow) !important;
}


.blog-post-col-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-post-col {
  padding: 0 15px;
}

.blog-post-col.post-content {
  width: 70%;
  padding-right: 100px;
}

.blog-post-col.post-sidebar {
  width: 30%;
}

.blog-sidebar-widget h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0.08em;
  text-align: left;
  color: var(--color-dark-blue);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.blog-sidebar-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-social-share ul {
  display: flex;
  flex-wrap: wrap;
}

.sidebar-social-share ul li {
  margin: 0 12px;
}

.sidebar-social-share ul li:first-child {
  margin-left: 0;
}

.blog-sidebar-widget {
  margin-bottom: 40px;
}

.sidebar-social-share ul li a:hover svg path {
  fill: var(--color-dark-blue);
}

.sidebar-recent-post ul li a,
.sidebar-topics ul li a{
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 18px;
  display: inline-block;
}

.blog-sidebar-widget span.filter-link-count {
  display: none;
}

.blog-post__content img {
  display: block;
  margin: 20px 0;
}

.blog-sidebar-widget ul li:last-child a {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .blog-listing__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .blog-listing__grid-item {
    margin: 0 10px 30px;
    width: calc(50% - 20px);
  }
}

@media (min-width: 992px) {
  .blog-listing__grid-item {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 1199px) {
  .blog-post-col.post-content {
    padding-right: 70px;
  }
}
@media (max-width: 991px) {
  section.blog-post-wrapper {
    padding-top: 0;
  }

  .blog-post-col.post-content {
    width: 100%;
    padding-right: 15px;
  }

  .blog-post-col.post-sidebar {
    width: 100%;
    padding-top: 40px;
  }


}
@media (max-width: 767px) {
  .blog-pagination {
    padding-top: 20px;
  }

  .blog-listing__grid-item {
    margin-bottom: 30px;
    display: block;
  }

  .rp-img-btn {
    width: 60px;
    height: 60px;
  }

  .blog-more-btn h5 {
    position: relative;
    top: 10px;
  }

  .blog-listing__body {
    padding-bottom: 25px;
  }

  .sidebar-recent-post ul li a,
  .sidebar-topics ul li a {
    font-size: 20px;
  }

  .blog-sidebar-widget {
    margin-bottom: 30px;
  }
}