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

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

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

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

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

@media (max-width: 479px){
  main#primary {
    padding-top: 100px;
  }
}
/* 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;
}

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

.bg-grey {
  background-color: rgb(39 39 42 / 50%);
}

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

/* 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-body: #FAFAFA;
  --color-primary: #191D23;
  --color-orange: #EA580C;
  --color-pumpkin: #F97316;
  --color-white: #FFFFFF;
  --color-light-black: #27272A;
  --color-gun-powder: #52525B;
  --color-black: #000000;
  --color-input: #E0E0E0;
  --color-input-border: #A1A1AA;
  --font-body: "Lato", sans-serif;
  --font-primary: "Roboto", sans-serif;
  --width-content: 1220px;
  --width-wide: 1440px;
  --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);
} */


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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--width-wide) + 64px* 2);
  padding: 0 64px;
}


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

@media (max-width: 768px) {
    .container {
        max-width: calc(var(--width-wide) + 5%* 2);
        padding: 0 5%;
    }
}
.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 */



/* Background Colors */


/* Accents */
/* Typography
-------------------------------------------- */

@font-face {
    font-family: 'Font Awesome 5 Pro';
    src: url('https://24042644.fs1.hubspotusercontent-na1.net/hubfs/24042644/PSI_2024/Fonts/FontAwesome5Pro-Regular.eot');
    src: url('https://24042644.fs1.hubspotusercontent-na1.net/hubfs/24042644/PSI_2024/Fonts/FontAwesome5Pro-Regular.eot?#iefix') format('embedded-opentype'),
        url('//24042644.fs1.hubspotusercontent-na1.net/hubfs/24042644/raw_assets/public/PSI_2024/fonts/FontAwesome5Pro-Regular.woff2') format('woff2'),
        url('//24042644.fs1.hubspotusercontent-na1.net/hubfs/24042644/raw_assets/public/PSI_2024/fonts/FontAwesome5Pro-Regular.woff') format('woff'),
        url('//24042644.fs1.hubspotusercontent-na1.net/hubfs/24042644/raw_assets/public/PSI_2024/fonts/FontAwesome5Pro-Regular.ttf') format('truetype'),
        url('//24042644.fs1.hubspotusercontent-na1.net/hubfs/24042644/raw_assets/public/PSI_2024/fonts/FontAwesome5Pro-Regular.svg#FontAwesome5Pro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

body {
  background-color: var(--color-body);
  font-family: var(--font-body);
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* @media (min-width: 992px) {
body {
font-size: 1.1875rem;
}
} */
a {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;

}
a:hover,
a:active,
a:focus {
  color: var(--color-primary);
  text-decoration: none;
  outline-width: 0;
}

p {
  margin: 0.1em 0 0.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var( --font-primary);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-primary);
  margin: 0.15em 0 0.35em;
}
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: 45px;
}

h2, .h2 {
  font-size: 40px;
}
h3, .h3 {
  font-size: 32px;
  margin: 0.1em 0 0.3em;
}
h4, .h4 {
  font-size: 28px;
  margin: 0.1em 0 0.3em;
}
h5, .h5 {
  font-size: 21px;
  margin: 0.05em 0 0.25em;
}
h6, .h6 {
  font-size: 18px;
  margin: 0.05em 0 0.25em;
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 35px;
  }
  h3, .h3 {
    font-size: 28px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h5, .h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 35px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 26px;
  }
  h4, .h4 {
    font-size: 22px;
  }
}

b, strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul {
  list-style: disc outside;
}

ul,
ol {
  padding-left: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

ul li, ol li {
  line-height: 1.65;
}

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;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1;
  padding: 16px 36px;
  margin: 20px 0 0;
  min-width: 125px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 2px transparent;
  box-shadow: inset 0 0 0 2px transparent;
  color: var(--color-white);
  background: -webkit-gradient(linear, right top, left top, from(var(--color-orange)), color-stop(96.98%, var(--color-pumpkin)));
  background: linear-gradient(270deg, var(--color-orange) 0%, var(--color-pumpkin) 96.98%);
  font-weight: 700;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-image 0.5s linear;
  transition: background-image 0.5s linear;
}
.btn:hover,
.btn:focus,
a.hs-button:hover,
a.hs-button:focus,
input.hs-button:hover,
input.hs-button:focus,
.primary-btn:hover,
.primary-btn:focus{
  text-decoration: none;
  color: var(--color-white);
  outline: none;
  box-shadow: inset 0 0 0 2px transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 250, 250, 0.15)), to(rgba(255, 250, 250, 0.15))), -webkit-gradient(linear, right top, left top, from(var(--color-pumpkin)), color-stop(96.98%, var(--color-orange)));
  background: linear-gradient(0deg, rgba(255, 250, 250, 0.15), rgba(255, 250, 250, 0.15)), linear-gradient(270deg, var(--color-pumpkin) 0%, var(--color-orange) 96.98%);
}

.secondary-btn{
   background: var(--color-white);
    color: var(--color-orange);
    border-color: var(--color-white);
}

.secondary-btn:hover,
.secondary-btn:focus{
 color: var(--color-white);
/*     background: var(--color-orange); */
  background: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #FFFFFF;
    box-shadow: inset 0 0 0 2px #FFFFFF;
}

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){


}
/* 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);
  color: var(--color-black);
  display: block;
  font: inherit;
  margin: 0;
  padding: 12px;
  width: 100%;
  border-radius: 4px;
  border: solid 1px var(--color-input-border);
}

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 {
}


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: 50px;
}

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

label {
  display: block;
  font-size: 18px;
  margin-bottom: 3px;
}
}

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

/* 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 {
  background: var(--color-white);
  padding: 25px 0 25px;
  position: fixed;
  width: 100%;
  z-index: 113;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}


.logo-left img {
  max-height: 72px;
  width: auto !IMPORTANT;
}

.logo-right img {
  max-height: 66px;
  width: auto !important;
}

.logo.logo-left {
  margin-right: 38px;
}




@media (max-width: 1255px){
 
}

@media (min-width: 1151px){
  
}

@media (max-width: 1150px){
  
}
/* Footer
-------------------------------------------- */

footer.footer {
  border-top: 1px solid #D4D4D8;
  background-color: var(--color-body);
  padding: 100px 0;
  color: var(--color-gun-powder);
  font-size: 16px;
}

footer.footer .container {
  display: grid;
  grid-template-columns: 270px auto 270px;
  gap: 125px;
}

footer.footer .footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer.footer .footer_newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo-top {
  margin-right: 36px;
}

.footer-logo-top img {
  max-height: 50px;
  margin: 0 auto 13px;
  width: auto !important;
}

.footer-logo-bottom {
  margin-bottom: 7px;
}

.footer-logo-bottom img {
  max-height: 50px;
  margin: 0 auto 7px;
  width: auto !important;
}

.footer-desc {
  max-width: 300px;
  text-decoration: none;
  color: var(--color-gun-powder);
  font-size: 16px;
}

footer.footer .social {
  padding-top: 20px;
}

footer.footer .social a {
  margin-right: 27px;
  color: var(--color-orange);
  font-size: 1.75em;
  text-decoration: none;
}

footer.footer .social svg {
  width: 28px;
  height: 28px;
}

/* footer.footer .social a:last-child {
margin-right: 0;
} */

footer.footer .hs-menu-wrapper > ul {
  display: grid;
  grid-template-columns: 50% 50%;
}

footer.footer ul, footer.footer ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.footer .hs-menu-wrapper > ul > li > a {
  color: var(--color-primary);
  text-decoration: none;
  cursor: default;
}


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

footer.footer .hs-menu-wrapper > ul ul li a {
  color: var(--color-gun-powder);
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
}

.footerform-top-desc h3 {
  font-weight: 700;
  color: var(--color-primary);
  padding-bottom: 35px;
  font-size: 16px;
  font-family: var(--font-body);
  margin: 0.1em 0 0.3em;
  line-height: 1.5;
}

footer.footer .footer_newsletter form {
  position: relative;
  padding: 20px 0;
  display: flex;
}

.frm_forms .hs-input {
  background-color: var(--color-white);
  border-right: none;
  padding: 12px 14px 13px;
  width: 100%;
  font-size: 14px;
  border-radius: 8px 0 0 8px;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.frm_forms .actions .hs-button {
  border: none;
  background-color: var(--color-orange);
  border-radius: 0 8px 8px 0;
  padding: 16px;
  min-width: unset;
  margin: 0;
  font-size: 0;
  width: 48px;
  height: 48px;
}

.frm_forms .hs-form-field>label {
  margin: 0;
}

.frm_forms .hs-form-field {
  margin-bottom: 35px;
  max-width: 530px;
  width: 100%;
}

.frm_forms .actions {
  color: #fff;
  position: relative;
}
.frm_forms .actions:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.frm_forms .actions {
  border-radius: 0 8px 8px 0;
  background-color: var(--color-orange);
  background: -webkit-gradient(linear, right top, left top, from(var(--color-orange)), color-stop(96.98%, var(--color-pumpkin)));
  background: linear-gradient(270deg, var(--color-orange) 0%, var(--color-pumpkin) 96.98%);
  -webkit-transition: background-image 0.5s linear;
  transition: background-image 0.5s linear;
}
.frm_forms .actions:hover {
  box-shadow: inset 0 0 0 2px transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 250, 250, 0.15)), to(rgba(255, 250, 250, 0.15))), -webkit-gradient(linear, right top, left top, from(var(--color-pumpkin)), color-stop(96.98%, var(--color-orange)));
  background: linear-gradient(0deg, rgba(255, 250, 250, 0.15), rgba(255, 250, 250, 0.15)), linear-gradient(270deg, var(--color-pumpkin) 0%, var(--color-orange) 96.98%);
}
.frm_forms .actions .hs-button {
  background: transparent;
}

.frm_forms .hs_error_rollup {
  position: absolute;
  bottom: 20px;
}

.frm_forms .hs-error-msgs label {
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  footer.footer .container {
    gap: 40px;
  }
}

@media screen and (max-width: 1024px) {
  footer.footer .container {
    display: block;
    text-align: center;
  }

  .footer-desc {
    margin: 20px auto;
  }

  .footer-logo-top {
    display: inline-grid;
  }

  .footer-logo-bottom {
    display: inline-grid;
  }

  footer.footer .footer_newsletter form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }

  .frm_forms .hs-form-field {
    width: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 28px;
    max-width: 100%;
  }
}


@media screen and (max-width: 768px) {
  footer.footer {
    padding: 45px 0;
  }

  footer.footer .hs-menu-wrapper > ul ul {
    padding-top: 15px;
  }

  footer.footer .footer_newsletter {
    margin-top: 30px;
  }

  .footerform-top-desc h3 {
    padding-bottom: 15px;
  }

  .footer__item.footer__menu {
    margin-top: 30px;
  }

  .footer-logo-top {
    display: block;
    margin: 0;
  }

  .footer-logo-bottom {
    display: block;
    margin-bottom: 0;
  }

  .footer-logo-bottom img {
    margin-bottom: 0;
  }

  .footer-logo-top img {
    margin-bottom: 31px;
  }
}

@media screen and (max-width: 479px) {
  footer.footer .hs-menu-wrapper > ul {
    display: block;
  }

  footer.footer .hs-menu-wrapper > ul > li {
    margin-bottom: 25px;
  }
}
.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;
  }
}