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

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

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

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

main#primary {
    padding-top: 115px;
}

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

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

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

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

.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-maroon h1,
.bg-maroon h2,
.bg-maroon h3,
.bg-maroon h4,
.bg-maroon h5,
.bg-maroon h6{
  color: var(--color-white);
}

.bg-light-blue .btn.tertiary-btn,
.bg-light-blue .tertiary-btn,
.bg-light-blue .btn.primary-btn,
.bg-light-blue .primary-btn {
  background: var(--color-blue);
  color: var(--color-white);
}

.bg-light-blue .btn.tertiary-btn:focus, 
.bg-light-blue .btn.tertiary-btn:hover, 
.bg-light-blue .tertiary-btn:focus, 
.bg-light-blue .tertiary-btn:hover,
.bg-light-blue .btn.primary-btn:focus, 
.bg-light-blue .btn.primary-btn:hover, 
.bg-light-blue .primary-btn:focus, 
.bg-light-blue .primary-btn:hover{
  background: var(--color-orange);
  color: var(--color-white);
}

.bg-light-blue .btn.tertiary-btn:after,
.bg-light-blue .tertiary-btn:after,
.bg-light-blue .btn.primary-btn:after,
.bg-light-blue .primary-btn:after{
  filter: brightness(0) saturate(100%) invert(94%) sepia(12%) saturate(18%) hue-rotate(80deg) brightness(109%) contrast(100%);
}

.bg-light-blue .btn.tertiary-btn:hover:after,
.bg-light-blue .tertiary-btn:hover:after,
.bg-light-blue .btn.primary-btn:hover:after,
.bg-light-blue .primary-btn:hover:after{
  filter: brightness(0) saturate(100%) invert(94%) sepia(12%) saturate(18%) hue-rotate(80deg) brightness(109%) contrast(100%);
}
/* 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 */

.bg-white {
  background-color: #fff;
}

/* 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-maroon: #641D2E;
	--color-blue: #00224D;
	--color-light-blue: #CCEDE6;
	--color-orange: #FF5900;
  --color-white: #FFFFFF;
  --color-off-white: #FBF9F5;
  --color-black: #000000;
  --color-input: #E0E0E0;
	--font-body: 'Montserrat', Arial, sans-serif;
  --font-primary: 'filson-pro', Arial, sans-serif;
  --font-secondary: 'Gotham', Arial, sans-serif;
	--width-content: 1220px;
	--width-wide: 1450px;
	--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: 30px;
  padding-left: 30px;
}


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


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

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

/* 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%);
}
/* Typography
-------------------------------------------- */
@font-face {
  font-family: 'Nexa';
  src: url(https://20529914.fs1.hubspotusercontent-na1.net/hubfs/20529914/raw_assets/public/Proresourceshr_2024/fonts/nexa_regular-webfont.woff2) format('woff2'),
    url(https://20529914.fs1.hubspotusercontent-na1.net/hubfs/20529914/raw_assets/public/Proresourceshr_2024/fonts/nexa_regular-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url(https://20529914.fs1.hubspotusercontent-na1.net/hubfs/20529914/raw_assets/public/Proresourceshr_2024/fonts/nexa_bold-webfont.woff2) format('woff2'),
    url(https://20529914.fs1.hubspotusercontent-na1.net/hubfs/20529914/raw_assets/public/Proresourceshr_2024/fonts/nexa_bold-webfont.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url(https://20529914.fs1.hubspotusercontent-na1.net/hubfs/20529914/raw_assets/public/Proresourceshr_2024/fonts/nexa_black-webfont.woff2) format('woff2'),
    url(https://20529914.fs1.hubspotusercontent-na1.net/hubfs/20529914/raw_assets/public/Proresourceshr_2024/fonts/nexa_black-webfont.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: local('Gotham Black'), local('Gotham-Black'),
    url('https://20529914.fs1.hubspotusercontent-na1.net/hubfs/20529914/raw_assets/public/Proresourceshr_2024/fonts/Gotham-Black.woff2') format('woff2'),
      url('https://20529914.fs1.hubspotusercontent-na1.net/hubfs/20529914/raw_assets/public/Proresourceshr_2024/fonts/Gotham-Black.woff') format('woff'),
        url('https://20529914.fs1.hubspotusercontent-na1.net/hubfs/20529914/raw_assets/public/Proresourceshr_2024/fonts/Gotham-Black.ttf') format('truetype');
          font-weight: 900;
          font-style: normal;
          }



body {
  background-color: var(--color-off-white);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.66;
  color: var(--color-black);
}
/* @media (min-width: 992px) {
body {
font-size: 1.1875rem;
}
} */
a {
  color: var(--color-black);
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: color .2s ease;
}
a:hover,
a:active,
a:focus {
  color: var(--color-black);
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: .25em;
  margin-bottom: .25em;
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 1;
  color: var(--color-blue);
}
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-size: 85px;
  color: var(--color-orange);
  font-weight: 800;

}
h2, .h2 {
  font-size: 60px;
  letter-spacing: 1.2px;
  font-weight: 800;
}
h3, .h3 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1.2px;
}
h4, .h4 {
  font-size: 32px;
  font-weight: 800;
}
h5, .h5 {
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  font-family: var(--font-body);
}
h6, .h6 {
  font-size: 22px;
  line-height: 1.18;
  font-weight: 900;
  font-family: var(--font-body);
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 70px;
  }
  h2, .h2 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  h4, .h4 {
    font-size: 26px;
  }
  h5, .h5 {
    font-size: 22px;
  }
  h6, .h6 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 35px;
  }
}

strong {
  font-weight: 700;
}

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

/* Horizontal Rules */

hr {
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

.btn,
.cta_button,
.hs-button,
input.hs-button,
.primary-btn{
  display: inline-block;
  padding: 15px 60px 15px 24px;
  position: relative;
  text-align: center;
  border-radius: 100px;
  background: var(--color-orange);
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.9px;
  vertical-align: middle;
  border: none;
  transition: 0.3s all ease;
}
.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{
  text-decoration: none;
  background: var(--color-light-blue);
  color: var(--color-blue);
  outline: none;
}

.btn:after, 
a.hs-button:after,
.actions:after,
.primary-btn:after,
.secondary-btn:after{
  background-image: url(https://20529914.fs1.hubspotusercontent-na1.net/hubfs/20529914/Proresourceshr_2024/Imgaes/arrow-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  content: "";
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(94%) sepia(12%) saturate(18%) hue-rotate(80deg) brightness(109%) contrast(100%);
  height: 28px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  vertical-align: middle;
  margin-top: 0px;
  transition: 0.3s all ease;
}

.btn:hover:after,
.btn:focus:after,
a.hs-button:hover:after,
a.hs-button:focus:after,
.actions:hover:after,
.actions:focus:after,
.primary-btn:hover:after,
.primary-btn:focus:after{
  filter:brightness(0) saturate(100%) invert(12%) sepia(19%) saturate(5955%) hue-rotate(194deg) brightness(93%) contrast(106%);
}

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

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

.btn.secondary-btn:after,
.secondary-btn:after{
  filter: brightness(0) saturate(100%) invert(65%) sepia(67%) saturate(7001%) hue-rotate(359deg) brightness(99%) contrast(109%);
}

.btn.secondary-btn:hover:after,
.btn.secondary-btn:focus:after,
.secondary-btn:hover:after,
.secondary-btn:focus:after{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(207deg) brightness(102%) contrast(102%);
}

.btn.tertiary-btn,
.tertiary-btn{
  background: var(--color-orange);
  color: var(--color-white);
}

.btn.tertiary-btn:after,
.tertiary-btn:after{
  filter: brightness(0) saturate(100%) invert(94%) sepia(12%) saturate(18%) hue-rotate(80deg) brightness(109%) contrast(100%);
}

.btn.tertiary-btn:hover, 
.btn.tertiary-btn:focus,
.tertiary-btn:hover, 
.tertiary-btn:focus{
  background: var(--color-light-blue);
  color: var(--color-blue);
}

.btn.tertiary-btn:hover:after, 
.btn.tertiary-btn:focus:after,
.tertiary-btn:hover:after, 
.tertiary-btn:focus:after{
  filter: brightness(0) saturate(100%) invert(10%) sepia(94%) saturate(1534%) hue-rotate(196deg) brightness(92%) contrast(105%);
}


button {
  cursor: pointer;
}

.actions {
  display: inline-block;
  position: relative;
}


/* HubSpot Overrides */

.hs-button.secondary {
  display: inline-block;
  padding: 1rem 2rem;
  -webkit-appearance: none;
}
.hs-button.secondary:hover,
.hs-button.secondary:active,
.hs-button.secondary:focus {
  text-decoration: none;
}

/* Sizing */

.btn--sm {
  padding: .5rem 1rem;
  font-size: 1.6rem;
}

.btn--lg {
  padding: 1.5rem 3rem;
  font-size: 2rem;
}
/* arrow button */
.btn--block {
  display: block;
}

/* modify anchor style if CTA button has image inside */
.hs-cta-wrapper .hs-cta-node a.cta_button.cta_hasimage {
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0;
}


@media (max-width: 767px){
  .btn, .cta_button, .hs-button, .primary-btn, input.hs-button {
    font-size: 16px;
    padding: 15px 45px 15px 24px;
  }

  .actions:after, .btn:after, .primary-btn:after, .secondary-btn:after, a.hs-button:after {
    width: 22px;
    background-size: 22px;
    right: 15px;
    margin-top: 0;
  }
}
/* Forms
-------------------------------------------- */

/* form {
background: #EEE;
max-width: 500px;
padding: 30px;
} */

.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-radius: 100px;
  color: var(--color-black);
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
  margin-bottom: 10px;
  outline: none;
  padding: 15px;
  width: 100%;
  border: 1px solid var(--color-black);
}

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


textarea {
  min-height: 100px;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 32px !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16.45" height="9.225" viewBox="0 0 16.45 9.225"><path d="M18,27.45a1,1,0,0,1-.707-1.707l6.518-6.518-6.518-6.518a1,1,0,0,1,1.414-1.414l7.225,7.225a1,1,0,0,1,0,1.414l-7.225,7.225A1,1,0,0,1,18,27.45Z" transform="translate(27.45 -17) rotate(90)" fill="%231B363A"/></svg>') !important;
  background-origin: content-box !important;
  background-position: right -22px center !important;
  background-repeat: no-repeat !important;
  background-size: 14px 8px !important;
  height: 61px;
}

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

label {
  display: block;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 6px;
  text-align: left;
}

.hs-form .hs-field-desc {
  font-size: 15px;
  line-height: 1.5em;
  color: var(--c-ship-gray);
  margin: -5px 0 5px 20px;
}

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

.inputs-list li [type=checkbox] {
  border: 1px solid #020A0A;
  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) li {
margin-bottom: 10px;
} */

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

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


/* email_subscription_preferences_page page style */

.email-prefs .item {
  margin: 20px 0;
  padding-bottom: 1px;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.email-prefs .item .item-inner {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  border: 1px solid var(--color-light-blue);
  overflow: hidden;
  margin-top: 0;
  padding: 15px;
  background: var(--color-light-blue);
}
.email-prefs .item .item-inner:hover {
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.email-prefs .item.disabled {
  cursor: not-allowed;
  opacity: .6;
}

.email-prefs .item {
  cursor: pointer;
}

.email-prefs .item .fakelabel > span {
  font-weight: 800;
}

.email-prefs .item p {
  clear: both;
  margin: 5px 20px 0;
}

.email-prefs .item .fakelabel > input[type=checkbox] {
  margin-right: 0.15rem;
}
/* Header
-------------------------------------------- */

header.header {
  border-bottom: 5px solid #F04E23;
  background: var(--color-off-white);
  padding: 22px 0 20px;
  position: fixed;
  z-index: 113;
  width: 100%;
}

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

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

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

.main-nav__dropdown {
  list-style: none;
  margin: 0;
  padding: 20px;
  position: absolute;
  top: 80%;
  left: 0;
  border-radius: 24px;
  background: var(--color-white);
  box-shadow: 8px 8px 16px -2px rgba(40, 41, 67, 0.05);
  width: 100%;
  min-width: 250px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.main-nav__list .main-nav__item.main-nav__item--has-children:hover ul.main-nav__dropdown {
  opacity: 1;
  visibility: visible;
  top: 108%;
}

.utility-nav {
  display: flex;
  flex-wrap: wrap;
}


button.dropdown-toggle {
  display: none;
}

.main-nav__item {
  padding: 0 17px;
}

.main-nav__link,
.main-nav__dropdown-link{
  color: var(--color-blue);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.9px;
  position: relative;
}

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

.main-nav__link:after {
  background: var(--color-orange);
  border-radius: 50%;
  content: "";
  display: block;
  height: 9px;
  margin: 5px auto 0;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 9px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 0;
}

.main-nav__link:hover:after {
  opacity: 1;
  top: 25px;
}

.main-nav .main-nav__dropdown-item {
  line-height: normal;
}

.main-nav .main-nav__dropdown-item:not(:last-child) {
  margin-bottom: 15px;
}

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

.header-login {
  display: flex;
  align-items: center;
}

.header-login .hs-button {
  background-color: transparent;
  padding: 0 0 0 23px;
  vertical-align: middle;
  color: var(--color-blue);
  background-image: url(https://20529914.fs1.hubspotusercontent-na1.net/hubfs/20529914/Proresourceshr_2024/Images/user-icon.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left;
}

.header-login .hs-button:after {
  display: none;
}

.header-login .hs-button:hover,.header-login .hs-button:focus {
  background-image: url(https://20529914.fs1.hubspotusercontent-na1.net/hubfs/20529914/Proresourceshr_2024/Images/user-icon.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left;
  background-color: transparent;
  color: var(--color-orange);
  filter: brightness(0) saturate(100%) invert(39%) sepia(23%) saturate(6262%) hue-rotate(1deg) brightness(102%) contrast(103%);
}

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


@media (max-width: 1255px){
  .main-nav__item {
    padding: 0 8px;
  }

  .header-button {
    margin-left: 20px;
  }
}
@media (min-width: 1151px) and (max-width: 1255px){
  .main-nav__link {
    font-size: 16px;
  }

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

@media (max-width: 1150px){
  .mobile-nav__toggle{
    display: block;
  }

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

  .header-inner {
    position: relative;
  }

  .mobile-nav.is-open {
    border-radius: 0 0 1.25rem;
    box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,.15);
    display: block;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 137%;
    width: 100%;
    background-color: var(--color-white);
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .utility-nav.desktop-utility-nav {
    display: none;
  }

  .mobile-nav__toggle {
    background-color: var(--color-orange);
    border: none;
    border-radius: 50%;
    flex: 0 1 2.5rem;
    height: 2.5rem;
    padding: 0;
    position: relative;
    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);
    border-radius: 2px;
    display: block;
    height: 3px;
    left: 0.5rem;
    position: absolute;
    top: calc(50% - 1px);
    width: 1.5rem;
  }

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

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

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

  .mobile-nav__toggle:hover span:nth-of-type(2) {
    left: 0.5rem;
    width: 1.5rem;
  }

  .mobile-nav__toggle.is-open {
    background: var(--color-blue);
  }

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

  .mobile-nav__toggle.is-open span:nth-of-type(2) {
    left: 0.5rem;
    transform: rotate(135deg);
    width: 1.5rem;
  }

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

  .mobile-nav__item {
    position: relative;
  }

  .mobile-nav__link {
    display: block;
    padding: 0.75rem 1.5rem;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-blue);
  }

  .mobile-nav__link:hover {
    color: var(--color-orange);
  }

  .mobile-nav__item--has-children .mobile-nav__link {
    margin-right: 4rem;
  }

  .mobile-nav__dropdown-toggle {
    background: transparent;
    border: none;
    color: var(--color-blue);
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 1px;
    transition: background .3s;
    width: 4rem;
  }

  .mobile-nav__dropdown-toggle svg {
    height: 10px;
    transition: all .3s;
    width: 16px;
    fill: var(--color-blue);
  }

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

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

  .mobile-nav__dropdown {
    display: none;
  }

  .mobile-nav__dropdown.is-open {
    display: block;
    list-style: none;
    padding: 0 0 0.5rem;
  }

  .mobile-nav__dropdown-item {
    padding: 0.5rem 1.5rem 0.5rem 3rem;
  }

  .mobile-nav__dropdown-link {
    display: block;
    position: relative;
    text-decoration: none;
    color: var(--color-blue);
    font-weight: 500;
  }

  .mobile-nav__dropdown-link:hover {
    color: var(--color-orange);
  }

  .utility-nav {
    flex-direction: column;
    padding: 0 1.5rem 1rem;
  }

  .header-login {
    padding-bottom: 1rem;
  }

  .header-button {
    margin-left: 0;
  }
}

/* @media (max-width: 1150px) and (min-width: 1025px){
.main-nav__link {
font-size: 16px;
}

.main-nav__item {
padding: 0 8px;
}

.header-login .hs-button {
font-size: 16px;
}

.header-button .hs-button {
font-size: 15px;
padding: 12px 42px 12px 16px;
}

.header-button .hs-button:after {
width: 20px;
height: 20px;
background-size: 20px;
margin-top: 0;
right: 16px;
}

.logo img {
width: 140px !important;
}

.header-button {
margin-left: 10px;
}

.main-nav__dropdown-link, .main-nav__link {
font-size: 16px;
}

} */

/* Landing pages  */
.header--lp .logo a {
  display: block;
  width: 10rem;
  margin: auto;
}
/* Footer
-------------------------------------------- */

footer.footer {
  background: var(--color-maroon);
  padding: 6rem 0;
}

.footer__col-wrapper {
  display: flex;
  margin: 0 -15px;
}

.footer__col {
  width: 50%;
  padding: 0 15px;
}

.footer-left-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 130px;
}

.footer-image-divider {
  padding: 0 30px;
  height: 110px;
}

.footer-form {
  padding-top: 58px;
}

.footer-form .hs-input {
  border: none;
  color: rgb(0 0 0 / 50%);
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 140px;
}

.footer-form .form-title {
  color: var(--color-white);
  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 35px;
  letter-spacing: 0;
}

.footer-form .hs-submit .actions {
  position: absolute;
  top: 14px;
  right: 15px;
}

.footer-form form {
  position: relative;
}

.footer-form .hs-submit .actions:after {
  display: none;
}

.footer-form .hs-submit .hs-button {
  padding: 15px 24px;
}

.footer-form .submitted-message {
  color: #fff;
}

.footer-contact-inner {
  border-radius: 24px;
  background: var(--Off-White, #FBF9F5);

  /* Drop Shadow */
  box-shadow: 8px 8px 16px -2px rgba(40, 41, 67, 0.05);
  max-width: 500px;
  margin: 0 0 0 auto;
  padding: 48px 45px;
}


.footer-title h4 {
  color: var(--color-orange);
  margin-bottom: 24px;
}

.footer-contact-items {
  padding-bottom: 12px;
}

.footer-contact-item {
  margin-bottom: 12px;
  position: relative;
}

span.footer-contact-icon {
  position: absolute;
  left: 0;
  top: 0;
}

span.footer-contact-desc {
  padding-left: 25px;
  display: inline-block;
}

.footer-contact-icon svg {
  margin-right: 17px;
}

.footer-contact-desc a:hover {
  color: var(--color-orange);
}

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

.footer__col--social {
  border-top: 1px solid rgb(0 34 77 / 50%);
  padding-top: 24px;
}

.footer__social-list li {
  line-height: normal;
}

.footer__social-list li:not(:last-child) {
  margin-right: 12px;
}

.footer__social-link-icon {
  line-height: normal;
  display: inline-block;
}

.footer__social-item a:hover svg, 
.footer__social-item a:hover svg rect,
.footer__social-item a:hover svg circle {
  fill: var(--color-blue);
}

.footer_copyright {
  padding-top: 73px;
  color: var(--color-white);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: right;
}

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

.footer_copyright a:hover {
  color: var(--color-orange);
}

.footer_copyright p {
  margin-bottom: 0;
}

.footer-privacy-links a:hover {
  text-decoration: underline;
}

/* Form auto popup style */
body .leadinModal .leadin-preview-wrapper .advance-wrapper .leadin-button {
  background: var(--color-orange) !important;
  border-radius: 100px;
  color: var(--color-white) !important;
  font-style: normal;
  font-weight: 700;
}

body .leadinModal .leadin-preview-wrapper .advance-wrapper .leadin-button:hover {
  background: var(--color-light-blue) !important;
  color: var(--color-blue) !important;
}


@media (max-width: 1100px){
  .footer-logo img {
    width: 154px !important;
    height: auto;
  }

  .footer-image-divider {
    padding: 0 20px;
  }

  .footer-image img {
    width: 245px !important;
  }
}

@media (max-width: 991px){
  footer.footer {
    padding: 3rem 0;
  }

  .footer-form {
    padding-top: 0;
  }

  .footer-left-image {
    padding-top: 20px;
  }

  .footer__col-wrapper {
    flex-direction: column;
  }

  .footer__col {
    width: 100%;
  }

  .footer__col.footer-right-col {
    padding-top: 40px;
  }

  .footer-contact-inner {
    margin: 0;
  }

  .footer-logo img {
    width: auto !important;
  }

  .footer-image img {
    width: auto !important;
  }

  .footer_copyright {
    padding-top: 30px;
    text-align: left;
  }
}

@media (max-width: 500px){
  .footer-image-divider {
    display: none;
  }

  .footer-logo {
    padding-bottom: 20px;
    width: 100%;
  }

  .footer-left-image {
    flex-direction: column;
  }

  .footer-image {
    width: 100%;
  }

  .footer-contact-inner {
    padding: 35px 25px;
  }

  .footer-form .hs-submit .hs-button {
    padding: 15px 18px;
    font-size: 16px;
  }
  
  span.footer-contact-desc a {
    word-break: break-word;
}
}
.blog-posts {
  padding-bottom: 0rem;
  padding-top: 3rem;
}

.blog_post {
  padding-bottom: 100px;
}
.blog-listing__listing {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
  row-gap: 4rem;
  margin-bottom: 2rem;
}
.blog-listing__hero {
  background: var(--color-maroon);
  color: #fff;
  padding-bottom: 12rem;
  margin-bottom: -10rem;
}
.blog-listing__hero h1 {
  color: #fff;
  position: relative;
  z-index: 3;
}
.blog-listing__hero-overlay{
  position: absolute;
  right: 0;
  top: -4rem;
  width: 203px;
  height: 540px;
  transform: scaleX(-1);
  z-index: 0;
  color: var(--color-orange);
}
.blog-listing__first-item {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--color-light-blue);
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.blog-listing__first-item .post-item-content {
  padding: 2rem;
}
.blog-listing__first-item-img {
  position: relative;
}
.blog-listing__first-item-img img {
  width: 100%;
  aspect-ratio: 120/63;
  object-fit: cover;
}
.blog-listing__first-item-img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--color-light-blue) 0%, #CCEDE600 45%);
  top: 0;
  left: 0;
}
@media (min-width: 960px){
  .blog-listing__listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-listing__first-item {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-template-columns: 2fr 3fr;
  }
  .blog-listing__first-item .post-item-content {
    order: 1
  }
  .blog-listing__first-item-img {
    order: 2;
  }
  .blog-listing__first-item-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }
  .blog-listing__first-item-img::after {
    background: linear-gradient(to right, var(--color-light-blue) 0%, #CCEDE600 45%);
    left: -1px;
  }
}
.blog-list-tags a {
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.blog-list-tags {
  color: var(--color-red);
  display: block;
  padding-bottom: 20px;
}

.blog-listing__title {
  text-transform: capitalize;
  margin: 0 0 25px;
}

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

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

.blog-listing__body {
  color: var(--color-black);
  font-weight: 400;
}


.blog-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0 0;
}

.blog-pagination a {
  color: var(--color-black);
  text-align: center;
  font-family: var(--font-primary);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.blog-pagination .pagination-arrow {
  display: flex;
  margin-right: 8px;
}

.blog-pagination .pagination-arrow svg {
  width: 14px;
  height: 14px;
  display: inline-block;
}


.blog-pagination .pagination-arrow.next-arrow {
  margin-left: 8px;
  margin-right: 0;
}

.blog-pagination a:hover {
  color: var(--color-red);
}

.blog-pagination a:hover svg, .blog-pagination a:hover svg path {
  fill: var(--color-red);
}


.blog-listing__listing_wrap {
  padding-bottom: 100px;
  padding-top: 0;
}

/* .blog-posts {
padding-top: 100px;
padding-bottom: 75px;
} */

.back-link {
  margin-bottom: 60px;
}

.back-link a {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.back-link span.back-arrow {
  vertical-align: middle;
  width: 11px;
  height: 20px;
  margin-right: 20px;
}

.blog-post {
  margin-top: 50px;
}

.blog-post__meta {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-red);
  margin-bottom: 20px;
}

.meta_title {
  margin-right: 14px;
}

.blog-post__body {
  color: var(--color-black);
  /*   margin-bottom: 50px; */
}

.blog-post__body img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-post__body h2 {
  font-size: 40px
}

.blog-post__body h3 {
  font-size: 32px
}

.blog-post__body h4 {
  font-size: 24px
}

.blog-post__body blockquote {
  border-left: none;
  color: var(--color-black);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.23333333;
  margin: 30px 0;
  padding-left: 0;
  text-transform: capitalize;
}

.blog-post__body blockquote cite {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  text-transform: uppercase;
  color: var(--color-black);
  display: block;
  font-style: normal;
  margin-top: 25px;
}


.blog-sidebar_col {
  width: 30%;
  padding: 0 20px 0 40px;
}

.blog-post_col {
  width: 70%;
  padding: 0 40px 0 20px;
}

.blog-post_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.blog-sidebar-widget:not(:last-child) {
  margin-bottom: 40px;
}

.sidebar-social-share p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0;
}

.sidebar-social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.sidebar-social-share ul li a {
  background: var(--color-orange);
  display: inline-grid;
  padding: 8px;
  margin-right: 5px;
  border-radius: 8px;
}

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

.rec_post_item {
  border-top: 1px solid rgb(0 0 0 / 20%);
  padding-top: 25px;
  padding-bottom: 25px;
}

.rec-post-title a {
  color: var(--color-black);
  display: block;
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.13;
}

.rec-post-title a:hover {
  color: var(--color-red);
}

.blog-listing__img {
  overflow: hidden;
  border-radius: 1rem;
}

.blog-listing__featured-image {
  object-fit: cover;
  width: 100%;
  height: 325px;
  object-position: center;
   transition: 0.3s;
}

.blog-listing__img:hover img {
  transform: scale(1.1);
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs_submit.hs-submit {
  padding-top: 10px;
}

.post-item-meta {
  padding: 10px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.woodmark {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.blog-listing-container {
  position: relative;
  overflow: hidden;
}



@media (max-width: 991px){

  .topics-wrapper {
    padding-top: 80px;
  }

  .blog-post_col {
    padding-right: 20px;
    width: 100%;
  }

  .blog-sidebar_col {
    padding-left: 20px;
    width: 100%;
    margin-top: 50px;
  }

  .blog-sidebar-widget:not(:last-child) {
    margin-bottom: 25px;
  }

  .rec_post_item {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .blog_post {
    padding-bottom: 60px;
  }

  .blog-listing__listing_wrap {
    padding-top: 30px;
  }

}

@media (max-width: 767px){
  .blog-listing__item {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-listing__listing_wrap {
    padding-bottom: 50px;
  }

  .blog-listing__featured-image {
    height: auto;
  }

  .blog-pagination {
    padding: 20px 0;
  }

  .woodmark {
    bottom: 20px;
  }

}

.blog-header {
  background: var(--blue-dark);
  color: var(--white);
}
.blog-header h1 {
  margin: 0 0 .25rem;
}


/* blog index  */


.blog-listing__pagination {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}
.blog-pagination__numbers {
  padding: 0 1rem;
}
.blog-listing__pagination .blog-pagination__link {
  display: inline-block;
  padding: .25em .5em;
  background: var(--super-light);
  min-width: 1em;
  text-align: center;
}
.blog-listing__pagination .blog-pagination__link:hover,
.blog-listing__pagination .blog-pagination__link--active {
  background: var(--blue-bright);
  color: var(--white);
}
.blog-sidebar {
  padding: 2rem 0;
}
.blog-subscribe,
.blog-sidebar-subscribe {
  padding: 2rem 1rem;
  border-radius: 1rem;
}
.blog-listing__recent-posts ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  font-weight: bold;
}
.blog-listing__recent-posts li {
  line-height: 1.6;
  margin: 0 0 1em;
}
.blog-sidebar-search {
  background-color: var(--blue-light);
  padding: 3rem 1rem 2rem;
  border-radius: 1rem;
}
.blog__social-sharing {
  padding: 2rem 0;
}
.blog__social-sharing a {
  display: inline-block;
  padding: 0 .25rem;
}
.blog__social-sharing svg {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .blog-listing > .container {
    grid-template-columns: 2fr 1fr;
    column-gap: 6rem;
  }
}
/* blog post  */
.blog-post > .container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4rem;
}
.blog-post-inner {
  padding: 2rem 0;
}
.blog-post .hs-featured-image-wrapper {
  margin-bottom: 2rem;
}
.blog-post__details {
  font-weight: bold;
}
.blog-post .a2a_kit a {
  display: inline-block;
}
.blog-post-subscribe {
  background-color: var(--blue-dark);
  color: var(--white);
  padding: 2rem;
  border-radius: 1rem;
  margin: 2rem 0;
}
.blog-post__recent-posts ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  font-weight: bold;
}
.blog-post__recent-posts li {
  margin: 0 0 .25em;
}
@media (min-width: 992px) {
  .blog-post > .container {
    grid-template-columns: 2fr 1fr;
    column-gap: 6rem;
  }
}